CCI report: 5523c7a6-e008-4915-a865-72875ac44202

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": "a6ac3ab2df69e0c3686289dba07d07b60f495f42",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "signals: Guard most of the crate for Unix",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "a670b6e668761ea5893b7d343b4515b888712f14",
    "after": "ad289b189a0af5a65a3b6ca8aef2d056100198b8",
    "commits": [
      "ad289b189a0af5a65a3b6ca8aef2d056100198b8"
    ],
    "target": "a670b6e668761ea5893b7d343b4515b888712f14",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "a6ac3ab2df69e0c3686289dba07d07b60f495f42",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The signals crate does not build on non-Unix-like platforms, such as\nWindows. It uses constants for signals that are not exported from\n`libc` on Windows, and transitive dependencies such as `sem_safe` fail\nto compile.\n\nResolve this, by guarding most of the crate, certainly all real\nfeatures, by `cfg(unix)`.\n\nTo require less uses of the `cfg` macro, move all affected parts into a\nnew module, and re-export it.\n\nThe crate now builds on Windows (although it does not do anything\ninteresting on that platform) and its Unix interface remains unchanged.",
        "base": "a670b6e668761ea5893b7d343b4515b888712f14",
        "oid": "ad289b189a0af5a65a3b6ca8aef2d056100198b8",
        "timestamp": 1755851691
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "5523c7a6-e008-4915-a865-72875ac44202"
  },
  "info_url": "https://cci.rad.levitte.org//5523c7a6-e008-4915-a865-72875ac44202.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/5523c7a6-e008-4915-a865-72875ac44202/w)

Started at: 2025-08-22 10:34:54.938033+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/5523c7a6-e008-4915-a865-72875ac44202/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"
}