CCI report: a4ef340b-2a9b-4b83-82f4-6e13eb2183ad

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": "2a8bc7e81da1f2b2b4ce885371bd2e6272d860be",
    "author": {
      "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
      "alias": "sebastinez"
    },
    "title": "debian: add missing env variables to debian build",
    "state": {
      "status": "merged",
      "conflicts": []
    },
    "before": "deb823f3b3bd6ab3eec2652fdf18932e3f160c63",
    "after": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
    "commits": [
      "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2a8bc7e81da1f2b2b4ce885371bd2e6272d860be",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "During the build of heartwood there are a few environment variables in\nparticular `GIT_HEAD` and `RADICLE_VERSION` that are added during build\nto be part of the final binary.\n\nThis wasn't the case so far with the debian packages, this patch exports\nthe needed vars for `override_dh_auto_build` so commands like `rad\n--version` display the values.",
        "base": "deb823f3b3bd6ab3eec2652fdf18932e3f160c63",
        "oid": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
        "timestamp": 1750852010
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "a4ef340b-2a9b-4b83-82f4-6e13eb2183ad"
  },
  "info_url": "https://cci.rad.levitte.org//a4ef340b-2a9b-4b83-82f4-6e13eb2183ad.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/a4ef340b-2a9b-4b83-82f4-6e13eb2183ad/w)

Started at: 2025-10-21 18:10:13.536455+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/a4ef340b-2a9b-4b83-82f4-6e13eb2183ad/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"
}