CCI report: beaa33f2-b292-45df-b594-19b4009f953c

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": "af3292c47ec93d906ccda8d9382f711c2201e678",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle-cli: Build on Windows",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b",
    "after": "aee3975bddafd95577393cf6ded50c2a0980c58b",
    "commits": [
      "aee3975bddafd95577393cf6ded50c2a0980c58b",
      "da8aa78134f638760be28a60c1064e15f003ba40",
      "43bf1c52b9004ba388c219e9f1c29ff31fcabefd",
      "fcbe0635763f5bc7d1a833ecd0183630803f3016",
      "3dd602b6f813bfc5c293409ead9da918eadce303",
      "b2932dd121bcdcfecbd4e7b853d4552806298cb6"
    ],
    "target": "b77809ae9d41d09b4f3053e2c35a723c29c2897e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "af3292c47ec93d906ccda8d9382f711c2201e678",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "This patch contains a number of changes, with the main goal of getting `radicle-cli` to build on Windows.\n\nIn order to achieve this, I removed some features:\n\n 1. The spinner in `radicle-term` does not react to signals on Windows, of course it still reacts to signals on Unix-like platforms.\n 2. In `radicle` file limits are not set on Windows, the implementation always errors. Of course, file limits are still set on Unix-like platforms.\n\nOne feature was added: `radicle` and `radicle-ssh` now support not only Unix Domain Socket on Unix-like platforms but also Named Pipes on Windows, via the `winpipe` crate.\nThe (useless?) implementation for connecting to SSH agents via TCP streams was removed.\n\nSome behaviour was changed in `radicle-term` so that it does not depend on `libc` and raw file descriptors (which are only available on Unix-like platforms).",
        "base": "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b",
        "oid": "aee3975bddafd95577393cf6ded50c2a0980c58b",
        "timestamp": 1752531081
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "beaa33f2-b292-45df-b594-19b4009f953c"
  },
  "info_url": "https://cci.rad.levitte.org//beaa33f2-b292-45df-b594-19b4009f953c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/beaa33f2-b292-45df-b594-19b4009f953c/w)

Started at: 2025-07-15 00:11:31.141220+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/beaa33f2-b292-45df-b594-19b4009f953c/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"
}