CCI report: 78851fef-aa94-416c-8b79-598711ce90a7

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": "b3e40036c4cd9fba2994679eb395fb1a4f914d64",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "cli: optional message for issue comments",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "c33c26fa78bc80d8bdaf2919f5aed9f36afac0f1",
    "after": "eccfd6baf3a57448c3ed81569e71a01629efa280",
    "commits": [
      "eccfd6baf3a57448c3ed81569e71a01629efa280"
    ],
    "target": "c33c26fa78bc80d8bdaf2919f5aed9f36afac0f1",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b3e40036c4cd9fba2994679eb395fb1a4f914d64",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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
      },
      {
        "id": "b7e79c53deb2bffb1be8372cd24b915f37d1249d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "c33c26fa78bc80d8bdaf2919f5aed9f36afac0f1",
        "oid": "eccfd6baf3a57448c3ed81569e71a01629efa280",
        "timestamp": 1770317954
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "78851fef-aa94-416c-8b79-598711ce90a7"
  },
  "info_url": "https://cci.rad.levitte.org//78851fef-aa94-416c-8b79-598711ce90a7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/78851fef-aa94-416c-8b79-598711ce90a7/w)

Started at: 2026-02-05 19:59:20.823283+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/78851fef-aa94-416c-8b79-598711ce90a7/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"
}