CCI report: 6c7c16ed-3b50-4f67-b26e-18cc381a830a

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": "1be8f77d81e8026a4473d51e3f51ce71bf1a2892",
    "author": {
      "id": "did:key:z6Mkt1hepbfGCyJwQSjFYGR2Uv8inGWLyuU8bL6rmmgUaXZP",
      "alias": "wogan"
    },
    "title": "Add bash completion for CLI",
    "state": {
      "status": "archived",
      "conflicts": []
    },
    "before": "484cf0220cca07cea1863d0e20d44827683da901",
    "after": "dca5aea1318ab511082a52d8853040cb412b218f",
    "commits": [
      "dca5aea1318ab511082a52d8853040cb412b218f"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "1be8f77d81e8026a4473d51e3f51ce71bf1a2892",
        "author": {
          "id": "did:key:z6Mkt1hepbfGCyJwQSjFYGR2Uv8inGWLyuU8bL6rmmgUaXZP",
          "alias": "wogan"
        },
        "description": "This PR uses completly[1] to generate the bash\ncompletion file for `rad`. The finished file (completly.bash)\ncan be placed in the usual directories or be sourced directly\nto enable bash completion for `rad`.\n\n[1]: https://github.com/DannyBen/completely\n\nSigned-off-by: Florian Brandes <florian.brandes@posteo.de>",
        "base": "484cf0220cca07cea1863d0e20d44827683da901",
        "oid": "dca5aea1318ab511082a52d8853040cb412b218f",
        "timestamp": 1718898559
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "6c7c16ed-3b50-4f67-b26e-18cc381a830a"
  },
  "info_url": "https://cci.rad.levitte.org//6c7c16ed-3b50-4f67-b26e-18cc381a830a.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/6c7c16ed-3b50-4f67-b26e-18cc381a830a/w)

Started at: 2025-10-21 20:19:04.192926+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/6c7c16ed-3b50-4f67-b26e-18cc381a830a/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny clippy::all

  cargo build --all-targets --workspace

  cargo doc --workspace

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

  '

Run the script

Commands:

Send result

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