CCI report: 36921f9e-619c-4e96-9362-f5f7f43182a7

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": "Updated",
  "patch": {
    "id": "2b4f2afc128062a82452e16922df1568f3fbd93c",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node: Remove dependency on `anyhow`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ded0d19d59bbdb5f3824e58b08885b5091de20d7",
    "after": "59d2a443e0924aff61228ffe5c01dd349fdb7f1c",
    "commits": [
      "59d2a443e0924aff61228ffe5c01dd349fdb7f1c",
      "50e30600b9ed63f32b90e7e9e51433257f8c75c9",
      "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
      },
      {
        "id": "6701fe885a7013817fd00e6c1a6e2343047cc4bd",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Also tackle `radicle-term`.",
        "base": "ded0d19d59bbdb5f3824e58b08885b5091de20d7",
        "oid": "59d2a443e0924aff61228ffe5c01dd349fdb7f1c",
        "timestamp": 1756311159
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "36921f9e-619c-4e96-9362-f5f7f43182a7"
  },
  "info_url": "https://cci.rad.levitte.org//36921f9e-619c-4e96-9362-f5f7f43182a7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/36921f9e-619c-4e96-9362-f5f7f43182a7/w)

Started at: 2025-08-27 18:12:53.714264+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/36921f9e-619c-4e96-9362-f5f7f43182a7/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": "success"
}