CI run for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Radicle repository id rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Table of Contents

Run log

At: 2026-02-17 13:24:09Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-17 13:24:09Z
After: 0.00 seconds
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
Ambient configuration
At: 2026-02-17 13:24:09Z
After: 0.05 seconds
Hoping for the best
Will run CI for project rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
At: 2026-02-17 13:24:09Z
After: 0.05 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.90.0 (840b83a10 2025-07-30)
OK: cargo --version
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.90 (1159e78c47 2025-09-14)
OK: cargo clippy --version
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.90.0 (1159e78c4 2025-09-14)
OK: rustc --version
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • cargo
  • fetch
  • --locked
exit: 0
Stderr:
    Updating crates.io index
 Downloading crates ...
  Downloaded gix-validate v0.10.0
  Downloaded gix-hashtable v0.9.0
  Downloaded gix-actor v0.35.4
  Downloaded home v0.5.9
  Downloaded gix-sec v0.12.0
  Downloaded gix-tempfile v18.0.0
  Downloaded gix-config-value v0.15.1
  Downloaded gix-prompt v0.11.1
  Downloaded gix-revwalk v0.21.0
  Downloaded gix-credentials v0.30.0
  Downloaded gix-diff v0.53.0
  Downloaded gix-odb v0.70.0
  Downloaded gix-revision v0.35.0
  Downloaded jiff-static v0.2.15
  Downloaded prodash v30.0.1
  Downloaded gix-traverse v0.47.0
  Downloaded gix-pack v0.60.0
  Downloaded gix-object v0.50.2
  Downloaded gix-fs v0.16.1
  Downloaded gix-packetline v0.19.1
  Downloaded zlib-rs v0.5.2
  Downloaded gix-url v0.32.0
  Downloaded gix-transport v0.48.0
  Downloaded hashbrown v0.15.5
  Downloaded arc-swap v1.7.1
  Downloaded rustix v1.0.7
  Downloaded libc v0.2.174
  Downloaded gix-refspec v0.31.0
  Downloaded gix-command v0.6.2
  Downloaded gix-path v0.10.20
  Downloaded winnow v0.7.13
  Downloaded tempfile v3.23.0
  Downloaded gix-negotiate v0.21.0
  Downloaded gix-ref v0.53.1
  Downloaded gix-chunk v0.4.11
  Downloaded gix-commitgraph v0.29.0
  Downloaded gix-date v0.10.5
  Downloaded gix-lock v18.0.0
  Downloaded gix-shallow v0.5.0
  Downloaded gix-quote v0.6.0
  Downloaded thiserror-impl v2.0.17
  Downloaded itoa v1.0.11
  Downloaded gix-protocol v0.51.0
  Downloaded libz-rs-sys v0.5.2
  Downloaded gix-features v0.43.1
  Downloaded thiserror v2.0.17
  Downloaded gix-hash v0.19.0
  Downloaded gix-trace v0.1.13
  Downloaded gix-utils v0.3.0
  Downloaded jiff v0.2.15
  Downloaded linux-raw-sys v0.9.4
OK: cargo fetch --locked
At: 2026-02-17 13:24:10Z
After: 1.30 seconds
End action cargo_fetch
At: 2026-02-17 13:24:10Z
After: 1.30 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 13:24:14Z
After: 5.59 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-17 13:24:14Z
After: 5.59 seconds
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: 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-17 13:24:14Z
After: 5.60 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-17 13:24:14Z
After: 5.60 seconds
End action mkdir
At: 2026-02-17 13:24:14Z
After: 5.60 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-17 13:24:14Z
After: 5.60 seconds
End action mkdir
At: 2026-02-17 13:24:14Z
After: 5.64 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-17 13:24:14Z
After: 5.75 seconds
End action tar_extract
At: 2026-02-17 13:24:14Z
After: 5.75 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-17 13:24:17Z
After: 8.36 seconds
End action tar_extract
At: 2026-02-17 13:24:17Z
After: 8.36 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-17 13:24:17Z
After: 8.37 seconds
End action tar_extract
At: 2026-02-17 13:24:17Z
After: 8.37 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • bash
  • -c
  • set -xeuo pipefail ln -sf /ci /workspace
exit: 0
Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail ln -sf /ci /workspace
At: 2026-02-17 13:24:17Z
After: 8.38 seconds
End action shell
At: 2026-02-17 13:24:17Z
After: 8.38 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.name 'Ambient CI'
exit: 0
Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail git config --global user.name 'Ambient CI'
At: 2026-02-17 13:24:17Z
After: 8.40 seconds
End action shell
At: 2026-02-17 13:24:17Z
After: 8.40 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.email ambient@example.com
exit: 0
Stderr:
+ 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-17 13:24:17Z
After: 8.41 seconds
End action shell
At: 2026-02-17 13:24:17Z
After: 8.41 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
  • cargo
  • --version
