CCI report: f4b99285-4dcf-45cd-a4f8-0b06ed2beac6

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "ace2a1f10ab1f044d7d87c0de92a6f5343e1e51a",
    "author": {
      "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
      "alias": "2color"
    },
    "title": "identity: Select head rule by specificity",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "fd4e4903d70ef21477653d1b50900aca2bd9a5a0",
    "after": "1fa6363677c6d138540a5e27329ba78feda9b08f",
    "commits": [
      "1fa6363677c6d138540a5e27329ba78feda9b08f"
    ],
    "target": "16de8f1950825672fe48b901dafa0d009f612b04",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "ace2a1f10ab1f044d7d87c0de92a6f5343e1e51a",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "The canonical refs RIP requires the most specific rule matching the target of\n`HEAD` to use an `allow` of `delegates` and the document threshold.\n`validate_head_rule` took the first match from `RawRules`, which orders\npatterns lexicographically, so a glob could be validated in place of the\nrule that actually governs the branch.\n\n- Refactor the specificity ordering out of `Ord for Pattern` into\n  a reusable `cmp_specificity` so logic is shared by both callers\n- Add `RawRules::most_specific_match` and use it to look up the head rule",
        "base": "fd4e4903d70ef21477653d1b50900aca2bd9a5a0",
        "oid": "1fa6363677c6d138540a5e27329ba78feda9b08f",
        "timestamp": 1788187564
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "f4b99285-4dcf-45cd-a4f8-0b06ed2beac6"
  },
  "info_url": "https://cci.rad.levitte.org//f4b99285-4dcf-45cd-a4f8-0b06ed2beac6.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/f4b99285-4dcf-45cd-a4f8-0b06ed2beac6/w)

Started at: 2026-08-31 16:46:12.965612+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/f4b99285-4dcf-45cd-a4f8-0b06ed2beac6/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"
}