CCI report: 45c2f302-aee4-4006-9ce9-501190c2dac6

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": "94a133747c2d74311db7df55b485e4c1a6fd23e1",
    "author": {
      "id": "did:key:z6Mkpszihfmm6ddC14wHK7ZwJGCujcpsA4P7Y7eZFzmrnsaA",
      "alias": "n4ch7@4m0n5u1"
    },
    "title": "feat(config): add config option node.externalAddressFiles",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "54fd8c40a0b64e061d0ec4f32b9471b36ec11ee0",
    "after": "7561c869f130b5353c77ff2f2fc4e3b5d021914b",
    "commits": [
      "7561c869f130b5353c77ff2f2fc4e3b5d021914b"
    ],
    "target": "54fd8c40a0b64e061d0ec4f32b9471b36ec11ee0",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "94a133747c2d74311db7df55b485e4c1a6fd23e1",
        "author": {
          "id": "did:key:z6Mkpszihfmm6ddC14wHK7ZwJGCujcpsA4P7Y7eZFzmrnsaA",
          "alias": "n4ch7@4m0n5u1"
        },
        "description": "with externalAddressFile you can configure the external address or\nparts of it through a file(s) instead of putting the host/port into\nthe config file.\nMotivation:\n  this makes it easier for users to:\n    - hide their host from their config\n    - reuse their config\n    - configure their externalAddress via an external program\nExample:\n```json\n    \"externalAddressesFiles\": [\n      {\n        \"type\": \"split\",\n        \"host\": {\n          \"file\": \"/var/lib/tor/onion/radicle/host\"\n        },\n        \"port\": {\n          \"string\": \"42069\"\n        }\n      },\n      {\n        \"type\": \"full\",\n        \"file\": \"/run/secrets/ext_full_host\"\n      }\n    ]\n```\nfor more see:\nhttps://radicle.zulipchat.com/#narrow/channel/383670-patches/topic/read.20externalAddresses.20from.20external.20file.20instead.20of.20config/with/532591796",
        "base": "54fd8c40a0b64e061d0ec4f32b9471b36ec11ee0",
        "oid": "7561c869f130b5353c77ff2f2fc4e3b5d021914b",
        "timestamp": 1754293384
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "45c2f302-aee4-4006-9ce9-501190c2dac6"
  },
  "info_url": "https://cci.rad.levitte.org//45c2f302-aee4-4006-9ce9-501190c2dac6.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/45c2f302-aee4-4006-9ce9-501190c2dac6/w)

Started at: 2025-08-04 09:43:28.045372+02:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/45c2f302-aee4-4006-9ce9-501190c2dac6/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"
}