CCI report: 5c949fe2-df59-4248-8ddb-ee4a79c81d34

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": "c57042d22408392e64cf959c90f60f882b39b03f",
    "author": {
      "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
      "alias": "ade"
    },
    "title": "tasks: Add spec for Tasks cob",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "e9245b630d728672d2b3d6ff9265fa4f1a86f13a",
    "after": "b270df902258be4d025671935ad119e13ee1b5d5",
    "commits": [
      "b270df902258be4d025671935ad119e13ee1b5d5",
      "4d7580d2d153623bbfa9089e67c1f846b4127569",
      "e2fcd1abdc1e4299d4e0841a662d670b1c1e546a",
      "e706a3c8be419cd12c6d0052a8cab873bfcac9bd",
      "387b7f4038c43ef5bcb45808c1d0af8dd3d62b7f",
      "53665641d5176ea8958cf650ee958d38dc4c0af9"
    ],
    "target": "e9245b630d728672d2b3d6ff9265fa4f1a86f13a",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "c57042d22408392e64cf959c90f60f882b39b03f",
        "author": {
          "id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
          "alias": "ade"
        },
        "description": "An initial stab at a spec for task cob to help us (me) organise.\n\nConceptually broken into:\n\n- Boards\n- Steps (may rename to status)\n- Tasks\n\nA board is a collection of steps which in turn are a collection of tasks.\n\nSteps and tasks are ordered. Steps can have a defined start and end so as\nto enable something like a `backlog` which is the default step for tasks\nto be added to but may not be rendered.\n\nTasks are progressively moved from the start step to the end step and\neventually archived.\n\nBoards have goals to focus their intent and usage. Only delegates may\ncreate and maintain the boards.\n\nThere should be enough sorting and filtering to enable different types\nof views.",
        "base": "e9245b630d728672d2b3d6ff9265fa4f1a86f13a",
        "oid": "b270df902258be4d025671935ad119e13ee1b5d5",
        "timestamp": 1772020202
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "5c949fe2-df59-4248-8ddb-ee4a79c81d34"
  },
  "info_url": "https://cci.rad.levitte.org//5c949fe2-df59-4248-8ddb-ee4a79c81d34.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/5c949fe2-df59-4248-8ddb-ee4a79c81d34/w)

Started at: 2026-02-25 12:56:42.712764+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/5c949fe2-df59-4248-8ddb-ee4a79c81d34/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"
}