CCI report: b630684d-ba38-4efa-96e0-16ea7756de17

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": "5ef95f1174f4df43c5e20d75d43c870aa656938d",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle/node/bootstrap: Remove IP addresses",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "45abb881a3389bea913ae10af32fb837060787ab",
    "after": "dc624ed518ca6bba3b1a7ec63cfd9d96cd8d642f",
    "commits": [
      "dc624ed518ca6bba3b1a7ec63cfd9d96cd8d642f"
    ],
    "target": "45abb881a3389bea913ae10af32fb837060787ab",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5ef95f1174f4df43c5e20d75d43c870aa656938d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Due to connection retries in `radicle-node` not choosing new addresses,\nmistakenly using an IPv6 address when IPv6 is not supported would result\nin failure to bootstrap.\n\nWork around by removing IP addresses again. This means that DNS or Tor\nwill be required to bootrstrap.",
        "base": "45abb881a3389bea913ae10af32fb837060787ab",
        "oid": "dc624ed518ca6bba3b1a7ec63cfd9d96cd8d642f",
        "timestamp": 1764588940
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b630684d-ba38-4efa-96e0-16ea7756de17"
  },
  "info_url": "https://cci.rad.levitte.org//b630684d-ba38-4efa-96e0-16ea7756de17.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b630684d-ba38-4efa-96e0-16ea7756de17/w)

Started at: 2025-12-01 12:35:45.566719+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b630684d-ba38-4efa-96e0-16ea7756de17/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"
}