CCI report: 8694f206-c395-42e9-b40a-e7087ca0c094

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": "82466760713048029678b05a4b45ec47a09e8555",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node: Remove unnecessary re-exports and clean up `use`s",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f45a96f0e908971d2b0a132a873d2a5bd6875e19",
    "after": "3658ece34f12812dfaa27cbf754589ed2bdbf403",
    "commits": [
      "3658ece34f12812dfaa27cbf754589ed2bdbf403",
      "8efbf06f7811a0ecc2b50e342b80e7899b5714f6",
      "9eeecacf28fd66062236e37ebad76294843b3a69"
    ],
    "target": "f45a96f0e908971d2b0a132a873d2a5bd6875e19",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "82466760713048029678b05a4b45ec47a09e8555",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "## node: 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.\n\n## node/test: Clean up\n\nAdjusting visibility and conditional compilation for the modules in\n`radicle_node::test` allows some dead code elimination.",
        "base": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
        "oid": "7dd09750cc8bea8fc5ce4bb4e409d4214b904a06",
        "timestamp": 1784293765
      },
      {
        "id": "6c7c1d6b0d47463edf93cbdc997c5d960bc7297c",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "node/test: Clean up\n\nAdjusting visibility and conditional compilation for the modules in\n`radicle_node::test` allows some dead code elimination.",
        "base": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
        "oid": "2ddda3841ca2a661046d3b5147db1a249a5b2a32",
        "timestamp": 1784300133
      },
      {
        "id": "a33b3a4da1b71ff7b1945a971c876ae18be9a063",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "f45a96f0e908971d2b0a132a873d2a5bd6875e19",
        "oid": "3658ece34f12812dfaa27cbf754589ed2bdbf403",
        "timestamp": 1784630140
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "8694f206-c395-42e9-b40a-e7087ca0c094"
  },
  "info_url": "https://cci.rad.levitte.org//8694f206-c395-42e9-b40a-e7087ca0c094.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/8694f206-c395-42e9-b40a-e7087ca0c094/w)

Started at: 2026-07-21 12:37:06.984067+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/8694f206-c395-42e9-b40a-e7087ca0c094/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"
}