CI run for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle repository id rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
- Adapter run ID: 598c1d71-7e6c-4076-b5dc-bea7c96983ac
- Result: failure
- Duration: 29 seconds seconds
2026-02-09 14:01:07Z -- 2026-02-09 14:01:36Z
Table of Contents
Run log
At: 2026-02-09 14:01:07Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-09 14:01:07ZAfter: 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-09 14:01:07Z
After: 0.05 seconds
Hoping for the best
Will run CI for project rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
At: 2026-02-09 14:01:07ZAfter: 0.05 secondsCargoFetch(
CargoFetch,
) Start action cargo_fetch
At: 2026-02-09 14:01:36ZAfter: 29.36 secondsexit: 0Stdout:
cargo 1.90.0 (840b83a10 2025-07-30)
OK: cargo --version
At: 2026-02-09 14:01:36ZAfter: 29.36 secondsexit: 0Stdout:
clippy 0.1.90 (1159e78c47 2025-09-14)
OK: cargo clippy --version
At: 2026-02-09 14:01:36ZAfter: 29.36 secondsexit: 0Stdout:
rustc 1.90.0 (1159e78c4 2025-09-14)
OK: rustc --version
At: 2026-02-09 14:01:36ZAfter: 29.36 secondsexit: 0 OK: cargo fetch --locked
At: 2026-02-09 14:01:07Z
After: 0.53 seconds
End action cargo_fetch
At: 2026-02-09 14:01:07Z
After: 0.53 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-09 14:01:18Z
After: 11.37 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-09 14:01:18ZAfter: 11.38 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-09 14:01:18ZAfter: 11.41 secondsMkdir(
Mkdir {
pathname: "/ci",
},
) Start action mkdir
At: 2026-02-09 14:01:18Z
After: 11.42 seconds
End action mkdir
At: 2026-02-09 14:01:18ZAfter: 11.42 secondsMkdir(
Mkdir {
pathname: "/ci/artifacts",
},
) Start action mkdir
At: 2026-02-09 14:01:18Z
After: 11.42 seconds
End action mkdir
At: 2026-02-09 14:01:18ZAfter: 11.42 secondsTarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
) Start action tar_extract
At: 2026-02-09 14:01:18Z
After: 11.51 seconds
End action tar_extract
At: 2026-02-09 14:01:18ZAfter: 11.51 secondsTarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
) Start action tar_extract
At: 2026-02-09 14:01:20Z
After: 13.51 seconds
End action tar_extract
At: 2026-02-09 14:01:20ZAfter: 13.51 secondsTarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_extract
At: 2026-02-09 14:01:32Z
After: 24.94 seconds
End action tar_extract
At: 2026-02-09 14:01:32ZAfter: 24.94 secondsShell(
Shell {
shell: "ln -sf /ci /workspace",
},
) Start action shell
At: 2026-02-09 14:01:36ZAfter: 29.36 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-09 14:01:32Z
After: 24.95 seconds
End action shell
At: 2026-02-09 14:01:32ZAfter: 24.96 secondsShell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
) Start action shell
At: 2026-02-09 14:01:36ZAfter: 29.36 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-09 14:01:32Z
After: 24.97 seconds
End action shell
At: 2026-02-09 14:01:32ZAfter: 24.97 secondsShell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
) Start action shell
At: 2026-02-09 14:01:36ZAfter: 29.36 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-09 14:01:32Z
After: 24.99 seconds
End action shell
At: 2026-02-09 14:01:32ZAfter: 24.99 secondsCargoFmt(
CargoFmt,
) Start action cargo_fmt
At: 2026-02-09 14:01:36ZAfter: 29.36 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/299y38jl9s0zavk__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-09 14:01:32Z
After: 25.03 seconds
Action failed
At: 2026-02-09 14:01:32Z
After: 25.03 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-09 14:01:36ZAfter: 29.36 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": "Created",
"patch": {
"id": "7535a1425881289a79dac4dceaa21a9df98435ed",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"title": "policy: change the default scope from 'all' to 'follow'",
"state": {
"status": "open",
"conflicts": []
},
"before": "1cab036c331f5ac071f002504c44b01e95b8f25a",
"after": "8fd9641707005cec1fc4550d289ff19375d1d334",
"commits": [
"8fd9641707005cec1fc4550d289ff19375d1d334",
"e624474ec983bbd138053af66de9931b7c6ccf12",
"cc863d1dd62324d4735f597c654b7d6791f298db",
"03e4d1d26a9d647fa5c749820fa9dd7e52b1135a",
"1692daee86b46323bcc0988466aa8b1228822179",
"f12440e29eecc3bc2df8b0c927f100d9d76ad65e",
"3d93f55f2dc1ea12536d4d20be86b0068787a113",
"7728c9b7ca9ebdee22b557dde8b601f31d620e5f",
"4793426b4f4031e000a46d59f93808236451a0cb",
"5a2664e84f1e32278393a9aed65666fb176eb306",
"6e7e0cae4a1d8e39436f0953329976488d7f78c5"
],
"target": "82ad52b169ff5ce2f81440f79e2325afae39c1ab",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "7535a1425881289a79dac4dceaa21a9df98435ed",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "As per the [Security > Issue with default value for Scope being All](https://radicle.zulipchat.com/#narrow/channel/498262-Security/topic/Issue.20with.20default.20value.20for.20Scope.20being.20All) zulip conversation. Change the default scope for cloned, seeded and newly initialised repositories from 'all' to 'follow'.",
"base": "91eb6fc078727337449c203b8cf54aba4f40d816",
"oid": "c4b43cc3c94c0f6d354f1d8ad9ca25a941c3bd98",
"timestamp": 1769532387
},
{
"id": "77ba7ca7733d0f968496a617dee58a54287a4bde",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "",
"base": "b937a93892db3d80833b3cdde3bc37935151e274",
"oid": "40821473254acc441e09825847172bfdb9582827",
"timestamp": 1770388461
},
{
"id": "3370587657f93d33f15e8bd7664359c6eb7d9ea1",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "",
"base": "1cab036c331f5ac071f002504c44b01e95b8f25a",
"oid": "03e4d1d26a9d647fa5c749820fa9dd7e52b1135a",
"timestamp": 1770388757
},
{
"id": "e5ba47646915cc141291e229ff26a992a4864270",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "REVIEW: fixes to Scope and radicle-fetch\n\n- The `fetch: ...` commit can be squashed and the message kept.\n- The `REVIEW: ...` commit can also be squashed, and I would prefer the result of that is squashed so that the `MigratingScope` experiment was not removed.",
"base": "1cab036c331f5ac071f002504c44b01e95b8f25a",
"oid": "8fd9641707005cec1fc4550d289ff19375d1d334",
"timestamp": 1770645652
}
]
}
}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>