Radicle repository id rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6M 1 disk
vdc 254:32 0 210K 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 311.5M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-30 10:51 ./
-rw-r--r-- _rad/_rad 928 2026-01-30 10:51 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-01-30 10:51 ./run-ci
INFO: Extracted files:
524300 4 drwxr-xr-x 2 1000 1000 4096 Jan 30 10:51 .
524301 4 -rw-r--r-- 1 1000 1000 928 Jan 30 10:51 ./plan.yaml
524302 6132 -rwxr-xr-x 1 1000 1000 6275392 Jan 30 10:51 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-30T10:51:11Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: shell
shell: echo "hello world"
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_test
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:11Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "echo \"hello world\"",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "echo \"hello world\"",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\necho \"hello world\"\n"]
cwd=/ci/src (exists? true)
+ echo 'hello world'
hello world
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
Diff in /ci/src/src/find.rs:43:
}
if let Ok(identity) = Identity::load(&repo)
- && let Some(revision) = identity.revision(&oid) {
- println!("Found identity revision: {}", oid);
- println!(" Title: {}", revision.title);
- println!(" State: {}", revision.state);
- println!(" Author: {}", revision.author.id());
- }
+ && let Some(revision) = identity.revision(&oid)
+ {
+ println!("Found identity revision: {}", oid);
+ println!(" Title: {}", revision.title);
+ println!(" State: {}", revision.state);
+ println!(" Author: {}", revision.author.id());
+ }
}
[2026-01-30T10:51:13Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2026-01-30T10:51:13Z 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:z45E5Sz1mE6itUMUjEgBoqt7ymYRt",
"name": "rad-find",
"description": "cli tool to help you find and inspect radicle object ids without knowing what they are ",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm"
]
},
"pusher": {
"id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
"alias": "2color"
},
"before": "807371c40dc90e62cad9394b0ce741fd328e8de5",
"after": "807371c40dc90e62cad9394b0ce741fd328e8de5",
"branch": "main",
"commits": [
"807371c40dc90e62cad9394b0ce741fd328e8de5"
]
}[2026-01-30T10:51:08Z INFO ambient] ambient starts
[2026-01-30T10:51:08Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-30T10:51:08Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
uefi: false,
lint: true,
}
[2026-01-30T10:51:08Z DEBUG ambient_ci::linter] linting project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt with rsync_target
[2026-01-30T10:51:08Z DEBUG ambient_ci::linter] linting project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt with http_get
[2026-01-30T10:51:08Z DEBUG ambient_ci::linter] linting project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt with shellcheck
[2026-01-30T10:51:08Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/meta.yaml
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] latest commit: "bfc6a9d2c58c021035497fc2e80f2c16d2ca6702"
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] is a git repository
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] git repository is clean
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] current (HEAD) commit: 807371c40dc90e62cad9394b0ce741fd328e8de5
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] no dry run requested
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] forced run requested
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] run? true
[2026-01-30T10:51:08Z INFO ambient_ci::run] project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt: running CI
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-30T10:51:08Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-30T10:51:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-30T10:51:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/cache/cargo-target",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/dependencies",
},
source_dir: "/tmp/.tmpTKB1Gh/src",
deps_dir: "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpTKB1Gh/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpTKB1Gh/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpTKB1Gh/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpTKB1Gh/src => /tmp/.tmpb72TZs
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/src wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/src/main.rs wanted=true
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpTKB1Gh/src/src/main.rs => /tmp/.tmpb72TZs/src/main.rs
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/src/find.rs wanted=true
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpTKB1Gh/src/src/find.rs => /tmp/.tmpb72TZs/src/find.rs
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/README.md wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/Cargo.toml wanted=true
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpTKB1Gh/src/Cargo.toml => /tmp/.tmpb72TZs/Cargo.toml
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/Cargo.lock wanted=true
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpTKB1Gh/src/Cargo.lock => /tmp/.tmpb72TZs/Cargo.lock
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.radicle wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.radicle/ambient.yaml wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.gitignore wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/index wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/HEAD wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/config wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/HEAD wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/refs wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/refs/heads wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/refs/heads/main wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/refs/remotes wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/packed-refs wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs/remotes wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs/remotes/origin wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs/tags wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs/heads wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/refs/heads/main wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/8e wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/8e/d60933f631e23dbdf3097ebb0dfd43ce4818ff wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/b5 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/b5/ba173561e5152f3915b06d059f5f5e57a398fb wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/34 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/34/7841b390e46136e3329a1bf38975a202667875 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/85 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/85/7c35413f8a8bba4f5bce5d8d9def93fb95bda9 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/aa wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/aa/9557ae5802c30ad9eb5b35fb6e984ace737aa8 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/39 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/39/8037ff6889b38cbde2a0c0051ae6cd789fd125 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/a3 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/a3/6c2758664126deda51238f90d81bcafbd5e187 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/38 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/38/d8b06f04065ba9599a9ab6d503b44e8b759c4f wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/4b wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/4b/1427094cfc488850445ea039c662d6d82334b8 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/4b/cc88a89d2a641fb2121348f298526be5cf15e6 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/6c wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/6c/bf8b3f0800c3d8d34291e67f6c634369e3dc26 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/28 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/28/db48d59ed3305757518bda63a2b1d3c64babb5 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bb wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bb/f1ef0af31cc11d74cf479cffef17bb423c5ec6 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bb/980a759854f7cf095d93771ccc5ec032cc876b wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/44 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/44/6f6b6cc96b82b1b47c4376756ba566e41e0716 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/37 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/37/fdded3452fa0c28512ba5d57a51462e79cd47a wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/ce wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/ce/d9ee284c66893418f41f4e5b504dc39af8d384 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bf wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bf/489833ff499bb353f9d9cb7738e1a1ccac2008 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/2b wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/2b/e238f537ba81b7651a2689ebeceb63a844dbb9 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/c1 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/c1/37622002af99333d475c5913df5d686c5b32df wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bc wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/bc/84b8a757a2e51129dc51d20a4f3a15e6639784 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/84 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/3c wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/3c/d05fc164c1ad4861e54e9589183cc852a62b6c wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/f1 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/f1/523f74df5b099d2d56dc9ec103bdc933b99490 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/c0 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/c0/3129f35c2f3b32c9fb4a8efad1f6cc4e64471c wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/c0/a772abf5f0a66f2238cf8b91814f32999d4ea1 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/2d wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/2d/cc04690860c7f7154f7337578c459bd4428e5f wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/09 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/09/1613bc0618987ed22cb4fe32f22621a0f829a3 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/db wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/db/33acd8e9c4499770ae9792208d36d44a0cc319 wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/info wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-280462c1a4351db2070495f6fd2521be08f340b4.idx wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-e0642b70c7a24c39b642cbd13f9d33e02921faf8.idx wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-1492aad590c4651175be8e4fd4d46c9d4b255847.idx wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-e0642b70c7a24c39b642cbd13f9d33e02921faf8.pack wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-956e7fb456e50b1c02de32fd7f37fcf3502a9753.pack wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-056de1ce12a26464d92886a19ebbcedc8cbb26bc.idx wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-056de1ce12a26464d92886a19ebbcedc8cbb26bc.pack wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-956e7fb456e50b1c02de32fd7f37fcf3502a9753.idx wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-280462c1a4351db2070495f6fd2521be08f340b4.pack wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/objects/pack/pack-1492aad590c4651175be8e4fd4d46c9d4b255847.pack wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/branches wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/update.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/post-update.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/pre-push.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/description wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/info wanted=false
[2026-01-30T10:51:08Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpTKB1Gh/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpb72TZs (exists? true)
[2026-01-30T10:51:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:08Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-30T10:51:08Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp3FLyRH/src.tar
[2026-01-30T10:51:08Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp3FLyRH/deps.tar
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/ci",
},
),
Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
),
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
),
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
),
Shell(
Shell {
shell: "echo \"hello world\"",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoTest(
CargoTest,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/ci",
),
source_dir: Some(
"/ci/src",
),
deps_dir: Some(
"/ci/deps",
),
cache_dir: Some(
"/ci/cache",
),
artifacts_dir: Some(
"/ci/artifacts",
),
}
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp3FLyRH/ambient-execute-plan/run-ci
[2026-01-30T10:51:08Z DEBUG ambient_ci::run] copy OK: true
[2026-01-30T10:51:08Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp3FLyRH/executor.tar
[2026-01-30T10:51:08Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T10:51:08Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt, exists? true
[2026-01-30T10:51:08Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T10:51:08Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log OK
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-30T10:51:08Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-30T10:51:08Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-30T10:51:08Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpBUSKL0/.tmpXo8QQk/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-30T10:51:08Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpS58nLA/meta-data
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpS58nLA/user-data
[2026-01-30T10:51:08Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpS58nLA/network-config
[2026-01-30T10:51:09Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpBUSKL0/.tmpXo8QQk/console.log
[2026-01-30T10:51:09Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpBUSKL0/.tmpXo8QQk/console.log
[2026-01-30T10:51:09Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T10:51:09Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T10:51:09Z 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/.tmpBUSKL0/.tmpXo8QQk/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpBUSKL0/.tmpXo8QQk/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp3FLyRH/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpBUSKL0/.tmpXo8QQk/cloud_init.iso",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpBUSKL0/.tmpXo8QQk/vars.fd",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp3FLyRH/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp3FLyRH/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp3FLyRH/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp3FLyRH/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-30T10:51:15Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-30T10:51:15Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-30T10:51:11Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T10:51:11Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: shell
shell: echo "hello world"
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_test
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-01-30T10:51:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:11Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-30T10:51:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "echo \"hello world\"",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "echo \"hello world\"",
},
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\necho \"hello world\"\n"]
cwd=/ci/src (exists? true)
+ echo 'hello world'
hello world
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T10:51:12Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-30T10:51:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
Diff in /ci/src/src/find.rs:43:
}
if let Ok(identity) = Identity::load(&repo)
- && let Some(revision) = identity.revision(&oid) {
- println!("Found identity revision: {}", oid);
- println!(" Title: {}", revision.title);
- println!(" State: {}", revision.state);
- println!(" Author: {}", revision.author.id());
- }
+ && let Some(revision) = identity.revision(&oid)
+ {
+ println!("Found identity revision: {}", oid);
+ println!(" Title: {}", revision.title);
+ println!(" State: {}", revision.state);
+ println!(" Author: {}", revision.author.id());
+ }
}
[2026-01-30T10:51:13Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2026-01-30T10:51:13Z 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
====================
[2026-01-30T10:51:15Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2026-01-30T10:51:15Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2026-01-30T10:51:15Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/meta.yaml
ERROR: CI run failed inside QEMU
<empty log>