CCI report: 42200913-58f9-40c4-b99d-9e916148cbbe

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": "1a437f7b0679cff046983b3e0c68172466d05308",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "simulation: Manual simulation with Timoni & K8s",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "b687817696bb6de77dd906a89750c2051b36d325",
    "after": "f015e708489c97f572f6cd8d3c4053b87b7bbba0",
    "commits": [
      "f015e708489c97f572f6cd8d3c4053b87b7bbba0",
      "995ee9ae2c6e6b417fa963a731166fc84312dc0d",
      "ed7ebaf1969c6b6a8b7bd6304844942fc820093b",
      "e0883df0204f9d15e674dd9c7a6074ffd147ff0c",
      "4cc4589e6a16af858aa00b756a5832f9c51b402a",
      "6a3db75a26f255f3c8cb711ac2abbe478f1fc487",
      "a758baab86227d30a4a8c4ab1842b0e6e3c8f23c",
      "89c47b55f9f46fc9b5a1e198c9a160ca62f4565c",
      "b9202eb02f55b24c550ead86c8f738346f757d44",
      "9919539ae8c0a433ded99dff9dec4183fe2eddf4"
    ],
    "target": "b687817696bb6de77dd906a89750c2051b36d325",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "1a437f7b0679cff046983b3e0c68172466d05308",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "In anticipation of `cargo test` based simulation tests, this patch \nintroduces a Timoni module and justfile to manaually deploy a basic\nRadicle network inside of K8s defined in the `instances/network.cue`.\n\nThe Timoni module creates a set of roles: `peer`, `seed`, `bootstrap` \nthat can be arranged into toplogies for deployment in a k8s system. \nImages are provided by Radicle Garden via quay.io.\n\nTalos is the K8s cluster manager, provisioning by default on QEMU.\n\nThe `network.cue` topology definition creates a v1.8.0 `peer` and\n`bootstrap` node that can be manually interacted with inside the \nsimulation network.",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "f4d85a3b1df5e1a2edab2289463417bf21e1aaca",
        "timestamp": 1776076020
      },
      {
        "id": "544abbb26c909f353858a6993e86e69161318286",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "fdb5b31a6aaeb2fe4c8622eb7bd77c378abe34fc",
        "timestamp": 1776335191
      },
      {
        "id": "46894bd268d80cdc146407e70b947f5ad7aac268",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "07c624499cdc34a7804f673ed373c66ce2af1acc",
        "oid": "b6231ddb5e0e3ed8b823db4120a56c7b8cf35a26",
        "timestamp": 1776438028
      },
      {
        "id": "5afe029feab9270e80c490fcf617531cab54df1d",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "simulation: Extract external address configuration bash commands\n\nNames the set of commands that extract the external address and set in\nthe configuration of the `start` script for `seed` and `bootstrap` nodes.",
        "base": "07c624499cdc34a7804f673ed373c66ce2af1acc",
        "oid": "ce34d6fd42ce66ed483111a83262cbca58c86460",
        "timestamp": 1776698846
      },
      {
        "id": "1c07129f151ef72fb9aa84f1901d0a367556fe79",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "simulation: Switch externalAddress config parsing to jq",
        "base": "07c624499cdc34a7804f673ed373c66ce2af1acc",
        "oid": "f5b7431ebf90e88153c7ce331a711382f6c10d91",
        "timestamp": 1776858492
      },
      {
        "id": "d7d05cf7da3a8821b74273dbc8dc177f66cfe331",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Rebase\n- Introduced requirements to flake.nix\n- Applied fix to find OVMF when on NixOS\n- Added note in simulation/README.md for required `configuration.nix` additions on NixOS",
        "base": "b687817696bb6de77dd906a89750c2051b36d325",
        "oid": "f015e708489c97f572f6cd8d3c4053b87b7bbba0",
        "timestamp": 1776961178
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "42200913-58f9-40c4-b99d-9e916148cbbe"
  },
  "info_url": "https://cci.rad.levitte.org//42200913-58f9-40c4-b99d-9e916148cbbe.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/42200913-58f9-40c4-b99d-9e916148cbbe/w)

Started at: 2026-04-23 18:19:46.503487+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/42200913-58f9-40c4-b99d-9e916148cbbe/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"
}