CCI report: 3e1032cf-5e98-48bc-acf4-99193d66ae06

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": "bfc001610b31e1f83c43d377ca2e2aedf7ab7f7e",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle: Refactor COB Storage Access",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "8bac24d6ab961dec6308fdf64b31c41201e9e8d1",
    "after": "c2d5aee96496d802e12dceaf522dd4e54592155a",
    "commits": [
      "c2d5aee96496d802e12dceaf522dd4e54592155a"
    ],
    "target": "8bac24d6ab961dec6308fdf64b31c41201e9e8d1",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "bfc001610b31e1f83c43d377ca2e2aedf7ab7f7e",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Instead of passing the signer as an argument to many methods on `Store`,\nscope the `Store` itself to a signer.\n\nThis further allows to differentiate two different access modes on the\nstore in `radicle::cob::store::access`: `WriteAs` (which requires signer)\nand `ReadOnly` (which does not require a signer).\n\nThe caches for issues and patches in `radicle::cob::{issue,patch}::Cache`\nare concretised by removing the first type parameter, since it was\nspecific to issues and patches anyway. This was done in this commit as\nit touches very similar usage sites.\n\nMake `Device` less prominent, and instead lean more heavily towards\ntraits from the `signature` crate, such as `Keypair` and `Verifier`\nin addition to `Signer`. Trait bounds regarding `Signer` could be\nsimplified, but this is left for the future.\n\nIn `radicle-cli`, the function `term::cob::patches_mut`, which generates\nerrors with a hint is used instead of the lower-level `Profile::patches_mut`.\n\nCommands `rad issue cache` and `rad patch cache` now construct a\nwriteable cache on top of a read-only store.\n\nMany knock-on changes are handled as well, to arrive at a clean state.",
        "base": "8bac24d6ab961dec6308fdf64b31c41201e9e8d1",
        "oid": "c2d5aee96496d802e12dceaf522dd4e54592155a",
        "timestamp": 1774961755
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "3e1032cf-5e98-48bc-acf4-99193d66ae06"
  },
  "info_url": "https://cci.rad.levitte.org//3e1032cf-5e98-48bc-acf4-99193d66ae06.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/3e1032cf-5e98-48bc-acf4-99193d66ae06/w)

Started at: 2026-03-31 14:56:31.824442+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/3e1032cf-5e98-48bc-acf4-99193d66ae06/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"
}