CCI report: fee56d5f-176c-4884-b054-a020b16eecc7

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": "aa024a6a134e7ce62f831128a0463236df528b62",
    "author": {
      "id": "did:key:z6Mkm3WRe6sWjS3co9amcJtipZKesg7YmWHj77LzpyEE9jjY",
      "alias": "johannes"
    },
    "title": "radicle: fix build when schemars feature is not enabled",
    "state": {
      "status": "merged",
      "conflicts": []
    },
    "before": "1a67ac18f36045fcdef1caf11204df93d60b4c1a",
    "after": "059c80458897e5c678611e22ed34b9531faeeda8",
    "commits": [
      "059c80458897e5c678611e22ed34b9531faeeda8"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "aa024a6a134e7ce62f831128a0463236df528b62",
        "author": {
          "id": "did:key:z6Mkm3WRe6sWjS3co9amcJtipZKesg7YmWHj77LzpyEE9jjY",
          "alias": "johannes"
        },
        "description": "Commit b608a788 (cli: `rad config schema` emits JSON Schema, 2025-04-28)\nadded a feature flag that enables the \"schemars\" optional dependency.\n\nCrate radicle-node doesn't use this feature.\nCrate radicle fails to compile when the feature is disabled.\nThis is reproducible with \"flake check\".\nFix it. \n\nNote that a \"cargo build\" of the entire workspace doesn't fail, because the\nfeature is enabled due to \"unification\", since \"radicle-cli\" does use this\nfeature.  From https://doc.rust-lang.org/cargo/reference/resolver.html#features:\n\n> When building multiple packages in a workspace (such as with --workspace\n> or multiple -p flags), the features [of the dependencies] of all of those\n> packages are unified. If you have a circumstance where you want to avoid\n> that unification for different workspace members, you will need to build\n> them via separate cargo invocations.",
        "base": "1a67ac18f36045fcdef1caf11204df93d60b4c1a",
        "oid": "059c80458897e5c678611e22ed34b9531faeeda8",
        "timestamp": 1748119476
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "fee56d5f-176c-4884-b054-a020b16eecc7"
  },
  "info_url": "https://cci.rad.levitte.org//fee56d5f-176c-4884-b054-a020b16eecc7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/fee56d5f-176c-4884-b054-a020b16eecc7/w)

Started at: 2025-10-21 19:13:06.981499+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/fee56d5f-176c-4884-b054-a020b16eecc7/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": "success"
}