CCI report: e154d48e-cf3d-412a-81d7-43ece9bbd8fa

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "cli/patch: Use clap",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "after": "b317f9baa80473710166d7f28ce9e52fe33d06b3",
    "commits": [
      "b317f9baa80473710166d7f28ce9e52fe33d06b3",
      "5872a67b4ee9304b1a64abce7f1a63935ac24914"
    ],
    "target": "5ed1b8e5791a507b242ea596770359cc0895b219",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f9f6791c0b080cfe449e2e0cc4d514c1f82f9e59",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Add patch CLI parsing with clap",
        "base": "b7a7f55e78f190218370de7538340bfe358d7430",
        "oid": "4f8776b772ffdc101d97de5728db3bc603e57f8a",
        "timestamp": 1760621123
      },
      {
        "id": "c72c46eea57fbe3529d4e02f56ac82cb42c58b41",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n\n- Rebase",
        "base": "d9ae29deaa0dc43db4ea0391d6604cde0fc192c5",
        "oid": "b62acc378523a758083848dbda35eeadf9a70973",
        "timestamp": 1760621268
      },
      {
        "id": "1f367723cc303b9c29a70b5a53a24425a4e2d11a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Various fixes",
        "base": "634866889f30736ef07839796ffd3482239121fb",
        "oid": "347f132a18c5b5b83d25c54cf86b7d2c7c7be567",
        "timestamp": 1760680739
      },
      {
        "id": "e3531519cc3489acd0cd118e0d1e3fc32a773b1f",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Improve the initial draft\n\nThe non-exhaustive list of changes are:\n- Follow the original copy of the `rad patch` command help\n- Make `MessageArgs` a re-usable struct that converts to `Message`\n- Restructure `ReviewArgs` and remove `ReviewActionArgs` \u2013 the conversion to the `review::Operation` was incorrect, so this was fixed. While I was at it, I also improved the grouping of those parameters, using some `clap` tricks.\n- Ensured the diff of `commands::patch` is easier to read\n- Added `LabelArgs` and `AssignArgs` so that we can mark them as `required`\n- Hide the `[no-]announce` flags, and expose them through `should_announce`\n- Removed some unused fields",
        "base": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
        "oid": "b317f9baa80473710166d7f28ce9e52fe33d06b3",
        "timestamp": 1761157116
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "e154d48e-cf3d-412a-81d7-43ece9bbd8fa"
  },
  "info_url": "https://cci.rad.levitte.org//e154d48e-cf3d-412a-81d7-43ece9bbd8fa.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/e154d48e-cf3d-412a-81d7-43ece9bbd8fa/w)

Started at: 2025-10-22 20:18:40.098516+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/e154d48e-cf3d-412a-81d7-43ece9bbd8fa/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"
}