CCI report: 895c6645-9d67-4796-a42d-2716c145d773

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": "dddddff296c8f3cb0bb66b83f612a8812e305866",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "storage: Repository locking for Windows",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
    "after": "6fbcbd6abaf1ee918c8c75717c6ae9b2b9300607",
    "commits": [
      "6fbcbd6abaf1ee918c8c75717c6ae9b2b9300607",
      "1fe1e738294ca807f9a4ba304b1183f024500bc4"
    ],
    "target": "7d2f0e387c66f3f24b94673a2de9589407e2f946",
    "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
      },
      {
        "id": "1f6bec0608069f85e250fa21c728b12024809a51",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Fix mutability and simplify",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "1fe1e738294ca807f9a4ba304b1183f024500bc4",
        "timestamp": 1756057395
      },
      {
        "id": "317f20c11c377057e4abed92a949fa9f2f9c17d1",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "An alternative solution.",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "6fbcbd6abaf1ee918c8c75717c6ae9b2b9300607",
        "timestamp": 1756145813
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "895c6645-9d67-4796-a42d-2716c145d773"
  },
  "info_url": "https://cci.rad.levitte.org//895c6645-9d67-4796-a42d-2716c145d773.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/895c6645-9d67-4796-a42d-2716c145d773/w)

Started at: 2025-08-25 20:16:59.553501+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/895c6645-9d67-4796-a42d-2716c145d773/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"
}