CCI report: 76c0510d-dc7a-4af5-acb6-f68481d201d7

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": "a6734b68b1d3d3cbd03f9b507167c930c6d65042",
    "author": {
      "id": "did:key:z6MkmpBE8j3qCmpqWywKWu3mJaZjz8rTRgrkiq9Z6DPoCQ6d",
      "alias": null
    },
    "title": "Fix linker error on macos 14.3 with nix build",
    "state": {
      "status": "merged",
      "conflicts": []
    },
    "before": "a48081f2717f069d456ec09f31d9e639b232dbed",
    "after": "da317faa8bc3e3e0fc9ffb7d08f9ec2d055a1b7b",
    "commits": [
      "da317faa8bc3e3e0fc9ffb7d08f9ec2d055a1b7b"
    ],
    "target": "6cfed884bf37cba1e0d8e97fa8b0e94df4a04b1f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "a6734b68b1d3d3cbd03f9b507167c930c6d65042",
        "author": {
          "id": "did:key:z6MkmpBE8j3qCmpqWywKWu3mJaZjz8rTRgrkiq9Z6DPoCQ6d",
          "alias": null
        },
        "description": "Using nix build resulted in a linker error\n\nld: framework not found Security\n\nFollowing the proposed solution in\nhttps://discourse.nixos.org/t/compile-a-rust-binary-on-macos-dbcrossbar/8612\nresolves the issue.",
        "base": "a48081f2717f069d456ec09f31d9e639b232dbed",
        "oid": "da317faa8bc3e3e0fc9ffb7d08f9ec2d055a1b7b",
        "timestamp": 1709888317
      },
      {
        "id": "3db1dce8fb8d0f09d21b16dd8ff5ca931b5ec083",
        "author": {
          "id": "did:key:z6MkmpBE8j3qCmpqWywKWu3mJaZjz8rTRgrkiq9Z6DPoCQ6d",
          "alias": null
        },
        "description": "Rebase.",
        "base": "00102beb298296b793e164f2455fa7d4cd4b70d2",
        "oid": "00102beb298296b793e164f2455fa7d4cd4b70d2",
        "timestamp": 1709938334
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "76c0510d-dc7a-4af5-acb6-f68481d201d7"
  },
  "info_url": "https://cci.rad.levitte.org//76c0510d-dc7a-4af5-acb6-f68481d201d7.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/76c0510d-dc7a-4af5-acb6-f68481d201d7/w)

Started at: 2025-10-21 19:30:52.873637+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/76c0510d-dc7a-4af5-acb6-f68481d201d7/w)

shell: 'cargo --version

  rustc --version


  cargo fmt --check

  cargo clippy --all-targets --workspace -- --deny clippy::all

  cargo build --all-targets --workspace

  cargo doc --workspace

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

  '

Run the script

Commands:

Send result

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