CCI report: 84c6ae7d-87ab-4d98-9ee6-6027c318863e

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": "8826eece846d9244cfa41dfc9030b0755dab3f00",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "fix: Normalize filesystem paths with `dunce`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "31039bbceb6e2732f46f070854ecba810c6a159d",
    "after": "5229fb8a597240825b6aa99001a8079bcc0264f0",
    "commits": [
      "5229fb8a597240825b6aa99001a8079bcc0264f0"
    ],
    "target": "31039bbceb6e2732f46f070854ecba810c6a159d",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "8826eece846d9244cfa41dfc9030b0755dab3f00",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Microsoft Windows has Universal Naming Convention (UNC) paths, see\n<https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths>\n\nThe Rust standard library normalizes paths to this form when calling\n`std::fs::canonicalize`, see\n<https://doc.rust-lang.org/std/fs/fn.canonicalize.html>\n\nHowever, some programs, do not parse these paths correctly, including\nour ally `git`:\n\n    $ git clone \\\\?\\C:\\Users\\lorenz\\tmp\n    Cloning into 'tmp'...\n    ssh: Could not resolve hostname \\\\\\\\?\\\\c: No such host is known.\n    fatal: Could not read from remote repository.\n\n    Please make sure you have the correct access rights\n    and the repository exists.\n\nThe `dunce` crate solves the problem of having to deal with\nnormalization and avoiding weird UNC paths for us. Note that on\nnon-Windows platforms, it *behaves exactly like*\n`std::fs::canonicalize`!",
        "base": "a670b6e668761ea5893b7d343b4515b888712f14",
        "oid": "4cb3cc03fbbf52f353dc8a3b466044cd2128acf2",
        "timestamp": 1755853413
      },
      {
        "id": "eaf7e669a76df2de72ddd3b8c27efede9cdda29d",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "31039bbceb6e2732f46f070854ecba810c6a159d",
        "oid": "5229fb8a597240825b6aa99001a8079bcc0264f0",
        "timestamp": 1755871967
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "84c6ae7d-87ab-4d98-9ee6-6027c318863e"
  },
  "info_url": "https://cci.rad.levitte.org//84c6ae7d-87ab-4d98-9ee6-6027c318863e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/84c6ae7d-87ab-4d98-9ee6-6027c318863e/w)

Started at: 2025-08-22 16:16:46.234591+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/84c6ae7d-87ab-4d98-9ee6-6027c318863e/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"
}