CCI report: ef7a46aa-d2ae-4480-89c5-96fc0152545b

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": "806043519e7439bebe26a66b247025ef5a7f8ef0",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Sans-IO Fetcher",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "352c29c23ce2560750369aa50bc9f43bf3019d3f",
    "after": "996209f1096a782f9ccfffb4e7bd98af2c4e1996",
    "commits": [
      "996209f1096a782f9ccfffb4e7bd98af2c4e1996",
      "053ccccfbeb826abc1db04e2d215a48eb82b2dd5",
      "b4152cbbf8cdef1a18806003b51d2e88a146569c",
      "6cf5299ceb80da245d16f6f4ead561f4ea956294",
      "aef403500ad7fef8d279c88a4e8ede7fc5634d28"
    ],
    "target": "352c29c23ce2560750369aa50bc9f43bf3019d3f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "806043519e7439bebe26a66b247025ef5a7f8ef0",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "This patch series introduces a new family of types for keeping track\nof fetch state in the protocol.\n\nThis consolidates this tracking of state into one place, and removes\nit from the connection session data.\n\nIt uses sans-IO patterns so that the state transitions can be more\neasily tested without relying on complicated setup logic.\n\nThis data is then wired up to the `Service` to maintain the same (or\nbest as possible) semantics for fetching in the running node.\n\nNote there are some breaking changes due to the removal of the\n`fetching` state from the `State` type \u2013 which in turn was is used in\n`Seeds`.",
        "base": "352c29c23ce2560750369aa50bc9f43bf3019d3f",
        "oid": "996209f1096a782f9ccfffb4e7bd98af2c4e1996",
        "timestamp": 1765631088
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "ef7a46aa-d2ae-4480-89c5-96fc0152545b"
  },
  "info_url": "https://cci.rad.levitte.org//ef7a46aa-d2ae-4480-89c5-96fc0152545b.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/ef7a46aa-d2ae-4480-89c5-96fc0152545b/w)

Started at: 2025-12-13 14:05:45.428530+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/ef7a46aa-d2ae-4480-89c5-96fc0152545b/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"
}