CI run for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle repository id rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
- Adapter run ID: 618c9508-6065-4f65-be84-35cd2173e0a4
- Result: failure
- Duration: 10 seconds seconds
2026-02-10 14:14:31Z -- 2026-02-10 14:14:42Z
Table of Contents
Run log
At: 2026-02-10 14:14:31Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-10 14:14:31ZAfter: 0.00 secondstmpdir: /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
Ambient configuration
At: 2026-02-10 14:14:31Z
After: 0.06 seconds
Hoping for the best
Will run CI for project rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
At: 2026-02-10 14:14:31ZAfter: 0.06 secondsCargoFetch(
CargoFetch,
) Start action cargo_fetch
At: 2026-02-10 14:14:42ZAfter: 10.62 secondsexit: 0Stdout:
cargo 1.90.0 (840b83a10 2025-07-30)
OK: cargo --version
At: 2026-02-10 14:14:42ZAfter: 10.62 secondsexit: 0Stdout:
clippy 0.1.90 (1159e78c47 2025-09-14)
OK: cargo clippy --version
At: 2026-02-10 14:14:42ZAfter: 10.62 secondsexit: 0Stdout:
rustc 1.90.0 (1159e78c4 2025-09-14)
OK: rustc --version
At: 2026-02-10 14:14:42ZAfter: 10.62 secondsexit: 0Stderr:
Updating crates.io index
Downloading crates ...
Downloaded winsplit v0.1.0
OK: cargo fetch --locked
At: 2026-02-10 14:14:32Z
After: 1.14 seconds
End action cargo_fetch
At: 2026-02-10 14:14:32Z
After: 1.14 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-10 14:14:36Z
After: 5.43 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-10 14:14:36ZAfter: 5.43 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: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
shell: |
# Because of a (temporary) limitation in Ambient, we need to set
# these variables manually. Once Ambient manages environment
# variables better, these can be deleted.
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:$PATH"
export RUSTDOCFLAGS='-D warnings'
cargo doc --workspace --no-deps --all-features
- action: shell
shell: |
# Because of a (temporary) limitation in Ambient, we need to set
# these variables manually. Once Ambient manages environment
# variables better, these can be deleted.
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:$PATH"
# These are based on debian/control.
export DEBEMAIL=liw@liw.fi
export DEBFULLNAME="Lars Wirzenius"
# Clean up after tests and documentation building. The Debian
# package building tools do not want changes outside the
# `debian` directory, compared to what is committed to Git, from
# which the "upstream tarball" is created.
git reset --hard
git clean -fdx
git status --ignored
# Update debian/changelog with a new version so that every run
# creates a newer version. This avoids us having to update the
# file manually for every CI run.
V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
T="$(date -u "+%Y%m%dT%H%M%S")"
version="$V.ci$T-1"
dch -v "$version" "CI build under Ambient."
dch -r ''
- action: deb
packages: .
- 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-02-10 14:14:36ZAfter: 5.48 secondsMkdir(
Mkdir {
pathname: "/ci",
},
) Start action mkdir
At: 2026-02-10 14:14:36Z
After: 5.48 seconds
End action mkdir
At: 2026-02-10 14:14:36ZAfter: 5.48 secondsMkdir(
Mkdir {
pathname: "/ci/artifacts",
},
) Start action mkdir
At: 2026-02-10 14:14:36Z
After: 5.48 seconds
End action mkdir
At: 2026-02-10 14:14:36ZAfter: 5.48 secondsTarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
) Start action tar_extract
At: 2026-02-10 14:14:37Z
After: 5.57 seconds
End action tar_extract
At: 2026-02-10 14:14:37ZAfter: 5.57 secondsTarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
) Start action tar_extract
At: 2026-02-10 14:14:39Z
After: 7.56 seconds
End action tar_extract
At: 2026-02-10 14:14:39ZAfter: 7.56 secondsTarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_extract
At: 2026-02-10 14:14:39Z
After: 7.56 seconds
End action tar_extract
At: 2026-02-10 14:14:39ZAfter: 7.56 secondsShell(
Shell {
shell: "ln -sf /ci /workspace",
},
) Start action shell
At: 2026-02-10 14:14:42ZAfter: 10.62 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-02-10 14:14:39Z
After: 7.57 seconds
End action shell
At: 2026-02-10 14:14:39ZAfter: 7.57 secondsShell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
) Start action shell
At: 2026-02-10 14:14:42ZAfter: 10.62 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-02-10 14:14:39Z
After: 7.59 seconds
End action shell
At: 2026-02-10 14:14:39ZAfter: 7.59 secondsShell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
) Start action shell
At: 2026-02-10 14:14:42ZAfter: 10.62 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-02-10 14:14:39Z
After: 7.60 seconds
End action shell
At: 2026-02-10 14:14:39ZAfter: 7.60 secondsCargoFmt(
CargoFmt,
) Start action cargo_fmt
At: 2026-02-10 14:14:42ZAfter: 10.62 secondsexit: 1Stderr:
info: syncing channel updates for '1.90-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.90.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.90.toml.sha256' to '/root/.rustup/tmp/1kz1f02gy4gii6eo_file': error downloading file: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.90.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
FAILED: cargo --version
At: 2026-02-10 14:14:39Z
After: 7.63 seconds
Action failed
At: 2026-02-10 14:14:39Z
After: 7.63 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-10 14:14:42ZAfter: 10.62 secondsexit: 0 QEMU OK
Trigger message
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5",
"name": "heartwood",
"description": "Radicle Heartwood Protocol & Stack",
"private": false,
"default_branch": "master",
"delegates": [
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT",
"did:key:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
"did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
]
},
"action": "Updated",
"patch": {
"id": "cf7f092c9bc7a5e40808dc2364ff4b3917457188",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"title": "term, cli: Handle pager and editor configuration on Windows",
"state": {
"status": "open",
"conflicts": []
},
"before": "82ad52b169ff5ce2f81440f79e2325afae39c1ab",
"after": "f6d9897894f60de5c2493f3b247c5af2eeaefb20",
"commits": [
"f6d9897894f60de5c2493f3b247c5af2eeaefb20",
"af38b9bca6c8eb399fd85bb329e09fc9e9a122b0",
"14fb67364e99f5201cd07d664e2094c1926df602",
"8f09cee36fe2b1973ebb42b28249978541b42b12",
"5d843ab40b114d4aff35454b3910a56a39b74c67",
"48b12cb6428034e3e27d5fb7e34c903f18536999",
"925dc90f50c03db39a7697c634213b0158e06948"
],
"target": "537eaba8d16cbc34dab2a04e212a704b3bb68f7c",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "cf7f092c9bc7a5e40808dc2364ff4b3917457188",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "",
"base": "1cab036c331f5ac071f002504c44b01e95b8f25a",
"oid": "da69bd04a21eec4a40e8c923d007be5f9954f3c4",
"timestamp": 1770627209
},
{
"id": "0345db43cf2f5d6ec4788b22651198f692e3abe4",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "Rebase",
"base": "5d843ab40b114d4aff35454b3910a56a39b74c67",
"oid": "ec81f9c980f845289a998d5ad0d258366718bdfa",
"timestamp": 1770670789
},
{
"id": "beb78f05ee920f34efd5ef0fe74e18199c063154",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "Fix `crates/radicle-cli-test/Cargo.toml`.",
"base": "5d843ab40b114d4aff35454b3910a56a39b74c67",
"oid": "06f789bf7a873434271f8d8a9aaa59373e88e954",
"timestamp": 1770672093
},
{
"id": "0d9893cb31f00c8b3481c9285239082efd8f6758",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "- Do not use Git config on Windows.\n - Add sane fallbacks for editors on Windows.",
"base": "82ad52b169ff5ce2f81440f79e2325afae39c1ab",
"oid": "f6d9897894f60de5c2493f3b247c5af2eeaefb20",
"timestamp": 1770732496
}
]
}
}Ambient stdout
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
run CI for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
ERROR: CI run failed inside QEMU
Ambient stderr
<empty log>