CCI report: 41668ffe-7da5-4996-8e92-45655cbb96cf

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": "6c6688fae7866594ec3a02a9d526789ae49c5b7d",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "node/worker/garbage: Clean up",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "188f3041d6a72cec34c2d0077aff3b2503d3d124",
    "after": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
    "commits": [
      "027de89cdb93f9f08e46ab76ab38c62c4005724a"
    ],
    "target": "188f3041d6a72cec34c2d0077aff3b2503d3d124",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "6c6688fae7866594ec3a02a9d526789ae49c5b7d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Clippy reports dead code on all variants except `Hours` on `Expiry`,\nsince the type is defined in a binary crate.\n\nAllow dead code here, just in case we want to use the other variants in\nthe future. They are not a maintenance burden, as the implementation is\nsimple and does not see much change.\n\nSlightly refactor:\n - `impl std::fmt::Display for Expiry` to look cleaner.\n - `fn collect` to borrow `RepoId`, since it only needs\n   a borrow, and a a borrow of `Expiry` to spare a copy\n   at the only call site.\n - The constant for the default value of `Expiry` to be\n   associated with the type `Expiry`.\n\nRemove a remark about the default value of `Expiry` from `FetchConfig`,\nas the default value is not a concern there, but rather wherever\n`Expiry` is initialized.",
        "base": "188f3041d6a72cec34c2d0077aff3b2503d3d124",
        "oid": "027de89cdb93f9f08e46ab76ab38c62c4005724a",
        "timestamp": 1784280800
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "41668ffe-7da5-4996-8e92-45655cbb96cf"
  },
  "info_url": "https://cci.rad.levitte.org//41668ffe-7da5-4996-8e92-45655cbb96cf.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/41668ffe-7da5-4996-8e92-45655cbb96cf/w)

Started at: 2026-07-17 11:34:29.528534+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/41668ffe-7da5-4996-8e92-45655cbb96cf/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": "success"
}