CCI report: b2b8f63a-2f94-4973-9c6f-045a0bf65e93

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": "bc69c2c2c0b942166e7286576b50e05f80763076",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "cli/sync: migrate to clap",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "after": "b33dc3341634f3fcc549efc9707eda8590a8423c",
    "commits": [
      "b33dc3341634f3fcc549efc9707eda8590a8423c"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "bc69c2c2c0b942166e7286576b50e05f80763076",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Due to the idiosyncracies of this command there are a few things to note about\nthis migration.\n\nThe `rad sync` command acts as a default subcommand in itself, in that it has\noptions that do not apply to its subcommand, `rad sync status`. This means that\nthe options will print with `rad sync --help`, but they will not print with `rad\nsync status`.\n\nThe `--inventory` flag is not compatible with any of the other flags and\noptions, thus they are all marked with `conflicts_with`. This cannot be done for\na positional argument, so `clap` will \"helpfully\" print out the usage, for\nexample, as:\n\n    error: the argument '--inventory' cannot be used with '--fetch'\n\n    Usage: rad sync --inventory [RID]\n\n    For more information, try '--help'.\n\nWhich is incorrect, since `RID` is ignored. This is explained in the `--help`\ndocumentation for `--inventory`.",
        "base": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
        "oid": "b33dc3341634f3fcc549efc9707eda8590a8423c",
        "timestamp": 1761049917
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b2b8f63a-2f94-4973-9c6f-045a0bf65e93"
  },
  "info_url": "https://cci.rad.levitte.org//b2b8f63a-2f94-4973-9c6f-045a0bf65e93.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b2b8f63a-2f94-4973-9c6f-045a0bf65e93/w)

Started at: 2025-10-21 17:50:06.958686+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b2b8f63a-2f94-4973-9c6f-045a0bf65e93/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

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

  '

Run the script

Commands:

Send result

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