CCI report: caf0bb07-debd-4791-b442-f1028fcd9ba0

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": "2b670a8e593667c3ce872296382d1fe8561937bd",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle-protocol: A Sans I/O Implementation of the Network Protocol",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "fb8681f5bc5460a7970f023d61b272d0a1474711",
    "after": "bbe7b1f9e4b29eff0e7e439480100bfd40e51980",
    "commits": [
      "bbe7b1f9e4b29eff0e7e439480100bfd40e51980",
      "12de65f8ce1b3015650d662236b6b6c281e07d6f",
      "45cbe5cf0e5579372e2d40642afb007e245eff1e",
      "6aecac5744b076cb2f06987281f42b907a6d4a69"
    ],
    "target": "fb8681f5bc5460a7970f023d61b272d0a1474711",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2b670a8e593667c3ce872296382d1fe8561937bd",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "As of 2025-06 this is just an early draft.\n\nThe `radicle-protocol` was initialized by moving files out of `radicle-node`, and adjusting `use`s.\n\n`radicle-node` and `radicle-protocol` use `radicle::node::Link` instead of `netservices::LinkDirection`, to remove the dependency on `netservices` for `radicle-protocol`. To allow a \"drop-in\", a few backward compatible extensions were added to `radicle::node::Link`.\n\nThe encoding and decoding layer of `radicle-node` was refactored to use `bytes` without `std::io::Error` instead of `byteorder` and `std::io:Error`.\nThe dependency on `byteorder` was not completely removed from the Cargo workspace, as other crates use it in other ways.",
        "base": "af35e6f4d04735c33cc10777d6421a61555db754",
        "oid": "5e47e09f965b517e62bb829b7c214cd68472e6f9",
        "timestamp": 1750668729
      },
      {
        "id": "1b90b11f2b1233540d8f51860344356f7c8f72af",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "fb8681f5bc5460a7970f023d61b272d0a1474711",
        "oid": "bbe7b1f9e4b29eff0e7e439480100bfd40e51980",
        "timestamp": 1752681881
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "caf0bb07-debd-4791-b442-f1028fcd9ba0"
  },
  "info_url": "https://cci.rad.levitte.org//caf0bb07-debd-4791-b442-f1028fcd9ba0.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/caf0bb07-debd-4791-b442-f1028fcd9ba0/w)

Started at: 2025-07-16 18:04:58.891936+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/caf0bb07-debd-4791-b442-f1028fcd9ba0/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}