CCI report: aa33f77b-aed4-4689-a4cb-1c6d2920d60c

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": "7a36ff16126c47bed97d91e3bbfc5a167ea8ad90",
    "author": {
      "id": "did:key:z6MkgFWv1K9Lqvi5VHm4mtfDo5MvanWVNYU1gkvT9Rwr1Lu7",
      "alias": "Kuehle"
    },
    "title": "Adds index on cob cache for issues and patches",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "5ed1b8e5791a507b242ea596770359cc0895b219",
    "after": "0a49ff70ed67790c0d464966abba7cf20467f9c7",
    "commits": [
      "0a49ff70ed67790c0d464966abba7cf20467f9c7"
    ],
    "target": "990e22acffbef7200668169bab735decce556246",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "7a36ff16126c47bed97d91e3bbfc5a167ea8ad90",
        "author": {
          "id": "did:key:z6MkgFWv1K9Lqvi5VHm4mtfDo5MvanWVNYU1gkvT9Rwr1Lu7",
          "alias": "Kuehle"
        },
        "description": "Queries on the cob cache are usually filtering by repo id, which is costly\nwithout an index as it involves a full table scan.",
        "base": "5ed1b8e5791a507b242ea596770359cc0895b219",
        "oid": "0a49ff70ed67790c0d464966abba7cf20467f9c7",
        "timestamp": 1761285789
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "aa33f77b-aed4-4689-a4cb-1c6d2920d60c"
  },
  "info_url": "https://cci.rad.levitte.org//aa33f77b-aed4-4689-a4cb-1c6d2920d60c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/aa33f77b-aed4-4689-a4cb-1c6d2920d60c/w)

Started at: 2025-10-24 09:46:27.276868+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/aa33f77b-aed4-4689-a4cb-1c6d2920d60c/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"
}