CCI report: a3d589a8-cc9a-4022-a42a-39534c584413

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": "bce0d6c7f5531229c7db3c662aafaa7f3088eb3f",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "build/Dockerfile: Minor Improvements",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "e0dc14de2b1adcadcfeba9470fcf1d9ba2539949",
    "after": "a87e0bd1c8262444e63e2f2d0f982f526c145bf1",
    "commits": [
      "a87e0bd1c8262444e63e2f2d0f982f526c145bf1",
      "8d50b75826fc3cc348233c7131885143c400a438",
      "4751432b3c208650adf2d7d4f6b0485c2c04d4c3",
      "828bfd02fa664b93ae0346dacea9008fef7adfd6",
      "394ade55761ce7bfd9c8ea99cac6b61efd0030b9",
      "0f8e1cc597e386829557cb2f60648b8654755360"
    ],
    "target": "e0dc14de2b1adcadcfeba9470fcf1d9ba2539949",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "bce0d6c7f5531229c7db3c662aafaa7f3088eb3f",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "### build/Dockerfile: Omit default `RUST_VERSION`\n\nThe Rust version used for development is tracked in\n`/rust-toolchain.toml`, and the value specified there is used to set\n`RUST_VERSION` in the `build/build` script. Thus, when using\n`build/build`, the default value is unimportant.\n\nHowever, ensuring that the default value remains consistent with\n`/rust-toolchain.toml` is a maintenance burden.\n\nRemove the default value. This increases friction of building without\n`build/build`, but makes maintenance easier.\n\n### build/Dockerfile/alpine: 3.24 \u2192 3.24\n\n### build/Dockerfile: Re-use `$ALPINE_VERSION`\n\nUse the same version of Alpine Linux for building and packaging.\n\n### build/Dockerfile: Specify Registry docker.io\n\nMake explicit that Docker Hub is used.\n\n### build/Dockerfile/zig: 0.13.0 \u2192 0.16.0\n\n### build/Dockerfile: Install Zig via `apk`",
        "base": "e0dc14de2b1adcadcfeba9470fcf1d9ba2539949",
        "oid": "a87e0bd1c8262444e63e2f2d0f982f526c145bf1",
        "timestamp": 1784637687
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "a3d589a8-cc9a-4022-a42a-39534c584413"
  },
  "info_url": "https://cci.rad.levitte.org//a3d589a8-cc9a-4022-a42a-39534c584413.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/a3d589a8-cc9a-4022-a42a-39534c584413/w)

Started at: 2026-07-21 14:42:31.383632+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/a3d589a8-cc9a-4022-a42a-39534c584413/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": "success"
}