CCI report: d5d6609a-e233-40df-a42c-612d265c6b38

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:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
      "alias": "levitte"
    },
    "title": "tests: ensure that all builds are made in the same target directory",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "80c1bba76f432e70d6e766fe750bea70554cfe86",
    "after": "cf091289bb38100cbf05ba2cd00d3df5b61fb514",
    "commits": [
      "cf091289bb38100cbf05ba2cd00d3df5b61fb514"
    ],
    "target": "80c1bba76f432e70d6e766fe750bea70554cfe86",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "e55ed29803bc492d2394cc18acb2ce4cae5e8f77",
        "author": {
          "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
          "alias": "levitte"
        },
        "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "d5d6609a-e233-40df-a42c-612d265c6b38"
  },
  "info_url": "https://cci.rad.levitte.org//d5d6609a-e233-40df-a42c-612d265c6b38.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/d5d6609a-e233-40df-a42c-612d265c6b38/w)

Started at: 2026-04-13 15:50:32.521715+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/d5d6609a-e233-40df-a42c-612d265c6b38/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"
}