CCI report: 042f92ba-8a8c-43be-b318-56604846ed92

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": "99a7c4d7e203c71c7b3a300df014a6231f03e672",
    "author": {
      "id": "did:key:z6MkwcURkqsfxaqUvxME953L1CDRae1KDyPxvr7zsRDWq1kL",
      "alias": "matthiasbeyer"
    },
    "title": "Rewrite how modules are declared",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "01bed73a60ab429c3f90a90bdc31a138ed54c78e",
    "after": "25d441c7d2cb3b3084d919c30cc7960ede0f7afe",
    "commits": [
      "25d441c7d2cb3b3084d919c30cc7960ede0f7afe",
      "49c34a54fff4cd3a32c6a9316507f95fd0f28c23"
    ],
    "target": "6a1b13bb668a1bf59579150b12c63d816078a6fa",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "99a7c4d7e203c71c7b3a300df014a6231f03e672",
        "author": {
          "id": "did:key:z6MkwcURkqsfxaqUvxME953L1CDRae1KDyPxvr7zsRDWq1kL",
          "alias": "matthiasbeyer"
        },
        "description": "This patchset rewrites how modules are declared (in radicle-cli, because this\nis the only crate that uses the... unconventional method of declaring modules).\n\nThe first patch cleans the thing up, the second patch deprecates the alternative module names.\nThis one I think can be/should be discussed a bit more. I don't want to just\nremove the alternative names with this patchset because that might break\ndownstream - whoever that is... if it is only within this repository, lets go\nand just remove it! If external parties might be involved, we might wait for\nanother release cycle?\n\nThe \"self\" module is a bit of a special case (included this also in the commit\nmessage), because `self` is a identifier in Rust, so it actually has to be\n`rad_self` here.\nCan we think of a better name for the whole module?\n\nThat is all, happy to see your review!",
        "base": "01bed73a60ab429c3f90a90bdc31a138ed54c78e",
        "oid": "25d441c7d2cb3b3084d919c30cc7960ede0f7afe",
        "timestamp": 1755511630
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "042f92ba-8a8c-43be-b318-56604846ed92"
  },
  "info_url": "https://cci.rad.levitte.org//042f92ba-8a8c-43be-b318-56604846ed92.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/042f92ba-8a8c-43be-b318-56604846ed92/w)

Started at: 2025-08-18 12:07:15.676076+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/042f92ba-8a8c-43be-b318-56604846ed92/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": "success"
}