CCI report: 56529500-914a-4b88-8151-0d408a3813ed

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": "de37b3432cc3d0476ada16a4f2158235e30dfef5",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Improve Logging",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "d860ec15b3496f0e5870266a051e4de4629d7cdd",
    "after": "6d1abd283349676835c2f4975ab05d15637eae62",
    "commits": [
      "6d1abd283349676835c2f4975ab05d15637eae62",
      "b020543c4b5ba30567a710337a2602c75711310e",
      "ee1f55420aab36b786848854bb9bf3b1d2070e6a",
      "eeadffa636b2fe9b0319afff493d5273426ad8a5",
      "958422a7c4898e1edb9a514e84eaa2d5664ef36f",
      "95b3d10961dd5db11396d548df11e91507632ffc",
      "9236277abf85f51322d59f4a9e13a228edcf7157",
      "e3cb36d95008543d3a5bf95259c0d382e585add9"
    ],
    "target": "d860ec15b3496f0e5870266a051e4de4629d7cdd",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "de37b3432cc3d0476ada16a4f2158235e30dfef5",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "This patch evaluates the `radicle-node` family of crates that emit\nlogs.\n\nThey are each evaluated for their use of `warn!` and `error!` and whether\nthese can be downgraded to a lower log level.\n\nThis will make the logs of the running `radicle-node` less busy and\nwork towards surfacing only interesting information.",
        "base": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
        "oid": "c28de89b6094256f384747c7d517a34358a5f609",
        "timestamp": 1768836565
      },
      {
        "id": "97e4d3e7705101fddf50708d2c76ce3f331b0d1d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Changes:\n- Remove `target: \"fetch\"` from `radicle-fetch` logs\n- Reword `\"Error\"` messages to use `\"Failed to\"` instead\n- Reword lack of signal handling for Windows\n- Relocate `radicle-fetch` change into its proper commit",
        "base": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
        "oid": "3bf19ef70ca96e0d017b4dc6260ec6d37a339b2f",
        "timestamp": 1768840820
      },
      {
        "id": "3f796e232af2bf4d681d16a7ce7a15eeb49db911",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Small fixes, rebase.",
        "base": "d860ec15b3496f0e5870266a051e4de4629d7cdd",
        "oid": "6d1abd283349676835c2f4975ab05d15637eae62",
        "timestamp": 1768842089
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "56529500-914a-4b88-8151-0d408a3813ed"
  },
  "info_url": "https://cci.rad.levitte.org//56529500-914a-4b88-8151-0d408a3813ed.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/56529500-914a-4b88-8151-0d408a3813ed/w)

Started at: 2026-01-19 18:01:42.246959+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/56529500-914a-4b88-8151-0d408a3813ed/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"
}