CCI report: 9889aae7-84d3-4b8a-9218-6ef729a37b1d

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": "aa9cee5abe0f0fc2cf83dcd0126bc325e5f497e2",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle: improve reviews",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "78ba263d0a946c4b90235d562b56ceb7badfc965",
    "after": "bfd554016524b4c84cbe0cc9367e8cad5a702114",
    "commits": [
      "bfd554016524b4c84cbe0cc9367e8cad5a702114"
    ],
    "target": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "aa9cee5abe0f0fc2cf83dcd0126bc325e5f497e2",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The `Review::summary` was limited in behaviour, since it was only an\n`Option<String>`.\n\nThe field is now changed to `NonEmpty<Edit>` so that it can enable an edit\nhistory, as well as being able to supply embeds as part of the text.\n\n`Reactions` are also introduced to `Review` and, necessarily, introducing an\n`Action::ReviewReact`.\n\nNote that some machinery was added under `actions` and `encoding` to enable\nbackwards-compatibility.\nFor `actions`, a new `ReviewEdit` is introduced to keep\ntrack of the different versions of editing actions \u2013 supporting the old actions\nwhile also introducing the new variant.\nFor `encoding`, the machinery exploits the fact that an `Option<String>` can be\nconverted into a `NonEmpty<Edit>` given that an `ActorId` and `Timestamp` are\navailable, and that `None` can be converted into an empty string. The struct\n`patch::Review` now deserializes via this `encoding::review::Review` type and,\nimportantly, preserves backwards-compatibility.",
        "base": "78ba263d0a946c4b90235d562b56ceb7badfc965",
        "oid": "bfd554016524b4c84cbe0cc9367e8cad5a702114",
        "timestamp": 1751385615
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "9889aae7-84d3-4b8a-9218-6ef729a37b1d"
  },
  "info_url": "https://cci.rad.levitte.org//9889aae7-84d3-4b8a-9218-6ef729a37b1d.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/9889aae7-84d3-4b8a-9218-6ef729a37b1d/w)

Started at: 2025-07-01 18:08:32.602738+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/9889aae7-84d3-4b8a-9218-6ef729a37b1d/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": "failure"
}