CCI report: 97e98cc5-4312-4c2f-9597-000b91698d21

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": "406e0390bf04a69557fdb0098ab43f671651e95d",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle: Add `tempfile` to dev-dependencies",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "10e7b94c304d215ad4a1ff326233098ab182d0b1",
    "after": "85f799c16fee4bb8a099dc203a230abbd59eb565",
    "commits": [
      "85f799c16fee4bb8a099dc203a230abbd59eb565"
    ],
    "target": "191c287955f8673ce664fdfd7a88cbbd43f2d30e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "406e0390bf04a69557fdb0098ab43f671651e95d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "In commit 2149770a4b93ac731a025838e44e4c45edb3c3ff the dependency\n`tempfile` was made optional, and added to be enabled by the feature\nflag `test`. However, the *tests of this crate itself* need the\ndependency *unconditionally* as they want to create temporary\ndirectories.\n\nThis was not noticed earlier, since the error does not surface when\nthe whole workspace is tested (`cargo test --workspace`), but only\nwhen the crate itself is tested (`cargo test --package=radicle`),\nbecause when testing the workspace, dependents of `radicle` will\nenable the `test` feature flag.",
        "base": "10e7b94c304d215ad4a1ff326233098ab182d0b1",
        "oid": "85f799c16fee4bb8a099dc203a230abbd59eb565",
        "timestamp": 1760189447
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "97e98cc5-4312-4c2f-9597-000b91698d21"
  },
  "info_url": "https://cci.rad.levitte.org//97e98cc5-4312-4c2f-9597-000b91698d21.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/97e98cc5-4312-4c2f-9597-000b91698d21/w)

Started at: 2025-10-11 15:34:59.552782+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/97e98cc5-4312-4c2f-9597-000b91698d21/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

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

  '

Run the script

Commands:

Send result

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