CCI report: 72d487af-c4e2-4060-89bc-0afbcf892a6a

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": "f9df8693ffa3fd1be564e1485ba0bde9b067db7d",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "cli: Detect key mismatch",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ed8b086045ee5d7bd1327f579de7861a1cf49e3b",
    "after": "fafb3493dcf8881bbb453474d96481d2139782d4",
    "commits": [
      "fafb3493dcf8881bbb453474d96481d2139782d4"
    ],
    "target": "ed8b086045ee5d7bd1327f579de7861a1cf49e3b",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f9df8693ffa3fd1be564e1485ba0bde9b067db7d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "When run with a secret and public key that do not cryptographically\nmatch, `fn radicle_cli::terminal::io::signer` would prompt the user\nfor a password to unlock the secret key, and then carry on with a\nmismatching key pair.\n\nFix this by verifying that the keys match in `MemorySigner::load`\nand only swallow errors initializing the signer in cases where\nprompting for a password makes sense. It does not make sense in the\ncase of mismatched keys.",
        "base": "ed8b086045ee5d7bd1327f579de7861a1cf49e3b",
        "oid": "fafb3493dcf8881bbb453474d96481d2139782d4",
        "timestamp": 1758839984
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "72d487af-c4e2-4060-89bc-0afbcf892a6a"
  },
  "info_url": "https://cci.rad.levitte.org//72d487af-c4e2-4060-89bc-0afbcf892a6a.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/72d487af-c4e2-4060-89bc-0afbcf892a6a/w)

Started at: 2025-09-26 00:39:54.641384+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/72d487af-c4e2-4060-89bc-0afbcf892a6a/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

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

  '

Run the script

Commands:

Send result

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