CCI report: d5d14927-1c15-4b45-9d0a-f30352374ccc

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": "561a3569f5f958d17b1e506d7f1eb8d2f35e28bd",
    "author": {
      "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
      "alias": "2color"
    },
    "title": "logger: Respect config file log level",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "998f527bd4d971525137458adbb6e44efa4ad52c",
    "after": "5eae519b5464ec9ae664df96140d61d5fc426fc3",
    "commits": [
      "5eae519b5464ec9ae664df96140d61d5fc426fc3"
    ],
    "target": "998f527bd4d971525137458adbb6e44efa4ad52c",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "561a3569f5f958d17b1e506d7f1eb8d2f35e28bd",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "- Fixes a bug where the log level set in the config file was\n  ignored: `Logger` and `StderrLogger` captured the level in a\n  `self.level` field at construction time and checked it in\n  `Log::enabled`. After config was loaded, the global\n  `log::set_max_level` was updated but `self.level` was not,\n  so verbose messages were dropped by the per-instance filter\n  even when the global filter allowed them.\n- Make `log::set_max_level` the single source of truth: remove\n  the `level` field and have `Log::enabled` defer to\n  `log::max_level()` so the two filters can no longer drift.\n- Update call sites to construct loggers without a level.\n- Disable the structured logger's internal filter (set to\n  \"trace\") so `log::set_max_level` is the sole control point\n  there too.",
        "base": "998f527bd4d971525137458adbb6e44efa4ad52c",
        "oid": "5eae519b5464ec9ae664df96140d61d5fc426fc3",
        "timestamp": 1777972537
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "d5d14927-1c15-4b45-9d0a-f30352374ccc"
  },
  "info_url": "https://cci.rad.levitte.org//d5d14927-1c15-4b45-9d0a-f30352374ccc.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/d5d14927-1c15-4b45-9d0a-f30352374ccc/w)

Started at: 2026-05-05 11:15:54.393669+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/d5d14927-1c15-4b45-9d0a-f30352374ccc/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"
}