CCI report: e9a79fd6-de21-4706-a3bd-687e99fe5ab1

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": "Updated",
  "patch": {
    "id": "cf7f092c9bc7a5e40808dc2364ff4b3917457188",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "term, cli: `winsplit` over `shlex` on Windows",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "5d843ab40b114d4aff35454b3910a56a39b74c67",
    "after": "ec81f9c980f845289a998d5ad0d258366718bdfa",
    "commits": [
      "ec81f9c980f845289a998d5ad0d258366718bdfa"
    ],
    "target": "5d843ab40b114d4aff35454b3910a56a39b74c67",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "cf7f092c9bc7a5e40808dc2364ff4b3917457188",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Command line parsing differs on Windows vs. POSIX compliant operating\nsystems. Thus, use the drop-in replacement `winsplit` to split command\narguments when building for Windows.",
        "base": "1cab036c331f5ac071f002504c44b01e95b8f25a",
        "oid": "da69bd04a21eec4a40e8c923d007be5f9954f3c4",
        "timestamp": 1770627209
      },
      {
        "id": "0345db43cf2f5d6ec4788b22651198f692e3abe4",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "5d843ab40b114d4aff35454b3910a56a39b74c67",
        "oid": "ec81f9c980f845289a998d5ad0d258366718bdfa",
        "timestamp": 1770670789
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "e9a79fd6-de21-4706-a3bd-687e99fe5ab1"
  },
  "info_url": "https://cci.rad.levitte.org//e9a79fd6-de21-4706-a3bd-687e99fe5ab1.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/e9a79fd6-de21-4706-a3bd-687e99fe5ab1/w)

Started at: 2026-02-09 22:11:45.764056+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/e9a79fd6-de21-4706-a3bd-687e99fe5ab1/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 --all-features

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}