CCI report: 91b5a645-3283-410d-b15d-fd5b132df2fb

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": "e855cbf7171ef5c4e42f5b8ba1c9d624f1b517e4",
    "author": {
      "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
      "alias": "sebastinez"
    },
    "title": "httpd: Add /raw route to get file at canonical head",
    "state": {
      "status": "merged",
      "conflicts": []
    },
    "before": "db98daeccaa08d2dbf2982beec599519be24f6af",
    "after": "881fe0251902ced0de517af9685f9e61054e9192",
    "commits": [
      "881fe0251902ced0de517af9685f9e61054e9192"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "e855cbf7171ef5c4e42f5b8ba1c9d624f1b517e4",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "Instead of requiring to specify a commit to obtain a file through the\n/raw route, this commit allows to prefix `/head` to get the file at the\ncurrent canonical head commit.",
        "base": "db98daeccaa08d2dbf2982beec599519be24f6af",
        "oid": "981682240364aface75295f5bbcfa96d08c422fa",
        "timestamp": 1717153461
      },
      {
        "id": "0ae09a1378522739453b5f0b2e9dc91d344bebb5",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "Use `head()` instead of `canonical_head()`",
        "base": "db98daeccaa08d2dbf2982beec599519be24f6af",
        "oid": "881fe0251902ced0de517af9685f9e61054e9192",
        "timestamp": 1717502581
      },
      {
        "id": "8d187be6ea3fc47fa60cd588d537bf065c2968ce",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "Rebase.",
        "base": "3ae7e305bd6d93f3e92167285e2fe00c4cdef50d",
        "oid": "dff6df10fb3837093014da692dcd3263cd0f3d31",
        "timestamp": 1717503589
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "91b5a645-3283-410d-b15d-fd5b132df2fb"
  },
  "info_url": "https://cci.rad.levitte.org//91b5a645-3283-410d-b15d-fd5b132df2fb.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/91b5a645-3283-410d-b15d-fd5b132df2fb/w)

Started at: 2025-10-21 18:58:49.356805+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/91b5a645-3283-410d-b15d-fd5b132df2fb/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"
}