CCI report: 796fdc3a-f9d1-473d-9005-be7b10a7c23c

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": "2b4f2afc128062a82452e16922df1568f3fbd93c",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node: Remove dependency on `anyhow`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ded0d19d59bbdb5f3824e58b08885b5091de20d7",
    "after": "7cfdeadc04be0c838ad717f9324866b7a1afd7ac",
    "commits": [
      "7cfdeadc04be0c838ad717f9324866b7a1afd7ac"
    ],
    "target": "ded0d19d59bbdb5f3824e58b08885b5091de20d7",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2b4f2afc128062a82452e16922df1568f3fbd93c",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "It has always bugged me that we resort to `anyhow` for just a handful of\nerrors, really. It also turns out that we were holding `lexopt` wrong,\nit features `parse_with` which neatly integrates with `FromStr`, and\nluckily all our arguments implement that trait. This makes for cleaner\noption parsing.\n\nFor now, the execution errors are all \"transparent\", which shouldn't be\nmuch of a regression, if at all.",
        "base": "ded0d19d59bbdb5f3824e58b08885b5091de20d7",
        "oid": "7cfdeadc04be0c838ad717f9324866b7a1afd7ac",
        "timestamp": 1756299109
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "796fdc3a-f9d1-473d-9005-be7b10a7c23c"
  },
  "info_url": "https://cci.rad.levitte.org//796fdc3a-f9d1-473d-9005-be7b10a7c23c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/796fdc3a-f9d1-473d-9005-be7b10a7c23c/w)

Started at: 2025-08-27 14:55:41.788516+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/796fdc3a-f9d1-473d-9005-be7b10a7c23c/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}