CCI report: b93f215c-517e-4b4f-a068-75f2ae3c2bde

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": "Updated",
  "patch": {
    "id": "92374aa0a2a9fb73d45cb937936620d3f5742946",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "radicle: Prevent `RAD_SOCKET` from polluting tests",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
    "after": "1b2ae55a2e8a3fcdf508f8f53b6a0290c40ce0a5",
    "commits": [
      "1b2ae55a2e8a3fcdf508f8f53b6a0290c40ce0a5"
    ],
    "target": "a2de55cbb99ae178f09af61e3acf21192ee62097",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "92374aa0a2a9fb73d45cb937936620d3f5742946",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The value of `RAD_SOCKET` influences the outcome of `cargo test`.\n\nUsers that set this environment variable to, e.g. point `rad` at\na socket at a custom location, were surprised that execution of\ntests would interact with their node.\n\nSplit `Home::socket` into two functions. `Home::socket_default` is\n\"pure\" and only dependent on the path represented by `Home`. On the\nother hand, `Home::socket_from_env` interprets the environment.\n\nMost users will want to use `Home::socket_from_env`.",
        "base": "d9915d275fd07d20db08cf7d3488f8650e66b88a",
        "oid": "0c72a2f6c887dcf6e648b6f3266b83808d4bb202",
        "timestamp": 1774103064
      },
      {
        "id": "a08ee7e4ee14baac1edd1798ed158013c3a77e75",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Rebase",
        "base": "9fda8c6d8f8a00102a7983d9dfa9bc624c91daab",
        "oid": "c6a7ac56195b890e6b5715cf9cf1bef0cb91f8d1",
        "timestamp": 1774103269
      },
      {
        "id": "50281ddb34d6e1213706f636ab694ca0a4e47d38",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "REVIEW\n\nSee commmits",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "3b55b1bfc9dc024376db57a54b559f1be44b15ba",
        "timestamp": 1775146670
      },
      {
        "id": "b77e9b41650109c3447708cbe7686bc108a93c59",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Squash in review. I could not reproduce the test failure.",
        "base": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "oid": "1b2ae55a2e8a3fcdf508f8f53b6a0290c40ce0a5",
        "timestamp": 1775676136
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "b93f215c-517e-4b4f-a068-75f2ae3c2bde"
  },
  "info_url": "https://cci.rad.levitte.org//b93f215c-517e-4b4f-a068-75f2ae3c2bde.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/b93f215c-517e-4b4f-a068-75f2ae3c2bde/w)

Started at: 2026-04-08 21:22:53.583389+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/b93f215c-517e-4b4f-a068-75f2ae3c2bde/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"
}