CCI report: 3554595f-118e-4e1f-8d70-2073083238ce

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": "cf84fd6254631be871167f162206a310f32054af",
    "author": {
      "id": "did:key:z6MkkjCpnVf2Tr1Tih3T95cy9Z35gnKdii3GTU5MCF8dx73M",
      "alias": "gendor"
    },
    "title": "systemd: Fix example user unit for radicle-node",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "bda92b21d8e9d432101e76a74fd7f22dbe2f4680",
    "after": "821eda9a9e3453a49856a097c77ebf73fb2e6005",
    "commits": [
      "821eda9a9e3453a49856a097c77ebf73fb2e6005"
    ],
    "target": "71a91042d96bb994c4cd4311d85f5cd1a6311b4e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "cf84fd6254631be871167f162206a310f32054af",
        "author": {
          "id": "did:key:z6MkkjCpnVf2Tr1Tih3T95cy9Z35gnKdii3GTU5MCF8dx73M",
          "alias": "gendor"
        },
        "description": "The example user service cannot start as shipped. It appears to be a\ncopy of the system unit and retains settings that only work for a\ndedicated `seed` user.\n\n- Drop `Requires=network-online.target`, which does not exist in the\n  user manager and so fails the unit before exec. `After=network.target`\n  goes for the same reason; `Restart=always` already covers a node\n  starting before the network is up.\n\n- Point `ExecStart` at `%h/.radicle/bin/radicle-node` and drop `--log`,\n  which is deprecated and takes a value, so passing it bare is a parse\n  error.\n\n- Drop `ProtectHome=true`, which masks the node's storage in\n  `~/.radicle`, and `RAD_HOME=/home/seed/.radicle`, which is not\n  writable by any other user.\n\n- Remove the duplicated hardening block.\n\nAlso suggest `EnvironmentFile` for `RAD_PASSPHRASE` rather than setting\nit inline, since the unit is world-readable by default, and add install\ninstructions to the header comment.",
        "base": "bda92b21d8e9d432101e76a74fd7f22dbe2f4680",
        "oid": "821eda9a9e3453a49856a097c77ebf73fb2e6005",
        "timestamp": 1785415402
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "3554595f-118e-4e1f-8d70-2073083238ce"
  },
  "info_url": "https://cci.rad.levitte.org//3554595f-118e-4e1f-8d70-2073083238ce.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/3554595f-118e-4e1f-8d70-2073083238ce/w)

Started at: 2026-07-30 14:43:50.082714+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/3554595f-118e-4e1f-8d70-2073083238ce/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"
}