CCI report: f7fdcfeb-1c4a-44cb-ac52-87750c8a6221

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": "e5ee745cef53df3eea2a5c24f1d80d2644afef38",
    "author": {
      "id": "did:key:z6MkwfcG8rNEmYBVd1FAEf827q7s57i2iUSwHTaKPjpAbzQA",
      "alias": "hu"
    },
    "title": "git-remote-rad: Work better with `jj`",
    "state": {
      "status": "archived",
      "conflicts": []
    },
    "before": "78ba263d0a946c4b90235d562b56ceb7badfc965",
    "after": "a052e5d36cd0ecb4c6ec1bec6074748b7a05155f",
    "commits": [
      "a052e5d36cd0ecb4c6ec1bec6074748b7a05155f",
      "60d80abe8ef2d5bd9286fbc5d3dae8c101ab6572"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "e5ee745cef53df3eea2a5c24f1d80d2644afef38",
        "author": {
          "id": "did:key:z6MkwfcG8rNEmYBVd1FAEf827q7s57i2iUSwHTaKPjpAbzQA",
          "alias": "hu"
        },
        "description": "This patch was made entirely from within a `jj` repository that\nis not co-located in a git repository. I would not recommend\ndoing that though: It still requires a lot of manual configuration\nand hand-holding.\n\nThe necessary changes were:\n\n\ngit-remote-rad: Allow pushing from bare repositories\n\nBare git repositories are meant to fetch into/push from and\nfetching works, but pushing from a bare repo into radicle-storage\nwas prohibited.\n\nThis is a problem for me as I want to use `jj`, which uses\na bare git repository in the back (when not co-located into\na \"normal\" git repository).\n\n\ngit-remote-rad: Allow pushing commit SHAs into `refs/patches`\n\nThis makes scripting so much simpler than having to change HEAD\nor create a branch first.",
        "base": "78ba263d0a946c4b90235d562b56ceb7badfc965",
        "oid": "a052e5d36cd0ecb4c6ec1bec6074748b7a05155f",
        "timestamp": 1751191086
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "f7fdcfeb-1c4a-44cb-ac52-87750c8a6221"
  },
  "info_url": "https://cci.rad.levitte.org//f7fdcfeb-1c4a-44cb-ac52-87750c8a6221.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/f7fdcfeb-1c4a-44cb-ac52-87750c8a6221/w)

Started at: 2025-10-21 21:59:02.690836+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/f7fdcfeb-1c4a-44cb-ac52-87750c8a6221/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"
}