CCI report: 93d107e2-ce01-4483-a303-c6f65c3340be

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:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "cli/node: Improve log rotation",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
    "after": "dbd924f479e19b61212bb7956df11a62cac515f2",
    "commits": [
      "dbd924f479e19b61212bb7956df11a62cac515f2"
    ],
    "target": "010d5134e8fae35e9e4f179d2929e41a20a93d30",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "bc8a6e547def8646987032564da02e4f0accbe3e",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "93d107e2-ce01-4483-a303-c6f65c3340be"
  },
  "info_url": "https://cci.rad.levitte.org//93d107e2-ce01-4483-a303-c6f65c3340be.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/93d107e2-ce01-4483-a303-c6f65c3340be/w)

Started at: 2025-07-17 15:27:42.258443+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/93d107e2-ce01-4483-a303-c6f65c3340be/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"
}