CCI report: fddef8ae-1cab-41af-965e-0a26cc87ffc7

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": "6bf43a3ab1dbf6b42fc5305814f72775bb98f86d",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Improve Tor Handling",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "d9915d275fd07d20db08cf7d3488f8650e66b88a",
    "after": "42a150854750b6b92da18b3a0fd0ac2d0b51c466",
    "commits": [
      "42a150854750b6b92da18b3a0fd0ac2d0b51c466",
      "d7efa64cbc71b7ff7fe86c66ff1e0ccc04c1f93b"
    ],
    "target": "8bac24d6ab961dec6308fdf64b31c41201e9e8d1",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "6bf43a3ab1dbf6b42fc5305814f72775bb98f86d",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Introduce a feature for supporting connections via Tor, and improve domain modelling around configuration of SOCKS proxying.",
        "base": "c96aea0699a79dfe6e2111ae4d0961454b27e036",
        "oid": "961544398628cf0ff6d17205aa31d06039c8caf5",
        "timestamp": 1771275231
      },
      {
        "id": "93464808b1f62ae651ec806d6f3b15c4a6464aa5",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebase",
        "base": "d9915d275fd07d20db08cf7d3488f8650e66b88a",
        "oid": "fcf82add668df07a21472d7c1fccd11e49b84176",
        "timestamp": 1773959355
      },
      {
        "id": "851752ee10b41e85774f72dbabec6162f61b9e56",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- `cargo build -p radicle` would fail due to missing `cfg(feature = \"tor\")`.\n  Fixed by adding necessary guard.\n- `cargo build -p radicle-protocol --features tor` would fail due to\n  missing `tor` feature for `radicle`. Fixed by adding `radicle/tor` to\n  feature set.\n- Fixed `rad_config` test to include new `AddressConfig` schemars value.",
        "base": "d9915d275fd07d20db08cf7d3488f8650e66b88a",
        "oid": "42a150854750b6b92da18b3a0fd0ac2d0b51c466",
        "timestamp": 1774886917
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "fddef8ae-1cab-41af-965e-0a26cc87ffc7"
  },
  "info_url": "https://cci.rad.levitte.org//fddef8ae-1cab-41af-965e-0a26cc87ffc7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/fddef8ae-1cab-41af-965e-0a26cc87ffc7/w)

Started at: 2026-03-30 18:08:46.936088+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/fddef8ae-1cab-41af-965e-0a26cc87ffc7/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"
}