CCI report: aee64661-d215-41a4-b19e-4063971ca479

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": "858b52b6916963b2b732e70bdfeef3c240dd080d",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "flake/hooks: Reconfigure Git Hooks",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "7d2f0e387c66f3f24b94673a2de9589407e2f946",
    "after": "d7aa2d9da2dd3144a22abb32be582df658178def",
    "commits": [
      "d7aa2d9da2dd3144a22abb32be582df658178def"
    ],
    "target": "7d2f0e387c66f3f24b94673a2de9589407e2f946",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "858b52b6916963b2b732e70bdfeef3c240dd080d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "1. Introduce a new hook to run `cargo doc` in the \"pre-commit\"\n    phase. We have to resort to wrapping the command in a shell\n    script, since we cannot configure environment variables via\n    `.pre-commit.yaml` but need `RUSTDOCFLAGS` so that `cargo doc`\n    actually exists non-zero when there are warnings.\n 2. Move `cargo check` from the \"pre-push\" to the \"pre-commit\"\n    phase, as it is relatively quick, and redundant to run before\n    `clippy`.\n 3. Let `cargo check` and `cargo doc` run after `rustfmt`.\n 4. Let a failure of `rustfmt` fail the whole check.\n 5. Wire through `packageOverrides` to `rustfmt` so we use the\n    same toolchain as the other tools.\n 6. Additionally enable `cargo clippy` to consider all features.",
        "base": "7d2f0e387c66f3f24b94673a2de9589407e2f946",
        "oid": "d7aa2d9da2dd3144a22abb32be582df658178def",
        "timestamp": 1756151848
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "aee64661-d215-41a4-b19e-4063971ca479"
  },
  "info_url": "https://cci.rad.levitte.org//aee64661-d215-41a4-b19e-4063971ca479.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/aee64661-d215-41a4-b19e-4063971ca479/w)

Started at: 2025-08-26 09:22:57.289068+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/aee64661-d215-41a4-b19e-4063971ca479/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": "success"
}