CCI report: 54ff6793-90d4-4f20-b6de-8de87e81a18e

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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "b3e40036c4cd9fba2994679eb395fb1a4f914d64",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "cli: optional message for issue comments",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "15adb161357262f9287d1b90fffda55f6c2611c0",
    "after": "fed0ceeded820b5f7fcda1d9a2dc1918e45a2b62",
    "commits": [
      "fed0ceeded820b5f7fcda1d9a2dc1918e45a2b62"
    ],
    "target": "15adb161357262f9287d1b90fffda55f6c2611c0",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b3e40036c4cd9fba2994679eb395fb1a4f914d64",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The `From<String> for Message` implementation has an interesting\ninteraction between `clap` and how `Message` can be used from the\ncommand line.\n\nNote that `FromStr` is not implemented for `Message` \u2013 which usually\nwhat is to be expected for use with `clap`, but in fact, `clap` also\nallows `From<String>`.\n\nThis would make `Message` be a required option when using `rad issue comment`.\n\nIt is not possible to use `default_value_t` because that required an\nimplementation of `Display`, which in this case we do not want to\nimplement. Trying to use `default_value = \"Message::Edit\"` also would\nnot work \u2013 it uses that as the text.\n\nSo, the solution is to mark it as optional, and default to\n`Message::Edit` when it is not specified.",
        "base": "15adb161357262f9287d1b90fffda55f6c2611c0",
        "oid": "fed0ceeded820b5f7fcda1d9a2dc1918e45a2b62",
        "timestamp": 1770109675
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "54ff6793-90d4-4f20-b6de-8de87e81a18e"
  },
  "info_url": "https://cci.rad.levitte.org//54ff6793-90d4-4f20-b6de-8de87e81a18e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/54ff6793-90d4-4f20-b6de-8de87e81a18e/w)

Started at: 2026-02-03 10:10:55.995920+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/54ff6793-90d4-4f20-b6de-8de87e81a18e/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"
}