CI run for rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8
Radicle repository id rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8
- Adapter run ID: f7696869-f30c-4967-8177-cf1128d3a0f0
- Result: success
- Duration: 7 seconds seconds
2026-03-03 16:07:26Z -- 2026-03-03 16:07:34Z
Table of Contents
Run log
At: 2026-03-03 16:07:26Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-03-03 16:07:26ZAfter: 0.00 secondstmpdir: /tmp
image_store: /home/ambient/.local/state/ambient-ci/images
projects: /dev/null
state: /home/ambient/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: 10 GB
cache_max_size: 50 GB
qemu:
cpus: 6
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
Ambient configuration
At: 2026-03-03 16:07:26Z
After: 0.08 seconds
Hoping for the best
Will run CI for project rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8
At: 2026-03-03 16:07:26Z
After: 0.08 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-03 16:07:32Z
After: 5.79 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-03-03 16:07:32ZAfter: 5.79 secondssteps:
- 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: 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
Runnable plan
At: 2026-03-03 16:07:32ZAfter: 5.79 secondsMkdir(
Mkdir {
pathname: "/ci",
},
) Start action mkdir
At: 2026-03-03 16:07:32Z
After: 5.79 seconds
End action mkdir
At: 2026-03-03 16:07:32ZAfter: 5.79 secondsMkdir(
Mkdir {
pathname: "/ci/artifacts",
},
) Start action mkdir
At: 2026-03-03 16:07:32Z
After: 5.79 seconds
End action mkdir
At: 2026-03-03 16:07:32ZAfter: 5.79 secondsTarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
) Start action tar_extract
At: 2026-03-03 16:07:32Z
After: 5.92 seconds
End action tar_extract
At: 2026-03-03 16:07:32ZAfter: 5.92 secondsTarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
) Start action tar_extract
At: 2026-03-03 16:07:32Z
After: 5.93 seconds
End action tar_extract
At: 2026-03-03 16:07:32ZAfter: 5.94 secondsTarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_extract
At: 2026-03-03 16:07:32Z
After: 5.94 seconds
End action tar_extract
At: 2026-03-03 16:07:32ZAfter: 5.94 secondsShell(
Shell {
shell: "ln -sf /ci /workspace",
},
) Start action shell
At: 2026-03-03 16:07:34ZAfter: 7.78 seconds- bash
- -c
- set -xeuo pipefail
ln -sf /ci /workspace
exit: 0Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail
ln -sf /ci /workspace
At: 2026-03-03 16:07:32Z
After: 5.95 seconds
End action shell
At: 2026-03-03 16:07:32ZAfter: 5.95 secondsShell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
) Start action shell
At: 2026-03-03 16:07:34ZAfter: 7.78 seconds- bash
- -c
- set -xeuo pipefail
git config --global user.name 'Ambient CI'
exit: 0Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail
git config --global user.name 'Ambient CI'
At: 2026-03-03 16:07:32Z
After: 5.97 seconds
End action shell
At: 2026-03-03 16:07:32ZAfter: 5.97 secondsShell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
) Start action shell
At: 2026-03-03 16:07:34ZAfter: 7.78 seconds- bash
- -c
- set -xeuo pipefail
git config --global user.email ambient@example.com
exit: 0Stderr:
+ git config --global user.email ambient@example.com
OK: bash -c set -xeuo pipefail
git config --global user.email ambient@example.com
At: 2026-03-03 16:07:32Z
After: 5.97 seconds
End action shell
At: 2026-03-03 16:07:32ZAfter: 5.97 secondsShell(
Shell {
shell: "echo Hello world!",
},
) Start action shell
At: 2026-03-03 16:07:34ZAfter: 7.78 seconds- bash
- -c
- set -xeuo pipefail
echo Hello world!
exit: 0Stderr:
+ echo Hello 'world!'
OK: bash -c set -xeuo pipefail
echo Hello world!
At: 2026-03-03 16:07:32Z
After: 5.98 seconds
End action shell
At: 2026-03-03 16:07:32ZAfter: 5.98 secondsTarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_create
At: 2026-03-03 16:07:32Z
After: 5.98 seconds
End action tar_create
At: 2026-03-03 16:07:32ZAfter: 5.98 secondsTarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
) Start action tar_create
At: 2026-03-03 16:07:32Z
After: 5.99 seconds
End action tar_create
At: 2026-03-03 16:07:32Z
After: 5.99 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-03 16:07:32Z
After: 5.99 seconds
Everything is fine.
Executor ends, success
At: 2026-03-03 16:07:34ZAfter: 7.78 secondsexit: 0 QEMU OK
At: 2026-03-03 16:07:34Z
After: 7.73 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-03 16:07:34Z
After: 7.77 seconds
Everything is fine.
Ambient ends, success
Trigger message
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8",
"name": "radicle.garden",
"description": "The radicle.garden monorepo",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx",
"did:key:z6Mkm8kyYUD9Q2zMRtM9yU3Ci1K5PqyD2CGqErFfWrNgcKu8",
"did:key:z6MkrnXJWPndzPBxpBUaE3L3BnMeWpaQdT1V1FvkoCPFSFS3",
"did:key:z6MkgKs9cCTbhj8K7n6UmVj8A6xE6CTFMXEjUPr27AzgWRCi"
]
},
"action": "Created",
"patch": {
"id": "f58f29cb10293ffa2ce9b4a4c37e8d366cafd2d6",
"author": {
"id": "did:key:z6MkrnXJWPndzPBxpBUaE3L3BnMeWpaQdT1V1FvkoCPFSFS3",
"alias": null
},
"title": "Adds plan for Ambient CI",
"state": {
"status": "open",
"conflicts": []
},
"before": "3369e4d1fbd295454bbaae8d9f580e0356e5499a",
"after": "103fa9af8d387b127f83bfbc0f8c1afe1b4ba2c3",
"commits": [
"103fa9af8d387b127f83bfbc0f8c1afe1b4ba2c3"
],
"target": "3369e4d1fbd295454bbaae8d9f580e0356e5499a",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "f58f29cb10293ffa2ce9b4a4c37e8d366cafd2d6",
"author": {
"id": "did:key:z6MkrnXJWPndzPBxpBUaE3L3BnMeWpaQdT1V1FvkoCPFSFS3",
"alias": null
},
"description": "Signed-off-by: Yorgos Saslis <yorgos.work@proton.me>",
"base": "3369e4d1fbd295454bbaae8d9f580e0356e5499a",
"oid": "103fa9af8d387b127f83bfbc0f8c1afe1b4ba2c3",
"timestamp": 1772554043
}
]
}
}Ambient stdout
run CI for rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8
Ambient stderr
<empty log>