CCI report: ac8a18e9-dd74-4b15-8012-afdffc9754e3

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:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "alias": "erikli"
    },
    "title": "cli/rad: issue list --output json",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f1c7c9860716e5db88f657c61d39d6081fb5645f",
    "after": "28da0f8809026f070fc719dcf7e8c9d2d9ba9392",
    "commits": [
      "28da0f8809026f070fc719dcf7e8c9d2d9ba9392"
    ],
    "target": "f1c7c9860716e5db88f657c61d39d6081fb5645f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "6e63c4b82080cbab1d644b2744b0443e0087fdcc",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "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
      },
      {
        "id": "fc84bb118f8f5e08cb8b90565d88f1f78f4c06a6",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "description": "- Rebase onto new `clap`-based implementation of `rad issue`\n- Remove intermediate type `IssueSummary`",
        "base": "f1c7c9860716e5db88f657c61d39d6081fb5645f",
        "oid": "28da0f8809026f070fc719dcf7e8c9d2d9ba9392",
        "timestamp": 1759161271
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "ac8a18e9-dd74-4b15-8012-afdffc9754e3"
  },
  "info_url": "https://cci.rad.levitte.org//ac8a18e9-dd74-4b15-8012-afdffc9754e3.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/ac8a18e9-dd74-4b15-8012-afdffc9754e3/w)

Started at: 2025-09-29 17:54:34.673844+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/ac8a18e9-dd74-4b15-8012-afdffc9754e3/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"
}