CCI report: c773d815-e637-47be-ae07-2a8050ff3686

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": "b7272aa295ac89408ac7e34a60ac0c1576da1865",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "justfile: Add `--check` to `cargo fmt`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "998ff91e2c25f1432de007c90fb447849ada37d2",
    "after": "067a9d13bf3c4d7127d07ac9a475255712d4d4f2",
    "commits": [
      "067a9d13bf3c4d7127d07ac9a475255712d4d4f2"
    ],
    "target": "998ff91e2c25f1432de007c90fb447849ada37d2",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b7272aa295ac89408ac7e34a60ac0c1576da1865",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Since these are run as checks, the `--check` flag should be run.\nThis ensures that the `pre-commit` and `pre-push` checks fail if there\nis any formatting.\n\nContributors are expected to have formatting in their IDEs or can run\n`cargo fmt` if they wish to format the Rust files.",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "067a9d13bf3c4d7127d07ac9a475255712d4d4f2",
        "timestamp": 1779437737
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "c773d815-e637-47be-ae07-2a8050ff3686"
  },
  "info_url": "https://cci.rad.levitte.org//c773d815-e637-47be-ae07-2a8050ff3686.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/c773d815-e637-47be-ae07-2a8050ff3686/w)

Started at: 2026-05-22 10:24:16.038191+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/c773d815-e637-47be-ae07-2a8050ff3686/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"
}