CCI report: 569967e3-966e-40c0-ab2b-abd5b7128257

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": "3a1409f5e143fa544ddd252bab8473f2b0d12fb7",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "localtime: localise the localtime dependency",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "cf023f750dee2681eb73e4e0704da137ea2195ef",
    "after": "e660d81645c9173bd0b1b53e94bc5e062bcf1448",
    "commits": [
      "e660d81645c9173bd0b1b53e94bc5e062bcf1448"
    ],
    "target": "cf023f750dee2681eb73e4e0704da137ea2195ef",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "3a1409f5e143fa544ddd252bab8473f2b0d12fb7",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The `localtime` crate was defined by cloudhead, and is a minimal\nrepository with a single `lib.rs`.\n\nInstead of using it as an external dependency, copy the code directly\ninto a new workspace crate `radicle-localtime`.\n\nThe default `serde` implementation goes through the `LocalTime`'s\nseconds values rather than milliseconds, since this is the more common\nformat. This allows the removal of the `serde_ext` functions.\nThe one place milliseconds was used was for the\n`radicle::cob::common::Timestamp` type, where the `Serialize` and\n`Deserialize` implementations are manually written.\n\nIt also adds a `schemars` feature to remove `schemars_ext` functions\nin `radicle` as well.",
        "base": "cf023f750dee2681eb73e4e0704da137ea2195ef",
        "oid": "e660d81645c9173bd0b1b53e94bc5e062bcf1448",
        "timestamp": 1766956217
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "569967e3-966e-40c0-ab2b-abd5b7128257"
  },
  "info_url": "https://cci.rad.levitte.org//569967e3-966e-40c0-ab2b-abd5b7128257.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/569967e3-966e-40c0-ab2b-abd5b7128257/w)

Started at: 2025-12-28 22:10:22.890060+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/569967e3-966e-40c0-ab2b-abd5b7128257/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"
}