CCI report: 69a07cae-80e3-461d-9c31-bafc7dc882c7

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": "e55ed29803bc492d2394cc18acb2ce4cae5e8f77",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "tests: ensure that all builds are made in the same target directory",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "80c1bba76f432e70d6e766fe750bea70554cfe86",
    "after": "adfd89f6093e03a754762038c154ac10d5280b60",
    "commits": [
      "adfd89f6093e03a754762038c154ac10d5280b60"
    ],
    "target": "80c1bba76f432e70d6e766fe750bea70554cfe86",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "e55ed29803bc492d2394cc18acb2ce4cae5e8f77",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "'build test' builds radicle-remote-helper and radicle-cli, making the\nassumption that the target directory is always within the source\ndirectory.  However, the user may have a different idea, specified\nwith the environment variable CARGO_TARGET_DIR (supported by cargo, see\nhttps://doc.rust-lang.org/cargo/reference/environment-variables.html).\n\nThis change adds support for CARGO_TARGET_DIR, with a fallback to 'target'\nat the top of the source tree if CARGO_TARGET_DIR is undefined.",
        "base": "80c1bba76f432e70d6e766fe750bea70554cfe86",
        "oid": "cf091289bb38100cbf05ba2cd00d3df5b61fb514",
        "timestamp": 1776088227
      },
      {
        "id": "925f82de84569cfd79ef07f8a2be81ae0ad5a721",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Reword commit message.",
        "base": "80c1bba76f432e70d6e766fe750bea70554cfe86",
        "oid": "adfd89f6093e03a754762038c154ac10d5280b60",
        "timestamp": 1776205323
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "69a07cae-80e3-461d-9c31-bafc7dc882c7"
  },
  "info_url": "https://cci.rad.levitte.org//69a07cae-80e3-461d-9c31-bafc7dc882c7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/69a07cae-80e3-461d-9c31-bafc7dc882c7/w)

Started at: 2026-04-15 00:22:15.249326+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/69a07cae-80e3-461d-9c31-bafc7dc882c7/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"
}