CCI report: 184ae999-5a5f-4aa8-ae38-d2699a0ad92d

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": "ce861ef2f573f991c8d26ead7ce0ce30338f3c16",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "node: Remove useless caching of node announcement",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "efa7efacc401243e309cef37d90e8cd023381c2e",
    "after": "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0",
    "commits": [
      "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0"
    ],
    "target": "efa7efacc401243e309cef37d90e8cd023381c2e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "ce861ef2f573f991c8d26ead7ce0ce30338f3c16",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "When initializing the `radicle-node` process, see\n`radicle-node/src/runtime.rs`, an attempt is made to read from a node\nannouncement file.\n\nThis file is never written, therefore all of these reads fail.\n\nEven though this caching mechanism might make sense or might have made\nsense at some point, it is dead code now, and therefore removed.\n\nAlso, the fact that the file name was defined in the `radicle` crate is\nugly.",
        "base": "a8dac56ca645fdd98955766f07abe7cdd8980e56",
        "oid": "b69e4c478babc6b2fe938e763ce6271111ca37ae",
        "timestamp": 1754923204
      },
      {
        "id": "adc98452224a569df83832a5fda2fe50b30193f2",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "efa7efacc401243e309cef37d90e8cd023381c2e",
        "oid": "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0",
        "timestamp": 1755077794
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "184ae999-5a5f-4aa8-ae38-d2699a0ad92d"
  },
  "info_url": "https://cci.rad.levitte.org//184ae999-5a5f-4aa8-ae38-d2699a0ad92d.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/184ae999-5a5f-4aa8-ae38-d2699a0ad92d/w)

Started at: 2025-08-13 11:36:39.104030+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/184ae999-5a5f-4aa8-ae38-d2699a0ad92d/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"
}