CCI report: 469c0a86-71be-44bb-998a-53aa443804ca

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "storage: Rewrite temporary repositories for clones",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "5cd016b587a2a90f2321af41122cc12b01b7f391",
    "after": "52549db349f02abf3614ba1d203c98d9feefeb13",
    "commits": [
      "52549db349f02abf3614ba1d203c98d9feefeb13",
      "1e1e2df2995cb321c6203a0a0647d450ee20df0f",
      "ee105ae9c0ecc9245dd4d424ca2cac5ac0f35007",
      "8506b305ed12b637fef7241339255d8c22810da2"
    ],
    "target": "5caa7b302a7d4f247aaa7cc688a692aac4486464",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "dddddff296c8f3cb0bb66b83f612a8812e305866",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "On Windows, all attempts to clone 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, it forbids that\ndirectories that are in use are moved.\n\nTo improve the situation, take back control over what is moved and\nremoved exactly by implementing `cleanup` instead of relying\non `impl Drop for tempfile::TempDir`.\n\n`fn lock_repository` is renamed to `fn temporary_repository` because\nit does not do any locking. Also, the directory name now contains \"tmp\"\ninstead of \"lock\".\n\nIn the future (once Rust 1.89 is a little less cutting edge and more\nwidely available), we may opt for actual locking via\n`std::fs::File::lock`.",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "4d99a95408828a630587989607bf6ab1f99dfe1f",
        "timestamp": 1756046267
      },
      {
        "id": "1f6bec0608069f85e250fa21c728b12024809a51",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Fix mutability and simplify",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "1fe1e738294ca807f9a4ba304b1183f024500bc4",
        "timestamp": 1756057395
      },
      {
        "id": "317f20c11c377057e4abed92a949fa9f2f9c17d1",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "An alternative solution.",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "6fbcbd6abaf1ee918c8c75717c6ae9b2b9300607",
        "timestamp": 1756145813
      },
      {
        "id": "5d732d504980c6a8dc9bcfbfc2c69513972a37dc",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebase",
        "base": "ee49e28766ce7c703b95e22d177cce046072f03d",
        "oid": "df7878365f6806f951e1ba7afd7bc9995f210b95",
        "timestamp": 1759342750
      },
      {
        "id": "77e4254ace278e6e1f6b6814ac400dae51f9bb93",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Remove the concept of a temporary path.",
        "base": "5cd016b587a2a90f2321af41122cc12b01b7f391",
        "oid": "dbdef0d843205eaf5d271ebe8b604c82845ed8c2",
        "timestamp": 1759426632
      },
      {
        "id": "1db0d8c57f6dfb45cfb33afcdde8ca691d7ee527",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Introduce TempRepository type\n\nTo get this to work, some preparation work was required in `radicle-fetch`.\n\nThe first commit cleans up the use of accessing the `repo` directly, and uses\nthe `Handle::repository` method instead.\n\nThe second commit then refactors so that a generic `AsRef<Repository>` can be\nused instead.\n\nThe third commit introduces a method for getting back the underlying repository.\n\nAnd finally, the original commit was refactored to use a `TempRepository` type\nfor handling the clean up and move logic \u2013 so that the implementation does not\nleak into `radicle-node`.",
        "base": "5cd016b587a2a90f2321af41122cc12b01b7f391",
        "oid": "52549db349f02abf3614ba1d203c98d9feefeb13",
        "timestamp": 1759743246
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "469c0a86-71be-44bb-998a-53aa443804ca"
  },
  "info_url": "https://cci.rad.levitte.org//469c0a86-71be-44bb-998a-53aa443804ca.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/469c0a86-71be-44bb-998a-53aa443804ca/w)

Started at: 2025-10-06 11:34:09.885222+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/469c0a86-71be-44bb-998a-53aa443804ca/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"
}