CCI report: 24d7dee7-236e-47a8-9dfa-0f346b1d542e

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": "633b2904053cced3c02d7aa3231850f6ded8400c",
    "author": {
      "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
      "alias": "2color"
    },
    "title": "cli/cob: Add `delete` subcommand",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "e7467fb15ff6d679d710c0ee9b6f6d2b94d4c69d",
    "after": "2099263dfb8eee45083bc2975507cf9dc052af32",
    "commits": [
      "2099263dfb8eee45083bc2975507cf9dc052af32"
    ],
    "target": "e7467fb15ff6d679d710c0ee9b6f6d2b94d4c69d",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "633b2904053cced3c02d7aa3231850f6ded8400c",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "Wire up `Store::remove` to the `rad cob` CLI, matching the pattern used\nby `rad issue delete` and `rad patch delete`.\nSupports Issue, Patch, and external COB types.\nIdentity deletion is rejected with an error.\n\nThis is soft delete: it removes the git reference that points to the\nCOB, then re-signs the refs. The underlying git objects remain in the\nobject store as unreachable objects that could get GCed.",
        "base": "e7467fb15ff6d679d710c0ee9b6f6d2b94d4c69d",
        "oid": "2099263dfb8eee45083bc2975507cf9dc052af32",
        "timestamp": 1774459357
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "24d7dee7-236e-47a8-9dfa-0f346b1d542e"
  },
  "info_url": "https://cci.rad.levitte.org//24d7dee7-236e-47a8-9dfa-0f346b1d542e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/24d7dee7-236e-47a8-9dfa-0f346b1d542e/w)

Started at: 2026-03-25 18:22:49.872552+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/24d7dee7-236e-47a8-9dfa-0f346b1d542e/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"
}