CCI report: 56d57f64-11f7-434e-ad1e-3c5ee8fb841e

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": "d7265cb2925ce1d0b66a51f64fc1e484c1d1694e",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "chore: update deny.toml to current deny version",
    "state": {
      "status": "merged",
      "conflicts": []
    },
    "before": "29e681210b1e568770ed6fc4d5ee11e7d346b5c4",
    "after": "a04381f4e5fdff04a2f9bfa15a16d2addbcbe8a7",
    "commits": [
      "a04381f4e5fdff04a2f9bfa15a16d2addbcbe8a7"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "d7265cb2925ce1d0b66a51f64fc1e484c1d1694e",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "\"cargo deny\" changed their configuration file in a release made in\nFebruary. While the heartwood deny.toml still works, it triggers a\nbunch of deprecation warnings now. Change deny.toml to follow\nthe new defaults and locations for configuration fields so that no\nwarnings about that are triggered.\n\nAdd the \"MPL-2.0\" license to list of allowed licenses. It was\npreviously allowed by virtue of being an OSI license, but that setting\nhas been deprecated.\n\nThis still leaves many actual errors and warnings in the code base,\nsuch as duplicate versions of the same dependency, or licenses that\nare not explicitly allowed, and one security advisory.\n\nSigned-off-by: Lars Wirzenius <liw@liw.fi>",
        "base": "29e681210b1e568770ed6fc4d5ee11e7d346b5c4",
        "oid": "33db894c56f9c20ba99c9ac0b0eddf28913e6c04",
        "timestamp": 1721647196
      },
      {
        "id": "b37da1a3ddd7411bf9e5ec339ca0d8e0c782e529",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "Fix syntax error",
        "base": "29e681210b1e568770ed6fc4d5ee11e7d346b5c4",
        "oid": "a04381f4e5fdff04a2f9bfa15a16d2addbcbe8a7",
        "timestamp": 1721648403
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "56d57f64-11f7-434e-ad1e-3c5ee8fb841e"
  },
  "info_url": "https://cci.rad.levitte.org//56d57f64-11f7-434e-ad1e-3c5ee8fb841e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/56d57f64-11f7-434e-ad1e-3c5ee8fb841e/w)

Started at: 2025-10-21 17:26:52.174533+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/56d57f64-11f7-434e-ad1e-3c5ee8fb841e/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny clippy::all

  cargo build --all-targets --workspace

  cargo doc --workspace

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}