CCI report: de5f8bcb-64eb-4726-89ff-905465ba8663

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": "561a3569f5f958d17b1e506d7f1eb8d2f35e28bd",
    "author": {
      "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
      "alias": "2color"
    },
    "title": "logger: Respect config file log level",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "998f527bd4d971525137458adbb6e44efa4ad52c",
    "after": "672fa8950b5385b0a28efe80c1185d8429dcdd0e",
    "commits": [
      "672fa8950b5385b0a28efe80c1185d8429dcdd0e",
      "5c69b7594c71ed5c65e72faa6d21b9c5cdeb81a4"
    ],
    "target": "080790d84eb64504406e8f4d309e9049bdfa89ad",
    "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
      },
      {
        "id": "1864eef2367f8b651f662455d2b40d688807cd01",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "Move logging-related module `radicle::logging` into its own crate.",
        "base": "998f527bd4d971525137458adbb6e44efa4ad52c",
        "oid": "59cb65a763f05c2e7563ff97d6ffdb6d7b0b3872",
        "timestamp": 1777988952
      },
      {
        "id": "7b5540470254b65c677e650f0d3393fbb8351e14",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "Amend commit msg",
        "base": "998f527bd4d971525137458adbb6e44efa4ad52c",
        "oid": "94e577cf034b238697c4e11a5bcc156e79207f9c",
        "timestamp": 1777989526
      },
      {
        "id": "f976688cb992f0864e74c59891173b310ca59b06",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "Refine comment",
        "base": "998f527bd4d971525137458adbb6e44efa4ad52c",
        "oid": "672fa8950b5385b0a28efe80c1185d8429dcdd0e",
        "timestamp": 1778074015
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "de5f8bcb-64eb-4726-89ff-905465ba8663"
  },
  "info_url": "https://cci.rad.levitte.org//de5f8bcb-64eb-4726-89ff-905465ba8663.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/de5f8bcb-64eb-4726-89ff-905465ba8663/w)

Started at: 2026-05-06 15:27:05.078041+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/de5f8bcb-64eb-4726-89ff-905465ba8663/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"
}