CCI report: 93c7e5d7-3dbd-46cd-acea-cbfeb12ad91c

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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Ignore broken pipe in Element::print()",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
    "after": "d45cd40f545d7ce724fd84c21b7dd08320df81ce",
    "commits": [
      "d45cd40f545d7ce724fd84c21b7dd08320df81ce",
      "4cbca3c9497bddadefa11c43454124e875e71628",
      "3fa3a69c1767e1328b904c63b2ac9bc352b553d7",
      "07ddc37aff7775da8685fe03496a9873c594c744",
      "9ed9882acd809e69aa4110979901c93590283679",
      "ab7ad8de948144f9f1d0be024177b9ed32d2879a"
    ],
    "target": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "29ebeb6cd3c8785057273c96d95d8b94ced061d8",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "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:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "93c7e5d7-3dbd-46cd-acea-cbfeb12ad91c"
  },
  "info_url": "https://cci.rad.levitte.org//93c7e5d7-3dbd-46cd-acea-cbfeb12ad91c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/93c7e5d7-3dbd-46cd-acea-cbfeb12ad91c/w)

Started at: 2026-04-03 09:10:49.929339+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/93c7e5d7-3dbd-46cd-acea-cbfeb12ad91c/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"
}