CCI report: adb565a8-04a0-459e-bbfb-a90484e34cd4

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": "Updated",
  "patch": {
    "id": "e85ff9a017158b948bb0ceb22afc89769c8d4f16",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "node: clean up `UploadError`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "db3b3b05484029bd747abad04911c405551be1dc",
    "after": "e965d9a2c98e3f93d1a277da2f10c51066094d8b",
    "commits": [
      "e965d9a2c98e3f93d1a277da2f10c51066094d8b"
    ],
    "target": "db3b3b05484029bd747abad04911c405551be1dc",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "e85ff9a017158b948bb0ceb22afc89769c8d4f16",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "This change better separates the different errors that can occur during an\nupload. It does this by:\n- Separating the authorization error into its own enum and having a variant\n  simply for that\n- The `PacketLine` error was never constructed, so the error returned from the\n  `upload_pack::pktline::git_request` is now wrapped in this variant.\n- The error from `upload_pack::upload_pack` is now wrapped in an `UploadPack`\n  variant.\n- The `Io` variant is removed.\n- Other redundant variants are also removed.",
        "base": "e0d18b86561b20b3789194d861c3ea0b183c9e41",
        "oid": "b408e44ec15bd538e70d189ebf153154820b41e6",
        "timestamp": 1747143244
      },
      {
        "id": "17dc49ddb41c4f9159d31bb2cac3e403fe888641",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "db3b3b05484029bd747abad04911c405551be1dc",
        "oid": "e965d9a2c98e3f93d1a277da2f10c51066094d8b",
        "timestamp": 1752063265
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "adb565a8-04a0-459e-bbfb-a90484e34cd4"
  },
  "info_url": "https://cci.rad.levitte.org//adb565a8-04a0-459e-bbfb-a90484e34cd4.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/adb565a8-04a0-459e-bbfb-a90484e34cd4/w)

Started at: 2025-07-09 14:14:27.335549+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/adb565a8-04a0-459e-bbfb-a90484e34cd4/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"
}