CCI report: b998d4f1-70f7-4dcf-90ef-064b3f36754e

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": "55a0ad063634360ec9ce591adb7572bb3aacf5b1",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "node: type safe socket path",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "after": "f7d57415f5e1ee799021dea07d82d7773f4bbaff",
    "commits": [
      "f7d57415f5e1ee799021dea07d82d7773f4bbaff"
    ],
    "target": "d860ec15b3496f0e5870266a051e4de4629d7cdd",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "55a0ad063634360ec9ce591adb7572bb3aacf5b1",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Provide a type-safe socket path that captures the invariants expected\nfor the control socket on each OS.\n\nThe common invariant for each OS is the length of the path name, in bytes.\n\nThis is then used to construct the `ControlSocket` used in `radicle-node`.",
        "base": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
        "oid": "f7d57415f5e1ee799021dea07d82d7773f4bbaff",
        "timestamp": 1768822756
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b998d4f1-70f7-4dcf-90ef-064b3f36754e"
  },
  "info_url": "https://cci.rad.levitte.org//b998d4f1-70f7-4dcf-90ef-064b3f36754e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b998d4f1-70f7-4dcf-90ef-064b3f36754e/w)

Started at: 2026-01-19 12:39:23.471074+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b998d4f1-70f7-4dcf-90ef-064b3f36754e/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"
}