CCI report: 42b5940d-fe4c-4d0e-9bd3-b75fc5a646ed

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": "a1b9d9c92737f12b5b24405042e2432cc9730a5e",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Revisit `radicle::git::raw`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ac572e64e5029cb1db16f05158915b6ef55ab7e7",
    "after": "8a4da32e918c77c0e2db5518dc0edc0e8e2d8158",
    "commits": [
      "8a4da32e918c77c0e2db5518dc0edc0e8e2d8158",
      "52dfcadd7cad296d4f2c2a19d1e34a3696670c4f"
    ],
    "target": "ac572e64e5029cb1db16f05158915b6ef55ab7e7",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "a1b9d9c92737f12b5b24405042e2432cc9730a5e",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "### Capture all `git2` re-exports\n\nA refactoring internal to the `radicle` crate, with the goal of\nmaking dependency on `git2` clearer and more controlled.\n`radicle::git::raw` is changed from a complete re-export of `git2`\nto a module that selectively re-exports (many) members of `git2`.\n\nIn the future, no more `use git2::\u2026` statements should be added\noutside of `crates/radicle/src/git/raw.rs`. This is in an effort to\ndecrease dependence on `git2` in the future.\n\n\n### Introduce `trait ErrorExt`\n\nThis extension trait is more ergonomic than what `radicle-git-ext`\nprovides.",
        "base": "ac572e64e5029cb1db16f05158915b6ef55ab7e7",
        "oid": "8a4da32e918c77c0e2db5518dc0edc0e8e2d8158",
        "timestamp": 1760044451
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "42b5940d-fe4c-4d0e-9bd3-b75fc5a646ed"
  },
  "info_url": "https://cci.rad.levitte.org//42b5940d-fe4c-4d0e-9bd3-b75fc5a646ed.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/42b5940d-fe4c-4d0e-9bd3-b75fc5a646ed/w)

Started at: 2025-10-09 23:15:54.267291+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/42b5940d-fe4c-4d0e-9bd3-b75fc5a646ed/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"
}