CCI report: 44c7d067-b5b4-487b-8ab4-9aeee7ab236c

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": "de37b3432cc3d0476ada16a4f2158235e30dfef5",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Improve Logging",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "after": "3bf19ef70ca96e0d017b4dc6260ec6d37a339b2f",
    "commits": [
      "3bf19ef70ca96e0d017b4dc6260ec6d37a339b2f",
      "847fa75f7fda04dbb920b8545da7c3332397970f",
      "83a074ae8cddef668405bc33d564a29c45326891",
      "91f6ee6a8da8da71c32a5db49c7f7cedfb596f51",
      "8f2cf651acce2d1ac6f3638236f2d13c448d8112",
      "6e1cf7caa114a6ce49622b5a8c404450310ccfa1",
      "c5c4d1205c41e1c9a0d6c2cbf85efaa03d1aea4d",
      "bd2ab5b37cb422c0783a1a527655bc73d5bfd4a3"
    ],
    "target": "d860ec15b3496f0e5870266a051e4de4629d7cdd",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "de37b3432cc3d0476ada16a4f2158235e30dfef5",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "44c7d067-b5b4-487b-8ab4-9aeee7ab236c"
  },
  "info_url": "https://cci.rad.levitte.org//44c7d067-b5b4-487b-8ab4-9aeee7ab236c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/44c7d067-b5b4-487b-8ab4-9aeee7ab236c/w)

Started at: 2026-01-19 17:40:23.732284+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/44c7d067-b5b4-487b-8ab4-9aeee7ab236c/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"
}