CCI report: 2f92fade-3eaa-47c1-af65-c8496944b7ca

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": "1da708aed81e99e9151deec7012134dfa5f221fe",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle: Split `WriteRepository::set_head` up",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f00d1d67432882bef11fc940601f071efe55c88d",
    "after": "9cd98d7b26ebfdc5e58709693965011e13bbcab8",
    "commits": [
      "9cd98d7b26ebfdc5e58709693965011e13bbcab8",
      "9839ec841ea39f6ea82e63e48a807966300eb5b6"
    ],
    "target": "f00d1d67432882bef11fc940601f071efe55c88d",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "1da708aed81e99e9151deec7012134dfa5f221fe",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The method `set_head` did two things:\n 1. Compute the canonical head and set the default branch to target.\n 2. Set the symbolic reference `HEAD` to target the default branch.\n\nSplit these two concerns into:\n 1. `set_default_branch_to_canonical_head`\n 2. `set_head_to_default_branch`",
        "base": "f00d1d67432882bef11fc940601f071efe55c88d",
        "oid": "9cd98d7b26ebfdc5e58709693965011e13bbcab8",
        "timestamp": 1757248276
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "2f92fade-3eaa-47c1-af65-c8496944b7ca"
  },
  "info_url": "https://cci.rad.levitte.org//2f92fade-3eaa-47c1-af65-c8496944b7ca.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/2f92fade-3eaa-47c1-af65-c8496944b7ca/w)

Started at: 2025-09-07 14:31:21.412976+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/2f92fade-3eaa-47c1-af65-c8496944b7ca/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": "success"
}