CCI report: 964a9f1b-1e7b-4020-9cc1-c70e02638641

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": "f8b8c2961e21bde16f126af5d64bc0719785f48c",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "oid: use `std::hash::Hasher::hash` over `Hasher::write`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "b7a7f55e78f190218370de7538340bfe358d7430",
    "after": "46958694a30607436a4905ed92a072d1f4ac70a3",
    "commits": [
      "46958694a30607436a4905ed92a072d1f4ac70a3",
      "9dad3aa12b22830c1f88da751e1fcbac6f9ff82a",
      "d4c82cf10ed4f8c238cc7afd693286b587f35d1a",
      "7c40cd2387bcabbe174105032ad70ef6a22898ac",
      "c3cab2bb19910c073eab31a28e43e70663c0283f"
    ],
    "target": "d9ae29deaa0dc43db4ea0391d6604cde0fc192c5",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f8b8c2961e21bde16f126af5d64bc0719785f48c",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Previously, the `RepoId` was backed by the `git2::Oid` type, which has a `Hash`\nimplementation that uses `std::hash::Hasher::hash`. This uses a length prefixed\nform for hashing.\n\nWhen switching to `radicle_oid::Oid` and implementing `Hash` without the length\nprefix, this subtly changed the hashes going forward.\n\nThese hashes are used in `BloomFilter`, which is the type underlying `Filter`.\nThis resulted in cases where a previous `Filter` that certainly contained\n`rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` were suddenly reporting that they did not\ncontain this repository.\n\nChanging the implementation of `Hash` for `radicle_oid::Oid` fixes this, and is\nconfirmed by adding the regression test in `filter.rs`.",
        "base": "b7a7f55e78f190218370de7538340bfe358d7430",
        "oid": "c3cab2bb19910c073eab31a28e43e70663c0283f",
        "timestamp": 1760609679
      },
      {
        "id": "87622b5ff2b081071bde80dccb1c3e8886411001",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "b7a7f55e78f190218370de7538340bfe358d7430",
        "oid": "46958694a30607436a4905ed92a072d1f4ac70a3",
        "timestamp": 1760618897
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "964a9f1b-1e7b-4020-9cc1-c70e02638641"
  },
  "info_url": "https://cci.rad.levitte.org//964a9f1b-1e7b-4020-9cc1-c70e02638641.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/964a9f1b-1e7b-4020-9cc1-c70e02638641/w)

Started at: 2025-10-16 14:48:36.115833+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/964a9f1b-1e7b-4020-9cc1-c70e02638641/w)

shell: 'export RUSTDOCFLAGS=''-D warnings''


  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"
}