CCI report: 26cd12a8-dfe6-45d2-b3b9-5ccc17de2a76

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": "c7498dcdee66fbca673c7d6b85dfc18555fbd988",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle/profile: Control socket path for Windows",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "a670b6e668761ea5893b7d343b4515b888712f14",
    "after": "61b1c234ac26eb9042509f2470f18c134c39e78c",
    "commits": [
      "61b1c234ac26eb9042509f2470f18c134c39e78c"
    ],
    "target": "a670b6e668761ea5893b7d343b4515b888712f14",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "c7498dcdee66fbca673c7d6b85dfc18555fbd988",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The `winpipe` crate which is our current best bet for support on Windows\nrequires that named pipes are at the magical location `\\\\.pipe\\`.\n\nProvide a default on Windows that matches this, and use our freshly\nassigned IANA service name for it.\n\nThis is a breaking change, as we remove a `pub const`, it should be\nreasonably easy to fix by dependents, and probably it was a mistake to\nmake the default `pub const` as dependents should call `Home::socket`\nanyway.",
        "base": "a670b6e668761ea5893b7d343b4515b888712f14",
        "oid": "dd2b5d8d179b7c91835e8fa5ef360f7bbeb7a0f7",
        "timestamp": 1755852271
      },
      {
        "id": "134e2023b91ad22c414a688a631bd3792c88d652",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "a670b6e668761ea5893b7d343b4515b888712f14",
        "oid": "61b1c234ac26eb9042509f2470f18c134c39e78c",
        "timestamp": 1755861512
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "26cd12a8-dfe6-45d2-b3b9-5ccc17de2a76"
  },
  "info_url": "https://cci.rad.levitte.org//26cd12a8-dfe6-45d2-b3b9-5ccc17de2a76.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/26cd12a8-dfe6-45d2-b3b9-5ccc17de2a76/w)

Started at: 2025-08-22 13:18:35.495983+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/26cd12a8-dfe6-45d2-b3b9-5ccc17de2a76/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"
}