CCI report: 8a3210a9-7944-423a-b935-7d3ea79817ff

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": "ddfd6ab455d5b946a583be77e5c12f7f96fb7f47",
    "author": {
      "id": "did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx",
      "alias": "rudolfs"
    },
    "title": "cob: Add timestamp-ordered paginated issue/patch listing",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "f897cbbf2f7bc5453921f60a2a130d6e46bc3aa8",
    "after": "a08b7f4e9685348dacbfa2919d14f0525b828748",
    "commits": [
      "a08b7f4e9685348dacbfa2919d14f0525b828748"
    ],
    "target": "71a91042d96bb994c4cd4311d85f5cd1a6311b4e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "ddfd6ab455d5b946a583be77e5c12f7f96fb7f47",
        "author": {
          "id": "did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx",
          "alias": "rudolfs"
        },
        "description": "Listing issues or patches for display means ordering them by creation\ntime and showing one page. The Issues/Patches cache only offered\nunordered `list`/`list_by_status`, forcing callers to load every\nobject, deserialize it, and sort in memory just to show ten rows.\n\nAdd `list_by_timestamp(status, offset, limit)` to both traits. The\nSQLite-backed stores override it to order by the creation timestamp\n(the root comment for issues, the first revision for patches, matching\nIssue::timestamp/Patch::timestamp) and apply LIMIT/OFFSET, so objects\noutside the page are never materialized. A default implementation\nkeeps the in-memory behaviour for non-SQL backends.",
        "base": "f897cbbf2f7bc5453921f60a2a130d6e46bc3aa8",
        "oid": "edf7c732a9db970b80de952ed2a1918c267e4776",
        "timestamp": 1784209284
      },
      {
        "id": "1c80d743be0de64d061a723f291ee933105c4bd2",
        "author": {
          "id": "did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx",
          "alias": "rudolfs"
        },
        "description": "Cursor based aproach POC",
        "base": "f897cbbf2f7bc5453921f60a2a130d6e46bc3aa8",
        "oid": "a08b7f4e9685348dacbfa2919d14f0525b828748",
        "timestamp": 1784216695
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "8a3210a9-7944-423a-b935-7d3ea79817ff"
  },
  "info_url": "https://cci.rad.levitte.org//8a3210a9-7944-423a-b935-7d3ea79817ff.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/8a3210a9-7944-423a-b935-7d3ea79817ff/w)

Started at: 2026-07-27 19:08:44.650089+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/8a3210a9-7944-423a-b935-7d3ea79817ff/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"
}