CCI report: 53351f06-91bd-4fe3-b3e9-a5df779542db

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": "af3292c47ec93d906ccda8d9382f711c2201e678",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle-cli: Build on Windows",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
    "after": "c4b652f7a3e85f1f4c821e1e9963a7c5b7da28f8",
    "commits": [
      "c4b652f7a3e85f1f4c821e1e9963a7c5b7da28f8",
      "ef39c37440b3f8e363ef84d13f1f44fefd68215e",
      "08f46dfa124d1618a239479e45e5f5412e67414b",
      "1dd693f4d1dc5259a31a70cc3ec1acc3a1eab072",
      "b86d27a4c000d491a73f0c179fea1ceb798151e0",
      "eb791a3a925ee7eb940fb01cd23b3f4f2709413e",
      "17c31bce370e0d83fcbf125c8e5632c813719c2d",
      "2d6fc7e3d71f161114dea589244432975b581683",
      "d4bdcf08e8af25cf38de3d6e22b188b72504c03a",
      "2fa4015d639314dd3315ed45d4e00a0d50c2f2ee",
      "b07eea9c981e31221bfe685b0f4749c506760fc9",
      "accf443bbd4f860d0a479b93a17a6542afefd54c",
      "0fa3e88c5697692878d030583f26639e7baa5f9b",
      "4705dbc96cfbf15c40829fc157ff0ab9771e4f6b"
    ],
    "target": "7c4b71ab8205a69a04ee9e9242288c864e6c7c33",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "af3292c47ec93d906ccda8d9382f711c2201e678",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "This patch contains a number of changes, with the main goal of getting `radicle-cli` to build on Windows.\n\nIn order to achieve this, I removed some features:\n\n 1. The spinner in `radicle-term` does not react to signals on Windows, of course it still reacts to signals on Unix-like platforms.\n 2. In `radicle` file limits are not set on Windows, the implementation always errors. Of course, file limits are still set on Unix-like platforms.\n\nOne feature was added: `radicle` and `radicle-ssh` now support not only Unix Domain Socket on Unix-like platforms but also Named Pipes on Windows, via the `winpipe` crate.\nThe (useless?) implementation for connecting to SSH agents via TCP streams was removed.\n\nSome behaviour was changed in `radicle-term` so that it does not depend on `libc` and raw file descriptors (which are only available on Unix-like platforms).",
        "base": "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b",
        "oid": "aee3975bddafd95577393cf6ded50c2a0980c58b",
        "timestamp": 1752531081
      },
      {
        "id": "7f73d22db0d7cef1fcedf8dbeaa0483850203ca7",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebase",
        "base": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
        "oid": "beb5ee6d0f39d49b990720847a9805390d62306a",
        "timestamp": 1752741497
      },
      {
        "id": "aa872fea76b3ce1fbfebb708b8fab54b167245fd",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Improve SSH encoding",
        "base": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
        "oid": "8a9c846b8d2396f86b800e2db05361b712236f29",
        "timestamp": 1752744318
      },
      {
        "id": "982bd2f72146900e540da66699f4b5a30edf3ffc",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Refactor home detection to not require any mutable variables and limit scope of variables.",
        "base": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
        "oid": "08f46dfa124d1618a239479e45e5f5412e67414b",
        "timestamp": 1752760018
      },
      {
        "id": "35317900f2b04513a3adabe815c364ee7a95d0c7",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes\n-------\n\nssh: provide path on connect error\n\nProvide the path that is being used for connecting to the SSH agent, when an I/O\nerror occurs.\n\n---\n\nterm: provide default HELP message\n\nProvide a default message that informs the user of the `(e)`, `(enter)`, and\n`(esc)` functionality.\n\nUnfortunately, it is not possible to provide any message that is better\ncustomised to each case, due to `inquire` requiring a `'a` lifetime on all its\ninputs \u2013 this rules out providing any kind of `String` input.\n\nThe first paramter of `Editor::new` can already be used to provide more\ncontextual information. The second parameter is left configurable, but for now\n`Editor::HELP` is used everywhere.",
        "base": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
        "oid": "c4b652f7a3e85f1f4c821e1e9963a7c5b7da28f8",
        "timestamp": 1752928820
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "53351f06-91bd-4fe3-b3e9-a5df779542db"
  },
  "info_url": "https://cci.rad.levitte.org//53351f06-91bd-4fe3-b3e9-a5df779542db.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/53351f06-91bd-4fe3-b3e9-a5df779542db/w)

Started at: 2025-07-19 14:40:23.702450+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/53351f06-91bd-4fe3-b3e9-a5df779542db/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": "failure"
}