exit: 1
Stderr:
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/j03051qdebirvg8q_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-17 13:24:17Z
After: 8.43 seconds
Action failed
At: 2026-02-17 13:24:17Z
After: 8.43 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-17 13:24:21Z
After: 12.24 seconds
    exit: 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": "7535a1425881289a79dac4dceaa21a9df98435ed",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "title": "policy: change the default scope from 'all' to 'follow'",
        "state": {
          "status": "merged",
          "conflicts": []
        },
        "before": "980ed5618602567dd13b0b522180e0fe889f701c",
        "after": "e7b792a7ae971bb09aefa414c090992cd9042462",
        "commits": [
          "e7b792a7ae971bb09aefa414c090992cd9042462",
          "63b17b875619ad173ab0dd6eb8cc156bdf321f36",
          "7baa170e4f5025c268a2139873e26d96ed10d236",
          "d746d62ce6a23099dcf2a310515d0630b656cbc9",
          "a2acad660b15629f1a1adc728c2129b0e69f86d8",
          "dfa994b307dc816fabc284fb336aa4f6f2fc3f88",
          "d3896f070870414ce4cea85eb79db593db203e89"
        ],
        "target": "0e9d7607e4aa0b9673af42cd2de6f6769c87d627",
        "labels": [],
        "assignees": [],
        "revisions": [
          {
            "id": "7535a1425881289a79dac4dceaa21a9df98435ed",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "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:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "",
            "base": "b937a93892db3d80833b3cdde3bc37935151e274",
            "oid": "40821473254acc441e09825847172bfdb9582827",
            "timestamp": 1770388461
          },
          {
            "id": "3370587657f93d33f15e8bd7664359c6eb7d9ea1",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "",
            "base": "1cab036c331f5ac071f002504c44b01e95b8f25a",
            "oid": "03e4d1d26a9d647fa5c749820fa9dd7e52b1135a",
            "timestamp": 1770388757
          },
          {
            "id": "e5ba47646915cc141291e229ff26a992a4864270",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "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
          },
          {
            "id": "2a3e15a46d574ac68809de2648661e3c8bbe5cf2",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "note having a reprop issue on this revision:\n\n```console\n    thread 'git_push_converge' panicked at crates/radicle-cli-test/src/lib.rs:515:36:\n\n    --- Expected\n    ++++ actual:   stdout\n       1    1 | Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from the network, found 2 potential seed(s).\n       2      - ✓ Target met: 2 seed(s)\n       3      - 🌱 Fetched from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk\n            2 + ✗ Target not met: required 1 more seed(s)\n            3 + ✗ Error: Fetched from 1 preferred seed(s), could not reach 2 seed(s)\n            4 + ✗ Error: Could not replicate from 0 preferred seed(s)\n            5 + ✗ Error: z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk: validation of the storage repository failed: the delegates [] failed to validate to meet a threshold of 2\n            6 + Successfully fetched from the following seeds:\n       4    7 | 🌱 Fetched from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi\n```",
            "base": "50fb228ae4c0c8f68413dc7922a1e2a32ace5655",
            "oid": "ed7130e02ed44699f4540dd0f816d149e7865cfa",
            "timestamp": 1770912569
          },
          {
            "id": "0a626ea01baf063d1102a3cb2695c5e911c3f3c4",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "",
            "base": "03bbe52417f131ec721a7c1cc57185019f0298a3",
            "oid": "b61820412dfa62343456e1b85b0cc9f38ff52098",
            "timestamp": 1771004101
          },
          {
            "id": "5ad8479cbc78c638555b28a289e3c0cc681e7dc0",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "Review",
            "base": "c06b00e330d82c8b8221cc8f8776c883208d159f",
            "oid": "5066fc6850790aa13c903c7e2dacc1bc77159715",
            "timestamp": 1771014572
          },
          {
            "id": "794404c8a5eb45e322eeb8a69570c7b407e8a050",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "",
            "base": "fa94638abb8037f6a3c7ade8ac8a1cdf3a52cad4",
            "oid": "e43782f3292cb7c284b5adb6ca313b6c0c56c86b",
            "timestamp": 1771250010
          },
          {
            "id": "fb7e2b7df193f5093c4cdc20586ae0164ce2b633",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "",
            "base": "980ed5618602567dd13b0b522180e0fe889f701c",
            "oid": "e7b792a7ae971bb09aefa414c090992cd9042462",
            "timestamp": 1771260152
          },
          {
            "id": "0987fac102ada8ae71f0cc9e8acb753718a1700f",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "Minor edits to tidy up.",
            "base": "980ed5618602567dd13b0b522180e0fe889f701c",
            "oid": "9f247999abfcee05f02b67c7eeba18e3ff6b263e",
            "timestamp": 1771274339
          },
          {
            "id": "ff7f04700140dc977c8b52916b52bf215cf8a8e1",
            "author": {
              "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
              "alias": "ade"
            },
            "description": "Rebase",
            "base": "84320919e2cfb2abda9e7c97dbbd2234f8f7f5c6",
            "oid": "c96aea0699a79dfe6e2111ae4d0961454b27e036",
            "timestamp": 1771274476
          }
        ]
      }
    }

    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>