CCI report: 91b841b8-0295-46ff-9914-9647ebf2139c

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": "40a8d729525d768c4be2a6bb7b6fcd5e8e13a6b4",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle: introduce COB stream",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "8953ec4c87a4d69c92f78c649b82c9d009822017",
    "after": "bfd7090ee3503bf47ca534080d45796b3ba405cc",
    "commits": [
      "bfd7090ee3503bf47ca534080d45796b3ba405cc",
      "044ff8adde36b0f58a15ee448895e1374d2f7e0c",
      "c0ac228c37cc70c4f5a662954659d6043b3ca1db",
      "9b59c0e2c64711d0355513db0bd445d2e119c9e3",
      "dbfcf424d6149677524a06330981aba80dd2eb24",
      "bfe8c5234f79287d23ec1ace72d59dc1dcb54e35",
      "86119473b7c17e8f1090d52f79a2433089f1825f"
    ],
    "target": "8953ec4c87a4d69c92f78c649b82c9d009822017",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "40a8d729525d768c4be2a6bb7b6fcd5e8e13a6b4",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Introduce a new `stream` module to `radicle::cob`. The purpose of this module is\nto provide an API for iterating over a COB's actions, given a range of commits.\n\nThe `CobStream` trait provides the generic API for implementing and using, while\n`Stream` provides a concrete implementation using the `git2` crate.",
        "base": "a7e96131ce6e9effb304594ad7e7b9dac486a2e0",
        "oid": "830706e28ef1f8e369958e2f990acfd15bfd8aaa",
        "timestamp": 1732189616
      },
      {
        "id": "8176654d9a2b5e76fcedcc115050914194d5e9d6",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Add TypeName for filtering iteration for the given COB \u2013 avoids trying to\n  incorrectly deserialize an identity COB action\n- Rename CobHistory to CobRange\n- The revwalk range can take a glob, so we use `PatternString` to define all the\n  remote tips for the COB as the end point of the walk\n- Add specialised stream types for our native COBs\n- Add `rad cob actions` subcommand",
        "base": "a7e96131ce6e9effb304594ad7e7b9dac486a2e0",
        "oid": "9e53df0cb7173ae109413e0618fcfecc7af7cb66",
        "timestamp": 1732539098
      },
      {
        "id": "b802f6e3551d70a4ea91515e331b072288321171",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Stream is for `Op`s and not `Action`s\n- Add helper for inspecting the `Manifest` of an `Entry` without loading the\n  whole `Entry`",
        "base": "ee0d19f2eb5744777ed717b8f8ec585e54aed4f0",
        "oid": "94d91687a108fb15730d9041573d4c25b45332fe",
        "timestamp": 1737647810
      },
      {
        "id": "245f7c03f5e135eb5ffe7b9474a190e82e168628",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Ensure `alphanumeric` returns a `String` of length `size`",
        "base": "ee0d19f2eb5744777ed717b8f8ec585e54aed4f0",
        "oid": "ec00acba53c4df3a23b389c5a300266fb70a40e1",
        "timestamp": 1738095857
      },
      {
        "id": "e3365eb2f7b298629131f13431b04e91440ee8f5",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "85ddcace0a9fc888aa05bc0e8519ecf8b8a63911",
        "oid": "2a03320176768fd277a3089931e25ff3347e294e",
        "timestamp": 1753191647
      },
      {
        "id": "02ae4f3af2e386693f5dfbdbb52911049e072986",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Remove `rad cob ops`",
        "base": "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0",
        "oid": "243b1c77d445092337237b6c6e173c2d90e9cef9",
        "timestamp": 1755092410
      },
      {
        "id": "81ae60bc4ed70006a0f2d2e8991b19b886160c1d",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Rebased\n- Tidied up error module",
        "base": "8953ec4c87a4d69c92f78c649b82c9d009822017",
        "oid": "bfd7090ee3503bf47ca534080d45796b3ba405cc",
        "timestamp": 1755611821
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "91b841b8-0295-46ff-9914-9647ebf2139c"
  },
  "info_url": "https://cci.rad.levitte.org//91b841b8-0295-46ff-9914-9647ebf2139c.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/91b841b8-0295-46ff-9914-9647ebf2139c/w)

Started at: 2025-08-19 15:57:11.002270+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/91b841b8-0295-46ff-9914-9647ebf2139c/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"
}