CCI report: 337dfdf3-721b-4412-874d-8106f0cb2a12

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": "fdf773da9739ee3527ca88a4088f817ea02eb24d",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle-core",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "af3f07627b05dac4a68b102e2908da23b061a631",
    "after": "0e8ecce342ade013a4fb406289972df1b4922826",
    "commits": [
      "0e8ecce342ade013a4fb406289972df1b4922826",
      "674a3b5b3f23e352a9458e117ff31d78feddbaf9",
      "cdd7b2a92f549569e73f5e40d42f775b99d49ac5",
      "4d1a9ac2f4faced78ab388e0b9855eabaf3b38f8"
    ],
    "target": "af3f07627b05dac4a68b102e2908da23b061a631",
    "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
      },
      {
        "id": "c3ef319d0a54b892e93c06cf211ee9a098403413",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Review",
        "base": "af3f07627b05dac4a68b102e2908da23b061a631",
        "oid": "52c346e0b9055f91ba43879f4c3683eaf5838803",
        "timestamp": 1767956800
      },
      {
        "id": "5250431b53b160a7a6af72422a525970bf839ea8",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Accept Review Changes",
        "base": "af3f07627b05dac4a68b102e2908da23b061a631",
        "oid": "0e8ecce342ade013a4fb406289972df1b4922826",
        "timestamp": 1767959482
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "337dfdf3-721b-4412-874d-8106f0cb2a12"
  },
  "info_url": "https://cci.rad.levitte.org//337dfdf3-721b-4412-874d-8106f0cb2a12.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/337dfdf3-721b-4412-874d-8106f0cb2a12/w)

Started at: 2026-01-09 12:51:25.372872+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/337dfdf3-721b-4412-874d-8106f0cb2a12/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"
}