CCI report: 851db978-aac1-4aac-9adf-c26b9105ddcc

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": "1aa698c70056846d3098a53fe727a9140641517b",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle-term: Depend on crossterm instead of termion",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
    "after": "391629196fed567ca66fd944c70360c23650cc9f",
    "commits": [
      "391629196fed567ca66fd944c70360c23650cc9f",
      "541d8c88bea4f0f98c4808f9a9a4d5651fbabd9a",
      "2462abf1ecd63cb9e6883978af37f2036692fb50"
    ],
    "target": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "1aa698c70056846d3098a53fe727a9140641517b",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "When asked about Windows support, I was wondering what we might have to do to get `radicle-term` to work\u2026\n\nDitching the pager implementation, and getting rid of a lot of maintenance burden, is the big step here.\nIt means that we lose `rad diff`, but this was only a wrapper around `git diff` anyways.\nI believe that we should not be writing pagers but \"behaving like Git\" is actually a good thing.\n\nTested on my machine, runs nicely. Please test locally before merging, especially:\n\n - `rad sync`, which makes heavy use of the spinner.\n - Something involving editing, like `rad comment edit` or `rad id update --edit`.\n - The fact that `rad patch diff` still works.",
        "base": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
        "oid": "391629196fed567ca66fd944c70360c23650cc9f",
        "timestamp": 1750955620
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "851db978-aac1-4aac-9adf-c26b9105ddcc"
  },
  "info_url": "https://cci.rad.levitte.org//851db978-aac1-4aac-9adf-c26b9105ddcc.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/851db978-aac1-4aac-9adf-c26b9105ddcc/w)

Started at: 2025-06-26 18:33:58.447325+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/851db978-aac1-4aac-9adf-c26b9105ddcc/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"
}