CCI report: 6ca35244-a8d5-4f89-90c4-96bf990d3700

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": "0fefd5bb5cf0550470a5b6c434f14215353d43e5",
    "author": {
      "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
      "alias": "ade"
    },
    "title": "typos: Lint check failure writeable -> writable",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
    "after": "4018cf0c1e6d86bb398f8296b2366c809fca4146",
    "commits": [
      "4018cf0c1e6d86bb398f8296b2366c809fca4146",
      "6a67d26c3a494d8735e8aa39f0db1a4ae5882c8a",
      "ab8dc4c407e592e8c1e7a457de437814932202a1",
      "6ae9b48c8f930dab1e7270bf4941b8117feb2cd7",
      "5723bd95797c3c528f0014b811eb330e4bf269a6",
      "53fd00dec66d06810bf9a73ef8619c4de2cc1e99",
      "0a1601cce2dbed8ad1dd2ac0c041d678290b6757",
      "74166c209ea2928e89401204c271703734f80f30",
      "993b15d9370459178537cda9d49632633718a2b6",
      "4fe34358719405df62f17b31449ab8356bd6e1b2",
      "ba7911a1e4df9f9a47e03123f4b7f557bc43648d"
    ],
    "target": "a2de55cbb99ae178f09af61e3acf21192ee62097",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "0fefd5bb5cf0550470a5b6c434f14215353d43e5",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "description": "codespell: Add 'ser' to word ignore\n\ncodespell is misidentifying `::serde::ser` as `::serde::set`\n\n\njust: Introduce justfile with pre-push hook cmds\n\nAs part of migrating from `flake.nix` to a more universal task runner\nthat can manage git hooks too.\n\n\njust: Add more pre-push tasks\n\nMigrating further pre-push checks from `flake.nix`\n\n\njust: Add pre-commit hook\n\n\njust: Add groupings and parallel where possible\n\n\njust: Introduce pre-commit and pre-push installer\n\nCopies the template script into the git hooks DIR to prevent a potential\nattacker overwriting its contents. Also introduces a check before\nrunning the hook against sensitive files from `master`, if there are\nchanges between the branch and `master`, asks user to confirm\ncontinuation of hook execution.\n\n\njust: Introduce output formatting\n\n\njust: Add check-hooks to confirm presence and integrity\n\n\njust: Add post-checkout hook\n\n\ngit-hook-template: minor output formatting",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "4018cf0c1e6d86bb398f8296b2366c809fca4146",
        "timestamp": 1775669871
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "6ca35244-a8d5-4f89-90c4-96bf990d3700"
  },
  "info_url": "https://cci.rad.levitte.org//6ca35244-a8d5-4f89-90c4-96bf990d3700.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/6ca35244-a8d5-4f89-90c4-96bf990d3700/w)

Started at: 2026-04-08 19:37:57.963035+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/6ca35244-a8d5-4f89-90c4-96bf990d3700/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"
}