CCI report: 4e867de2-7f84-4b7f-875b-c00b0bd268dc

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": "f5ee7dc4a734a818bedf4ef6112eb78a05ed25ca",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node/systemd: Check that received sockets are `AF_UNIX`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
    "after": "f9851a63f4cd7d73e99eacb824384e0f8ffd867a",
    "commits": [
      "f9851a63f4cd7d73e99eacb824384e0f8ffd867a"
    ],
    "target": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f5ee7dc4a734a818bedf4ef6112eb78a05ed25ca",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Our implementation for the control socket is based on `AF_UNIX`, and as\nthe note (which is removed suggests, we should actually check that the\nreceived socket really is of that domain.\n\nThis check was not implemented because it is not exposed via `std`, and\na bit cumbersome to do via `libc`.\n\nI did not realize that `socket2` which neatly sits between `std` and\n`libc` in terms of its abstractions and is cross-platform allows us to\ndo this, and we even already depend on it!\n\nSo, add the suggested check.\n\nWhile at it, refactor the function to return early in cases. Now the\nprogression from a file descriptor to a socket to a listener is nicely\ncaptured in the types and not obstructed too much by indentation.\n\nAlso log at the error level.",
        "base": "19a262d3d67ea92a37ceaf18e79a783d8e65ccdd",
        "oid": "f9851a63f4cd7d73e99eacb824384e0f8ffd867a",
        "timestamp": 1756039147
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "4e867de2-7f84-4b7f-875b-c00b0bd268dc"
  },
  "info_url": "https://cci.rad.levitte.org//4e867de2-7f84-4b7f-875b-c00b0bd268dc.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/4e867de2-7f84-4b7f-875b-c00b0bd268dc/w)

Started at: 2025-08-24 14:39:33.345066+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/4e867de2-7f84-4b7f-875b-c00b0bd268dc/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"
}