CCI report: 7bedfef0-bcb3-4be3-9fd2-a266465c8d83

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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "just: Introduce task manager for git hooks",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
    "after": "d25fd5fd673d9bb90647af3eafb08e08b25dacd1",
    "commits": [
      "d25fd5fd673d9bb90647af3eafb08e08b25dacd1",
      "b75a4271f4c8bd5e93aa28df8ffc417179272b7d",
      "8cca187d909475258e88b22bc911d298c3c89760",
      "3c7e9fc29a7557b6db0c2cf0ec794d19f97a35bb",
      "090de1b7dbc9966c257b68f5950e950d01df60e2",
      "86bc1d6cf7dc15fc520e56e02c78e2f5fe934e6a",
      "1169190037387e96e597b97a3e5c90c3e65242f5",
      "07fd9d3442d78521d7ebbd69c13b7ccb126c4419",
      "fe5d7e97a92f3832627d745cb018a3b5b0db5aed",
      "234fe66f0a9a04bca22f66d61fc9fe9ec5a713f6",
      "371e66353ff7a7779a9dc7cb2587e617b520a6fb",
      "a45567c3f0f068b34d7347bffaf425c834de98c2",
      "de76e347700ed2e55fc806e5bb0d6e7afb54fc44",
      "44adb953237fc9b2377a28b886c5acfa8eb847d7",
      "4999b763e687e466b1d30a049e1af80250728376",
      "240e6c55b667c127cc293ca9d81eba1fbc98fa6c",
      "98d5f540af5c536995581983935c3b67bb93a644",
      "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "090ef6028df73298a2306e774cec44e7282b166f",
        "timestamp": 1775671569
      },
      {
        "id": "3c472a836943d7d09252ce1881822ab0882dc2c2",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "92f2ba48441d09481339900ea5e1f3a91cc1a2d1",
        "timestamp": 1775733919
      },
      {
        "id": "f9cc5e42c9898a8077c51040f93471ba53a36261",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Changes:\n- Added confirmation via `bash`\n- Added back the change for `flake.nix`",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "188fa6a9303e214d5647996d8eff0bf59e58d8c5",
        "timestamp": 1776261523
      },
      {
        "id": "29069f7d07f44657a9d6a7a64c7bbddf72b781f8",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "just: Use bash to perform install-hook confirmation\n\nThe `[confirm()]` tag had issues on linux with string interpolation,\nswitches to using a bash based read for confirmation.\n\n\nflake: Add codespell\n\nNix users may not have `codespell` installed globally.\nIntroduce it in the `devShell` so they have it locally in `heartwood`.",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "240e6c55b667c127cc293ca9d81eba1fbc98fa6c",
        "timestamp": 1776270744
      },
      {
        "id": "a9cb2891adb0a208e31ecc129c453bd72965fd7e",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "d25fd5fd673d9bb90647af3eafb08e08b25dacd1",
        "timestamp": 1776280168
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "7bedfef0-bcb3-4be3-9fd2-a266465c8d83"
  },
  "info_url": "https://cci.rad.levitte.org//7bedfef0-bcb3-4be3-9fd2-a266465c8d83.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/7bedfef0-bcb3-4be3-9fd2-a266465c8d83/w)

Started at: 2026-04-15 21:10:01.258113+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/7bedfef0-bcb3-4be3-9fd2-a266465c8d83/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"
}