CCI report: 1af353cd-84f5-468d-bfda-b6cdf5c7fb99

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": "0279386083839517d806e3a3b872fd49545f3eb1",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "core: guard on expected multibase",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "82ad52b169ff5ce2f81440f79e2325afae39c1ab",
    "after": "e3ba0b6fe5ba7662637a0d1da427c6fa1260d12f",
    "commits": [
      "e3ba0b6fe5ba7662637a0d1da427c6fa1260d12f",
      "7abd7bba9e2885a91e68abba7b28d0b64b68b5b0",
      "eaaedb4bdb6ab9119f01b5a361996c1978e36ff9"
    ],
    "target": "5d843ab40b114d4aff35454b3910a56a39b74c67",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "0279386083839517d806e3a3b872fd49545f3eb1",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "When decoding an input string for a `RepoId`, the base was never checked.\nThis change ensures that the base is checked and will error otherwise.\n\nTo allow for future base codes, the change introduces a sanctioned set\nof base codes, which only contains `Base58Btc` for now.\n\nTests are added to ensure that parsing is correct and includes a valid\nmultibase code 'Z', which is not the expected 'z'.",
        "base": "82ad52b169ff5ce2f81440f79e2325afae39c1ab",
        "oid": "e3ba0b6fe5ba7662637a0d1da427c6fa1260d12f",
        "timestamp": 1770715704
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "1af353cd-84f5-468d-bfda-b6cdf5c7fb99"
  },
  "info_url": "https://cci.rad.levitte.org//1af353cd-84f5-468d-bfda-b6cdf5c7fb99.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/1af353cd-84f5-468d-bfda-b6cdf5c7fb99/w)

Started at: 2026-02-10 10:28:26.851672+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/1af353cd-84f5-468d-bfda-b6cdf5c7fb99/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"
}