CCI report: 69ca521a-ee21-4489-9e09-a7bf823ef9d1

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": "57cf334b93eb606afdf646d6f0b776b5ebd074c6",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "node: Make sure to print early errors",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "bc4a13902ca80b1c496ab65670c0526141663e9e",
    "after": "e5593eab8e7e24bd027a998dd81d87fe3b24812f",
    "commits": [
      "e5593eab8e7e24bd027a998dd81d87fe3b24812f"
    ],
    "target": "bc4a13902ca80b1c496ab65670c0526141663e9e",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "57cf334b93eb606afdf646d6f0b776b5ebd074c6",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "It turns out that failing to read configuration resulted in no output,\nbecause the logger would only be set after configuration had been read.\n\nFix this, by setting the logger early, with a log level that is then\ncorrected as soon as configuration is available.",
        "base": "7d2f0e387c66f3f24b94673a2de9589407e2f946",
        "oid": "6f4528c97ba164b62cbf246750449ca0f9b0f8ac",
        "timestamp": 1756230210
      },
      {
        "id": "d4d27a26114431bea27b2c38c6adc9232e699908",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebased",
        "base": "bc4a13902ca80b1c496ab65670c0526141663e9e",
        "oid": "e5593eab8e7e24bd027a998dd81d87fe3b24812f",
        "timestamp": 1756279231
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "69ca521a-ee21-4489-9e09-a7bf823ef9d1"
  },
  "info_url": "https://cci.rad.levitte.org//69ca521a-ee21-4489-9e09-a7bf823ef9d1.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/69ca521a-ee21-4489-9e09-a7bf823ef9d1/w)

Started at: 2025-08-27 10:20:25.941914+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/69ca521a-ee21-4489-9e09-a7bf823ef9d1/w)

shell: '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": "success"
}