Radicle repository id rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt
tmpdir: /home/_rad/tmp image_store: /home/_rad/ambient-images projects: /dev/null state: /home/_rad/ambient-state rsync_target: null rsync_target_base: null rsync_target_map: null dput_target: null executor: /usr/bin/ambient-execute-plan artifacts_max_size: 1 GB cache_max_size: 30 GB qemu: cpus: 2 memory: 12 GB 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
CargoFetch(
CargoFetch,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
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
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",
},
)+ ln -sf /ci /workspace
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)+ git config --global user.name 'Ambient CI'
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)+ git config --global user.email ambient@example.com
Shell(
Shell {
shell: "echo \"hello world\"",
},
)hello world
+ echo 'hello world'
CargoFmt(
CargoFmt,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
CargoClippy(
CargoClippy,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Checking rad-find v0.1.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
CargoTest(
CargoTest,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Compiling rad-find v0.1.0 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s
Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/rad_find-2e89f449c7d35a50)
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
){
"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:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "768bb1f317a24577af6e7bcd111c9d86f7ea4f10",
"after": "768bb1f317a24577af6e7bcd111c9d86f7ea4f10",
"branch": "main",
"commits": [
"768bb1f317a24577af6e7bcd111c9d86f7ea4f10"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt
<empty log>