CCI report: e199b0ef-06c4-40a3-8920-c58c2ffa1b01

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": "5ea90b9757059522e80301bbd9b1458a39a71f7e",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node: Use mio",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "a4d83ec8d22a80a4d01381a091967b57fa595018",
    "after": "817cbe7e1a577072042f0e879bd6494b9898df0e",
    "commits": [
      "817cbe7e1a577072042f0e879bd6494b9898df0e",
      "356418175e8d76533437a290d85f5d73f8a0921f"
    ],
    "target": "a4d83ec8d22a80a4d01381a091967b57fa595018",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5ea90b9757059522e80301bbd9b1458a39a71f7e",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The dependencies `netservices`, `io-reactor` and `popol` served us well,\nhowever they do not support Windows and are not actively maintained.\n\nThis change removes the aforementioned dependencies (and `libc` along\nwith them). It reuses the integration with `cyphernet` from\n`netservices` for Noise and SOCKS.\n\nThe new module `reactor` is a rewrite of `io-reactor` on top of Mio.\n\nNote that no tests were changed.",
        "base": "a4d83ec8d22a80a4d01381a091967b57fa595018",
        "oid": "6d9fea39446f301f318b10a329f519b168de18e2",
        "timestamp": 1756060216
      },
      {
        "id": "ce806a09b11d8396434185ab85c2ea16f68e102f",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "More madness.",
        "base": "a4d83ec8d22a80a4d01381a091967b57fa595018",
        "oid": "817cbe7e1a577072042f0e879bd6494b9898df0e",
        "timestamp": 1756065930
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "e199b0ef-06c4-40a3-8920-c58c2ffa1b01"
  },
  "info_url": "https://cci.rad.levitte.org//e199b0ef-06c4-40a3-8920-c58c2ffa1b01.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/e199b0ef-06c4-40a3-8920-c58c2ffa1b01/w)

Started at: 2025-08-24 22:05:41.243593+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/e199b0ef-06c4-40a3-8920-c58c2ffa1b01/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

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

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps

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

  '

Run the script

Commands:

Send result

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