CCI report: 8c2c2295-11b8-45ae-8013-16680c76271a

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": "Updated",
  "patch": {
    "id": "b938ecde8ef6c81d1df6767ac01be68eec4f517e",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Improve errors during canonical quorum",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "a9f75d47ecca159383fd9df0c3a140f8c063eb57",
    "after": "1fa30e2e88b58e48e8fcadfe416b65a85f916b4a",
    "commits": [
      "1fa30e2e88b58e48e8fcadfe416b65a85f916b4a",
      "afe64d517533ea86dd10a9fad82da55821236127",
      "14444a43eaaf3f0a446090a698e7be4d809f424a"
    ],
    "target": "a9f75d47ecca159383fd9df0c3a140f8c063eb57",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b938ecde8ef6c81d1df6767ac01be68eec4f517e",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The aim of this patch was to explore a scenario discovered in Zulip[^0]. When\npushing to the default branch, an object was missing. To improve this, I needed\nto hunt down where the error was originating from.\n\nThe patch starts with refactoring the cases when the `git push` is not in the\ndelete case. We classify if the push is opening a patch, updating a patch, or\nsimply pushing a ref.\n\nFrom there, we refactor the canonical computation by separating it out into its\nbusiness logic. Here, I was able to refactor the error scenarios, and discovered\nthat it was due to the missing commit during the `converges` calculation. The\npatch adds a check that all the commits are present, and if not, provide a\nbetter error message.\n\nFinally, a test for the scenario outlined in Zulip is added showing how it can\nbe recovered from.\n\n[^0]: https://radicle.zulipchat.com/#narrow/channel/369873-support/topic/.60error.3A.20git.3A.20object.20not.20found.20-.20no.20match.20for.20id.60.20on.20push/with/527912706",
        "base": "c30298fb8a9617a38013a91ce4ba433392b90f16",
        "oid": "a78530699656844981763a43fd9543228983cdf2",
        "timestamp": 1752147835
      },
      {
        "id": "b547c93af104a9e45053b32cce852b77208d6e0a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Review",
        "base": "c30298fb8a9617a38013a91ce4ba433392b90f16",
        "oid": "8e485c784f130544ca8db244e953c5aff5547241",
        "timestamp": 1752670187
      },
      {
        "id": "db71ef3490cbbd75006c3b0f662c64204d2450d8",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Rebased\n- Accepted review commits",
        "base": "a9f75d47ecca159383fd9df0c3a140f8c063eb57",
        "oid": "1fa30e2e88b58e48e8fcadfe416b65a85f916b4a",
        "timestamp": 1752925660
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "8c2c2295-11b8-45ae-8013-16680c76271a"
  },
  "info_url": "https://cci.rad.levitte.org//8c2c2295-11b8-45ae-8013-16680c76271a.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/8c2c2295-11b8-45ae-8013-16680c76271a/w)

Started at: 2025-07-19 13:47:43.711822+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/8c2c2295-11b8-45ae-8013-16680c76271a/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"
}