CCI report: 4f2aa986-5e72-4810-8e56-c7bd00fc05ae

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": "b0eab24f59999632bf34c6eda8553d653156293a",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "Revert \"node: Use `std::time` for reactor and wire\"",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "58305cda321859656022770c86839049ffb8c3d8",
    "after": "a929a58f0881dd811e659e61a4f95566451d5a88",
    "commits": [
      "a929a58f0881dd811e659e61a4f95566451d5a88"
    ],
    "target": "58305cda321859656022770c86839049ffb8c3d8",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b0eab24f59999632bf34c6eda8553d653156293a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "This reverts commit e404f1038f461264f9395742ef74f5b710bef54a.\n\nThe commit above introduced the `Epoch` type to reduce the need for\ndepending on the `localtime` crate. Eventually, node operators noticed\nthat announcements would appear to be in the future and cause\nconnection issues.\n\nAfter more research, an issue[^1] was found that describes how on some\nplatforms, primarily Linux and MacOS, `Instant::duration_since` would\nreturn a shortened duration. This is the cause of this apparent drift\nin time.\n\n[^1]: https://github.com/rust-lang/rust/issues/87906",
        "base": "58305cda321859656022770c86839049ffb8c3d8",
        "oid": "a929a58f0881dd811e659e61a4f95566451d5a88",
        "timestamp": 1764861571
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "4f2aa986-5e72-4810-8e56-c7bd00fc05ae"
  },
  "info_url": "https://cci.rad.levitte.org//4f2aa986-5e72-4810-8e56-c7bd00fc05ae.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/4f2aa986-5e72-4810-8e56-c7bd00fc05ae/w)

Started at: 2025-12-04 16:22:00.848442+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/4f2aa986-5e72-4810-8e56-c7bd00fc05ae/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"
}