CCI report: d613cad6-5529-49ad-9ff6-b07c918caf6e

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": "9f46e6fea8b186c5696fc2f1ca1d0910ae28bd59",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Return Errors for Service Commands",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "993428df5657e18b167ac0e6206efa0b6908d8c0",
    "after": "d69a0fc4065bdeb5bba792faf370b9307c6d7ffa",
    "commits": [
      "d69a0fc4065bdeb5bba792faf370b9307c6d7ffa",
      "a4b072894f551e874a3279095eef6a70c8e9c7f3",
      "020c795a7683fc12e08a617860e70c9f2be88b05",
      "5111010c96afe9ee9df99a38e2e375f299f12a65",
      "8d34bc76428944b9c2f1bdc0b7abd84609b7d295",
      "bc56c908df7360275be0219146500b3b1f560167",
      "9bc44d8eb192f2408d2227427b17e55de1d6bec4"
    ],
    "target": "fa94638abb8037f6a3c7ade8ac8a1cdf3a52cad4",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "9f46e6fea8b186c5696fc2f1ca1d0910ae28bd59",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "This is a refactor of the service commands so that they learn how to\nrespond with errors, which should allow users to receive errors in the\n`rad` CLI, rather than just timeouts.",
        "base": "993428df5657e18b167ac0e6206efa0b6908d8c0",
        "oid": "a58a3f597e7e39862b7677fa601fd8e94e5aa382",
        "timestamp": 1770994522
      },
      {
        "id": "ac686aad30c78e3d110ef12460d31a2565878d36",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Change `Error` to an `enum` with only one variant `Other`. The\n  intention being that more variants will be added as we refactor to\n  have more fine-grained domain errors.",
        "base": "993428df5657e18b167ac0e6206efa0b6908d8c0",
        "oid": "d69a0fc4065bdeb5bba792faf370b9307c6d7ffa",
        "timestamp": 1771243230
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "d613cad6-5529-49ad-9ff6-b07c918caf6e"
  },
  "info_url": "https://cci.rad.levitte.org//d613cad6-5529-49ad-9ff6-b07c918caf6e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/d613cad6-5529-49ad-9ff6-b07c918caf6e/w)

Started at: 2026-02-16 13:00:32.889285+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/d613cad6-5529-49ad-9ff6-b07c918caf6e/w)

shell: 'export RUSTDOCFLAGS=''-D warnings''


  cargo --version

  rustc --version


  cargo fmt --check

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

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps --all-features

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

  '

Run the script

Commands:

Send result

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