CCI report: 1674ad3c-25ec-463a-a341-f10d323d9602

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:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
      "alias": "ade"
    },
    "title": "node: add block command to control socket",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "03bbe52417f131ec721a7c1cc57185019f0298a3",
    "after": "cd239a48fcd3c569958f8c7462de840d9fddf26c",
    "commits": [
      "cd239a48fcd3c569958f8c7462de840d9fddf26c"
    ],
    "target": "03bbe52417f131ec721a7c1cc57185019f0298a3",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2488ccf5c36015d081b132171e033ccecdae06d4",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "1674ad3c-25ec-463a-a341-f10d323d9602"
  },
  "info_url": "https://cci.rad.levitte.org//1674ad3c-25ec-463a-a341-f10d323d9602.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/1674ad3c-25ec-463a-a341-f10d323d9602/w)

Started at: 2026-02-13 18:54:26.508739+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/1674ad3c-25ec-463a-a341-f10d323d9602/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"
}