CCI report: ec6c8bd5-cb91-426f-ba0f-578f3ab9acd9

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": "5afd17120cd63a4ab50cf6bc9377a7be63aa48f2",
    "author": {
      "id": "did:key:z6MktH4iY2Mvq5ZkmoM7ayB4GM3U4p6HXKgB98nafiWkCam7",
      "alias": "gy@morty"
    },
    "title": "node: use 300s as default upload-pack timeout",
    "state": {
      "status": "archived",
      "conflicts": []
    },
    "before": "034eb418600f01ffc27b84ad399372410d49cd13",
    "after": "6c589425b910e9b260bce62ffa5a5307ec531fb1",
    "commits": [
      "6c589425b910e9b260bce62ffa5a5307ec531fb1"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "5afd17120cd63a4ab50cf6bc9377a7be63aa48f2",
        "author": {
          "id": "did:key:z6MktH4iY2Mvq5ZkmoM7ayB4GM3U4p6HXKgB98nafiWkCam7",
          "alias": "gy@morty"
        },
        "description": "While working with larger repositories (.git/ folder is 778 MiB in my case), I find my public node\nfrequently emits warnings like\n\n    WARN  worker   Read channel timed out for upload-pack rad:<rid>\n\nI'd like to suggest to make the default fetch timeout longer to be 300s (5 minutes), which is more\nbalanced than the previous 1 hour or 3 seconds timeout.\n\nIn the future it might also be desirable to allow configurable fetch timeouts, but this patch does\nnot address this.\n\nSigned-off-by: Gaoyang Zhang <gy@blurgy.xyz>",
        "base": "034eb418600f01ffc27b84ad399372410d49cd13",
        "oid": "fdac2bcf2892c6d015eb551fb1341a11f2159bff",
        "timestamp": 1728491333
      },
      {
        "id": "2d40dda841cfec7ef8f65454c9504a08f58d2faf",
        "author": {
          "id": "did:key:z6MktH4iY2Mvq5ZkmoM7ayB4GM3U4p6HXKgB98nafiWkCam7",
          "alias": "gy@morty"
        },
        "description": "",
        "base": "034eb418600f01ffc27b84ad399372410d49cd13",
        "oid": "6c589425b910e9b260bce62ffa5a5307ec531fb1",
        "timestamp": 1728494233
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "ec6c8bd5-cb91-426f-ba0f-578f3ab9acd9"
  },
  "info_url": "https://cci.rad.levitte.org//ec6c8bd5-cb91-426f-ba0f-578f3ab9acd9.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/ec6c8bd5-cb91-426f-ba0f-578f3ab9acd9/w)

Started at: 2025-10-21 20:19:20.507754+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/ec6c8bd5-cb91-426f-ba0f-578f3ab9acd9/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny clippy::all

  cargo build --all-targets --workspace

  cargo doc --workspace

  cargo test --workspace --no-fail-fast

  '

Run the script

Commands:

Send result

{
  "response": "finished",
  "result": "failure"
}