CCI report: 4c411001-250d-4d85-9218-b9a054930be4

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": "822389184ade4dfb9d3fb0ec38dad11521f2b0d2",
    "author": {
      "id": "did:key:z6MkkMqyfkMdn8p1LF7LbjjEPJmZGksr3cdpsvFdxKWUVfNZ",
      "alias": "kinnison-lassitude"
    },
    "title": "Enable unseeding by repository name",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "ee17109501428319311d18f9bfc339a2a6dec88b",
    "after": "d8e5a19cd61da43640b61bb7487ced0f63f0c6f4",
    "commits": [
      "d8e5a19cd61da43640b61bb7487ced0f63f0c6f4",
      "425a97a9191e48fb7417407acb47fe96916fdcb3",
      "03327bcdde6017d8af98f0219cdae079031e9498"
    ],
    "target": "71a91042d96bb994c4cd4311d85f5cd1a6311b4e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "822389184ade4dfb9d3fb0ec38dad11521f2b0d2",
        "author": {
          "id": "did:key:z6MkkMqyfkMdn8p1LF7LbjjEPJmZGksr3cdpsvFdxKWUVfNZ",
          "alias": "kinnison-lassitude"
        },
        "description": "When I was looking at `rad ls` and wanting to unseed things, I instinctively tried to `rad unseed reponame` which failed because it wasn't a `rid`.\n\nThis patch enables unseeding by repository name, coping with ambiguity by not unseeding anything. Currently ambiguity is listed using `log::error` which by default won't show anything. Perhaps `term::notice!()` might be better?",
        "base": "ee17109501428319311d18f9bfc339a2a6dec88b",
        "oid": "dc472dd78d1c0bf08c55f7bd8fb532ec3271dfe2",
        "timestamp": 1782570441
      },
      {
        "id": "c06577b0490cb11fbbd666afe1371053c53bd515",
        "author": {
          "id": "did:key:z6MkkMqyfkMdn8p1LF7LbjjEPJmZGksr3cdpsvFdxKWUVfNZ",
          "alias": "kinnison-lassitude"
        },
        "description": "Move name resolution into a trait in the radicle crate.",
        "base": "ee17109501428319311d18f9bfc339a2a6dec88b",
        "oid": "d8e5a19cd61da43640b61bb7487ced0f63f0c6f4",
        "timestamp": 1783445207
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "4c411001-250d-4d85-9218-b9a054930be4"
  },
  "info_url": "https://cci.rad.levitte.org//4c411001-250d-4d85-9218-b9a054930be4.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/4c411001-250d-4d85-9218-b9a054930be4/w)

Started at: 2026-07-27 18:39:08.865066+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/4c411001-250d-4d85-9218-b9a054930be4/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"
}