CCI report: 70608c2b-12b4-42ff-812e-14d077340ddb

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": "806043519e7439bebe26a66b247025ef5a7f8ef0",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Sans-IO Fetcher",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "after": "bd3e5fca713a0f0f107786d56f1fb9a533db09d7",
    "commits": [
      "bd3e5fca713a0f0f107786d56f1fb9a533db09d7",
      "1380d73cd9ddd99440e68c57dafdf4e37c5e4575",
      "ad060ad66ba705cd656d8cb82aba13330a8cffa1",
      "e79ff6e287c26a3e253c89d3cb6fe169bd4930e3",
      "0d7cde31a9004d18eac66d03434a93ad2746b4a8",
      "bb6c5b960dfd00a88f318f17455d7bf9b9bbe065"
    ],
    "target": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "806043519e7439bebe26a66b247025ef5a7f8ef0",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "This patch series introduces a new family of types for keeping track\nof fetch state in the protocol.\n\nThis consolidates this tracking of state into one place, and removes\nit from the connection session data.\n\nIt uses sans-IO patterns so that the state transitions can be more\neasily tested without relying on complicated setup logic.\n\nThis data is then wired up to the `Service` to maintain the same (or\nbest as possible) semantics for fetching in the running node.\n\nNote there are some breaking changes due to the removal of the\n`fetching` state from the `State` type \u2013 which in turn was is used in\n`Seeds`.",
        "base": "352c29c23ce2560750369aa50bc9f43bf3019d3f",
        "oid": "996209f1096a782f9ccfffb4e7bd98af2c4e1996",
        "timestamp": 1765631088
      },
      {
        "id": "bb748d02470ecca76543aae8a78a78ae13e4ab5e",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "3168107df942dc71605e4fa25069569a43d467e9",
        "oid": "400573526421cebe8b5b4e3bfd1dbd5f349da147",
        "timestamp": 1767712546
      },
      {
        "id": "92cb7d9cfe2f649df45dea498c33679bb17a17af",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
        "oid": "bd3e5fca713a0f0f107786d56f1fb9a533db09d7",
        "timestamp": 1767966060
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "70608c2b-12b4-42ff-812e-14d077340ddb"
  },
  "info_url": "https://cci.rad.levitte.org//70608c2b-12b4-42ff-812e-14d077340ddb.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/70608c2b-12b4-42ff-812e-14d077340ddb/w)

Started at: 2026-01-09 14:41:07.205132+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/70608c2b-12b4-42ff-812e-14d077340ddb/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"
}