CCI report: 16020d89-83bd-4bcc-8c72-6611f0d09273

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": "fb34e70a51611a4babd640b492cba95bd5e5904f",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "justfile: Add Rust tests to pre-push",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "7da6d344c2d64956d0f168953d33e0539c71f4f5",
    "after": "b5e845c50b9423eb708239b49bc13eb61fff29f6",
    "commits": [
      "b5e845c50b9423eb708239b49bc13eb61fff29f6"
    ],
    "target": "378365aa4200f97fec88b74c0b6edf5bc74f08ce",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "fb34e70a51611a4babd640b492cba95bd5e5904f",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The tests should be part of the pre-push step.\nIntroduce `test-rust`, as part of a new `test` group, and `pre-push` group.",
        "base": "7da6d344c2d64956d0f168953d33e0539c71f4f5",
        "oid": "b5e845c50b9423eb708239b49bc13eb61fff29f6",
        "timestamp": 1777460706
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "16020d89-83bd-4bcc-8c72-6611f0d09273"
  },
  "info_url": "https://cci.rad.levitte.org//16020d89-83bd-4bcc-8c72-6611f0d09273.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/16020d89-83bd-4bcc-8c72-6611f0d09273/w)

Started at: 2026-04-29 13:05:10.376726+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/16020d89-83bd-4bcc-8c72-6611f0d09273/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"
}