CCI report: 9269e999-3f7b-4c83-a196-a8820d7efa40

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": "0e5a4af2f44866dcfd25904f0b650f8bfdef1624",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle/git/canonical: Actually use qualified refs",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "2149770a4b93ac731a025838e44e4c45edb3c3ff",
    "after": "e1cf94521e039c9555f26a3c4e7389b857f40960",
    "commits": [
      "e1cf94521e039c9555f26a3c4e7389b857f40960"
    ],
    "target": "2149770a4b93ac731a025838e44e4c45edb3c3ff",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "0e5a4af2f44866dcfd25904f0b650f8bfdef1624",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Some tests actually do not use qualified patterns. The removed lines\n*should* not compile because the `qualified_pattern!` proc macro\n*should* validate the string literals at compile time, but it contains\na bug and actually does not assert well-formedness of qualified\nrefspec patterns. Rectify.",
        "base": "2149770a4b93ac731a025838e44e4c45edb3c3ff",
        "oid": "e1cf94521e039c9555f26a3c4e7389b857f40960",
        "timestamp": 1759761106
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "9269e999-3f7b-4c83-a196-a8820d7efa40"
  },
  "info_url": "https://cci.rad.levitte.org//9269e999-3f7b-4c83-a196-a8820d7efa40.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/9269e999-3f7b-4c83-a196-a8820d7efa40/w)

Started at: 2025-10-06 16:31:52.932868+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/9269e999-3f7b-4c83-a196-a8820d7efa40/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"
}