CI run for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Radicle repository id rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Table of Contents

Run log

At: 2026-02-16 16:10:57Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-16 16:10:57Z
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-16 16:10:57Z
After: 0.05 seconds
Hoping for the best
Will run CI for project rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
At: 2026-02-16 16:10:57Z
After: 0.05 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-16 16:11:08Z
After: 11.60 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.90.0 (840b83a10 2025-07-30)
OK: cargo --version
At: 2026-02-16 16:11:08Z
After: 11.60 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.90 (1159e78c47 2025-09-14)
OK: cargo clippy --version
At: 2026-02-16 16:11:08Z
After: 11.60 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.90.0 (1159e78c4 2025-09-14)
OK: rustc --version
At: 2026-02-16 16:11:08Z
After: 11.60 seconds
  • cargo
  • fetch
  • --locked
exit: 0
Stderr:
    Updating crates.io index
 Downloading crates ...
  Downloaded gix-trace v0.1.18
  Downloaded thiserror v2.0.18
  Downloaded gix-hash v0.22.1
  Downloaded gix-features v0.46.1
  Downloaded gix-date v0.14.0
  Downloaded thiserror-impl v2.0.18
  Downloaded gix-validate v0.11.0
  Downloaded gix-actor v0.38.0
  Downloaded gix-shallow v0.8.1
  Downloaded gix-glob v0.24.0
  Downloaded gix-chunk v0.6.0
  Downloaded gix-hashtable v0.12.0
  Downloaded gix-chunk v0.5.0
  Downloaded gix-commitgraph v0.32.0
  Downloaded gix-prompt v0.13.1
  Downloaded gix-config-value v0.17.1
  Downloaded gix-actor v0.39.0
  Downloaded gix-error v0.0.0
  Downloaded gix-revwalk v0.26.0
  Downloaded gix-date v0.13.0
  Downloaded gix-utils v0.3.1
  Downloaded gix-diff v0.58.0
  Downloaded gix-odb v0.75.0
  Downloaded arc-swap v1.8.2
  Downloaded gix-pack v0.65.0
  Downloaded jiff-static v0.2.20
  Downloaded gix-url v0.35.1
  Downloaded gix-transport v0.54.0
  Downloaded prodash v31.0.0
  Downloaded hashbrown v0.16.1
  Downloaded winnow v0.7.14
  Downloaded zlib-rs v0.6.0
  Downloaded gix-object v0.55.0
  Downloaded gix-ref v0.59.0
  Downloaded gix-protocol v0.57.0
  Downloaded gix-object v0.56.0
  Downloaded gix-traverse v0.52.0
  Downloaded gix-revision v0.41.0
  Downloaded rustix v1.1.3
  Downloaded gix-command v0.7.1
  Downloaded gix-path v0.11.1
  Downloaded gix-credentials v0.36.0
  Downloaded gix-fs v0.19.1
  Downloaded gix-tempfile v21.0.1
  Downloaded gix-commitgraph v0.33.0
  Downloaded gix-error v0.1.0
  Downloaded gix-revwalk v0.27.0
  Downloaded gix-refspec v0.37.0
  Downloaded gix-packetline v0.21.1
  Downloaded gix-sec v0.13.1
  Downloaded gix-negotiate v0.27.0
  Downloaded gix-lock v21.0.1
  Downloaded gix-quote v0.6.2
  Downloaded tempfile v3.25.0
  Downloaded itoa v1.0.17
  Downloaded jiff v0.2.20
  Downloaded libc v0.2.182
  Downloaded windows-sys v0.61.2
  Downloaded linux-raw-sys v0.11.0
OK: cargo fetch --locked
At: 2026-02-16 16:10:59Z
After: 1.71 seconds
End action cargo_fetch
At: 2026-02-16 16:10:59Z
After: 1.71 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-16 16:11:02Z
After: 5.51 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-16 16:11:02Z
After: 5.51 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-16 16:11:02Z
After: 5.51 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-16 16:11:02Z
After: 5.51 seconds
End action mkdir
At: 2026-02-16 16:11:02Z
After: 5.51 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-16 16:11:02Z
After: 5.51 seconds
End action mkdir
At: 2026-02-16 16:11:02Z
After: 5.51 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-16 16:11:02Z
After: 5.61 seconds
End action tar_extract
At: 2026-02-16 16:11:02Z
After: 5.61 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-16 16:11:05Z
After: 8.28 seconds
End action tar_extract
At: 2026-02-16 16:11:05Z
After: 8.28 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-16 16:11:05Z
After: 8.29 seconds
End action tar_extract
At: 2026-02-16 16:11:05Z
After: 8.29 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-16 16:11:08Z
After: 11.60 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-16 16:11:05Z
After: 8.30 seconds
End action shell
At: 2026-02-16 16:11:05Z
After: 8.30 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-16 16:11:08Z
After: 11.60 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-16 16:11:05Z
After: 8.32 seconds
End action shell
At: 2026-02-16 16:11:05Z
After: 8.32 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-16 16:11:08Z
After: 11.60 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-16 16:11:05Z
After: 8.33 seconds
End action shell
At: 2026-02-16 16:11:05Z
After: 8.34 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-16 16:11:08Z
After: 11.60 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/wuns_mg43vkommgr_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-16 16:11:05Z
After: 8.37 seconds
Action failed
At: 2026-02-16 16:11:05Z
After: 8.37 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-16 16:11:08Z
After: 11.60 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": "Created",
      "patch": {
        "id": "a2f8d9768df457afecb0ce4ca10ba9017d84cf28",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "title": "Update gix-* crates",
        "state": {
          "status": "open",
          "conflicts": []
        },
        "before": "980ed5618602567dd13b0b522180e0fe889f701c",
        "after": "695137476a724856f44578e09e3d028f1e2aba68",
        "commits": [
          "695137476a724856f44578e09e3d028f1e2aba68",
          "d688e6679caa1dfcd665747eeba48c45b3601b88",
          "00bd7559547d0012b3d0e38305b460bc22bb6d8c",
          "be83c20cebc9e57fd1e67d93a3f94ce7686886ab"
        ],
        "target": "980ed5618602567dd13b0b522180e0fe889f701c",
        "labels": [],
        "assignees": [],
        "revisions": [
          {
            "id": "a2f8d9768df457afecb0ce4ca10ba9017d84cf28",
            "author": {
              "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
              "alias": "fintohaps"
            },
            "description": "Fixes [CVE-2026-0810].\n\nThe `gix` crates require updating due to the security vulnerability above.\nThey require updating together in lock-step so both `radicle-fetch`\nand `radicle-oid` are affected.\n\n`radicle-oid` handles the non-exhaustive nature of `ObjectId`.\n\n`radicle-fetch` updates to the new API types, however, this comes with\nsome updates to the `ls_refs` protocol.\n\nA regression is documented in [gitoxide issue 2429].\nThe regression highlighted that it is the duty of the caller to also\nfilter the outcome of ls-refs, and `ref-prefix` is simply an\noptimisation.\n\nThe ls-refs code is refactored to better represent and handle this operation.\n\n[CVE-2026-0810]: https://www.cve.org/CVERecord?id=CVE-2026-0810\n[gitoxide issue 2429]: https://github.com/GitoxideLabs/gitoxide/issues/2429",
            "base": "980ed5618602567dd13b0b522180e0fe889f701c",
            "oid": "695137476a724856f44578e09e3d028f1e2aba68",
            "timestamp": 1771258251
          }
        ]
      }
    }

    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>