CCI report: 2a6a406f-9b9f-471a-90df-f90f88a79762

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": "772c50a84500ed1ba5417ecf237d4d96b38eb8c2",
    "author": {
      "id": "did:key:z6Mkgi3EW1eVVb4REBZspeU9cHrJev8GEZae7uACZJkxCKMz",
      "alias": "killerdevildog11"
    },
    "title": "feat(clone): initial groundwork for rad clone --meta flag",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "589925e3a3d792b321661a2e3f33b1f38be15063",
    "after": "f56315a766e2b84d035eaeb8f02545e103ac8c06",
    "commits": [
      "f56315a766e2b84d035eaeb8f02545e103ac8c06"
    ],
    "target": "91eb6fc078727337449c203b8cf54aba4f40d816",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "772c50a84500ed1ba5417ecf237d4d96b38eb8c2",
        "author": {
          "id": "did:key:z6Mkgi3EW1eVVb4REBZspeU9cHrJev8GEZae7uACZJkxCKMz",
          "alias": "killerdevildog11"
        },
        "description": "Add FetchMode enum with Full and Meta variants to support metadata-only\nfetches. Thread the mode parameter through the entire fetch pipeline:\n\n- CLI: Add --meta flag to rad clone (conflicts with --bare/--directory)\n- Node: Add fetch_with_mode trait method and command field\n- Protocol: Thread mode through service, session, and worker layers\n- Fetch: Add clone_metadata/pull_metadata functions for meta-only fetches\n\nWhen --meta is used, only the repository identity is fetched, allowing\nusers to inspect project name and description without downloading full\nrepository data.\n\nSigned-off-by: Quaylyn Rimer <quaylynrimer11@gmail.com>",
        "base": "589925e3a3d792b321661a2e3f33b1f38be15063",
        "oid": "f56315a766e2b84d035eaeb8f02545e103ac8c06",
        "timestamp": 1769493812
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "2a6a406f-9b9f-471a-90df-f90f88a79762"
  },
  "info_url": "https://cci.rad.levitte.org//2a6a406f-9b9f-471a-90df-f90f88a79762.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/2a6a406f-9b9f-471a-90df-f90f88a79762/w)

Started at: 2026-01-27 07:03:36.208608+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/2a6a406f-9b9f-471a-90df-f90f88a79762/w)

shell: 'export RUSTDOCFLAGS=''-D warnings''


  cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny warnings

  cargo build --all-targets --workspace

  cargo doc --workspace --no-deps --all-features

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

  '

Run the script

Commands:

Send result

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