CCI report: 3901466d-8d6d-49ec-ad8c-1e7892f7ce64

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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "Improve git-remote-rad for use with `jj`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "9e010068efdc4314dde2c07386303bdeed12b3ee",
    "after": "64d6c67afcb1d2d8a395689ccfad256969e4fc36",
    "commits": [
      "64d6c67afcb1d2d8a395689ccfad256969e4fc36",
      "1e590d9feb654928003f6e82dea3c5e37d8d1bd4",
      "2e34cf9de0140e5748116f89c4c4cc317344ac41"
    ],
    "target": "29043134a361aa8931cd069a1c72e3d2e8deae97",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "1a1e849d3261952874ff8b0fb759f4f1c98986ad",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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
      },
      {
        "id": "17b349f9cdd619cf73117bc6293d74556134987d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Changes:\n- Instead parsing a `RefString` and seeing if it is a commit, we use\n  `revparse_single` and peel it to its `Oid`.",
        "base": "9e010068efdc4314dde2c07386303bdeed12b3ee",
        "oid": "1e590d9feb654928003f6e82dea3c5e37d8d1bd4",
        "timestamp": 1751983677
      },
      {
        "id": "f12cb010298ac0847de5927500e7d7dbcd1014f9",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Review",
        "base": "9e010068efdc4314dde2c07386303bdeed12b3ee",
        "oid": "64d6c67afcb1d2d8a395689ccfad256969e4fc36",
        "timestamp": 1752672994
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "3901466d-8d6d-49ec-ad8c-1e7892f7ce64"
  },
  "info_url": "https://cci.rad.levitte.org//3901466d-8d6d-49ec-ad8c-1e7892f7ce64.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/3901466d-8d6d-49ec-ad8c-1e7892f7ce64/w)

Started at: 2025-07-16 15:36:45.884342+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/3901466d-8d6d-49ec-ad8c-1e7892f7ce64/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"
}