CCI report: e35d5d97-fa4a-4d16-9b34-33f56e52f08d

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": "Created",
  "patch": {
    "id": "f9f6791c0b080cfe449e2e0cc4d514c1f82f9e59",
    "author": {
      "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "alias": "erikli"
    },
    "title": "radicle: extension methods for issues cache",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "b7a7f55e78f190218370de7538340bfe358d7430",
    "after": "4f8776b772ffdc101d97de5728db3bc603e57f8a",
    "commits": [
      "4f8776b772ffdc101d97de5728db3bc603e57f8a",
      "c8a37c5333f80c95b1cec96fd71050e47430dd42",
      "9e8026e9dd829fc15ff1c750246431217bfe1266"
    ],
    "target": "d9ae29deaa0dc43db4ea0391d6604cde0fc192c5",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f9f6791c0b080cfe449e2e0cc4d514c1f82f9e59",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "description": "Add an `IssuesExt` trait for cache methods that act as helpers, rather than\ndirectly returning Issue data.\n\nThe `ids` and `assignees` query the cache for `IssueId`s and `Did`s given a\nprefix. The plan is to use these for efficiently looking up identifiers for\nauto-completion tools.\n\n\nAdd patch CLI parsing with clap\n\nSigned-off-by: Matthias Beyer <mail@beyermatthias.de>\n\n\nfixup! Continue",
        "base": "b7a7f55e78f190218370de7538340bfe358d7430",
        "oid": "4f8776b772ffdc101d97de5728db3bc603e57f8a",
        "timestamp": 1760621123
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "e35d5d97-fa4a-4d16-9b34-33f56e52f08d"
  },
  "info_url": "https://cci.rad.levitte.org//e35d5d97-fa4a-4d16-9b34-33f56e52f08d.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/e35d5d97-fa4a-4d16-9b34-33f56e52f08d/w)

Started at: 2025-10-16 15:25:26.177311+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/e35d5d97-fa4a-4d16-9b34-33f56e52f08d/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

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

  '

Run the script

Commands:

Send result

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