Radicle repository id rad:zjxyd2A1A7FnxtC69qDfoAajfTHo
[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 3.6M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 674.4M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-25 06:07 ./
-rw-r--r-- _rad/_rad 1258 2026-01-25 06:07 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-25 06:07 ./run-ci
INFO: Extracted files:
524300 4 drwxr-xr-x 2 1000 1000 4096 Jan 25 06:07 .
524301 4 -rw-r--r-- 1 1000 1000 1258 Jan 25 06:07 ./plan.yaml
524302 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 25 06:07 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-25T06:08:45Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z 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: shell
shell: |
make OFFLINE="--offline"
cp -a doc/* /workspace/artifacts/.
# 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: shell
shell: |
find /workspace/artifacts
- 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-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-25T06:08:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-25T06:08:58Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:08:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:58Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-25T06:10:56Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.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-25T06:10:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:57Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-25T06:10:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-25T06:10:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.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.103
Compiling quote v1.0.42
Compiling unicode-ident v1.0.22
Checking cfg-if v1.0.4
Compiling zerocopy v0.8.31
Compiling serde_core v1.0.228
Compiling syn v2.0.111
Checking memchr v2.7.6
Compiling libc v0.2.178
Compiling crossbeam-utils v0.8.21
Compiling version_check v0.9.5
Compiling ahash v0.8.12
Compiling serde v1.0.228
Checking once_cell v1.21.3
Checking aho-corasick v1.1.4
Checking regex-syntax v0.8.8
Checking bitflags v2.10.0
Compiling doc-comment v0.3.4
Compiling serde_derive v1.0.228
Compiling anyhow v1.0.100
Compiling getrandom v0.3.4
Compiling rustix v1.1.2
Compiling libm v0.2.15
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling ucd-trie v0.1.7
Checking itoa v1.0.15
Compiling pest v2.8.4
Compiling thiserror v2.0.17
Compiling find-msvc-tools v0.1.5
Compiling serde_json v1.0.145
Compiling shlex v1.3.0
Compiling cc v1.2.49
Compiling pest_meta v2.8.4
Compiling thiserror-impl v2.0.17
Compiling pest_generator v2.8.4
Compiling pikchr v0.1.4
Compiling tracing-attributes v0.1.31
Compiling pest_derive v2.8.4
Checking linux-raw-sys v0.11.0
Compiling pulldown-cmark v0.13.0
Checking regex-automata v0.4.13
Checking lazy_static v1.5.0
Checking fastrand v2.3.0
Compiling log v0.4.29
Checking ryu v1.0.20
Checking base64 v0.22.1
Compiling encoding_rs v0.8.35
Compiling arraydeque v0.5.1
Compiling time-core v0.1.6
Compiling num-conv v0.1.0
Compiling time-macros v0.2.24
Compiling crossbeam-epoch v0.9.18
Checking tempfile v3.23.0
Compiling hashbrown v0.14.5
Compiling getrandom v0.2.16
Checking regex v1.12.2
Compiling subplot v0.14.0 (/ci/src)
Compiling bstr v1.12.1
Compiling foldhash v0.1.5
Compiling unicode-width v0.2.2
Compiling hashbrown v0.15.5
Compiling globset v0.4.18
Compiling rand_core v0.6.4
Compiling hashlink v0.9.1
Compiling crossbeam-deque v0.8.6
Compiling serde_path_to_error v0.1.20
Compiling ppv-lite86 v0.2.21
Compiling culpa-macros v1.0.2
Compiling cfg_aliases v0.2.1
Compiling nix v0.29.0
Compiling rand_chacha v0.3.1
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.25
Compiling hashlink v0.10.0
Compiling smawk v0.3.2
Checking powerfmt v0.2.0
Compiling deunicode v1.6.2
Compiling unicode-linebreak v0.1.5
Compiling slug v0.1.6
Compiling textwrap v0.16.2
Checking deranged v0.5.5
Compiling humansize v2.1.3
Compiling globwalk v0.9.1
Compiling yaml-rust2 v0.10.4
Compiling marked-yaml v0.7.2
Compiling rand v0.8.5
Compiling getopts v0.2.24
Compiling tracing-core v0.1.36
Compiling percent-encoding v2.3.2
Compiling pin-project-lite v0.2.16
Compiling unicode-segmentation v1.12.0
Compiling pulldown-cmark-escape v0.11.0
Compiling utf8-width v0.1.8
Compiling unicase v2.8.1
Compiling html-escape v0.2.13
Checking time v0.3.44
Compiling tera v1.20.1
Compiling tracing v0.1.44
Compiling roadmap v0.7.0
Compiling marked-yaml v0.8.0
Checking culpa v1.0.2
Checking cvt v0.1.2
Compiling descape v3.0.0
Compiling line-col v0.2.1
Checking fs_at v0.2.1
Checking normpath v1.5.0
Compiling subplotlib v0.14.0 (/ci/src/subplotlib)
Checking remove_dir_all v1.0.0
Checking filetime v0.2.26
Checking fs2 v0.4.3
error: called `unwrap` on `parsed.given` after checking its variant with `is_some`
--> src/bindings.rs:687:27
|
686 | let (kind, pattern) = if parsed.given.is_some() {
| ------------------------- help: try: `if let Some(<item>) = &parsed.given`
687 | (StepKind::Given, parsed.given.as_ref().unwrap())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
= note: `-D clippy::unnecessary-unwrap` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_unwrap)]`
error: called `unwrap` on `parsed.then` after checking its variant with `is_some`
--> src/bindings.rs:691:26
|
690 | } else if parsed.then.is_some() {
| ------------------------ help: try: `if let Some(<item>) = &parsed.then`
691 | (StepKind::Then, parsed.then.as_ref().unwrap())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
error: could not compile `subplot` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
[2026-01-25T06:12:18Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2026-01-25T06:12:18Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 101
EXIT CODE: 1
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:zjxyd2A1A7FnxtC69qDfoAajfTHo",
"name": "subplot",
"description": "Capture and communicate acceptance criteria and their verification",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"did:key:z6MkkMqyfkMdn8p1LF7LbjjEPJmZGksr3cdpsvFdxKWUVfNZ"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "fac07f8f6f7fe22216d1c3e0b5644e2a5608b1cf",
"after": "fac07f8f6f7fe22216d1c3e0b5644e2a5608b1cf",
"branch": "main",
"commits": [
"fac07f8f6f7fe22216d1c3e0b5644e2a5608b1cf"
]
}[2026-01-25T06:07:27Z INFO ambient] ambient starts
[2026-01-25T06:07: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-25T06:07: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-25T06:07:27Z DEBUG ambient_ci::linter] linting project rad:zjxyd2A1A7FnxtC69qDfoAajfTHo with rsync_target
[2026-01-25T06:07:27Z DEBUG ambient_ci::linter] linting project rad:zjxyd2A1A7FnxtC69qDfoAajfTHo with http_get
[2026-01-25T06:07:27Z DEBUG ambient_ci::linter] linting project rad:zjxyd2A1A7FnxtC69qDfoAajfTHo with shellcheck
[2026-01-25T06:07:27Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/meta.yaml
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] latest commit: "fac07f8f6f7fe22216d1c3e0b5644e2a5608b1cf"
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] is a git repository
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] git repository is clean
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] current (HEAD) commit: fac07f8f6f7fe22216d1c3e0b5644e2a5608b1cf
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] no dry run requested
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] forced run requested
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] run? true
[2026-01-25T06:07:27Z INFO ambient_ci::run] project rad:zjxyd2A1A7FnxtC69qDfoAajfTHo: running CI
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-25T06:07:27Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-25T06:07:27Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-25T06:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-25T06:07:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/dependencies",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/cache/cargo-target",
},
source_dir: "/tmp/.tmp4vLfE6/src",
deps_dir: "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmp4vLfE6/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmp4vLfE6/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmp4vLfE6/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmp4vLfE6/src => /tmp/.tmpiJ8zpd
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/python wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/python/daemon.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common/runcmd_test.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common/runcmd_test.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/tests/subplots/common/runcmd_test.rs => /tmp/.tmpiJ8zpd/tests/subplots/common/runcmd_test.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common/runcmd.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common/runcmd.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common/files.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/subplots/common/files.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/tests/bindings-ubm.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/tests/bindings-ubm.rs => /tmp/.tmpiJ8zpd/tests/bindings-ubm.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplotlib.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplotlib.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplotlib.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-others.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-others.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplot-others.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-metadata.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-metadata.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplot-metadata.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-extract.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-extract.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplot-extract.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-docgen.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-docgen.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplot-docgen.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-diagrams.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-diagrams.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplot-diagrams.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-codegen.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/subplot-codegen.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/subplot-codegen.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/runcmd.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/runcmd.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/runcmd.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/tests/files.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/tests/files.rs => /tmp/.tmpiJ8zpd/subplotlib/tests/files.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/subplotlib.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/subplotlib.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/subplotlib.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/subplot-rust-support.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/subplot-rust-support.rs => /tmp/.tmpiJ8zpd/subplotlib/subplot-rust-support.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/utils.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/utils.rs => /tmp/.tmpiJ8zpd/subplotlib/src/utils.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/types.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/types.rs => /tmp/.tmpiJ8zpd/subplotlib/src/types.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary/runcmd.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary/runcmd.rs => /tmp/.tmpiJ8zpd/subplotlib/src/steplibrary/runcmd.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary/files.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary/files.rs => /tmp/.tmpiJ8zpd/subplotlib/src/steplibrary/files.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary/datadir.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary/datadir.rs => /tmp/.tmpiJ8zpd/subplotlib/src/steplibrary/datadir.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/steplibrary.rs => /tmp/.tmpiJ8zpd/subplotlib/src/steplibrary.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/step.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/step.rs => /tmp/.tmpiJ8zpd/subplotlib/src/step.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/scenario.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/scenario.rs => /tmp/.tmpiJ8zpd/subplotlib/src/scenario.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/prelude.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/prelude.rs => /tmp/.tmpiJ8zpd/subplotlib/src/prelude.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/lib.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/lib.rs => /tmp/.tmpiJ8zpd/subplotlib/src/lib.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/src/file.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/src/file.rs => /tmp/.tmpiJ8zpd/subplotlib/src/file.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/helpers wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/helpers/subplotlib_impl.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/helpers/subplotlib_impl.rs => /tmp/.tmpiJ8zpd/subplotlib/helpers/subplotlib_impl.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/helpers/subplotlib_context.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/helpers/subplotlib_context.rs => /tmp/.tmpiJ8zpd/subplotlib/helpers/subplotlib_context.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/build.rs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib/Cargo.toml wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib/Cargo.toml => /tmp/.tmpiJ8zpd/subplotlib/Cargo.toml
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib-derive wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib-derive/src wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib-derive/src/step.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib-derive/src/step.rs => /tmp/.tmpiJ8zpd/subplotlib-derive/src/step.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib-derive/src/lib.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib-derive/src/lib.rs => /tmp/.tmpiJ8zpd/subplotlib-derive/src/lib.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib-derive/src/codegen.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib-derive/src/codegen.rs => /tmp/.tmpiJ8zpd/subplotlib-derive/src/codegen.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplotlib-derive/Cargo.toml wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/subplotlib-derive/Cargo.toml => /tmp/.tmpiJ8zpd/subplotlib-derive/Cargo.toml
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplot.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplot.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplot.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/subplot.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/typeset.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/typeset.rs => /tmp/.tmpiJ8zpd/src/typeset.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/toc.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/toc.rs => /tmp/.tmpiJ8zpd/src/toc.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/templatespec.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/templatespec.rs => /tmp/.tmpiJ8zpd/src/templatespec.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/style.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/style.rs => /tmp/.tmpiJ8zpd/src/style.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/steps.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/steps.rs => /tmp/.tmpiJ8zpd/src/steps.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/scenarios.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/scenarios.rs => /tmp/.tmpiJ8zpd/src/scenarios.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/resource.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/resource.rs => /tmp/.tmpiJ8zpd/src/resource.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/policy.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/policy.rs => /tmp/.tmpiJ8zpd/src/policy.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/metadata.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/metadata.rs => /tmp/.tmpiJ8zpd/src/metadata.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/mdparse.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/mdparse.rs => /tmp/.tmpiJ8zpd/src/mdparse.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/md.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/md.rs => /tmp/.tmpiJ8zpd/src/md.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/matches.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/matches.rs => /tmp/.tmpiJ8zpd/src/matches.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/lib.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/lib.rs => /tmp/.tmpiJ8zpd/src/lib.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/html.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/html.rs => /tmp/.tmpiJ8zpd/src/html.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/error.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/error.rs => /tmp/.tmpiJ8zpd/src/error.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/embedded.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/embedded.rs => /tmp/.tmpiJ8zpd/src/embedded.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/doc.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/doc.rs => /tmp/.tmpiJ8zpd/src/doc.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/diagrams.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/diagrams.rs => /tmp/.tmpiJ8zpd/src/diagrams.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/codegen.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/codegen.rs => /tmp/.tmpiJ8zpd/src/codegen.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/blockattr.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/blockattr.rs => /tmp/.tmpiJ8zpd/src/blockattr.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/src/bindings.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/src/bindings.rs => /tmp/.tmpiJ8zpd/src/bindings.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/subplot.css wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust/template wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust/template/template.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust/template/template.rs.tera wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust/template/macros.rs.tera wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust/lib wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/rust/lib/datadir.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/template.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/template.py.tera wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/scenarios.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/main.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/files.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/encoding_tests.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/encoding.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/context_tests.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/context.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/template/asserts.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/lib wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/lib/runcmd.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/lib/files.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/lib/daemon.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/python/lib/daemon.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/common wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/common/lib wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/common/lib/runcmd.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/share/common/lib/files.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/reference.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/reference.subplot.disabled wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/reference.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/reference.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/install-debian.sh wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/flake8.ini wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/flake.nix wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/flake.lock wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/website wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/website/website.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/website/website.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/website/website.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/website/website.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/tests wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/tests/seq.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/examples/seq/tests/seq.rs => /tmp/.tmpiJ8zpd/examples/seq/tests/seq.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/seq.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/seq.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/seq-extras.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/seq-extras.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/examples/seq/seq-extras.rs => /tmp/.tmpiJ8zpd/examples/seq/seq-extras.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/seq/Cargo.toml wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/examples/seq/Cargo.toml => /tmp/.tmpiJ8zpd/examples/seq/Cargo.toml
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/muck wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/muck/muck.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/muck/muck.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/muck/muck.py wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/examples/muck/muck.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/deny.toml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/subplot.lintian-overrides wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/subplot.install wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/subplot.docs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/source wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/source/lintian-overrides wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/source/format wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/rules wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/copyright wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/control wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/compat wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/changelog wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/debian/cargo-checksum.json wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/build.rs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/book wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/book/user-guide.subplot wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/book/user-guide.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/book/terminology.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/book/language.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/book/introduction.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/bin wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/bin/src wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/bin/src/subplot.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/bin/src/subplot.rs => /tmp/.tmpiJ8zpd/bin/src/subplot.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/bin/src/cli wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/bin/src/cli/mod.rs wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/bin/src/cli/mod.rs => /tmp/.tmpiJ8zpd/bin/src/cli/mod.rs
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/bin/Cargo.toml wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/bin/Cargo.toml => /tmp/.tmpiJ8zpd/bin/Cargo.toml
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/RELEASE.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/README.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/NEWS.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/Makefile wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/LICENSE.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/DECISIONS.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/DCO-1-1.txt wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/Cargo.toml wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/Cargo.toml => /tmp/.tmpiJ8zpd/Cargo.toml
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/Cargo.lock wanted=true
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmp4vLfE6/src/Cargo.lock => /tmp/.tmpiJ8zpd/Cargo.lock
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/CONTRIBUTING.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.radicle wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.radicle/ambient.yaml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.gitlab wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.gitlab/issue_templates wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.gitlab/issue_templates/Feature Request.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.gitlab/issue_templates/Bug.md wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.gitlab-ci.yml wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.gitignore wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.envrc wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.ambient wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.ambient/dch wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/index wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/HEAD wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/config wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/HEAD wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/refs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/refs/heads wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/refs/heads/main wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/refs/remotes wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/packed-refs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs/remotes wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs/remotes/origin wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs/tags wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs/heads wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/refs/heads/main wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/e9 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/e9/1d40809d06836b8fea9b3f6c0cd91a4251cf0f wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/24 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/24/b9ef10bb57c2567dffdcaaeabdad38b1394746 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/07 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/07/33992f9632de16d594b62ec7caf8fcb3d10091 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/81 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/81/359854e19db137804adf93e44c2a5295929f6f wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/a8 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/a8/d9a751e88c0d18500b71c52c0a6681bca50d4f wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/d6 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/d6/d6f004bd1cb93e41e320bd91fde97f75cbf755 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/5f wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/5f/f2bafdbea001b3f6f04d9bffc460f27d000f9b wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/fb wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/fb/77b48e92686802895c399860e099218096d70a wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/30 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/30/18ca09c7c74a1eff9a7992c81837bf0da5648d wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/9e wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/9e/722cc97d252325f4a2f98980f5e66c3b3dc6da wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/c8 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/c8/09e6c0b2ea32fd43471b33b60c3663abe2c979 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/8a wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/8a/d73edee2af219d3616db765ae803d146de586b wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/66 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/66/7d1796b18d5268fafc04ff72d28e14b3b95802 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/a7 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/a7/8e4f78f241792328dfc692bc846100c3fbdcbc wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/ae wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/ae/98b9f4f6c7157bec742a5014caf0c7bb6bb0a3 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/57 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/57/af86347a15cb4066c09a0e62e0f60ca2894bf8 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/a3 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/a3/734c6acbd92a93a278e2cc47d9958d887e5f6b wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/7d wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/7d/fbf486640e60780ffac3a3b2fa15f81409c041 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/45 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/45/5db5f4b7cc56a95faf9673067d87e8cbc506b2 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/99 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/99/16cad5f830ddd91faac70b730c31d47d23f555 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/cb wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/cb/c514375b8540dd77a05bc2999e3063aff92922 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/90 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/90/9cffb542b72891b40d2c1241b22bb2f7efbf03 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/88 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/88/55f15b0e9a2af8145dbf08769b5439dfa88778 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/47 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/47/7236df2477f6fdb896363fabce2f9c3ebf2521 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/9b wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/9b/f5a95f0f251a576e7ab3cf231d12cbe7a0120f wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/16 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/16/179085fc128cfc96304420e72861815c8f19fa wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/fc wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/fc/8c9ca83ca0db5901dfbddbf5f5eb5d740ca5ba wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/d1 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/d1/74cc53a4557399a2c9e932919794b718921eba wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/d1/3eb028d1bd0f466cc391a9f10c472d3b8bba7c wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/c1 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/c1/d13f604ebfa155259a0d3071e71829200eff7c wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/50 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/50/c2e787665193c9070e294087ab04f53f99cd9d wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/be wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/be/ac06e633475e7306227c5dad8afc9a0e1ba144 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/0c wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/0c/9c82de212d44bf250c53a3d595b3d46dc7a260 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/21 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/21/4cb33d2e06c5397c7340bd456648137a46c1d2 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/0b wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/0b/32103002306879c5d501a11f40de279b96d6f3 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/5e wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/5e/f858d54c5f39ef158058edf8655d5d8de49ae2 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/c0 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/c0/380e3a32c5c20837f50e877a6bc3020f843930 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/83 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/83/30807a562f0fb4c0476db54ad3b19007c41f40 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/20 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/20/f5d7e1b1b2a83b479ca1568b34d2dc2193da5a wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/20/045cc7a13262adf5ec6ca55174ffdb1bacb4ee wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/09 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/09/3097a10d363a756ad5b3b86b11c84bb6f8cd97 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/1d wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/1d/dcddc217d1433b8771b906cec997576cd24601 wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/info wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/info/commit-graph wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/info/packs wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-39a250033f899432cdec1c847bfae3f6cf131d8d.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-cba5c8f1d97a49fa3fbe3228be5849a8bb6cafc7.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-56be310c362d3e12778a59a4f3b39b9bcb58e698.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-b1a9808e86b9e864cb0524f10a7fb57a5898f5ca.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-7464b2af8da8db47ba08745ad7684a98bff0eb75.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-9684a1addcfcd08c4e743d1be9d38adb60ecb4e6.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-5e594a329cf6ca3498b389e4329683bb10d0d5f2.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-22a2d34aeed450fd8f3f4dfe129f96a0b4b84ac5.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-b448a98f2ba3a37e047b346a4e1efbdc3ed0637a.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-6e627570539a4710b6f8be66aa613954ca3b9380.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-cba5c8f1d97a49fa3fbe3228be5849a8bb6cafc7.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-0b875ffe44437ce502d2cbefa1ec017ab2c3328b.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-14b6010d820d2a5d2f456f7288ee4165c8947d03.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d22098dc5e141e343f89f1dcda18e0407ab4abf2.rev wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-39a250033f899432cdec1c847bfae3f6cf131d8d.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-3b1669933d72ffc29402b19243b9dde7ae2e0da2.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-38f134c06b2a1968b7f207d9913da0033200abb7.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-ae4bdfa395b1e0d23d4a96c87b47527bdb784594.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-dabeb250c1fb859cbd64a197527a29cdd9b854cb.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-22a2d34aeed450fd8f3f4dfe129f96a0b4b84ac5.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-92f07f94bf24836bcbadb6c2be90b2accf4ea5ef.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-f7d0bd853292e12cfbea60e08295485de8a6ab42.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d56fc4df960d783a5a1da4c61be161c90e0c963f.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-b448a98f2ba3a37e047b346a4e1efbdc3ed0637a.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-92f07f94bf24836bcbadb6c2be90b2accf4ea5ef.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-6e627570539a4710b6f8be66aa613954ca3b9380.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d64099a7dd0dd111541c927f2e555e941fdb8383.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d56fc4df960d783a5a1da4c61be161c90e0c963f.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-dabeb250c1fb859cbd64a197527a29cdd9b854cb.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-0361f3d98e11bf144216279e69b18301268164e1.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-38f134c06b2a1968b7f207d9913da0033200abb7.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-c35d56f37b2ffe945991c81bda7f9d47de9dce13.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d22098dc5e141e343f89f1dcda18e0407ab4abf2.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d22098dc5e141e343f89f1dcda18e0407ab4abf2.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-1afcfd82c2b82b88c3a9de9e2730f18925155efa.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-dbcd11622ddecc434d53192ae07d50ada0986d22.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-937974cb34c8bb2d804a73f68de63bfd7b38aceb.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-b1a9808e86b9e864cb0524f10a7fb57a5898f5ca.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-0ff868fea92cd3f5ed017233bc8e05a425a91f18.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-dbcd11622ddecc434d53192ae07d50ada0986d22.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d22098dc5e141e343f89f1dcda18e0407ab4abf2.bitmap wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-6006e05414c6050554cc1123ba90d6b9a09af094.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-f7d0bd853292e12cfbea60e08295485de8a6ab42.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-9cb2dc270bbe4b3898bf55393922b58a390c616b.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-14b6010d820d2a5d2f456f7288ee4165c8947d03.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-9cb2dc270bbe4b3898bf55393922b58a390c616b.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-c35d56f37b2ffe945991c81bda7f9d47de9dce13.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-0b875ffe44437ce502d2cbefa1ec017ab2c3328b.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-9684a1addcfcd08c4e743d1be9d38adb60ecb4e6.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-6006e05414c6050554cc1123ba90d6b9a09af094.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-56be310c362d3e12778a59a4f3b39b9bcb58e698.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-5e594a329cf6ca3498b389e4329683bb10d0d5f2.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-ae4bdfa395b1e0d23d4a96c87b47527bdb784594.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-0361f3d98e11bf144216279e69b18301268164e1.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-3b1669933d72ffc29402b19243b9dde7ae2e0da2.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-0ff868fea92cd3f5ed017233bc8e05a425a91f18.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-7464b2af8da8db47ba08745ad7684a98bff0eb75.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-1afcfd82c2b82b88c3a9de9e2730f18925155efa.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-d64099a7dd0dd111541c927f2e555e941fdb8383.pack wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/objects/pack/pack-937974cb34c8bb2d804a73f68de63bfd7b38aceb.idx wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/branches wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/update.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/post-update.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/pre-push.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/description wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/info wanted=false
[2026-01-25T06:07:28Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmp4vLfE6/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpiJ8zpd (exists? true)
[2026-01-25T06:07:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:07:29Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-25T06:07:29Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-25T06:07:29Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpuU0NNw/src.tar
[2026-01-25T06:07:29Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpuU0NNw/deps.tar
[2026-01-25T06:07:35Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-25T06:07:35Z 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,
),
Shell(
Shell {
shell: "make OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\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(
".",
),
},
),
Shell(
Shell {
shell: "find /workspace/artifacts\n",
},
),
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-25T06:07:35Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-25T06:07:35Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpuU0NNw/ambient-execute-plan/run-ci
[2026-01-25T06:07:35Z DEBUG ambient_ci::run] copy OK: true
[2026-01-25T06:07:35Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpuU0NNw/executor.tar
[2026-01-25T06:08:34Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2026-01-25T06:08:34Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo, exists? true
[2026-01-25T06:08:34Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2026-01-25T06:08:34Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log OK
[2026-01-25T06:08:34Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-25T06:08:34Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-25T06:08:34Z 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-25T06:08:34Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-25T06:08:34Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-25T06:08:34Z 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-25T06:08:34Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-25T06:08:34Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-25T06:08:34Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpFpCdHP/.tmpwvw2df/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-25T06:08:34Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-25T06:08:34Z 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-25T06:08:34Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0zvOWP/meta-data
[2026-01-25T06:08:34Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0zvOWP/user-data
[2026-01-25T06:08:34Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0zvOWP/network-config
[2026-01-25T06:08:35Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpFpCdHP/.tmpwvw2df/console.log
[2026-01-25T06:08:35Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpFpCdHP/.tmpwvw2df/console.log
[2026-01-25T06:08:35Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2026-01-25T06:08:35Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2026-01-25T06:08:35Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
args: [
"-m",
"11444",
"-smp",
"cpus=2",
"-cpu",
"kvm64",
"-machine",
"type=q35,accel=kvm,usb=off",
"-uuid",
"a85c9de7-edc0-4e54-bead-112e5733582c",
"-boot",
"strict=on",
"-name",
"ambient-ci-vm",
"-rtc",
"base=utc,driftfix=slew",
"-display",
"none",
"-device",
"virtio-rng-pci",
"-serial",
"file:/home/_rad/tmp/.tmpFpCdHP/.tmpwvw2df/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpFpCdHP/.tmpwvw2df/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpuU0NNw/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpFpCdHP/.tmpwvw2df/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/.tmpFpCdHP/.tmpwvw2df/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpuU0NNw/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpuU0NNw/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpuU0NNw/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpuU0NNw/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-25T06:12:20Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-25T06:12:20Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-25T06:08:45Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:08:45Z 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: shell
shell: |
make OFFLINE="--offline"
cp -a doc/* /workspace/artifacts/.
# 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: shell
shell: |
find /workspace/artifacts
- 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-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-25T06:08:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-25T06:08:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:45Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-25T06:08:58Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:08:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:08:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-25T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-25T06:08:58Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-25T06:10:56Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:56Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-25T06:10:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.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-25T06:10:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:10:57Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-25T06:10:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-25T06:10:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.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.103
Compiling quote v1.0.42
Compiling unicode-ident v1.0.22
Checking cfg-if v1.0.4
Compiling zerocopy v0.8.31
Compiling serde_core v1.0.228
Compiling syn v2.0.111
Checking memchr v2.7.6
Compiling libc v0.2.178
Compiling crossbeam-utils v0.8.21
Compiling version_check v0.9.5
Compiling ahash v0.8.12
Compiling serde v1.0.228
Checking once_cell v1.21.3
Checking aho-corasick v1.1.4
Checking regex-syntax v0.8.8
Checking bitflags v2.10.0
Compiling doc-comment v0.3.4
Compiling serde_derive v1.0.228
Compiling anyhow v1.0.100
Compiling getrandom v0.3.4
Compiling rustix v1.1.2
Compiling libm v0.2.15
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling ucd-trie v0.1.7
Checking itoa v1.0.15
Compiling pest v2.8.4
Compiling thiserror v2.0.17
Compiling find-msvc-tools v0.1.5
Compiling serde_json v1.0.145
Compiling shlex v1.3.0
Compiling cc v1.2.49
Compiling pest_meta v2.8.4
Compiling thiserror-impl v2.0.17
Compiling pest_generator v2.8.4
Compiling pikchr v0.1.4
Compiling tracing-attributes v0.1.31
Compiling pest_derive v2.8.4
Checking linux-raw-sys v0.11.0
Compiling pulldown-cmark v0.13.0
Checking regex-automata v0.4.13
Checking lazy_static v1.5.0
Checking fastrand v2.3.0
Compiling log v0.4.29
Checking ryu v1.0.20
Checking base64 v0.22.1
Compiling encoding_rs v0.8.35
Compiling arraydeque v0.5.1
Compiling time-core v0.1.6
Compiling num-conv v0.1.0
Compiling time-macros v0.2.24
Compiling crossbeam-epoch v0.9.18
Checking tempfile v3.23.0
Compiling hashbrown v0.14.5
Compiling getrandom v0.2.16
Checking regex v1.12.2
Compiling subplot v0.14.0 (/ci/src)
Compiling bstr v1.12.1
Compiling foldhash v0.1.5
Compiling unicode-width v0.2.2
Compiling hashbrown v0.15.5
Compiling globset v0.4.18
Compiling rand_core v0.6.4
Compiling hashlink v0.9.1
Compiling crossbeam-deque v0.8.6
Compiling serde_path_to_error v0.1.20
Compiling ppv-lite86 v0.2.21
Compiling culpa-macros v1.0.2
Compiling cfg_aliases v0.2.1
Compiling nix v0.29.0
Compiling rand_chacha v0.3.1
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.25
Compiling hashlink v0.10.0
Compiling smawk v0.3.2
Checking powerfmt v0.2.0
Compiling deunicode v1.6.2
Compiling unicode-linebreak v0.1.5
Compiling slug v0.1.6
Compiling textwrap v0.16.2
Checking deranged v0.5.5
Compiling humansize v2.1.3
Compiling globwalk v0.9.1
Compiling yaml-rust2 v0.10.4
Compiling marked-yaml v0.7.2
Compiling rand v0.8.5
Compiling getopts v0.2.24
Compiling tracing-core v0.1.36
Compiling percent-encoding v2.3.2
Compiling pin-project-lite v0.2.16
Compiling unicode-segmentation v1.12.0
Compiling pulldown-cmark-escape v0.11.0
Compiling utf8-width v0.1.8
Compiling unicase v2.8.1
Compiling html-escape v0.2.13
Checking time v0.3.44
Compiling tera v1.20.1
Compiling tracing v0.1.44
Compiling roadmap v0.7.0
Compiling marked-yaml v0.8.0
Checking culpa v1.0.2
Checking cvt v0.1.2
Compiling descape v3.0.0
Compiling line-col v0.2.1
Checking fs_at v0.2.1
Checking normpath v1.5.0
Compiling subplotlib v0.14.0 (/ci/src/subplotlib)
Checking remove_dir_all v1.0.0
Checking filetime v0.2.26
Checking fs2 v0.4.3
error: called `unwrap` on `parsed.given` after checking its variant with `is_some`
--> src/bindings.rs:687:27
|
686 | let (kind, pattern) = if parsed.given.is_some() {
| ------------------------- help: try: `if let Some(<item>) = &parsed.given`
687 | (StepKind::Given, parsed.given.as_ref().unwrap())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
= note: `-D clippy::unnecessary-unwrap` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_unwrap)]`
error: called `unwrap` on `parsed.then` after checking its variant with `is_some`
--> src/bindings.rs:691:26
|
690 | } else if parsed.then.is_some() {
| ------------------------ help: try: `if let Some(<item>) = &parsed.then`
691 | (StepKind::Then, parsed.then.as_ref().unwrap())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
error: could not compile `subplot` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
[2026-01-25T06:12:18Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2026-01-25T06:12:18Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 101
EXIT CODE: 1
====================
[2026-01-25T06:12:20Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2026-01-25T06:12:21Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2026-01-25T06:12:21Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/meta.yaml
ERROR: CI run failed inside QEMU
<empty log>