CCI report: 8d41f812-c311-45cd-b252-becc7d9a6bb0

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": "29ebeb6cd3c8785057273c96d95d8b94ced061d8",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Ignore broken pipe in Element::print()",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "7b07e57b9c3cf86e347bd288cc6a8221cb12ff18",
    "after": "378365aa4200f97fec88b74c0b6edf5bc74f08ce",
    "commits": [
      "378365aa4200f97fec88b74c0b6edf5bc74f08ce",
      "cc70d7dad40d91175eecf3d3a5e4225775d0110b",
      "553a3ebd0a205eb08c6ee9c1a415e0dd00f71b16",
      "56625a42f75d806fd1f9d037b740d43b5f8025ce",
      "2262b8d9bd7880b536c3d1ce8b462e5dc3480303",
      "e7d519cf65c4b5c9e5f424a4956882191b2aec27",
      "1a31a9f54143a7e35b3840b6a41adb9aab5d5af9",
      "e1f16bee26696128ea1c8bb38088a5217c80c92a",
      "8f4b90db7b8236d736292144dffb17e8cb4a7b3a"
    ],
    "target": "7b07e57b9c3cf86e347bd288cc6a8221cb12ff18",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "29ebeb6cd3c8785057273c96d95d8b94ced061d8",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "I found the issue reported by spacefrogg in\n\n    https://radicle.zulipchat.com/#narrow/channel/369277-heartwood/topic/Terminal.20output.20handling.20and.20pipes/with/574695784\n\nAnd figured that this might be a low-hanging fruit (at least the exact error\nthey reported), so I went ahead and fixed it with this patch.\n\nI am not yet sure whether this is \"the way to go\" for the codebase, but well,\nit is a proposal. Tell me what you think!",
        "base": "423cf604e1178d62c6952f866b4b5d0b9667aca8",
        "oid": "cb0c1ebf9f6aba3ce063a754464dc3f454788362",
        "timestamp": 1771508707
      },
      {
        "id": "316e03e39743e3d4d96c791b97484f833c34a111",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Systemic Approach to handling SIGPIPE\n\nWorking off of the back of the previous revision, this set of changes\nattempts to address the SIGPIPE issue across the whole `rad` CLI.\n\nIt first introduces tests to ensure the behaviour is fixed when the\n`radicle-cli` changes are made \u2013 removing the `ignore` from the two\nfailing tests.\n\nIt then avoids the use of `println!` and `print!` macros in the\n`radicle-term` crate.\n\nThat sets up the changes for `radicle-cli` to use the `radicle-term`\nfunctions, denying any `print!` and `println!` macros. On top of this,\nit adds a backstop handling of SIGPIPE as another panic hook, as well\nas handling SIGPIPE at the top-level of `run`.\n\nThe final changes are a renaming refactor to better represent the\nbehaviours of each flavour of print function.",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "d45cd40f545d7ce724fd84c21b7dd08320df81ce",
        "timestamp": 1775200239
      },
      {
        "id": "f128e9a2627746d456c3bfc7db8c1063208bb1ff",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Changes:\n- Print panic trace to stderr if debug_assertions is enabled\n- Factor out handling of panic into function",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "d5e44d0dc10f7b1401161881e95157e7e94b89f5",
        "timestamp": 1775203347
      },
      {
        "id": "36dd83f2002ae8a39dd008f8f84fe208c568c442",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "1ed7893a195ca82136e64b74073999581068b221",
        "timestamp": 1776203811
      },
      {
        "id": "9fc6ae4494ce6eb218cf02ff3b086e1e62b373b2",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Remove unnecessary space.",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "4e39faa51387363d128018303c7f3564d0727745",
        "timestamp": 1776204821
      },
      {
        "id": "dd252b5e04fac94f6159d463f0f509e834049219",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "2f9a2bc8e8862d35a82036c40b06070edc3539a1",
        "timestamp": 1776253770
      },
      {
        "id": "6ec5e9a7b7dc066f10d0b2af48c395bb9585d5db",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Changes:\n- Accepted lorenz's REVIEW commits\n- Reworded \"Handle\" commit message\n- TODO: understand ade's test",
        "base": "bda92b21d8e9d432101e76a74fd7f22dbe2f4680",
        "oid": "df8103f38982ca810c9b64735e2894ab938c3d14",
        "timestamp": 1777391046
      },
      {
        "id": "d160e3831778b1939a933d589dbb5ecbad06ec41",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Nitpicking",
        "base": "bda92b21d8e9d432101e76a74fd7f22dbe2f4680",
        "oid": "c38233883080441984bd15b67b04518c3b2068fe",
        "timestamp": 1777397642
      },
      {
        "id": "e715b7a841827868652918732cab5be2543b27bb",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "7b07e57b9c3cf86e347bd288cc6a8221cb12ff18",
        "oid": "378365aa4200f97fec88b74c0b6edf5bc74f08ce",
        "timestamp": 1777453141
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "8d41f812-c311-45cd-b252-becc7d9a6bb0"
  },
  "info_url": "https://cci.rad.levitte.org//8d41f812-c311-45cd-b252-becc7d9a6bb0.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/8d41f812-c311-45cd-b252-becc7d9a6bb0/w)

Started at: 2026-04-29 10:59:27.136921+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/8d41f812-c311-45cd-b252-becc7d9a6bb0/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": "success"
}