CCI report: 7e90dc5e-7cec-43e5-9035-b42e0a6a8e78

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": "c1d8abc0fcab8b90534c7d7e478424b9aaafd58a",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle/git/canonical: Fix glob rewrite rule for trailing asterisk",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "998f527bd4d971525137458adbb6e44efa4ad52c",
    "after": "5d93a46c0e32d07e4eb00d6ac2c02e4bd2db9fdc",
    "commits": [
      "5d93a46c0e32d07e4eb00d6ac2c02e4bd2db9fdc",
      "33d5a12c8b6d0e744c60f4c0da8cbf00d83073a9",
      "f4b79b0993291853f629c90fc7d54d3c330b2aad",
      "8fff73e6a7966705cf9d0b35f5e6a29732ef9bf6",
      "0bc8f51e7dcb914c72dd266e8bf2222a803bf648",
      "14f1d22900ccae0646c36ff698511f8ddb35c30b",
      "455138f4a7114437b5ca686991227f3531cad915"
    ],
    "target": "998f527bd4d971525137458adbb6e44efa4ad52c",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "c1d8abc0fcab8b90534c7d7e478424b9aaafd58a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Previously a rule like `refs/heads/releases-*` would be rewritten\nincorrectly to `refs/heads/releases-**/*` matching the 'trailing\nasterisk' rule. This would incorrectly fail to match a ref like\n`refs/heads/releases-v1` requiring it to contain an additional \n`/` to satisfy `**/*`.\n\nSimplify the rewrite rule so that a trailing `*` becomes a prefix\nmatching rule. Add tests.",
        "base": "b482845e712d54fdee00b0548c828e6694a3f359",
        "oid": "2a57302898d99eef70a72661bbb1b4e506c0cad7",
        "timestamp": 1777566907
      },
      {
        "id": "53856d7a5a3ef8a8ffae5694464bb617088557b6",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Added:\n- Property test\n- E2E test to prove fix for HardenedBSD issue\n- Fix for existing E2E test that was a false-positive",
        "base": "998f527bd4d971525137458adbb6e44efa4ad52c",
        "oid": "ad88c3e5f556c6563ea346590678897beed8c18b",
        "timestamp": 1777651123
      },
      {
        "id": "1d375f98deacf856af73c7b871fb7727de028279",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Reorganised the test suite for `rules`.\n- Moved the property tests to distinct module.\n- Created new type for `Component` to `impl Arbitrary`.\n- Used `quickcheck` macro for testing the property tests.\n- Added new commit to improve `NodeHandle::commit_to` to always\n  namespace references.\n- Split out `{}` test into individual test.",
        "base": "998f527bd4d971525137458adbb6e44efa4ad52c",
        "oid": "5d93a46c0e32d07e4eb00d6ac2c02e4bd2db9fdc",
        "timestamp": 1777978932
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "7e90dc5e-7cec-43e5-9035-b42e0a6a8e78"
  },
  "info_url": "https://cci.rad.levitte.org//7e90dc5e-7cec-43e5-9035-b42e0a6a8e78.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/7e90dc5e-7cec-43e5-9035-b42e0a6a8e78/w)

Started at: 2026-05-05 13:02:17.119804+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/7e90dc5e-7cec-43e5-9035-b42e0a6a8e78/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": "success"
}