CCI report: 863900e4-b994-4e49-9936-8b3424ff6a45

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": "bc8a6e547def8646987032564da02e4f0accbe3e",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "cli/node: Improve log rotation",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
    "after": "f3e08aca570472cc03104b705b9e542164ddac30",
    "commits": [
      "f3e08aca570472cc03104b705b9e542164ddac30",
      "dbd924f479e19b61212bb7956df11a62cac515f2"
    ],
    "target": "7c4b71ab8205a69a04ee9e9242288c864e6c7c33",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "bc8a6e547def8646987032564da02e4f0accbe3e",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Only the latest log was kept as `node.log.old`. Now, log files are\nnumbered (`node.log.1`, `node.log.2` and so on). Also `node.log` is now\na hard link to the current log file. `rad node stop` will delete\n`node.log` (note that `node.log.x` stays intact) and `rad node start`\nwill delete `node.log` before it creates `node.log.y` in case the node\ncrashed.\n\nAlso, when running in foreground mode, now a log file is created. It\njust contains the hint that the node was started in foreground mode,\njust to avoid confusion.",
        "base": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
        "oid": "dbd924f479e19b61212bb7956df11a62cac515f2",
        "timestamp": 1752758824
      },
      {
        "id": "c853c61fdd7f7536e01eb8c31bf31d47f407766e",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "REVIEW: using a more business logic approach\n\nFlexing the sans-io muscles to capture the business logic around rotating the\nlog into a `struct LogRotator`.\n\nThe IO implementation is then captures in the `LogRotatorFileSystem`.",
        "base": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
        "oid": "f3e08aca570472cc03104b705b9e542164ddac30",
        "timestamp": 1753092290
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "863900e4-b994-4e49-9936-8b3424ff6a45"
  },
  "info_url": "https://cci.rad.levitte.org//863900e4-b994-4e49-9936-8b3424ff6a45.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/863900e4-b994-4e49-9936-8b3424ff6a45/w)

Started at: 2025-07-21 12:04:59.279719+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/863900e4-b994-4e49-9936-8b3424ff6a45/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": "failure"
}