CCI report: 9bc17919-46e6-4817-8816-f37aa61ccd84

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": "fdf773da9739ee3527ca88a4088f817ea02eb24d",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle-core",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "cf023f750dee2681eb73e4e0704da137ea2195ef",
    "after": "6ece60cf6fb6729c84b5234b729152e7e39a5451",
    "commits": [
      "6ece60cf6fb6729c84b5234b729152e7e39a5451",
      "f816d7b2a2e2e7ff87bf7c1bdd7da8af61dc9c29",
      "e09cdb8f6703cda044c50b45d35c9df29f82216f",
      "ff3a801858cafd8f678888d97d4ce9ff2ab4ed19"
    ],
    "target": "cf023f750dee2681eb73e4e0704da137ea2195ef",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "fdf773da9739ee3527ca88a4088f817ea02eb24d",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The main goal of this patch is to define core Radicle types so that\ncrates do not have to use `radicle` as the main dependency, when all\nthey need are a few core types.\n\nThis will eventually result in smaller crates that are scoped to\nwell-defined concepts, eventually resulting in untangling the\n`radicle` crate, so that it simply re-exports all the smaller crates.\n\nThe first two types in this crate are `RepoId` and `NodeId`, since\nthey are ubuiquitous to all other functionality.",
        "base": "cf023f750dee2681eb73e4e0704da137ea2195ef",
        "oid": "6ece60cf6fb6729c84b5234b729152e7e39a5451",
        "timestamp": 1767085901
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "9bc17919-46e6-4817-8816-f37aa61ccd84"
  },
  "info_url": "https://cci.rad.levitte.org//9bc17919-46e6-4817-8816-f37aa61ccd84.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/9bc17919-46e6-4817-8816-f37aa61ccd84/w)

Started at: 2025-12-30 10:11:47.207252+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/9bc17919-46e6-4817-8816-f37aa61ccd84/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"
}