CCI report: 31c980c3-530c-4786-929f-e32363e80022

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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle-core",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "af3f07627b05dac4a68b102e2908da23b061a631",
    "after": "52c346e0b9055f91ba43879f4c3683eaf5838803",
    "commits": [
      "52c346e0b9055f91ba43879f4c3683eaf5838803",
      "5f8f19e3321c832d62eb8b02c54318233002b47e",
      "9bb35e6a52d150bfa9a15e59b9bb8abfc76ae39d",
      "5c859bb84f60f1c7a8c31315787b0eb46f18f92a",
      "210fd83fc646f7b17a5b5d747ab046e811116299",
      "64b4c5a2f43a1dbd779c5b6bf750d2ef33cc9b29",
      "27cc82060e4e4c6c54d5bf5aa7b645cf049e763f",
      "7ab0e49141b5232bd0a9ce719d6f560be722f80c",
      "c4a764daba746f9e82ab861ffb7c4ce57332ce2c"
    ],
    "target": "af3f07627b05dac4a68b102e2908da23b061a631",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "fdf773da9739ee3527ca88a4088f817ea02eb24d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "af3f07627b05dac4a68b102e2908da23b061a631",
        "oid": "52c346e0b9055f91ba43879f4c3683eaf5838803",
        "timestamp": 1767956800
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "31c980c3-530c-4786-929f-e32363e80022"
  },
  "info_url": "https://cci.rad.levitte.org//31c980c3-530c-4786-929f-e32363e80022.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/31c980c3-530c-4786-929f-e32363e80022/w)

Started at: 2026-01-09 12:07:02.558971+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/31c980c3-530c-4786-929f-e32363e80022/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"
}