CCI report: b9298452-ab1a-4db2-a980-7e1fb788993b

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": "Updated",
  "patch": {
    "id": "2488ccf5c36015d081b132171e033ccecdae06d4",
    "author": {
      "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
      "alias": "ade"
    },
    "title": "node: add block command to control socket",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "0e9d7607e4aa0b9673af42cd2de6f6769c87d627",
    "after": "ef8509cd8c2f51f0ce0d8cab49e31693ff4fd7ee",
    "commits": [
      "ef8509cd8c2f51f0ce0d8cab49e31693ff4fd7ee",
      "1c7af9fff5bcde4ff29ebc9316608abaabd1112a",
      "5133ac0dc8fd0b3aa6ab873bba38c21893c83279",
      "cca8af0e73f7838f70fa0b1b9670e6a0b9843f51",
      "2c438085bc04660ca9bc53e4cca24a30773a090f",
      "d48d7d04b84e37795f16b3d55ae5b0f01b1830cb"
    ],
    "target": "0e9d7607e4aa0b9673af42cd2de6f6769c87d627",
    "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
      },
      {
        "id": "18aeacab18890f76894dce14b0c7562adaad4f7f",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "description": "REVIEW",
        "base": "03bbe52417f131ec721a7c1cc57185019f0298a3",
        "oid": "be8c999f27f55279d8957d041674564f20a20ef0",
        "timestamp": 1771233676
      },
      {
        "id": "d4e354580a75e743bff547f6a1a396dc85343c65",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "description": "",
        "base": "fa94638abb8037f6a3c7ade8ac8a1cdf3a52cad4",
        "oid": "efea0c78cc30cbaac09cda4c9509d6e4800c1121",
        "timestamp": 1771246284
      },
      {
        "id": "3f298d3ecf65f92ca9b8322e5f22f67df9d2522e",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "description": "",
        "base": "0e9d7607e4aa0b9673af42cd2de6f6769c87d627",
        "oid": "ef8509cd8c2f51f0ce0d8cab49e31693ff4fd7ee",
        "timestamp": 1771334586
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b9298452-ab1a-4db2-a980-7e1fb788993b"
  },
  "info_url": "https://cci.rad.levitte.org//b9298452-ab1a-4db2-a980-7e1fb788993b.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b9298452-ab1a-4db2-a980-7e1fb788993b/w)

Started at: 2026-02-17 14:23:46.526333+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b9298452-ab1a-4db2-a980-7e1fb788993b/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"
}