CCI report: a990ce62-9cf7-4564-8cb8-e390212d1f57

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": "80ae361a0b13980a10d50febaca13090842791fd",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node/reactor: Correctly handle error events",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "384c506489dd6a4cbf8c80b0370b2b2a8de7835b",
    "after": "554266e32f891a48c95dc9747600fe8308031d29",
    "commits": [
      "554266e32f891a48c95dc9747600fe8308031d29"
    ],
    "target": "384c506489dd6a4cbf8c80b0370b2b2a8de7835b",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "80ae361a0b13980a10d50febaca13090842791fd",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "`fn handle_events` would panic, if there were multiple events for one\ntoken, and the first one that happened to be handled was an error.\nIndeed it is concerning if a token is encountered that was never\nregistered before. However, tokens that were just deregistered must be\ntracked.\n\nUsing `Vec` here seems a bit costly, in the future,\n`smallvec::SmallVec` could be considered.\n\nThe \"unregister\" methods are renamed to \"deregister\" to better line up\nwith `mio` vocabulary.\n\nLog stamtements that helped analysis of the panic that occurred here\nis overhauled and improved, requiring a `Debug` bound on types that\nobviously implement it.",
        "base": "384c506489dd6a4cbf8c80b0370b2b2a8de7835b",
        "oid": "6180c256afafb3b5c06942b87bf7972c09af6b23",
        "timestamp": 1760471598
      },
      {
        "id": "5756a29ea83971577888c3042e552ae9efd1567c",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Fix errors in commit message",
        "base": "384c506489dd6a4cbf8c80b0370b2b2a8de7835b",
        "oid": "554266e32f891a48c95dc9747600fe8308031d29",
        "timestamp": 1760472058
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "a990ce62-9cf7-4564-8cb8-e390212d1f57"
  },
  "info_url": "https://cci.rad.levitte.org//a990ce62-9cf7-4564-8cb8-e390212d1f57.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/a990ce62-9cf7-4564-8cb8-e390212d1f57/w)

Started at: 2025-10-14 22:01:03.236648+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/a990ce62-9cf7-4564-8cb8-e390212d1f57/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

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}