CI run for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle repository id rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
- Adapter run ID: edeb9d65-175c-4e68-9dd4-4baa1474eacf
- Result: failure
- Duration: 11 seconds seconds
2026-02-15 14:01:16Z -- 2026-02-15 14:01:27Z
Table of Contents
Run log
At: 2026-02-15 14:01:16Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-15 14:01:16ZAfter: 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-15 14:01:16Z
After: 0.05 seconds
Hoping for the best
Will run CI for project rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
At: 2026-02-15 14:01:16ZAfter: 0.05 secondsCargoFetch(
CargoFetch,
) Start action cargo_fetch
At: 2026-02-15 14:01:27ZAfter: 11.07 secondsexit: 0Stdout:
cargo 1.90.0 (840b83a10 2025-07-30)
OK: cargo --version
At: 2026-02-15 14:01:27ZAfter: 11.07 secondsexit: 0Stdout:
clippy 0.1.90 (1159e78c47 2025-09-14)
OK: cargo clippy --version
At: 2026-02-15 14:01:27ZAfter: 11.07 secondsexit: 0Stdout:
rustc 1.90.0 (1159e78c4 2025-09-14)
OK: rustc --version
At: 2026-02-15 14:01:27ZAfter: 11.07 secondsexit: 0 OK: cargo fetch --locked
At: 2026-02-15 14:01:17Z
After: 0.52 seconds
End action cargo_fetch
At: 2026-02-15 14:01:17Z
After: 0.52 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-15 14:01:21Z
After: 4.73 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-15 14:01:21ZAfter: 4.73 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-15 14:01:21ZAfter: 4.73 secondsMkdir(
Mkdir {
pathname: "/ci",
},
) Start action mkdir
At: 2026-02-15 14:01:21Z
After: 4.73 seconds
End action mkdir
At: 2026-02-15 14:01:21ZAfter: 4.73 secondsMkdir(
Mkdir {
pathname: "/ci/artifacts",
},
) Start action mkdir
At: 2026-02-15 14:01:21Z
After: 4.73 seconds
End action mkdir
At: 2026-02-15 14:01:21ZAfter: 4.73 secondsTarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
) Start action tar_extract
At: 2026-02-15 14:01:21Z
After: 4.86 seconds
End action tar_extract
At: 2026-02-15 14:01:21ZAfter: 4.86 secondsTarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
) Start action tar_extract
At: 2026-02-15 14:01:24Z
After: 7.20 seconds
End action tar_extract
At: 2026-02-15 14:01:24ZAfter: 7.21 secondsTarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_extract
At: 2026-02-15 14:01:24Z
After: 7.21 seconds
End action tar_extract
At: 2026-02-15 14:01:24ZAfter: 7.21 secondsShell(
Shell {
shell: "ln -sf /ci /workspace",
},
) Start action shell
At: 2026-02-15 14:01:27ZAfter: 11.07 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-15 14:01:24Z
After: 7.22 seconds
End action shell
At: 2026-02-15 14:01:24ZAfter: 7.22 secondsShell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
) Start action shell
At: 2026-02-15 14:01:27ZAfter: 11.07 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-15 14:01:24Z
After: 7.23 seconds
End action shell
At: 2026-02-15 14:01:24ZAfter: 7.23 secondsShell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
) Start action shell
At: 2026-02-15 14:01:27ZAfter: 11.07 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-15 14:01:24Z
After: 7.25 seconds
End action shell
At: 2026-02-15 14:01:24ZAfter: 7.25 secondsCargoFmt(
CargoFmt,
) Start action cargo_fmt
At: 2026-02-15 14:01:27ZAfter: 11.07 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/ofa30ilstmjh1dz8_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-15 14:01:24Z
After: 7.27 seconds
Action failed
At: 2026-02-15 14:01:24Z
After: 7.27 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-15 14:01:27ZAfter: 11.07 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": "ec8bf7a23c4f1df9f4c548bc07ba234b0ad08c25",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"title": "I2P Support",
"state": {
"status": "draft",
"conflicts": []
},
"before": "c06b00e330d82c8b8221cc8f8776c883208d159f",
"after": "f4d0dbcd0d69f0d520f4414237541b909f448ac8",
"commits": [
"f4d0dbcd0d69f0d520f4414237541b909f448ac8",
"550d153bbccb827c04b296512e0f8a8e24971873",
"3df9fc62b43d1fe7d5ae297d580bc5a29b4d62ea",
"d63718ac30e9f3ceb2224565e9f04f3a2919f74c"
],
"target": "c06b00e330d82c8b8221cc8f8776c883208d159f",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "ec8bf7a23c4f1df9f4c548bc07ba234b0ad08c25",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "",
"base": "c06b00e330d82c8b8221cc8f8776c883208d159f",
"oid": "f74bb2262ab9028c5c094f7fbec53b81a757afa5",
"timestamp": 1771118763
},
{
"id": "915b75d70e90138154227d52a7fe22cfec2287dd",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "Make this build on top of newer `cyphernet`.",
"base": "c06b00e330d82c8b8221cc8f8776c883208d159f",
"oid": "fb12068ad0f8d59ef07d36fc40d8964a6aa76d2e",
"timestamp": 1771156513
},
{
"id": "cacb8ba70d876997f8477558b16356c9b968c9d6",
"author": {
"id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
"alias": "lorenz"
},
"description": "Improve handling of `AddressConfig`.",
"base": "c06b00e330d82c8b8221cc8f8776c883208d159f",
"oid": "f4d0dbcd0d69f0d520f4414237541b909f448ac8",
"timestamp": 1771163789
}
]
}
}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>