CCI report: 32cc8460-6161-4566-89c6-1fc06a650b5c

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": "open",
      "conflicts": []
    },
    "before": "5cd016b587a2a90f2321af41122cc12b01b7f391",
    "after": "dbdef0d843205eaf5d271ebe8b604c82845ed8c2",
    "commits": [
      "dbdef0d843205eaf5d271ebe8b604c82845ed8c2"
    ],
    "target": "5cd016b587a2a90f2321af41122cc12b01b7f391",
    "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\nProvide an implementation for `Drop` that deletes, similar to `tempfile`.",
        "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
      },
      {
        "id": "5d732d504980c6a8dc9bcfbfc2c69513972a37dc",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "ee49e28766ce7c703b95e22d177cce046072f03d",
        "oid": "df7878365f6806f951e1ba7afd7bc9995f210b95",
        "timestamp": 1759342750
      },
      {
        "id": "77e4254ace278e6e1f6b6814ac400dae51f9bb93",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Remove the concept of a temporary path.",
        "base": "5cd016b587a2a90f2321af41122cc12b01b7f391",
        "oid": "dbdef0d843205eaf5d271ebe8b604c82845ed8c2",
        "timestamp": 1759426632
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "32cc8460-6161-4566-89c6-1fc06a650b5c"
  },
  "info_url": "https://cci.rad.levitte.org//32cc8460-6161-4566-89c6-1fc06a650b5c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/32cc8460-6161-4566-89c6-1fc06a650b5c/w)

Started at: 2025-10-02 19:37:17.310577+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/32cc8460-6161-4566-89c6-1fc06a650b5c/w)

shell: 'export RUSTDOCFLAGS=''-D warnings''


  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"
}