CCI report: b2806ed9-2916-4426-8437-129c9abd41f7

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": "fe28492b4d3638dbcc3ebfdeb6c439758a59c02e",
    "author": {
      "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
      "alias": "sebastinez"
    },
    "title": "radicle: introduce `cob::common::Title`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f6f3be437bb0773c61842ae0d5b341d1e5305250",
    "after": "4954ceb2a7db34e7fe3e187a94c3134468fb627d",
    "commits": [
      "4954ceb2a7db34e7fe3e187a94c3134468fb627d"
    ],
    "target": "6a1b13bb668a1bf59579150b12c63d816078a6fa",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "fe28492b4d3638dbcc3ebfdeb6c439758a59c02e",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "This patch adds the `cob::common::Title` struct, this allows instead of\nusing `std::str::String` or generics and traits for it, to define more\nprecisely what a title should be.\nIt trims the provided string and makes sure it contains no carriage\nreturn or new line characters.\n\nWhere a `std::str::String` makes more sense so it's easier to mutate it,\nwe keep the code as is.",
        "base": "f6f3be437bb0773c61842ae0d5b341d1e5305250",
        "oid": "4954ceb2a7db34e7fe3e187a94c3134468fb627d",
        "timestamp": 1755522785
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b2806ed9-2916-4426-8437-129c9abd41f7"
  },
  "info_url": "https://cci.rad.levitte.org//b2806ed9-2916-4426-8437-129c9abd41f7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b2806ed9-2916-4426-8437-129c9abd41f7/w)

Started at: 2025-08-18 15:13:12.757449+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b2806ed9-2916-4426-8437-129c9abd41f7/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"
}