CCI report: 2601c350-25fd-4510-b5c4-b967cd40f64e

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": "40a8d729525d768c4be2a6bb7b6fcd5e8e13a6b4",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle: introduce COB stream",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0",
    "after": "243b1c77d445092337237b6c6e173c2d90e9cef9",
    "commits": [
      "243b1c77d445092337237b6c6e173c2d90e9cef9",
      "4805ee3ad4302e3763e229e3e43e466524edabaf",
      "76cd77ecc808e7611463a03d8a4240d61d20ed39",
      "d083cb020966611ae9a27bb1ad769c5dfc3e315e",
      "da99e931aeee1022ff7ff4f25abc22f22799f947",
      "303b79d454cf8d3592b977345d0288caa70edfe5",
      "8d1581be65f614b86e2c0ea3cd118962e9d7318d",
      "6868fdd12ded9ebbc99e980f2d36a8753dacb312"
    ],
    "target": "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "40a8d729525d768c4be2a6bb7b6fcd5e8e13a6b4",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Changes:\n- Ensure `alphanumeric` returns a `String` of length `size`",
        "base": "ee0d19f2eb5744777ed717b8f8ec585e54aed4f0",
        "oid": "ec00acba53c4df3a23b389c5a300266fb70a40e1",
        "timestamp": 1738095857
      },
      {
        "id": "e3365eb2f7b298629131f13431b04e91440ee8f5",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebased",
        "base": "85ddcace0a9fc888aa05bc0e8519ecf8b8a63911",
        "oid": "2a03320176768fd277a3089931e25ff3347e294e",
        "timestamp": 1753191647
      },
      {
        "id": "02ae4f3af2e386693f5dfbdbb52911049e072986",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Remove `rad cob ops`",
        "base": "1cd3ad078453b316dc7f1d4aeb637fc2f6af35e0",
        "oid": "243b1c77d445092337237b6c6e173c2d90e9cef9",
        "timestamp": 1755092410
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "2601c350-25fd-4510-b5c4-b967cd40f64e"
  },
  "info_url": "https://cci.rad.levitte.org//2601c350-25fd-4510-b5c4-b967cd40f64e.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/2601c350-25fd-4510-b5c4-b967cd40f64e/w)

Started at: 2025-08-13 16:27:56.008585+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/2601c350-25fd-4510-b5c4-b967cd40f64e/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"
}