CCI report: d7defe05-86fd-4cb6-906a-32753b95bc6a

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": "Updated",
  "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": "7593a85b1cf014f1b5316dae1e7fbce92f3f9973",
    "commits": [
      "7593a85b1cf014f1b5316dae1e7fbce92f3f9973",
      "1e61a56d11d1cc627e6031feb04d86466a506abf",
      "7b5174cdedb2c14e6911a88f39db07fdb3398556",
      "f44902bf719cfe93bd2d325f06da3553fd0b9ea8",
      "fceb76e3b2b8ee151b4f513968a8685a88340643"
    ],
    "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
      },
      {
        "id": "2c63d9f8624fd48c5e2c85b19fa09a7fdb223b7f",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Remove confusing reference to particular nodes in tests.",
        "base": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
        "oid": "7593a85b1cf014f1b5316dae1e7fbce92f3f9973",
        "timestamp": 1756390505
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "d7defe05-86fd-4cb6-906a-32753b95bc6a"
  },
  "info_url": "https://cci.rad.levitte.org//d7defe05-86fd-4cb6-906a-32753b95bc6a.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/d7defe05-86fd-4cb6-906a-32753b95bc6a/w)

Started at: 2025-08-28 16:15:08.179579+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/d7defe05-86fd-4cb6-906a-32753b95bc6a/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"
}