CCI report: 92ef32a7-fd9e-4cf5-9892-855be10b7ac6

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "POC: removing radicle-surf dependency",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "af3f07627b05dac4a68b102e2908da23b061a631",
    "after": "0ac3efb8da70e1f1bd53f74d2741baab1e87bc6f",
    "commits": [
      "0ac3efb8da70e1f1bd53f74d2741baab1e87bc6f"
    ],
    "target": "af3f07627b05dac4a68b102e2908da23b061a631",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "68333e7fc06318e3d7e5c4796fadfd398203a4aa",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "92ef32a7-fd9e-4cf5-9892-855be10b7ac6"
  },
  "info_url": "https://cci.rad.levitte.org//92ef32a7-fd9e-4cf5-9892-855be10b7ac6.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/92ef32a7-fd9e-4cf5-9892-855be10b7ac6/w)

Started at: 2026-01-09 12:19:35.108103+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/92ef32a7-fd9e-4cf5-9892-855be10b7ac6/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"
}