CCI report: 11fabbb9-0433-432a-8a2c-c7c074fea36b

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": "82466760713048029678b05a4b45ec47a09e8555",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node: Remove unnecessary re-exports and clean up `use`s",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
    "after": "7dd09750cc8bea8fc5ce4bb4e409d4214b904a06",
    "commits": [
      "7dd09750cc8bea8fc5ce4bb4e409d4214b904a06",
      "023ac60c6bd07e139952d0dfbd3e2e2952120727"
    ],
    "target": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "82466760713048029678b05a4b45ec47a09e8555",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "## Remove re-export `\u2026::node::PROTOCOL_VERSION`\n\nIt appears that `radicle_node::PROTOCOL_VERSION` (which is a re-export\nof `radicle::node::PROTOCOL_VERSION` is the only symbol exported from\n`radicle-node` that is used in `radicle-cli` (except tests).\n\nSince `radicle-cli` depends on `radicle` anyway, it is questionable how\nmuch sense that re-export and use from a binary crate (!) makes.\n\nRemove the re-export.\n\n## node: Clean up `use`s\n\nThe re-exports from other crates got quite confusing.\n\nRemove all `pub use` from `radicle-node`, and rewrite all `use`s\naccordingly.\n\nThe result is a slight increase in the number of `use` lines, but with\nimproved clarity on which type is actually imported.",
        "base": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
        "oid": "7dd09750cc8bea8fc5ce4bb4e409d4214b904a06",
        "timestamp": 1784293765
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "11fabbb9-0433-432a-8a2c-c7c074fea36b"
  },
  "info_url": "https://cci.rad.levitte.org//11fabbb9-0433-432a-8a2c-c7c074fea36b.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/11fabbb9-0433-432a-8a2c-c7c074fea36b/w)

Started at: 2026-07-17 15:10:20.722813+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/11fabbb9-0433-432a-8a2c-c7c074fea36b/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": "success"
}