CCI report: f28af52f-2ef0-4870-86bb-0e96682ed663

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": "9e557d1ad972dab998c920a82122de8e8b921c73",
    "author": {
      "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
      "alias": "2color"
    },
    "title": "node/wire: Always report fetch results to the service",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
    "after": "d513158566da0f4d942206ea6503c0e317f23612",
    "commits": [
      "d513158566da0f4d942206ea6503c0e317f23612",
      "2ad6cc40f14f79b3769dc00b8e8840ce2de1a264",
      "1083e2f0dd02a08e644d6779878b9a887aff38fe",
      "ff9f9f6bee3caca9b514255e32b25ea1440ad372",
      "e86272264ff5aa728b411a4bdb2ae5a277077b23",
      "2ad59beb7306ee77ba82952171dffa0323d04563"
    ],
    "target": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "9e557d1ad972dab998c920a82122de8e8b921c73",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "A fetch result was discarded whenever the peer was no longer `Connected`\nby the time the worker reported, and queued fetches were dropped silently\nwhen the peer disconnected before the `Io::Fetch` was processed. In both\ncases the fetcher's `active` entry for the repo was never cleared. Since\nthat entry is keyed by repo, it blocked the repository from being fetched\nfrom any node until the process restarted.\n\n- Report the result in `worker_result` even when the peer is no longer\n  connected, instead of returning early\n- Report a failed fetch when an `Io::Fetch` is dropped for a disconnected\n  peer, so the active entry is cleared",
        "base": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
        "oid": "2ad6cc40f14f79b3769dc00b8e8840ce2de1a264",
        "timestamp": 1781902413
      },
      {
        "id": "b3845fd2dcbbe292ae5ec764521c225414f37676",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "fetcher: Guard fetched against stale node results\n\n- Clear active[rid] only when the result's node matches the node that\n  started the fetch; mismatched results now report NotFound\n- Prevent a late completion from a disconnected peer clearing a newer\n  fetch for the same repo started by a different node\n- Add test covering the stale-from mismatch path",
        "base": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
        "oid": "44e7cbded222bc0bd45ba246eff793ba2188d152",
        "timestamp": 1781904439
      },
      {
        "id": "4baa4f9815c32935c5f08cae1c4737da8783947c",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "",
        "base": "07f748475beacd41463ee5ebc0d7a93539ab8f55",
        "oid": "d513158566da0f4d942206ea6503c0e317f23612",
        "timestamp": 1781904594
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "f28af52f-2ef0-4870-86bb-0e96682ed663"
  },
  "info_url": "https://cci.rad.levitte.org//f28af52f-2ef0-4870-86bb-0e96682ed663.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/f28af52f-2ef0-4870-86bb-0e96682ed663/w)

Started at: 2026-06-19 23:31:13.727761+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/f28af52f-2ef0-4870-86bb-0e96682ed663/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"
}