CCI report: 64b9cec3-10d0-4268-819f-c4949dda5d54

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": "5109cda98885b00c1d4f7165013e4d66f9b7512f",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node: Use winpipe for control socket on Windows",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "a670b6e668761ea5893b7d343b4515b888712f14",
    "after": "00e85d6303bc4ed7132b00acdc88f41e2ceaf695",
    "commits": [
      "00e85d6303bc4ed7132b00acdc88f41e2ceaf695"
    ],
    "target": "a670b6e668761ea5893b7d343b4515b888712f14",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5109cda98885b00c1d4f7165013e4d66f9b7512f",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "As `std::os::unix` is obviously not available on Windows, resort to the\n`winpipe` crate, which implements a very similar API for named pipes.\n\nApart from simple changes to imports, we need to jump through a few\nhoops because the `std::io::{Read, Write}` impls are on `&mut` for\n`winpipe`, thus yielding different mutability requirements on Unix vs.\nWindows.\n\nWe resort to cloning, but as this fallible, swallow the added complexity\nof a platform-dependent implementation to not risk panics on Unix.",
        "base": "a670b6e668761ea5893b7d343b4515b888712f14",
        "oid": "55c073044d0515f4782f7823bac55ea68a8c3db6",
        "timestamp": 1755855522
      },
      {
        "id": "f2060aa6253e8d2ce9dd0a411f9d1be77880a516",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "a670b6e668761ea5893b7d343b4515b888712f14",
        "oid": "00e85d6303bc4ed7132b00acdc88f41e2ceaf695",
        "timestamp": 1755864816
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "64b9cec3-10d0-4268-819f-c4949dda5d54"
  },
  "info_url": "https://cci.rad.levitte.org//64b9cec3-10d0-4268-819f-c4949dda5d54.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/64b9cec3-10d0-4268-819f-c4949dda5d54/w)

Started at: 2025-08-22 14:13:39.586466+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/64b9cec3-10d0-4268-819f-c4949dda5d54/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": "failure"
}