CCI report: 27c34c46-1c67-4a3b-b364-c409a424271f

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": "Updated",
  "patch": {
    "id": "3aa75298c68411db83929c2614164a1fcc1f894f",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "treewide: Use channels from `std`, not Crossbeam",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "f31fbf40cede4f228dc3aa7506000362b0baa8f0",
    "after": "41d776be4120df9f84633f1d54c1a1de27624c4e",
    "commits": [
      "41d776be4120df9f84633f1d54c1a1de27624c4e"
    ],
    "target": "f31fbf40cede4f228dc3aa7506000362b0baa8f0",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "3aa75298c68411db83929c2614164a1fcc1f894f",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "For most use-cases, i.e., except some in `radicle-node`, the channels\nin `std::sync::mpsc` suffice, allowing us to get rid of the dependency\non `crossbeam-channel`.\n\nOne minor downside is that the channels in the standard library do not\nexpose the number of pending messages.",
        "base": "f897cbbf2f7bc5453921f60a2a130d6e46bc3aa8",
        "oid": "d0c19d3043287229d67da6b0d7d616c6366fba27",
        "timestamp": 1784213555
      },
      {
        "id": "91c8ad8081ddefe5076d010abc782cee3b47040d",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "Reword commit message, expanding on the pro arguments.",
        "base": "f31fbf40cede4f228dc3aa7506000362b0baa8f0",
        "oid": "41d776be4120df9f84633f1d54c1a1de27624c4e",
        "timestamp": 1784278807
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "27c34c46-1c67-4a3b-b364-c409a424271f"
  },
  "info_url": "https://cci.rad.levitte.org//27c34c46-1c67-4a3b-b364-c409a424271f.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/27c34c46-1c67-4a3b-b364-c409a424271f/w)

Started at: 2026-07-17 11:01:15.209307+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/27c34c46-1c67-4a3b-b364-c409a424271f/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": "success"
}