CCI report: 861f49cc-f392-4113-8c11-c93a524f2c05

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": "0fefd5bb5cf0550470a5b6c434f14215353d43e5",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "just: Introduce task manager for git hooks",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
    "after": "188fa6a9303e214d5647996d8eff0bf59e58d8c5",
    "commits": [
      "188fa6a9303e214d5647996d8eff0bf59e58d8c5",
      "90f018473377de796d865113960883c55baa55e4",
      "bb8220af59c00916b7aed2133ec665da477acc34",
      "5fa17a7159763a8dec89c80e41b8088945c87080",
      "810c0eb495b3068caf6d0c45c9df32d3b1e82b3c",
      "670d48b0f764213dcf3efe6c4dd082926cbebd5c",
      "92f2ba48441d09481339900ea5e1f3a91cc1a2d1",
      "5d9eeab871c183b385030ecbff2e4f951f0b67d2",
      "090ef6028df73298a2306e774cec44e7282b166f",
      "2528ac20035a83891582f23a4817ff847f4e1f36",
      "4018cf0c1e6d86bb398f8296b2366c809fca4146",
      "6a67d26c3a494d8735e8aa39f0db1a4ae5882c8a",
      "ab8dc4c407e592e8c1e7a457de437814932202a1",
      "6ae9b48c8f930dab1e7270bf4941b8117feb2cd7",
      "5723bd95797c3c528f0014b811eb330e4bf269a6",
      "53fd00dec66d06810bf9a73ef8619c4de2cc1e99",
      "0a1601cce2dbed8ad1dd2ac0c041d678290b6757",
      "74166c209ea2928e89401204c271703734f80f30",
      "993b15d9370459178537cda9d49632633718a2b6",
      "4fe34358719405df62f17b31449ab8356bd6e1b2",
      "ba7911a1e4df9f9a47e03123f4b7f557bc43648d"
    ],
    "target": "ac3eba09a111c09c3a6e4ce106520a3aaa1808b2",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "0fefd5bb5cf0550470a5b6c434f14215353d43e5",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "As part of [discussions around task runners](https://radicle.zulipchat.com/#narrow/channel/369277-heartwood/topic/Common.20Project.20Commands/with/574591485) for Radicle, [`just`](https://just.systems/) became a candidate over `make` and a few others due to its focus solely on task running and no build system.\n\nThis patch introduces `just` as a git hook task runner and manager. We previously managed hooks with the `flake.nix` which is great for nix users but not the wider community.\n\nFurther discussion was had around `pre-commit` as the `flake.nix` could be converted to a `pre-commit` config, however it was decided this would prevent non-nix users from \ncontributing to the git hooks system easily.\n\nIn this patch we introduce a `justfile` with commands for all previous git hook checks from `flake.nix`.\n\nWe also introduce a `git-hook-template.sh` which is a thin shim over the `just` commands for each hook: `pre-commit`, `post-checkout`, `pre-push`.\nThe shim checks a set of 'sensitive' files against `master` and if there are changes, warns the users and has them explicitly consent to running hook commands.\nThis should provide a safety barrier for smuggled git hook overrides in large patches that may cause arbitrary code execution on reviewers machines.",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "4018cf0c1e6d86bb398f8296b2366c809fca4146",
        "timestamp": 1775669871
      },
      {
        "id": "46c288d26f5b044bbfc1cfba68bc2473eb7bac44",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "090ef6028df73298a2306e774cec44e7282b166f",
        "timestamp": 1775671569
      },
      {
        "id": "3c472a836943d7d09252ce1881822ab0882dc2c2",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "92f2ba48441d09481339900ea5e1f3a91cc1a2d1",
        "timestamp": 1775733919
      },
      {
        "id": "f9cc5e42c9898a8077c51040f93471ba53a36261",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "REVIEW\n\nAdded review commits with a few improvements.\n\nAlso added `codespell` to the `flake.nix`.",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "bca4164ef95ebb0f248c2a0aadfcfd3390d4e211",
        "timestamp": 1776245287
      },
      {
        "id": "ee0071ee2a218ceee5673c2d0d8ffc3e68ce40d1",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "just: Use full argument names for codespell\n\n\njust: Expand shellcheck glob to all shell scripts\n\n\njust: Check for file before removing in install-hooks\n\nThe `rm` command would fail if the hook did not exist.\nFirst check for existence and then remove.\n\n\njust: Add minimum version to CONTRIBUTING and HACKING",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "bb8220af59c00916b7aed2133ec665da477acc34",
        "timestamp": 1776250442
      },
      {
        "id": "cda2789e6d07a78851291fde0feac8415665bca6",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Added confirmation via `bash`\n- Added back the change for `flake.nix`",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "188fa6a9303e214d5647996d8eff0bf59e58d8c5",
        "timestamp": 1776261523
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "861f49cc-f392-4113-8c11-c93a524f2c05"
  },
  "info_url": "https://cci.rad.levitte.org//861f49cc-f392-4113-8c11-c93a524f2c05.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/861f49cc-f392-4113-8c11-c93a524f2c05/w)

Started at: 2026-04-15 15:58:52.178130+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/861f49cc-f392-4113-8c11-c93a524f2c05/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"
}