CCI report: 61f64093-d676-4412-af1b-444b15611d2c

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": "5f52cad35a340b6f50b2b14bc5c3ac62a8490877",
    "author": {
      "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
      "alias": null
    },
    "title": "Improve handling of anonymizing transports",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "66ab7f35c933278b932657936ce0c52a02962302",
    "after": "00e2eb5e84bb3e2986beafdce39187044d3a0fb7",
    "commits": [
      "00e2eb5e84bb3e2986beafdce39187044d3a0fb7",
      "09d6dc5e73576660054a1f841363581ae44f3346",
      "124c8cb9d01feade18c5ebae8b395db38aa2c19a",
      "53e63dba7f6ebfbd738dd528b04955079aaa5e28"
    ],
    "target": "71a91042d96bb994c4cd4311d85f5cd1a6311b4e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5f52cad35a340b6f50b2b14bc5c3ac62a8490877",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "- Retry fetch handshakes up to 3 times on `ConnectionReset`\n- Increase I/O timeout to 60s for Tor and I2P connections\n- Log connection resets at `warn` level to distinguish them\n  from graceful shutdowns",
        "base": "b5e6d82769dc3fba7db12ca328e61f9840010d84",
        "oid": "394e0a1a15154d50da4f6234b62f69cecb860c96",
        "timestamp": 1784076073
      },
      {
        "id": "5cff5b4aebb9cfd568c245684d49ad96657e54d0",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "Rebase onto current master (66ab7f35)",
        "base": "66ab7f35c933278b932657936ce0c52a02962302",
        "oid": "53e63dba7f6ebfbd738dd528b04955079aaa5e28",
        "timestamp": 1784335112
      },
      {
        "id": "3b3e6f552c19b63288980fc37b741ae1d2df9168",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "Keep session alive during in-flight fetches\n\n`disconnect_unresponsive_peers` reaps sessions whose `last_active` is\nolder than `STALE_CONNECTION_TIMEOUT` (2 min), but `last_active` was\nonly refreshed by gossip messages \u2014 not by the git-protocol frames\nexchanged during a fetch. On slow transports (Tor/I2P), a fetch taking\nlonger than 2 min of gossip-silence was torn down mid-transfer\nregardless of the `--timeout` the caller requested, while the seeder\nreported a successful fetch.\n\nGit frames arriving on an open stream now refresh `last_active` via\n`Service::touch`, so an in-flight fetch counts as session activity.",
        "base": "66ab7f35c933278b932657936ce0c52a02962302",
        "oid": "124c8cb9d01feade18c5ebae8b395db38aa2c19a",
        "timestamp": 1784389362
      },
      {
        "id": "b3673cc36c51fcfb500f4db55d7900773d6ac5f5",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "Wait for writer thread before killing child",
        "base": "66ab7f35c933278b932657936ce0c52a02962302",
        "oid": "5f9c662962f72fb2eff6f73099d28544cc4a1e48",
        "timestamp": 1784420553
      },
      {
        "id": "77705806bf6ed989f8e632307fa4e1e585824465",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "Fix false success on failed packfile delivery\n\nThe `git upload-pack` process does not exit on stdin EOF in v2,\nso it is always killed with `SIGKILL` making its exit status\nuseless for judging success. Track writer thread failures with an\n`AtomicBool` and return an `io::Error` instead of `Ok(ExitStatus)`\nwhen the writer fails to deliver the packfile to the peer.",
        "base": "66ab7f35c933278b932657936ce0c52a02962302",
        "oid": "32e8962869cab1433f578e801d561a3ce98db8da",
        "timestamp": 1784560039
      },
      {
        "id": "f833a4c34750236c7616587b5daf5d03426c0f14",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "Prevent stale check from aborting active fetches\n\nSkips peers with an in-flight fetch in `disconnect_unresponsive_peers`.\nThe fetch's own per-stream timeout handles stalled transfers, which is\nespecially important on slow anonymizing transports like Tor/I2P.",
        "base": "66ab7f35c933278b932657936ce0c52a02962302",
        "oid": "c86e6ceeef6b65115d848df470d0db34bf8c09db",
        "timestamp": 1784570445
      },
      {
        "id": "74b54612955c30975aefbacd09f888814e3ce688",
        "author": {
          "id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
          "alias": null
        },
        "description": "",
        "base": "66ab7f35c933278b932657936ce0c52a02962302",
        "oid": "00e2eb5e84bb3e2986beafdce39187044d3a0fb7",
        "timestamp": 1784570938
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "61f64093-d676-4412-af1b-444b15611d2c"
  },
  "info_url": "https://cci.rad.levitte.org//61f64093-d676-4412-af1b-444b15611d2c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/61f64093-d676-4412-af1b-444b15611d2c/w)

Started at: 2026-07-27 18:33:01.738829+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/61f64093-d676-4412-af1b-444b15611d2c/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"
}