CCI report: 0748f2bf-aff8-467c-b04a-e5ea53a01521

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": "68333e7fc06318e3d7e5c4796fadfd398203a4aa",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Remove dependency `radicle-surf`",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "after": "3ae269d2f8b016b64e7c411eaedb1b4c82ba53ed",
    "commits": [
      "3ae269d2f8b016b64e7c411eaedb1b4c82ba53ed",
      "5904c85973d9c08ed3258784b91f78078bcef6ba",
      "f1a9ad9d0764ce67d035896f2db98be48a7dd9ad"
    ],
    "target": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "68333e7fc06318e3d7e5c4796fadfd398203a4aa",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The main use of `radicle-surf` in the `radicle-cli` crate is for producing diffs.\nOne use of diffs is in the review builder logic, which is obsolete.\nThe other use is in producing diffs for the `rad id` proposal changes.\n\nIf the review code is removed and `git-diff-tree` is used for `rad\nid`, then the dependency on `radicle-surf` can be removed.\n\nWhile removing `rad patch review [--patch | --delete]` can be seen as\na non-backwards compatible change, the code is obsolete \u2013 so this is\ndeemed safe.\n\nUsing `git-diff-tree` in place of a `heartwood` defined diff format\ncomes with the consquence of displaying temporary tree and path\ninformation, e.g.:\n\n```\ndiff --git a/radicle.json b/radicle.json\nindex 600d27b..b30194b 100644\n--- a/radicle.json\n+++ b/radicle.json\n```\n\nSome massaging of this output could be made, but that needs to be\ndecided if it is worth it.",
        "base": "af3f07627b05dac4a68b102e2908da23b061a631",
        "oid": "0ac3efb8da70e1f1bd53f74d2741baab1e87bc6f",
        "timestamp": 1767957572
      },
      {
        "id": "1bc488a0ff455354a8485fee2cc6919b13cdf6c6",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "- Split up into separate commits\n - Introduce function for removed commands\n - Start work to use `git2` for diffing in `rad id`",
        "base": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
        "oid": "3ae269d2f8b016b64e7c411eaedb1b4c82ba53ed",
        "timestamp": 1767973212
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "0748f2bf-aff8-467c-b04a-e5ea53a01521"
  },
  "info_url": "https://cci.rad.levitte.org//0748f2bf-aff8-467c-b04a-e5ea53a01521.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/0748f2bf-aff8-467c-b04a-e5ea53a01521/w)

Started at: 2026-01-09 16:40:45.378893+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/0748f2bf-aff8-467c-b04a-e5ea53a01521/w)

shell: 'export RUSTDOCFLAGS=''-D warnings''


  cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps --all-features

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}