CCI report: 8f5c5724-30dc-4242-9a46-04b78df58426

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle: introduce `cob::common::Title`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f6f3be437bb0773c61842ae0d5b341d1e5305250",
    "after": "726a395c606cc23779f2fa49844d0948b4bea561",
    "commits": [
      "726a395c606cc23779f2fa49844d0948b4bea561",
      "d7af27794c86b767ebcc8f5b0ead45067efc122f",
      "9e84545842895fea8e44c01a8de88733f72f77ff",
      "5f57a6ef682bf1cc88c15a724a44bf6c0cf7a031",
      "6f4cf12dfe7fd45f980ad98df902da25974493b1",
      "bc4a8295a7d9aaa31aa9888e6667162261c1f25e",
      "3fd90bc3be1a56a0f2934f714cec8a8dbefadca9",
      "875c7610e4886399a87322fc9bd40481b9264619",
      "4954ceb2a7db34e7fe3e187a94c3134468fb627d"
    ],
    "target": "0200e84aeaa2a507b6037875413ef37763f485d5",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "fe28492b4d3638dbcc3ebfdeb6c439758a59c02e",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "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
      },
      {
        "id": "768adf300a97137f80a8f20304757dc923fd5320",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Series of review commits",
        "base": "f6f3be437bb0773c61842ae0d5b341d1e5305250",
        "oid": "726a395c606cc23779f2fa49844d0948b4bea561",
        "timestamp": 1755593132
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "8f5c5724-30dc-4242-9a46-04b78df58426"
  },
  "info_url": "https://cci.rad.levitte.org//8f5c5724-30dc-4242-9a46-04b78df58426.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/8f5c5724-30dc-4242-9a46-04b78df58426/w)

Started at: 2025-08-19 10:51:51.524527+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/8f5c5724-30dc-4242-9a46-04b78df58426/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"
}