CCI report: df9697fa-5df3-4f7f-ab4f-15e4b02e3968

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": "1a1e849d3261952874ff8b0fb759f4f1c98986ad",
    "author": {
      "id": "did:key:z6MkhjouL6i63oTt9zTH4ympbz38kgSG465NaPFnU3YA6fiq",
      "alias": "hu"
    },
    "title": "Improve git-remote-rad for use with `jj`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "78ba263d0a946c4b90235d562b56ceb7badfc965",
    "after": "a052e5d36cd0ecb4c6ec1bec6074748b7a05155f",
    "commits": [
      "a052e5d36cd0ecb4c6ec1bec6074748b7a05155f",
      "60d80abe8ef2d5bd9286fbc5d3dae8c101ab6572"
    ],
    "target": "570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "1a1e849d3261952874ff8b0fb759f4f1c98986ad",
        "author": {
          "id": "did:key:z6MkhjouL6i63oTt9zTH4ympbz38kgSG465NaPFnU3YA6fiq",
          "alias": "hu"
        },
        "description": "This makes `jj` work a bit better with `git-remote-rad`:\n\n* git-remote-rad: Allow pushing from bare repositories\n\n  Bare git repositories are meant to fetch into/push from and\n  fetching works, but pushing from a bare repo into radicle-storage\n  was prohibited.\n\n  This is a problem for me as I want to use `jj`, which uses\n  a bare git repository in the back (when not co-located into\n  a \"normal\" git repository).\n\n* git-remote-rad: Allow pushing commit SHAs into `refs/patches`\n\n  This makes scripting so much simpler than having to change HEAD\n  or create a branch first.",
        "base": "78ba263d0a946c4b90235d562b56ceb7badfc965",
        "oid": "a052e5d36cd0ecb4c6ec1bec6074748b7a05155f",
        "timestamp": 1751398410
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "df9697fa-5df3-4f7f-ab4f-15e4b02e3968"
  },
  "info_url": "https://cci.rad.levitte.org//df9697fa-5df3-4f7f-ab4f-15e4b02e3968.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/df9697fa-5df3-4f7f-ab4f-15e4b02e3968/w)

Started at: 2025-07-01 21:33:33.234893+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/df9697fa-5df3-4f7f-ab4f-15e4b02e3968/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"
}