CCI report: 37189606-a351-45d1-808d-0c1c79c42be8

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": "2488ccf5c36015d081b132171e033ccecdae06d4",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "node: add block command to control socket",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "03bbe52417f131ec721a7c1cc57185019f0298a3",
    "after": "be8c999f27f55279d8957d041674564f20a20ef0",
    "commits": [
      "be8c999f27f55279d8957d041674564f20a20ef0",
      "7970b2b69a4373353096907b365e2e3bbbbd12ae",
      "5eb272ce08627317eee697ae79b241a4f6518fa2",
      "4db47cd2086db9b4c4e0bc0655e26f730371fab3",
      "8aab8ea5e2de8fd890a6cc2b1b67ecdc3763409f",
      "cd239a48fcd3c569958f8c7462de840d9fddf26c"
    ],
    "target": "ed2b36cf9c930724a752458752d71825634f73a4",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2488ccf5c36015d081b132171e033ccecdae06d4",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Introduces the ability to explicitly block a peer via the node control\nsocket. Previously, the node only exposed follow and unfollow commands.\nWhile the underlying policy database schema supported a Block variant,\nthere was no mechanism to trigger this state via the client handle.\n\nThe new block command:\n\n1.  Updates the node's follow policy to Block.\n2.  Immediately disconnects the peer if a session is active.\n3.  Prevents future inbound and outbound connections to that peer.\n4.  Filters the peer out of the available peers list.",
        "base": "03bbe52417f131ec721a7c1cc57185019f0298a3",
        "oid": "cd239a48fcd3c569958f8c7462de840d9fddf26c",
        "timestamp": 1771005177
      },
      {
        "id": "18aeacab18890f76894dce14b0c7562adaad4f7f",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "REVIEW",
        "base": "03bbe52417f131ec721a7c1cc57185019f0298a3",
        "oid": "be8c999f27f55279d8957d041674564f20a20ef0",
        "timestamp": 1771233676
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "37189606-a351-45d1-808d-0c1c79c42be8"
  },
  "info_url": "https://cci.rad.levitte.org//37189606-a351-45d1-808d-0c1c79c42be8.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/37189606-a351-45d1-808d-0c1c79c42be8/w)

Started at: 2026-02-16 10:21:20.200555+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/37189606-a351-45d1-808d-0c1c79c42be8/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": "failure"
}