CCI report: eed0a9c3-b2db-4614-bdc2-837a5b9af184

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": "ae0c6cc8b3f71c94bde192ee99e82dc70173cb75",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Revisit bare repositories",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "379037956a6cb88cb826a7f57276fca4a2c6c084",
    "after": "693ca362e06dac69f8ea6114ae05deb130863f47",
    "commits": [
      "693ca362e06dac69f8ea6114ae05deb130863f47",
      "f22e3423f3d2974535922692e092f48b888dd7d8",
      "2bf59f05ca64619f395fefc62456fb7b98d05f39",
      "24248d9db14d100683bff1816ab532981bdc9475",
      "c5e18c61e52817afde86a3444a996ad6febb1551",
      "9e4b5d90ec5b9b6185a97e0fff23abf52295475a",
      "c6ea269c5604f203c4ba78be4769df8797ab2a6e",
      "b925674af0d560c9c6e61a76347a5e831c894082",
      "822060880abebebf76a08adb5201c1187093df68",
      "d819d3b834824f3c00019fef8b384c9d64dacf75",
      "90c39160823fb676ef2a68f25ec04093c8cac5c4",
      "fed1312a894f7cfab8028efef8670994ff34f555"
    ],
    "target": "66adbffd615bcd6a560213f01f3a35c424714c45",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "ae0c6cc8b3f71c94bde192ee99e82dc70173cb75",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "This patchset starts off with changes to `radicle-remote-helper`: Maintainence such as making the crate binary-only and a small clean up.\nThen, handling of `GIT_DIR` is simplified throughout `radicle{,-remote-helper,-cli}`, which unlocks usage of the remote helper with bare repositories.\nNext, the commands `rad init` and `rad clone` learn to handle bare repositories.\nFinally, code paths that would error or degrade upon detecting a bare repository are removed or fixed.\n\nOverall, this patch should significantly improve interoperability with bare repositories.",
        "base": "379037956a6cb88cb826a7f57276fca4a2c6c084",
        "oid": "525a241ddf4428fdbe2e5076262832ac4d4a21bd",
        "timestamp": 1757672429
      },
      {
        "id": "81fd9a59dfb1f8048cdd9c74be08672494330895",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "REVIEW",
        "base": "379037956a6cb88cb826a7f57276fca4a2c6c084",
        "oid": "b2b132fa62232528ad402046c0bf67165f8871cb",
        "timestamp": 1757680539
      },
      {
        "id": "37bde804d2ecf3b2f5d7dfbd169abd87f04c111c",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Incorporate Fintan's review.",
        "base": "379037956a6cb88cb826a7f57276fca4a2c6c084",
        "oid": "5bff08f75044330991dc6f0e1e9e986d5441caf5",
        "timestamp": 1757780842
      },
      {
        "id": "d3a28c470673a6d66ca0f5546642c2c36ea1ed90",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Implement listing `HEAD`.",
        "base": "379037956a6cb88cb826a7f57276fca4a2c6c084",
        "oid": "9b6683739e60d930ad2bd63f3e0cfdd46118c60d",
        "timestamp": 1757798893
      },
      {
        "id": "9120167c0fd635bea71d53e813cb12c2019ca6fa",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- `cargo fmt`\n- Fix doc link by removing, since the method was unknown",
        "base": "379037956a6cb88cb826a7f57276fca4a2c6c084",
        "oid": "693ca362e06dac69f8ea6114ae05deb130863f47",
        "timestamp": 1757928028
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "eed0a9c3-b2db-4614-bdc2-837a5b9af184"
  },
  "info_url": "https://cci.rad.levitte.org//eed0a9c3-b2db-4614-bdc2-837a5b9af184.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/eed0a9c3-b2db-4614-bdc2-837a5b9af184/w)

Started at: 2025-09-15 11:26:53.058507+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/eed0a9c3-b2db-4614-bdc2-837a5b9af184/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"
}