CCI report: 43da3972-1fce-4f15-b491-96eed06c8176

Request 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": "af3292c47ec93d906ccda8d9382f711c2201e678",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle-cli: Build on Windows",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "4e08eef8d5a7c3eacf18dcd17456a2d48809151c",
    "after": "8f8aac23b9cd2627c0b1c61d3b3f3d0977d3bd48",
    "commits": [
      "8f8aac23b9cd2627c0b1c61d3b3f3d0977d3bd48",
      "22be18aff6448154159009dcd6c08f3b77aac48a",
      "aa37bd37c666e9c8488137400ea62fa779ae85db",
      "7ad04addea4f7972395cb4198430ccb8d8e5c19b",
      "26dade4369ef2b81d2fb595c57029cdaa8c55dce",
      "aac1d79998996987f8f61ba9c7672e8201a4175d",
      "53aefc482fb83e304c0b89cf6d9461b70725c877",
      "1fe267fe6bc7e80623f6056af8b5351f273e602f",
      "d81c2c341efc9e8cfcff58862bac91fba2c4f37b",
      "9d6d59ec8bb59e2f6d0a080923b90275e51aa3d4",
      "62c4e76e3c5ae5ed65d0df9f08dc5250ffdfe8db",
      "4f160d3e8cee295d1001a572c173ae59b79920cf"
    ],
    "target": "29043134a361aa8931cd069a1c72e3d2e8deae97",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "af3292c47ec93d906ccda8d9382f711c2201e678",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "This patch contains a number of changes, with the main goal of getting `radicle-cli` to build on Windows.\n\nIn order to achieve this, I removed some features:\n\n 1. The spinner in `radicle-term` does not react to signals on Windows, of course it still reacts to signals on Unix-like platforms.\n 2. In `radicle` file limits are not set on Windows, the implementation always errors. Of course, file limits are still set on Unix-like platforms.\n\nOne feature was added: `radicle` and `radicle-ssh` now support not only Unix Domain Socket on Unix-like platforms but also Named Pipes on Windows, via the `winpipe` crate.\nThe (useless?) implementation for connecting to SSH agents via TCP streams was removed.\n\nSome behaviour was changed in `radicle-term` so that it does not depend on `libc` and raw file descriptors (which are only available on Unix-like platforms).",
        "base": "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b",
        "oid": "aee3975bddafd95577393cf6ded50c2a0980c58b",
        "timestamp": 1752531081
      },
      {
        "id": "04d819fa5df05c38167f794dac32e4e197aee492",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Further cleaning up and more features.",
        "base": "4e08eef8d5a7c3eacf18dcd17456a2d48809151c",
        "oid": "8f8aac23b9cd2627c0b1c61d3b3f3d0977d3bd48",
        "timestamp": 1752657012
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "43da3972-1fce-4f15-b491-96eed06c8176"
  },
  "info_url": "https://cci.rad.levitte.org//43da3972-1fce-4f15-b491-96eed06c8176.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/43da3972-1fce-4f15-b491-96eed06c8176/w)

Started at: 2025-07-16 11:10:19.287249+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/43da3972-1fce-4f15-b491-96eed06c8176/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}