CCI report: 0a4af07c-c5cc-484c-ab52-bf176fce6ee0

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": "f0ab7c0b4a458ea187705757fe5c38f5575cebae",
    "author": {
      "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "alias": "erikli"
    },
    "title": "term: Switch to `indicatif` spinner",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "54fd8c40a0b64e061d0ec4f32b9471b36ec11ee0",
    "after": "a8776e03f399cfcfb3648f5915224abc8ad5dc72",
    "commits": [
      "a8776e03f399cfcfb3648f5915224abc8ad5dc72",
      "6846bf78800272752773fc2159a7c37778a9e209",
      "18a1d1db705356032996d1712a14b2f7e605c5a1",
      "a78f968834dc74be8f1a5e20bd95ee6c415e8521"
    ],
    "target": "54fd8c40a0b64e061d0ec4f32b9471b36ec11ee0",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f0ab7c0b4a458ea187705757fe5c38f5575cebae",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "description": "This replaces the current spinner implementation with the one that is provided by `indicatif`.\n\n# Rationale\n\nThe current spinner breaks the output on narrow terminals for long spinner messages. This results in the spinner filling up the terminal with a new line for every progress update.\n\nA few other spinner libraries e.g. `spinners` where taking into consideration, but `indicatif` turned out to be the best choice in terms of flexibilty and future maintenance. The drawback is obviously that `indicatif` is built on top of `console`, yet another terminal abstraction library that is added to our dependencies besides `crossterm`. But it can be argued, that `crossterm` is rather low-level, whereas `console` is more high-level, thus having both is a valid use case.\n\nIn order to be able to replace the current spinner with `indicatif`, the standard I/O stream abstraction was refactored and now provides a `RenderTarget`, which supports switching streams.\n\nAdditionally, it introduces output macros for warnings and errors.",
        "base": "54fd8c40a0b64e061d0ec4f32b9471b36ec11ee0",
        "oid": "a8776e03f399cfcfb3648f5915224abc8ad5dc72",
        "timestamp": 1753974914
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "0a4af07c-c5cc-484c-ab52-bf176fce6ee0"
  },
  "info_url": "https://cci.rad.levitte.org//0a4af07c-c5cc-484c-ab52-bf176fce6ee0.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/0a4af07c-c5cc-484c-ab52-bf176fce6ee0/w)

Started at: 2025-07-31 17:15:16.518939+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/0a4af07c-c5cc-484c-ab52-bf176fce6ee0/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"
}