CCI report: fa471979-2c1e-453a-8f4a-1ea473f7a01d

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": "dddddff296c8f3cb0bb66b83f612a8812e305866",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "storage: Repository locking for Windows",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
    "after": "4d99a95408828a630587989607bf6ab1f99dfe1f",
    "commits": [
      "4d99a95408828a630587989607bf6ab1f99dfe1f"
    ],
    "target": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "dddddff296c8f3cb0bb66b83f612a8812e305866",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "On Windows, all attempts to initialize repositories failed with\n\n    Fetch failed for rad:\u2026 from z6Mk\u2026: Access is denied. (os error 5)\n\nThe reason is that, other than Unix-like systems, forbids that\ndirectories that are in use are moved. The reference that `tempfile`\nkeeps for us, thus effectively prevents the final step in the\ninitialization process.\n\nResolve that by using `PathBuf`, which only carries the *name* of the\ndirectory, but is not an *open file handle* to it.\n\nNow, this means that on Windows we do not get the same \"delete on drop\"\nsemantics as we get on Unix via `tempfile`. Thus, we need to think\nabout cleanup ourselves, and explicitly delete the directory in cases\nwhere it would silently drop.\n\nIn the future, we should consider to merge the two implementations,\nprobably dropping `tempfile` (pun intended). But for now I wanted\nto not change behaviour on Windows. If you squint at this change, you\nshould see that the code for `[cfg(unix)]` is unchanged, except for\nsome golfing in `Storage::lock_repository`.",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "4d99a95408828a630587989607bf6ab1f99dfe1f",
        "timestamp": 1756046267
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "fa471979-2c1e-453a-8f4a-1ea473f7a01d"
  },
  "info_url": "https://cci.rad.levitte.org//fa471979-2c1e-453a-8f4a-1ea473f7a01d.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/fa471979-2c1e-453a-8f4a-1ea473f7a01d/w)

Started at: 2025-08-24 16:38:18.975027+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/fa471979-2c1e-453a-8f4a-1ea473f7a01d/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"
}