CCI report: e4518a56-252f-4c03-aec9-8d4de798e6bf

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": "2b670a8e593667c3ce872296382d1fe8561937bd",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle-protocol: A Sans I/O Implementation of the Network Protocol",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "af35e6f4d04735c33cc10777d6421a61555db754",
    "after": "5e47e09f965b517e62bb829b7c214cd68472e6f9",
    "commits": [
      "5e47e09f965b517e62bb829b7c214cd68472e6f9",
      "07430c7c0af24c80777449cfbd5d7630e6a01bc2",
      "b91655cfb17b43d3b682980d1a6a5001cd85eef1",
      "b1092af115fa5ac64309243cfc1401134a906f6c",
      "dfc3f93f16869fcfa600c59e2439cc03ad579436",
      "dbdcf2d7afd52455c0e911936c002d436db5f1b1"
    ],
    "target": "78ba263d0a946c4b90235d562b56ceb7badfc965",
    "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "e4518a56-252f-4c03-aec9-8d4de798e6bf"
  },
  "info_url": "https://cci.rad.levitte.org//e4518a56-252f-4c03-aec9-8d4de798e6bf.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/e4518a56-252f-4c03-aec9-8d4de798e6bf/w)

Started at: 2025-06-23 10:52:33.759811+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/e4518a56-252f-4c03-aec9-8d4de798e6bf/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"
}