CCI report: 7146b3f5-5c38-44ad-bb57-0291831519a8

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": "5d72ffd1d518e92de2f0193c0ddfd9901b7153df",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "remote-helper: prefactor to be more testable",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "119445ce6c9be26a3fae1b0e06f34292c5806cd5",
    "after": "4d7b942b7555b2c334a45b05cd0ee074cf9fa0e1",
    "commits": [
      "4d7b942b7555b2c334a45b05cd0ee074cf9fa0e1",
      "6d2a99e1aef4830877e1b1e1c72a3919c3fdb0dd",
      "a69420b9b73c0c3916ddb5b47857cdbcc03ab7f2",
      "d36ed7c8af6ddfdfbc7d47260dc0e00c30ca7fbd",
      "27493c2229766fc14268dc619fbec0e83e4f835d",
      "56253b529ecbcb1ae5c7d67605d2b8e4382eaf29",
      "bd30e80b9a3e6737b830e813f270de61e8eec5ea"
    ],
    "target": "119445ce6c9be26a3fae1b0e06f34292c5806cd5",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5d72ffd1d518e92de2f0193c0ddfd9901b7153df",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "To introduce new remote-helper changes like 'dont push by default' and\n'self' / 'rad' remotes, this crate has been refactored to ease testing.\n\n- the command parsing has been refactored into a sans i/o esque typed parser.\n- the radicle node interactions have been hoisted into a `NodeSession` trait.\n- the git `send_pack` and `fetch_pack` interactions have hoisted into `GitService` trait.\n- the direct stdin/out printing has been replaced with `BufRead` and `Writer` traits.",
        "base": "50fb228ae4c0c8f68413dc7922a1e2a32ace5655",
        "oid": "482641aada6acad92e42fe2f8bc7608bd443c5c7",
        "timestamp": 1770827262
      },
      {
        "id": "0572c9c57b50a67da6ceb64f48c4f12eceb2c2e5",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Continuation of the refactoring.",
        "base": "119445ce6c9be26a3fae1b0e06f34292c5806cd5",
        "oid": "70baa84e8a51bcaec0ee8f070da60c83e79cc7d8",
        "timestamp": 1771368071
      },
      {
        "id": "1e619684d23e60a35e0ae372a035058351f56f65",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "- Reorder and squash into slightly bigger but still cohesive commits.\n - Reword commit messages.",
        "base": "119445ce6c9be26a3fae1b0e06f34292c5806cd5",
        "oid": "4d7b942b7555b2c334a45b05cd0ee074cf9fa0e1",
        "timestamp": 1771369754
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "7146b3f5-5c38-44ad-bb57-0291831519a8"
  },
  "info_url": "https://cci.rad.levitte.org//7146b3f5-5c38-44ad-bb57-0291831519a8.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/7146b3f5-5c38-44ad-bb57-0291831519a8/w)

Started at: 2026-02-18 00:09:18.517954+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/7146b3f5-5c38-44ad-bb57-0291831519a8/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"
}