CCI report: 462f9078-ba15-4f8d-b5a4-fb331c881536

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": "b80da5304cfc3a6449790f72fc62874b192499cc",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle: Add Version to User Agent",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
    "after": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
    "commits": [
      "22b2871f64ecf34a22d32add0dd59a0c7c96ad10"
    ],
    "target": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b80da5304cfc3a6449790f72fc62874b192499cc",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "The main motivation behind this change is to get just a little\ntelemetry information from nodes on the network, namely the version\nof Radicle they are running.\n\nThis is achieved by rewriting `impl Default for UserAgent` which now\nuses the version information provided by the build script also used\nin other crates.\n\nAlso, a new configuration option `node.userAgent` is added, which\nallows users to override the user agent if they so please, or set\nthe value `null`, which will in turn send the user agent\n`/radicle/`, which is not really helpful, and the default prior to\nthis commit.\n\nCreations of `UserAgent` in the whole workspace is cleaned up. In\norder to do that `UserAgent::test` is introduced.",
        "base": "f223afd9d7eb4d1301c7f6fe98bc06418c35c3f5",
        "oid": "87a89c958d99390f195240c06e1b6bb640323d47",
        "timestamp": 1775046625
      },
      {
        "id": "6d04ea8b7eb9d864798933e9f5a021798aa9d7d5",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebase and add test for explicitly setting the default user agent as requested by Fintan.",
        "base": "b54fc820e92dd9a264267bcc07a36d5503e29887",
        "oid": "363faa0c605bbea90d4285070dab2ca91afbcc1c",
        "timestamp": 1775119713
      },
      {
        "id": "209ca120251fbf88b7bc5e723f871dfefec2ec5a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Rebase\n- Rename `fake` user agent strings to `/radicle/runtime/bootstrap` and `/radicle/message/truncated/`\n- Remove unnecessary `allow(deprecated)`",
        "base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
        "oid": "22b2871f64ecf34a22d32add0dd59a0c7c96ad10",
        "timestamp": 1775143966
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "462f9078-ba15-4f8d-b5a4-fb331c881536"
  },
  "info_url": "https://cci.rad.levitte.org//462f9078-ba15-4f8d-b5a4-fb331c881536.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/462f9078-ba15-4f8d-b5a4-fb331c881536/w)

Started at: 2026-04-02 17:32:53.919094+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/462f9078-ba15-4f8d-b5a4-fb331c881536/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"
}