CCI report: b2f6aeba-557f-4a53-b1e6-10a61f9ce855

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Improve Logging",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "02318f199c6f29a2eede1f282e1f9b99927d27ec",
    "after": "c28de89b6094256f384747c7d517a34358a5f609",
    "commits": [
      "c28de89b6094256f384747c7d517a34358a5f609",
      "73a7c1345f07d40618c5378944620cbe94c908cf",
      "d6018dd7950c6e94c5852fdbfc44beb4ea2f9267",
      "a9566983267eb4d189df967808db48393749d2bc",
      "5dc36db5597699da1d53c902e60897f8b7043293",
      "d20ea3669f41bc7501ba09fdf78738813f92b21a",
      "3fae9084933969cfe68cae7aa17063da201f2df8"
    ],
    "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b2f6aeba-557f-4a53-b1e6-10a61f9ce855"
  },
  "info_url": "https://cci.rad.levitte.org//b2f6aeba-557f-4a53-b1e6-10a61f9ce855.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b2f6aeba-557f-4a53-b1e6-10a61f9ce855/w)

Started at: 2026-01-19 16:29:30.823039+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b2f6aeba-557f-4a53-b1e6-10a61f9ce855/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"
}