CCI report: 442e09fd-decd-4c5c-9d6b-82fb2969605c

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, term: Remove dependency on `anyhow`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
    "after": "329adf738f0d969a95fea8ce63f441ca990f4873",
    "commits": [
      "329adf738f0d969a95fea8ce63f441ca990f4873",
      "ec0cfa5d221e375fc598b5e7c040230d75c1de6d",
      "e006ea6744638391d7742c7d92acea2c872b96d2"
    ],
    "target": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2b4f2afc128062a82452e16922df1568f3fbd93c",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "## `radicle-node`\n\nIt 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.\n\n## `radicle-term`\n\nAs a library crate, it is bad to return such generic errors.\n\nTo get there, errors from `inquire` are downcasted.\n\nThis allowed to clean up the public interface of `radicle-term`, so that\nit does also not leak the `inquire::InquireError` in its public API.\n\n## Notes\n\nIn both cases we touched parsing: For `radicle-node` it was about CLI options,\nfor `radicle-term` it was user input prompts.",
        "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
      },
      {
        "id": "713eb2381dc95c4ca7ae9109bd30ee7c2256527d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "55cdd880bfee08124d5b6a38cc05036402c7ab6e",
        "oid": "329adf738f0d969a95fea8ce63f441ca990f4873",
        "timestamp": 1756417503
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "442e09fd-decd-4c5c-9d6b-82fb2969605c"
  },
  "info_url": "https://cci.rad.levitte.org//442e09fd-decd-4c5c-9d6b-82fb2969605c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/442e09fd-decd-4c5c-9d6b-82fb2969605c/w)

Started at: 2025-08-28 23:45:10.250507+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/442e09fd-decd-4c5c-9d6b-82fb2969605c/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"
}