CCI report: 12528e3c-db31-4ce4-9a19-905145e5a366

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": "5d72ffd1d518e92de2f0193c0ddfd9901b7153df",
    "author": {
      "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
      "alias": "ade"
    },
    "title": "remote-helper: prefactor to be more testable",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "50fb228ae4c0c8f68413dc7922a1e2a32ace5655",
    "after": "482641aada6acad92e42fe2f8bc7608bd443c5c7",
    "commits": [
      "482641aada6acad92e42fe2f8bc7608bd443c5c7",
      "c3802dfae2b9c5728bb0054688b2280eff813bf5",
      "d67e01474cd7d78307570a2ca1f95454e2dd62e6",
      "d1d7a751d024be66f2d4f20c1012687937eadc9d",
      "25d4a92d3138131860cda8ed44d06495affab71b",
      "8048df940746dfce01f406c80d01a3e1df3f7ac6",
      "1663d29e1f1383c0cbbd1d276a0c20469c119fa2",
      "1414f84ff9644624ea7caf2c0ce150de1e84f5fd",
      "d6499a1273c9ab266a3ff1e86030d6a53c790bf4"
    ],
    "target": "90cf37c471ce531b90aabb048ceaca25996da2cf",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5d72ffd1d518e92de2f0193c0ddfd9901b7153df",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "description": "To introduce new remote-helper changes like 'dont push by default' and\n'self' / 'rad' remotes, this crate has been refactored to ease testing.\n\n- the command parsing has been refactored into a sans i/o esque typed parser.\n- the radicle node interactions have been hoisted into a `NodeSession` trait.\n- the git `send_pack` and `fetch_pack` interactions have hoisted into `GitService` trait.\n- the direct stdin/out printing has been replaced with `BufRead` and `Writer` traits.\n\nremote-helper: refactor for_fetch and patch_refs to return vectors of strings\n\nprefactor to aid in testing remote-helper. return vectors of strings\nwhich can eventually become entries in a buffer.\n\n\nremote-helper: create GitService trait\n\nprefactor to introduce a GitService trait around the fetch_pack and\nsend_pack boundry.\n\n\nremote-helper: wire in the GitService\n\n\nremote-helper: create NodeSession trait and Real impl\n\nprefactor to add a trait over the Node boundary\n\n\nremote-helper: wire in NodeSession\n\n\nremote-helper: refactor push to use GitService\n\nprefactor to wire in GitService for push\n\n\nremote-helper: create initial command parser\n\nprefactor on the way to sans i/o the remote helper\n\n\nremote-helper: wire in command parser to main\n\n\nremote-helper: wire up BufRead and Writer for stdin and stdout",
        "base": "50fb228ae4c0c8f68413dc7922a1e2a32ace5655",
        "oid": "482641aada6acad92e42fe2f8bc7608bd443c5c7",
        "timestamp": 1770827262
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "12528e3c-db31-4ce4-9a19-905145e5a366"
  },
  "info_url": "https://cci.rad.levitte.org//12528e3c-db31-4ce4-9a19-905145e5a366.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/12528e3c-db31-4ce4-9a19-905145e5a366/w)

Started at: 2026-02-11 17:29:23.395451+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/12528e3c-db31-4ce4-9a19-905145e5a366/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"
}