CCI report: 996c8baf-7b39-4e61-bee0-d0e892d72a14

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": "d74b52b74b26754cf68fce8286d0f880ded4f4a5",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Avoid hard-coding \"radicle.xyz\" in Rust code",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
    "after": "113ea112b2557befdf43fde66e4d6e0b7b475ccf",
    "commits": [
      "113ea112b2557befdf43fde66e4d6e0b7b475ccf",
      "2869bb9746a2888d11928d1a3de33a8159ef135d",
      "3e518fef9afef7aa23dea8555e1f0392888882cd",
      "bc24e79fccfacf204f88e8e3003ef492bbe6e10b",
      "5515f48686d135843d2ea4c404c1fa1efe4e2c23"
    ],
    "target": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "d74b52b74b26754cf68fce8286d0f880ded4f4a5",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "This patch does three things:\n - Justifies the changes in `CONTRIBUTING.md`\n - Removes a few occurrences of the domain name, and makes the more complex case of fixtures easier in the future.\n - Allows defining the default URL for Radicle Explorer at compile-time.\n - Adds a Git hook that will fail if people commit to files which contain \"radicle.xyz\" or \"radicle.zulipchat.com\". Note that it *does not* make that impossible, it just adds another step to make people stop and think.",
        "base": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
        "oid": "113ea112b2557befdf43fde66e4d6e0b7b475ccf",
        "timestamp": 1756384131
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "996c8baf-7b39-4e61-bee0-d0e892d72a14"
  },
  "info_url": "https://cci.rad.levitte.org//996c8baf-7b39-4e61-bee0-d0e892d72a14.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/996c8baf-7b39-4e61-bee0-d0e892d72a14/w)

Started at: 2025-08-28 14:30:09.596617+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/996c8baf-7b39-4e61-bee0-d0e892d72a14/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": "success"
}