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.6M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 946.8M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-29 11:02 ./
-rw-r--r-- _rad/_rad 799 2025-12-29 11:02 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-29 11:02 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Dec 29 11:02 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 29 11:02 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 799 Dec 29 11:02 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-29T11:02:45Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z 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-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-29T11:02:45Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-29T11:02:47Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T11:02:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T11:02:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T11:02:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:47Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-29T11:02:56Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T11:02:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:56Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-29T11:02:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-29T11:02:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
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/3jcygreg8l_3tai1_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-29T11:02:56Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2025-12-29T11:02:56Z 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": "a0e9939ad17e00f8080e9ef71bfca6df20dd6e64",
"after": "a0e9939ad17e00f8080e9ef71bfca6df20dd6e64",
"branch": "main",
"commits": [
"a0e9939ad17e00f8080e9ef71bfca6df20dd6e64",
"16f7ced6036d8ac0c4a6cc4b13fbaf04067dbf90",
"27a96ab61ea6ba646e0e0401ee61b8a6d1351eab",
"ca78590c817729a842f2310501ce91216b6a5335"
]
}[2025-12-29T11:02:37Z INFO ambient] ambient starts
[2025-12-29T11:02:37Z 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-29T11:02:37Z 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-29T11:02:37Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] latest commit: "d5f8c7983013106b6d8c21f970bbec01d301dffd"
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] is a git repository
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] git repository is clean
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] current (HEAD) commit: a0e9939ad17e00f8080e9ef71bfca6df20dd6e64
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] no dry run requested
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] forced run requested
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] run? true
[2025-12-29T11:02:37Z INFO ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-29T11:02:37Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-29T11:02:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-29T11:02:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
},
source_dir: "/tmp/.tmpltNNof/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/.tmpltNNof/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpltNNof/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpltNNof/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpltNNof/src => /tmp/.tmpEw9RFI
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/utils.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/utils.rs => /tmp/.tmpEw9RFI/src/ui/utils.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/theme.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/theme.rs => /tmp/.tmpEw9RFI/src/ui/theme.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/span.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/span.rs => /tmp/.tmpEw9RFI/src/ui/span.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget/window.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm/widget/window.rs => /tmp/.tmpEw9RFI/src/ui/rm/widget/window.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget/utils.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm/widget/utils.rs => /tmp/.tmpEw9RFI/src/ui/rm/widget/utils.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget/text.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm/widget/text.rs => /tmp/.tmpEw9RFI/src/ui/rm/widget/text.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget/list.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm/widget/list.rs => /tmp/.tmpEw9RFI/src/ui/rm/widget/list.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget/container.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm/widget/container.rs => /tmp/.tmpEw9RFI/src/ui/rm/widget/container.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm/widget.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm/widget.rs => /tmp/.tmpEw9RFI/src/ui/rm/widget.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/rm.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/rm.rs => /tmp/.tmpEw9RFI/src/ui/rm.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/layout.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/layout.rs => /tmp/.tmpEw9RFI/src/ui/layout.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/im wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/im/widget.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/im/widget.rs => /tmp/.tmpEw9RFI/src/ui/im/widget.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/im.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/im.rs => /tmp/.tmpEw9RFI/src/ui/im.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui/ext.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui/ext.rs => /tmp/.tmpEw9RFI/src/ui/ext.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/ui.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/ui.rs => /tmp/.tmpEw9RFI/src/ui.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/terminal.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/terminal.rs => /tmp/.tmpEw9RFI/src/terminal.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/task.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/task.rs => /tmp/.tmpEw9RFI/src/task.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/store.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/store.rs => /tmp/.tmpEw9RFI/src/store.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/lib.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/lib.rs => /tmp/.tmpEw9RFI/src/lib.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/src/event.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/src/event.rs => /tmp/.tmpEw9RFI/src/event.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/rust-toolchain.toml wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/flake.nix wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/flake.lock wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/examples wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/examples/selection.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/examples/selection.rs => /tmp/.tmpEw9RFI/examples/selection.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/examples/hello_rrmui.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/examples/hello_rrmui.rs => /tmp/.tmpEw9RFI/examples/hello_rrmui.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/examples/hello.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/examples/hello.rs => /tmp/.tmpEw9RFI/examples/hello.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/examples/basic_rmui.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/examples/basic_rmui.rs => /tmp/.tmpEw9RFI/examples/basic_rmui.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/deny.toml wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/demo.png wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build/version wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build/rust-version wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build/macos-sdk-11.3.tar.xz wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build/checksums wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build/build wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/radicle-build/Dockerfile wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/config.toml wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/build wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build/TARGETS wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/build.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/build.rs => /tmp/.tmpEw9RFI/build.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/span.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/span.rs => /tmp/.tmpEw9RFI/bin/ui/span.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/rm.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/rm.rs => /tmp/.tmpEw9RFI/bin/ui/rm.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/layout.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/layout.rs => /tmp/.tmpEw9RFI/bin/ui/layout.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/items wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/items/patch.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/items/patch.rs => /tmp/.tmpEw9RFI/bin/ui/items/patch.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/items/notification.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/items/notification.rs => /tmp/.tmpEw9RFI/bin/ui/items/notification.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/items.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/items.rs => /tmp/.tmpEw9RFI/bin/ui/items.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/im.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/im.rs => /tmp/.tmpEw9RFI/bin/ui/im.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui/format.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui/format.rs => /tmp/.tmpEw9RFI/bin/ui/format.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/ui.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/ui.rs => /tmp/.tmpEw9RFI/bin/ui.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/test.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/test.rs => /tmp/.tmpEw9RFI/bin/test.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/terminal.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/terminal.rs => /tmp/.tmpEw9RFI/bin/terminal.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/state.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/state.rs => /tmp/.tmpEw9RFI/bin/state.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/settings.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/settings.rs => /tmp/.tmpEw9RFI/bin/settings.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/main.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/main.rs => /tmp/.tmpEw9RFI/bin/main.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/log.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/log.rs => /tmp/.tmpEw9RFI/bin/log.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/git.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/git.rs => /tmp/.tmpEw9RFI/bin/git.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/patch wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/patch/review wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/patch/review/builder.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/patch/review/builder.rs => /tmp/.tmpEw9RFI/bin/commands/patch/review/builder.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/patch/review.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/patch/review.rs => /tmp/.tmpEw9RFI/bin/commands/patch/review.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/patch/list.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/patch/list.rs => /tmp/.tmpEw9RFI/bin/commands/patch/list.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/patch.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/patch.rs => /tmp/.tmpEw9RFI/bin/commands/patch.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/issue wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/issue/list wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/issue/list/ui.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/issue/list/ui.rs => /tmp/.tmpEw9RFI/bin/commands/issue/list/ui.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/issue/list.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/issue/list.rs => /tmp/.tmpEw9RFI/bin/commands/issue/list.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/issue/common.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/issue/common.rs => /tmp/.tmpEw9RFI/bin/commands/issue/common.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/issue.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/issue.rs => /tmp/.tmpEw9RFI/bin/commands/issue.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/inbox wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/inbox/list.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/inbox/list.rs => /tmp/.tmpEw9RFI/bin/commands/inbox/list.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/inbox/common.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/inbox/common.rs => /tmp/.tmpEw9RFI/bin/commands/inbox/common.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/inbox.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/inbox.rs => /tmp/.tmpEw9RFI/bin/commands/inbox.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands/help.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands/help.rs => /tmp/.tmpEw9RFI/bin/commands/help.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/commands.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/commands.rs => /tmp/.tmpEw9RFI/bin/commands.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/cob wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/cob/issue.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/cob/issue.rs => /tmp/.tmpEw9RFI/bin/cob/issue.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/bin/cob.rs wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/bin/cob.rs => /tmp/.tmpEw9RFI/bin/cob.rs
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/README.md wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/LICENSE-MIT wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/LICENSE-APACHE wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/Cargo.toml wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/Cargo.toml => /tmp/.tmpEw9RFI/Cargo.toml
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/Cargo.lock wanted=true
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpltNNof/src/Cargo.lock => /tmp/.tmpEw9RFI/Cargo.lock
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/CHANGELOG.md wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.radicle wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.radicle/native.yaml wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.radicle/ambient.yaml wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.gitsigners wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.gitignore wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/index wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/HEAD wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/config wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/HEAD wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/refs wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/refs/heads wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/refs/heads/main wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/refs/remotes wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/packed-refs wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs/remotes wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs/remotes/origin wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs/tags wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs/heads wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/refs/heads/main wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/51 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/51/fb0d4decf25ec8840239db2fef31024ee11a4b wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/c2 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/c2/9775249a09f88fb6e271c8aaa5cd7856afaacb wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/66 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/66/d764e46376919944ef52c818d80638425b6c42 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/16 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/16/6a599c28d1fe2a5da2d760b7cbb459978b9e0b wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/18 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/18/e5081c298696dc708a90d8c0d2811c63992bc3 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/82 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/82/4a2d73c7b3043285d9cb66fed2e95c44fef5f8 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/dc wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/dc/88be92919ed888335a34dfa54d27c7183553c9 wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/info wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/info/commit-graph wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/info/packs wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-6d96105aca8dc128d83f4dfca6274fc7deba5b3c.idx wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-645b9a57132d3ed82636a61d85428a68970f2144.idx wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-8127e76c8c01924a53235679541049f5672c5525.idx wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-2094bb367888676b908365bff810f98c8a3126cd.pack wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-645b9a57132d3ed82636a61d85428a68970f2144.bitmap wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-5d253c23d127912202b23a184d9b84a7dd518e65.pack wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-645b9a57132d3ed82636a61d85428a68970f2144.pack wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-6d96105aca8dc128d83f4dfca6274fc7deba5b3c.pack wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-645b9a57132d3ed82636a61d85428a68970f2144.rev wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-8127e76c8c01924a53235679541049f5672c5525.pack wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-2094bb367888676b908365bff810f98c8a3126cd.idx wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/objects/pack/pack-5d253c23d127912202b23a184d9b84a7dd518e65.idx wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/branches wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/update.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/post-update.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/pre-push.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/description wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/info wanted=false
[2025-12-29T11:02:37Z DEBUG ambient_ci::util] path=/tmp/.tmpltNNof/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpEw9RFI (exists? true)
[2025-12-29T11:02:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:37Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpfNVYU4/src.tar
[2025-12-29T11:02:37Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpfNVYU4/deps.tar
[2025-12-29T11:02:38Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-29T11:02:38Z 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-29T11:02:38Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-29T11:02:38Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpfNVYU4/ambient-execute-plan/run-ci
[2025-12-29T11:02:38Z DEBUG ambient_ci::run] copy OK: true
[2025-12-29T11:02:38Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpfNVYU4/executor.tar
[2025-12-29T11:02:42Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-29T11:02:42Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2025-12-29T11:02:42Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-29T11:02:42Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2025-12-29T11:02:42Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-29T11:02:42Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-29T11:02:42Z 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-29T11:02:42Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-29T11:02:42Z 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-29T11:02:42Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-29T11:02:42Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-29T11:02:42Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpO13bo6/.tmp3JrODV/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-29T11:02:42Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-29T11:02:42Z 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-29T11:02:42Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpBjjjKx/meta-data
[2025-12-29T11:02:42Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpBjjjKx/user-data
[2025-12-29T11:02:42Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpO13bo6/.tmp3JrODV/console.log
[2025-12-29T11:02:42Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpO13bo6/.tmp3JrODV/console.log
[2025-12-29T11:02:42Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-29T11:02:42Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-12-29T11:02:42Z 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/.tmpO13bo6/.tmp3JrODV/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/.tmpO13bo6/.tmp3JrODV/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpO13bo6/.tmp3JrODV/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpfNVYU4/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpO13bo6/.tmp3JrODV/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpfNVYU4/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpfNVYU4/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpfNVYU4/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpfNVYU4/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-29T11:02:59Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-29T11:02:59Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-29T11:02:45Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-29T11:02:45Z 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-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-29T11:02:45Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-29T11:02:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:45Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-29T11:02:47Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T11:02:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T11:02:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-29T11:02:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-29T11:02:47Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-29T11:02:56Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-29T11:02:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-29T11:02:56Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-29T11:02:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-29T11:02:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_TARGET_DIR": "/workspace/cache",
},
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/3jcygreg8l_3tai1_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-29T11:02:56Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2025-12-29T11:02:56Z 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-29T11:02:59Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2025-12-29T11:03:00Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2025-12-29T11:03:00Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
ERROR: CI run failed inside QEMU
<empty log>