CCI report: a3572a16-4e04-4a68-914f-6acadb042b32

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": "c2c0243ffc4eae7a21f7cf637b84b2ca5136068f",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle: fix schemars macro on FetchPackSizeLimit",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "4e429e4408293b6bbfb0909e07cd48181d5dc874",
    "after": "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b",
    "commits": [
      "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b"
    ],
    "target": "4e429e4408293b6bbfb0909e07cd48181d5dc874",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "c2c0243ffc4eae7a21f7cf637b84b2ca5136068f",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "While running `cargo-semver-checks`, there was an issue that was surfaced\nregarding `serde(into)`, `serde(try_from)` and `schemars(transparent)` being\nused, and they are incompatible.\n\nThis appeared to be a semver issue, on the side of `schemars`, since the issue\nwould only appear when adding `radicle` as a fresh dependency. The intuition for\nthis is that once `schemars` was updated locally, the same error appeared when\nattempting to build the `radicle` crate.\n\nTo avoid this, `schemars` provides a `!` operator for the macro[^0]:\n\n> You can also \u201cunset\u201d serde attributes by including them with a ! prefix in a\n> schemars attribute, which will make schemars ignore the corresponding serde\n> attribute item\n\n[^0]: https://docs.rs/schemars_derive/latest/schemars_derive/derive.JsonSchema.html#attributes",
        "base": "4e429e4408293b6bbfb0909e07cd48181d5dc874",
        "oid": "fe6a11d0db4e8547c0bbfeadd91f7563f5098f2b",
        "timestamp": 1752501790
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "a3572a16-4e04-4a68-914f-6acadb042b32"
  },
  "info_url": "https://cci.rad.levitte.org//a3572a16-4e04-4a68-914f-6acadb042b32.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/a3572a16-4e04-4a68-914f-6acadb042b32/w)

Started at: 2025-07-14 16:03:13.921772+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/a3572a16-4e04-4a68-914f-6acadb042b32/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps

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

  '

Run the script

Commands:

Send result

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