Radicle repository id rad:z39mP9rQAaGmERfUMPULfPUi473tY
[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
sr0 11:0 1 370K 0 rom
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6.1M 1 disk
vdc 254:32 0 7.9M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 939.5M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-16 23:37 ./
-rw-r--r-- _rad/_rad 799 2025-12-16 23:37 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-16 23:37 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 16 23:37 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 16 23:37 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 799 Dec 16 23:37 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-16T23:38:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-16T23:38:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-16T23:38:07Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-16T23:38:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:07Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-16T23:38:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-16T23:38:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:07Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-16T23:38:15Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-16T23:38:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:15Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-16T23:38:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-16T23:38:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
[0m[1minfo: [0msyncing channel updates for '1.92-x86_64-unknown-linux-gnu'
[0m[1m[31merror: [0mfailed to download file [3merror[0m[2m=[0mReqwest(reqwest::Error { kind: Request, url: "https://static.rust-lang.org/dist/channel-rust-1.92.toml.sha256", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
[0m[1m[31merror: [0mcould not download file from 'https://static.rust-lang.org/dist/channel-rust-1.92.toml.sha256' to '/root/.rustup/tmp/s56k8s9q1b6lvmmd_file': error downloading file: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.92.toml.sha256): client error (Connect): dns error: failed to lookup address information: Temporary failure in name resolution: failed to lookup address information: Temporary failure in name resolution
[2025-12-16T23:38:15Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2025-12-16T23:38:15Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 1
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 1
EXIT CODE: 1
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z39mP9rQAaGmERfUMPULfPUi473tY",
"name": "radicle-tui",
"description": "Radicle terminal user interface",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"did:key:z6MkswQE8gwZw924amKatxnNCXA55BMupMmRg7LvJuim2C1V",
"did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
]
},
"pusher": {
"id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"alias": "erikli"
},
"before": "1ddae1e3c1dada92ce54eb693a888d0e2c9065a4",
"after": "1ddae1e3c1dada92ce54eb693a888d0e2c9065a4",
"branch": "main",
"commits": [
"1ddae1e3c1dada92ce54eb693a888d0e2c9065a4",
"fc38ebce66271b6fc627031c784cfe5c8ff515bc"
]
}[2025-12-16T23:37:40Z INFO ambient] ambient starts
[2025-12-16T23:37:40Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-12-16T23:37:40Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-12-16T23:37:40Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] latest commit: "e22421120365900a02d69ff5c525c2896632fb03"
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] is a git repository
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] git repository is clean
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] current (HEAD) commit: 1ddae1e3c1dada92ce54eb693a888d0e2c9065a4
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] no dry run requested
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] forced run requested
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] run? true
[2025-12-16T23:37:40Z INFO ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2025-12-16T23:37:40Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-16T23:37:40Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-16T23:37:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-16T23:37:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpgm35EA/src",
deps_dir: "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpgm35EA/src (exists? true)
info: syncing channel updates for '1.92-x86_64-unknown-linux-gnu'
info: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-src'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-src'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpgm35EA/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpgm35EA/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpgm35EA/src => /tmp/.tmpFlAO6r
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/utils.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/utils.rs => /tmp/.tmpFlAO6r/src/ui/utils.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/theme.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/theme.rs => /tmp/.tmpFlAO6r/src/ui/theme.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/span.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/span.rs => /tmp/.tmpFlAO6r/src/ui/span.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget/window.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm/widget/window.rs => /tmp/.tmpFlAO6r/src/ui/rm/widget/window.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget/utils.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm/widget/utils.rs => /tmp/.tmpFlAO6r/src/ui/rm/widget/utils.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget/text.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm/widget/text.rs => /tmp/.tmpFlAO6r/src/ui/rm/widget/text.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget/list.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm/widget/list.rs => /tmp/.tmpFlAO6r/src/ui/rm/widget/list.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget/container.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm/widget/container.rs => /tmp/.tmpFlAO6r/src/ui/rm/widget/container.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm/widget.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm/widget.rs => /tmp/.tmpFlAO6r/src/ui/rm/widget.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/rm.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/rm.rs => /tmp/.tmpFlAO6r/src/ui/rm.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/layout.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/layout.rs => /tmp/.tmpFlAO6r/src/ui/layout.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/im wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/im/widget.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/im/widget.rs => /tmp/.tmpFlAO6r/src/ui/im/widget.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/im.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/im.rs => /tmp/.tmpFlAO6r/src/ui/im.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui/ext.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui/ext.rs => /tmp/.tmpFlAO6r/src/ui/ext.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/ui.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/ui.rs => /tmp/.tmpFlAO6r/src/ui.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/terminal.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/terminal.rs => /tmp/.tmpFlAO6r/src/terminal.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/task.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/task.rs => /tmp/.tmpFlAO6r/src/task.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/store.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/store.rs => /tmp/.tmpFlAO6r/src/store.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/lib.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/lib.rs => /tmp/.tmpFlAO6r/src/lib.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/src/event.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/src/event.rs => /tmp/.tmpFlAO6r/src/event.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/rust-toolchain.toml wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/flake.nix wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/flake.lock wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/examples wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/examples/selection.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/examples/selection.rs => /tmp/.tmpFlAO6r/examples/selection.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/examples/hello_rrmui.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/examples/hello_rrmui.rs => /tmp/.tmpFlAO6r/examples/hello_rrmui.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/examples/hello.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/examples/hello.rs => /tmp/.tmpFlAO6r/examples/hello.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/examples/basic_rmui.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/examples/basic_rmui.rs => /tmp/.tmpFlAO6r/examples/basic_rmui.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/deny.toml wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/demo.png wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build/version wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build/rust-version wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build/macos-sdk-11.3.tar.xz wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build/checksums wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build/build wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/radicle-build/Dockerfile wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/config.toml wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/build wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build/TARGETS wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/build.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/build.rs => /tmp/.tmpFlAO6r/build.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/span.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/span.rs => /tmp/.tmpFlAO6r/bin/ui/span.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/rm.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/rm.rs => /tmp/.tmpFlAO6r/bin/ui/rm.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/layout.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/layout.rs => /tmp/.tmpFlAO6r/bin/ui/layout.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/items wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/items/notification.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/items/notification.rs => /tmp/.tmpFlAO6r/bin/ui/items/notification.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/items.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/items.rs => /tmp/.tmpFlAO6r/bin/ui/items.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/im.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/im.rs => /tmp/.tmpFlAO6r/bin/ui/im.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui/format.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui/format.rs => /tmp/.tmpFlAO6r/bin/ui/format.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/ui.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/ui.rs => /tmp/.tmpFlAO6r/bin/ui.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/test.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/test.rs => /tmp/.tmpFlAO6r/bin/test.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/terminal.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/terminal.rs => /tmp/.tmpFlAO6r/bin/terminal.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/state.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/state.rs => /tmp/.tmpFlAO6r/bin/state.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/settings.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/settings.rs => /tmp/.tmpFlAO6r/bin/settings.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/main.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/main.rs => /tmp/.tmpFlAO6r/bin/main.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/log.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/log.rs => /tmp/.tmpFlAO6r/bin/log.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/git.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/git.rs => /tmp/.tmpFlAO6r/bin/git.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch/review wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch/review/builder.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/patch/review/builder.rs => /tmp/.tmpFlAO6r/bin/commands/patch/review/builder.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch/review.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/patch/review.rs => /tmp/.tmpFlAO6r/bin/commands/patch/review.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch/list.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/patch/list.rs => /tmp/.tmpFlAO6r/bin/commands/patch/list.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch/common.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/patch/common.rs => /tmp/.tmpFlAO6r/bin/commands/patch/common.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/patch.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/patch.rs => /tmp/.tmpFlAO6r/bin/commands/patch.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/issue wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/issue/list wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/issue/list/ui.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/issue/list/ui.rs => /tmp/.tmpFlAO6r/bin/commands/issue/list/ui.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/issue/list.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/issue/list.rs => /tmp/.tmpFlAO6r/bin/commands/issue/list.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/issue/common.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/issue/common.rs => /tmp/.tmpFlAO6r/bin/commands/issue/common.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/issue.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/issue.rs => /tmp/.tmpFlAO6r/bin/commands/issue.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/inbox wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/inbox/list.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/inbox/list.rs => /tmp/.tmpFlAO6r/bin/commands/inbox/list.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/inbox/common.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/inbox/common.rs => /tmp/.tmpFlAO6r/bin/commands/inbox/common.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/inbox.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/inbox.rs => /tmp/.tmpFlAO6r/bin/commands/inbox.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands/help.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands/help.rs => /tmp/.tmpFlAO6r/bin/commands/help.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/commands.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/commands.rs => /tmp/.tmpFlAO6r/bin/commands.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/cob wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/cob/patch.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/cob/patch.rs => /tmp/.tmpFlAO6r/bin/cob/patch.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/cob/issue.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/cob/issue.rs => /tmp/.tmpFlAO6r/bin/cob/issue.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/bin/cob.rs wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/bin/cob.rs => /tmp/.tmpFlAO6r/bin/cob.rs
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/README.md wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/LICENSE-MIT wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/LICENSE-APACHE wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/Cargo.toml wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/Cargo.toml => /tmp/.tmpFlAO6r/Cargo.toml
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/Cargo.lock wanted=true
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpgm35EA/src/Cargo.lock => /tmp/.tmpFlAO6r/Cargo.lock
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/CHANGELOG.md wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.radicle wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.radicle/native.yaml wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.radicle/ambient.yaml wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.gitsigners wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.gitignore wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/index wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/HEAD wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/config wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/HEAD wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/refs wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/refs/heads wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/refs/heads/main wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/refs/remotes wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/packed-refs wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs/remotes wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs/remotes/origin wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs/tags wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs/heads wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/refs/heads/main wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/56 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/56/3b895acb03e3e0c5851fad0479366daca3e076 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f3/fa694fbb2674688f507302afbabbe4f489ef2e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f3/118d36d88078346c3546262542ea8d2db05ede wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7b/2540209c06f3e6fc356942af270e8adcae107f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0d/cd7a39fe5c6b164da84d5160d274fc8acb65f7 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0d/f843a24ea27c827969805004ab87753cddaf8c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/24 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/24/d160188b02cccee25ebf2aaf7e5a5f5ab4abac wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9f/0689885f779d2077ff07a9209c19527906b112 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9f/d11c26504992db6ecaf5d2cff98a3bbbe6b109 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/81 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/81/ac31166ac9345e425731fd9f4511d8d4141614 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a8 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a8/253929e636f406af1c38baa0d2e1f2a5abef2d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1b/a3c72ca7eaf774f78a2bd685f44180e4b47515 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/14 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/14/96e40e921a4841878aea7ff32110ec554e4169 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6f/53f9af10103b2118d2b8706d40c612f028463c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c6/e28c9a831e07d641e4db80163100c7f6dd65a6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c6/863233df5193316fb0cbfcca130a0ab8ce3b65 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8e/91c6dd69d6da53c75c2241cd1fc20a5d4cf705 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d6/0ef443aceb3296daae31759c30d4d555c0636d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d6/104c1648fbcef43c3afde660821d7ac927c504 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b2/d347a80009fdfbdab676a7ab67fbaf8b203b99 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/13 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/13/f8b7b39dabdf95a07fc029cb0f37289959ee00 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6e/599ddd779ef92490b611f16b7e8120eec05639 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6e/86d103f173967de5ae7b3a2b52e24700a1c084 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a0/0bf8ad8e362da93ba217dd36ec9dfa4faaff24 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/5f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/5f/3650602c241a074a9d3aff90ba0169885cdf3c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c5/0a70bbd7933ca4848766ed0304ab66fd7a28ab wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fb wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fb/41fc38ee4494c484e3e9854226041dc5906284 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b8 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b8/b38a0674fc1c0e96cb71cc7e6a26511345b39d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b8/197a68a87e0f0e0fdea0bda207a562da54fda5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b5/8d472ab45420266404f9a1f929c82c22f0a947 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f9 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f9/6f3e174e29ab74bca07f53385eff44956e51ca wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f9/aee47ab0ddb1dc67c8cd488c8fef9fdf17f5c4 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/34 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/34/dd1fc561d80b6a798919dfe8c8dfd8f7664f56 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/06 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/06/cb94038b0a5d19b8cdb8944972a549edce512d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/06/e8a120d2e616360d6939d55dd4a73e57d4d8af wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/95 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/95/b1038f01a5b1a74456e3929861cc4b891c5c3e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/69 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/69/e999115c24720f849b4a4058fbcf8c2e6d1620 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/32 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/32/63a8a689bdc03e0825dd340cb3bd0678303d65 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/33 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/33/5b61ac5970f3f6469d89a5fbea5de71af1a99a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7e/57e0f8e2335d8d66bd9a304194ca8dbbe0716e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f7 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f7/15b8551e983f051a81fe8f3182509a72320b6a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a6/bdb2440e657934e010b7bfb346a62c96203a57 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/73 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/73/8b4b58434f17ab64405c617f9cdf397ad83f66 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1f/6dfaced57f059c17e7da1dbee732d07b920863 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c2/dc72f0a5d28c66f6ee523eb6ce1db983d22929 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/02 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/02/b25db82ddea381ebd7041dabd0c7c8523be557 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/02/f9f7658765b596908bedf56ae7724435867264 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e3/ff959439f0128cb356da8ee219902914a62909 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/85 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/85/5da7f85a4e636df3659f47a3afe912f68fa700 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/85/b6bd2182d83e1ca57938c4695e3d9aa591913c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ea wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ea/5c7c034d80d49de816286232f3a86b62540ca5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/75 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/75/cb2867c9e0e4877112b295d50f2064fce4fb50 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/75/1e5a2317ccfaa29b00b0ff8d656d0c546555b3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/79 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/79/032ff634d6deb702d3b1c51d48eb16a9459519 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/55 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/55/94382e22d71402280d727db26d1cb4b25a3f1a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/55/c489a0be24d6817cea68c733f1b05c6d7c910b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7c/bf0d988ce4d4d0bbafe55a9b3fc1275695827d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ae wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ae/c1300f6f082b951bb524e5d030f771375c6a88 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ae/ba51255bde10df46854f21066a0d86fc9ccda6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/57 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/57/0212a8b1bb61c344e300cf0aa31489b9d5ae15 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/26 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/26/a7b47f34bb59bab5d38a12ccd0321932dc6327 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a9 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a9/fadaafc0840612c6fe3f963264c506900e4f68 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/63 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/63/e8f9fad5fdc0a2aa10620afb3093aab81b7e3c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/63/d2ec117e322440cbedfe507c03cb13fb938eda wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b9 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b9/d2b5beb0018d63d2f08bafb027fddda20b19e1 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/a3/2dd5457eb52829a4edf328565026e219e2ae88 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6d/aeef5969f6f49960e6a41172496ce65ceb70dd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6d/5210dd767a886f0233f2a552ce555dc6ca8a83 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ad wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ad/82c73b684406706633372c35c2287cd597ff37 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7d/2bdf5f7f608311df7f7cb45392dfa8a453629f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f2/cea4940128465b81d98bab451111fdcd9cb2f1 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/49 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/49/d736c41d87e46ea8b6290fc0fed5a3321dfad5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/da wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/da/3370e8e40e1ab2e3e3a96c59d2d5d1a499f306 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e5/3bb3358d41e6c2bba547652dec10f3997facc3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f0/0ba0e9f299821aede9276540e27d924f9c19a5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f0/6eaac16156e9d5270be63bc58c6fe7fed97988 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/99 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/99/8e054792c0428d2290d2db7aa8b24c7daa83df wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/36 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/36/33db8d55c98713f557cbd748c77c37df2ed8ec wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/10 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/10/9ba4d0a654b72677fbffbbbf270f3685d7141e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/10/84ab9235bbf6c55f91d4008fa97c63e6b56eb6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/93 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/93/006f8ac4aa864b236d2a3c4c9a8abd5f7f40b0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/93/cea22aa302f791318198f0d30cc52ca1a3ac3c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d0/37150a04605e968aebcb854dc8391b7ed59025 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/af wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/af/925849d828888d7de36696ad1c411d19379e52 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c3/85762dc5a875727d6b2f157c445aa43ecfc16f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/38 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/38/115c60e11d2e9186a187728d4dd2745e76c9f4 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cb wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cb/ce09b953d88d4606cc7ec2086b04d933f613bd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cb/ad109c5618a2c61cd4a270feb92c5e775aa006 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/42 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/42/9a033040380a6d3c8b385383b3ea79c7aac99d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cd/e35c503b843bc594dedb33b70f4bfc8dc8a2b5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cd/bfc1ccaf2955a3c5d7e6827d650c390f97fcd6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/4b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/4b/cf3832f21695e1576a5a7961f0accd089f4957 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6c/db8fa67f47dbef4f69578805d6f6bcd59a7153 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/54 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/54/b79411b8acc312777ea62517b9538b14345c13 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e6/17a39f2d3e73b2815d1155bf2d05e25e569ee2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e6/ac790d1e6b229d1fde2b31535d1413afbd7a51 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9d/820e276789f320d6cdf0c4804ae530e16b73ad wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9d/173ecdcb70800226beadc197c9350e8ed4f29e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9d/c7483d4a0a6b3754ee6b433da3397827969880 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9d/802b4cd396a6c851046defa3d4b027463b04be wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9d/1f5180cf7d820500a8f6b62d393a954af32158 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/90 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/90/abe5417ea7c1f078a28c916e66950b7bfc6cef wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/90/f787687a0407f10eeda6f1f1b5b78ced4ec782 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/28 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/28/02b7f239f0db1d693ba5195f0869ce7553e8fe wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/08 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/08/40e5a4c4522d20adb1ad019b5cb8c59430edcd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/08/b0b9e55d1bae8bc468b49dc9ef783c92fec829 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/12 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/12/3b403ebb78aebd26614c60bd6ee18ad14d7a31 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ab wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ab/661f7bea7509c73704508dc6f6ced0a21b6157 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fa wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fa/e1601748dd6d9926facef81307ff7aa1a665a5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ca wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ca/dbe9bf90128329214f0e29f8412b5f40bedf98 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/88 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/88/943fde7811cf324a056c0cd830daa6d3b763af wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/88/f9a04529ef65b3ef94b451da2201cd44b24b25 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cf wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/cf/40978f488ef13c9cfc5154651a9a7a827f6958 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/44 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/44/8c9824f806fabfa1d2e8cc1dd10b5c0ebb6f3e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/96 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/96/d678245a085783e3b224c8ff39a8a11fca9bff wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/96/b942df0c728d23d2b75b79ff5004f521c122c3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/dd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/dd/289336e67b2fb8c13352b1251bcd2f2d34f390 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/47 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/47/00bdd955ad15188f7bda50a572600ae71c4607 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/76 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/76/842248409be4c9d6befab06ccdf4f16d25daed wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9b/1ca0cb6bd640d72de524385d591b993be5a5b0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/9b/66b7094fa7e755ff646f4e804d56094eced2c4 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/5d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/5d/737fb24555ce19d78ef29312944ba576a35f2a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/25 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/25/0bba1d1067769cb9c4253303a8e253d5cb7cad wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d8 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d8/9fd6d6a90d4e1ab7b56f9cb5119aae1fc5895c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d8/e8e9786d3673878cec34526598ec8e06453327 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ce wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/ce/b85f22775fd78541c3240b20445dc149fddab7 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/16 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/16/b9142d142d587e98dc1c52b07963c60d3e4906 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/16/ad28b8a2514e28409001c81c234e43c5ec3686 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/46 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/46/9bc04f95b4f8c118818e45e3d3b99f3871eca6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fc wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fc/78116d6d32040cf9e2b359f2747f52e0e1fb6b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/82 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/82/098e5ce49918131570a0744abec4660b8202cd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/29 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/29/7dc1d9db04aa73ac1a0f876ee4a98a12085067 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8f/5814d45fe0a6a6f26dd65a1ef57051ed932e6c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/2a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/2a/f7b4b671def68947ffdbaaaa0ea0de8d3af1ec wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/50 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/50/a3ee18f850ee0df4d7b693f2929e426514b4cf wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/bc wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/bc/e9863d4b58a4b2c7be910d6c1d6066661c1bff wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/be wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/be/9051f8f582e0b1e646a3ea04639fdabdc81081 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/be/efd16fdc18b6269190b4919d3142bf129efa33 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fd/337c04bc350c9fc512fc5f9676a70d72d1c79c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0c/888340043c2bdc37235e14f5c7f5250369825d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0c/5f612679177fa8e29d0f04b181c0e2d486009d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/84 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/84/21f277f01a6265e0713686a44b442c7122866e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fe wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fe/36076877171ce27917db26ac92ba4b5d09ff83 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fe/d97261934f3f64ca702e42eed67151f69c7958 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/fe/c3da06a0fbc199ea2a183daf2e89199fc96d0a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/dc wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/dc/4c9e260c418b1574c188cf4dc25e748f726955 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/7f/665c4e867f1a07927c8f23f8e885d3f3783dff wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/65 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/65/c53bc67774df2ded56ca0925b555a00b813193 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e7 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e7/077f8ffbf30d4d2684a62f2b1f1bc59a5c13b9 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/e7/543838bcd4ce55a80d33bf5e09699c53b2df1a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0e/85d51265324957aad435ed90fc6344be83c5a6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0e/9b7f4628cfdb3be9d2ca2222a6167491ec7c30 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0e/4ba9e6735f423fde063fc515f08d4a0ca17cbc wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/0e/4ee024995bb063d8882a042892780d42823dd4 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/eb wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/eb/7761cf9060b5d7ee23005dc5db107803149aa5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/59 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/59/b0ea2477528687bee7b9dfd90f6b78a60d5a48 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/bd wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/bd/af15b3336b8db5b406ea79f948047a7b44781f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/bd/6f53d715c34a33d069b60c45d9072ceacb2dee wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f6 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/f6/9e4f9922c3ae27f382bd350c2029fe86faff53 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/5b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/5b/492913a739fc140807f279327417d496ffc2d5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1c/57c69e6b00705d107c9ff85049b2b42f1059ec wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1c/0e749543fa2d8a59bfa7b96aed6b9873f5fb62 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/31 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/31/dc9c490ac89a6b89430ae2923a8269cc6f60b5 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/89 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/89/a1b43722627df5896ca13411112d9df8217875 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/89/1d2c1721e6ddd4617e3659fdd234dabdec5483 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/22 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/22/e48fa13714b4db5c4276f5702accc66d28fff4 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/22/dcc0feb272d38052dc1fe586a9b0696a82b32e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/23 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/23/c3cadba2f1f24d83630d7351ee2f87bdbfed75 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/23/ac8a018891e67d6cabeef5a10713a388dc705a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/61 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/61/c2cec4b2f3bb38128eb98906b9b412d4f3833b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/c0/4ddea1e9456b63d58d5ec91480277d9019cbc3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/71 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/71/5b1df796c53b7454b2443f43077dfc046ffe44 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/43 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/43/c6ff3680c131adbb8f33005940f12cc3be0489 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/43/e600de2051d520ad287cbaf849807d4f566e79 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/43/1b77963b42a2f526bd9aa9d1ae2c20e38f9edc wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/43/d28217178c5930b77f0bfaa2a9cea2116663a2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/d3/c8f6b80e9b8acf4ec149e2155df43ff9f70e94 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/83 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/83/9d5958c164c71c23e4b43f34e323627ef28f21 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6a wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6a/c70cf001db0d03c52b9890925195672dfd4fab wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/6a/6a0eb79537e270ba14b4ca5fb4725e51516a21 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/05 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/05/1a3e0e18d72e10e1ba2ce6f5fa8b0a8cdeea9d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8b wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8b/fbc8de9baf5e4238f5385aa72687a90d5e952f wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/8b/a9b49404d8a9c234fdd99123702b5e141c45e2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/2c wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/2c/2380ec2fbcfff68832a4e705c9903e1a3c7cd2 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/20 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/20/fbd3fb6dd7e31cd0d29560dbc86b9084faff06 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/2d wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/2d/ab5109d1f18fe6dcdade51ab241ef7962144a9 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/80 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/80/bca94152dcba8671757e75ff8e583811665bed wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1e wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/1e/777f1911bedc9cfe0445a767fc2f242d3b00e0 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b1 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/b1/4a98a44133aee579ffe2154e9a502c11898ec3 wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/info wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/info/commit-graph wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/info/packs wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.rev wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-f20b6fafcd93a50863f09ca241fa2594801f6717.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-8065f334c47a6b9392e6eb7972c4c44828745600.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.bitmap wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-e4d54c83a3eec090c344d8cda28b0c30fe1b88c6.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-2df85ccf8a593738fd09287592daab715b0540e5.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-245d37eef1b874b3d2c1176c566814f4dd1443da.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-132cd7bfb2b60363fc26f9d2647f0440fb085d5a.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-1b797c6337645bc605f0271c7112224336fa74dc.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-0683f4665706ffe8365efc8bb151e02b4b60fb34.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d3474d64a2a99de1dc805be120a4deb50b39f746.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-f20b6fafcd93a50863f09ca241fa2594801f6717.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-6020d0117d8dd58486211c2ff2c98ca28fde1e87.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-4dcdda9a029b4cc7688a7d191a56d871536c5e6c.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-2df85ccf8a593738fd09287592daab715b0540e5.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-1456e54435276e73c764c82f772564c53c0a22df.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-245d37eef1b874b3d2c1176c566814f4dd1443da.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-1b797c6337645bc605f0271c7112224336fa74dc.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-0cbe69588a288c18d1b00d3cb0a1bd16fc5751e1.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-1456e54435276e73c764c82f772564c53c0a22df.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d185cf34f40ebeeca81393de5e95544aa2391921.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-daefb3b4a65367ade1aeaea94b55b7acca1f4f29.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-851829b0ea7b7ed2bc1358d3e4442b28c430ab22.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-851829b0ea7b7ed2bc1358d3e4442b28c430ab22.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-16535c78c6919338669dfc377b023eb602fbc755.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-225ffdb5c7447fd2c8079c2cc4729699b3606ba1.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-0683f4665706ffe8365efc8bb151e02b4b60fb34.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-e4d54c83a3eec090c344d8cda28b0c30fe1b88c6.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-132cd7bfb2b60363fc26f9d2647f0440fb085d5a.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d6c8d80280b8671da893b612da724571122d1d45.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-16535c78c6919338669dfc377b023eb602fbc755.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d6c8d80280b8671da893b612da724571122d1d45.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-260986cacac89b7fa7f02aa1dbb72a6b2bf1b2d4.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-8065f334c47a6b9392e6eb7972c4c44828745600.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-daefb3b4a65367ade1aeaea94b55b7acca1f4f29.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-4dcdda9a029b4cc7688a7d191a56d871536c5e6c.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-d185cf34f40ebeeca81393de5e95544aa2391921.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-225ffdb5c7447fd2c8079c2cc4729699b3606ba1.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-346e99334740a9ccca855290c72ff787f7691f0c.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-260986cacac89b7fa7f02aa1dbb72a6b2bf1b2d4.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-0cbe69588a288c18d1b00d3cb0a1bd16fc5751e1.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-6020d0117d8dd58486211c2ff2c98ca28fde1e87.idx wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/objects/pack/pack-346e99334740a9ccca855290c72ff787f7691f0c.pack wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/branches wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/update.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/post-update.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/pre-push.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/description wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/info wanted=false
[2025-12-16T23:37:53Z DEBUG ambient_ci::util] path=/tmp/.tmpgm35EA/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpFlAO6r (exists? true)
[2025-12-16T23:37:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:37:53Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-16T23:37:53Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmphR79Rl/src.tar
[2025-12-16T23:37:53Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmphR79Rl/deps.tar
[2025-12-16T23:37:54Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-16T23:37:54Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
CargoTest(
CargoTest,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-12-16T23:37:54Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-16T23:37:54Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmphR79Rl/ambient-execute-plan/run-ci
[2025-12-16T23:37:54Z DEBUG ambient_ci::run] copy OK: true
[2025-12-16T23:37:54Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmphR79Rl/executor.tar
[2025-12-16T23:38:01Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-16T23:38:01Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2025-12-16T23:38:01Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-16T23:38:01Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-12-16T23:38:01Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-16T23:38:01Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-16T23:38:01Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpnPDbrA/.tmpCmFP7S/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-16T23:38:01Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpNpdp0z/meta-data
[2025-12-16T23:38:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpNpdp0z/user-data
[2025-12-16T23:38:01Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpnPDbrA/.tmpCmFP7S/console.log
[2025-12-16T23:38:01Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpnPDbrA/.tmpCmFP7S/console.log
[2025-12-16T23:38:01Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-16T23:38:01Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-16T23:38:01Z 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/.tmpnPDbrA/.tmpCmFP7S/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpnPDbrA/.tmpCmFP7S/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpnPDbrA/.tmpCmFP7S/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphR79Rl/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpnPDbrA/.tmpCmFP7S/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphR79Rl/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphR79Rl/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphR79Rl/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmphR79Rl/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-16T23:38:17Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-16T23:38:17Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-16T23:38:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-16T23:38:05Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-16T23:38:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-16T23:38:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-16T23:38:07Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-16T23:38:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:07Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-16T23:38:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-16T23:38:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-16T23:38:07Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-16T23:38:15Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-16T23:38:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-16T23:38:15Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-16T23:38:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-16T23:38:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
info: syncing channel updates for '1.92-x86_64-unknown-linux-gnu'
error: failed to download file error=Reqwest(reqwest::Error { kind: Request, url: "https://static.rust-lang.org/dist/channel-rust-1.92.toml.sha256", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-1.92.toml.sha256' to '/root/.rustup/tmp/s56k8s9q1b6lvmmd_file': error downloading file: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.92.toml.sha256): client error (Connect): dns error: failed to lookup address information: Temporary failure in name resolution: failed to lookup address information: Temporary failure in name resolution
[2025-12-16T23:38:15Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2025-12-16T23:38:15Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 1
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 1
EXIT CODE: 1
====================
[2025-12-16T23:38:17Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2025-12-16T23:38:18Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2025-12-16T23:38:18Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
ERROR: CI run failed inside QEMU
<empty log>