CCI report: 19eb02c0-0059-41b3-ab8d-be22ae24c56b

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": "b938ecde8ef6c81d1df6767ac01be68eec4f517e",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Improve errors during canonical quorum",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "c30298fb8a9617a38013a91ce4ba433392b90f16",
    "after": "a78530699656844981763a43fd9543228983cdf2",
    "commits": [
      "a78530699656844981763a43fd9543228983cdf2",
      "1b8623954357e2df46e477eb1be5249864a4d1e8",
      "fc2af6f9cee1dbfa15af31ce8c4490f0eaadc61e"
    ],
    "target": "c30298fb8a9617a38013a91ce4ba433392b90f16",
    "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "19eb02c0-0059-41b3-ab8d-be22ae24c56b"
  },
  "info_url": "https://cci.rad.levitte.org//19eb02c0-0059-41b3-ab8d-be22ae24c56b.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/19eb02c0-0059-41b3-ab8d-be22ae24c56b/w)

Started at: 2025-07-10 13:44:03.446066+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/19eb02c0-0059-41b3-ab8d-be22ae24c56b/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"
}