CCI report: c5fe4485-74d7-497b-a33e-a94a44d3fd69

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": "6e63c4b82080cbab1d644b2744b0443e0087fdcc",
    "author": {
      "id": "did:key:z6MkuCCEhu83W87Nnu2EEdBT4brhzR2fmiGGJRUYKhCESEyW",
      "alias": "will"
    },
    "title": "cli/rad: issue list --output json",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f00d1d67432882bef11fc940601f071efe55c88d",
    "after": "8e96900267cb3d5c1e0d63a6f2f669afcccaeb8a",
    "commits": [
      "8e96900267cb3d5c1e0d63a6f2f669afcccaeb8a"
    ],
    "target": "f00d1d67432882bef11fc940601f071efe55c88d",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "6e63c4b82080cbab1d644b2744b0443e0087fdcc",
        "author": {
          "id": "did:key:z6MkuCCEhu83W87Nnu2EEdBT4brhzR2fmiGGJRUYKhCESEyW",
          "alias": "will"
        },
        "description": "json output added to put customized output into the users' control.\n\nIssue: 2e51b37\nTopic: https://radicle.zulipchat.com/#narrow/channel/369873-Support/topic/.60rad.20issue.20list.60.20as.20tsv.20or.20json.3F/with/538037563\n\nRefactored `list` command to collect new `IssueSummary` struct via `map`.\n\nMove table printing into dedicated function.\nDispatched on new `output` format option (`OutputFormat`).\nCurrently, options are 'table' or new 'json' via `serde_json`.\n\nAn alternative to this code might be using `cache.db` with sqlite3.\nBut getting author and assignee aliases from DID isn't easy (?)\n\n```\nsqlite3 $(rad self --home)/cobs/cache.db \"\n  select json_group_array(json_insert(json_extract(issue,'$'),'$.id',id))\n   from issues\n  where repo = '$(rad .)'\"|\n jq '.[] |\n  [.id, .state.status,\n    ([(.thread.comments[]|[(.edits[0].timestamp/1000|todate),.author])]|sort[0]),\n   .title]|\n  flatten(1) | @tsv' -r\n ```",
        "base": "f00d1d67432882bef11fc940601f071efe55c88d",
        "oid": "8e96900267cb3d5c1e0d63a6f2f669afcccaeb8a",
        "timestamp": 1757213064
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "c5fe4485-74d7-497b-a33e-a94a44d3fd69"
  },
  "info_url": "https://cci.rad.levitte.org//c5fe4485-74d7-497b-a33e-a94a44d3fd69.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/c5fe4485-74d7-497b-a33e-a94a44d3fd69/w)

Started at: 2025-09-07 04:44:32.356668+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/c5fe4485-74d7-497b-a33e-a94a44d3fd69/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": "failure"
}