CCI report: 5b7f99f7-1c3d-4fa8-9d02-84a957b15a1e

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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "626793ccfe273988ccdad45a044fd24020101105",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Add Size Limits to TypeName",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "15adb161357262f9287d1b90fffda55f6c2611c0",
    "after": "8028ed462233f78f3c444b0d9c275985c3e544b9",
    "commits": [
      "8028ed462233f78f3c444b0d9c275985c3e544b9",
      "be82bcc699c4c7aa5e25fa618bedc5990f341a9e",
      "31c583b40274f37e32084f49974a4d363721a344"
    ],
    "target": "15adb161357262f9287d1b90fffda55f6c2611c0",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "626793ccfe273988ccdad45a044fd24020101105",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Domain Names have restrictions on their total length, and the length\nof individual labels[^0].\n\nSince `TypeName`s are expected to be reverse domain name strings, the\ntotal length of the internal string should not exceed 255 and each\ncomponent should not exceed 63.\n\n[^0]: https://www.rfc-editor.org/rfc/rfc1035#section-2.3.4",
        "base": "15adb161357262f9287d1b90fffda55f6c2611c0",
        "oid": "8028ed462233f78f3c444b0d9c275985c3e544b9",
        "timestamp": 1770119611
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "5b7f99f7-1c3d-4fa8-9d02-84a957b15a1e"
  },
  "info_url": "https://cci.rad.levitte.org//5b7f99f7-1c3d-4fa8-9d02-84a957b15a1e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/5b7f99f7-1c3d-4fa8-9d02-84a957b15a1e/w)

Started at: 2026-02-03 12:53:34.695518+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/5b7f99f7-1c3d-4fa8-9d02-84a957b15a1e/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"
}