CCI report: 56f56ebd-8e55-472f-8dcf-706a3df21cec

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": "4291dda56d4691a3348cd8358554f0da0186669c",
    "author": {
      "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
      "alias": "sebastinez"
    },
    "title": "radicle: Change `TryFrom` for `radicle::profile::Home` to `Home::load`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "37d4ae4a9f2527a6f4922bf10a68b49ba67b0204",
    "after": "74f59c276f49d7aa41be311b2602e47f0a0443c5",
    "commits": [
      "74f59c276f49d7aa41be311b2602e47f0a0443c5",
      "fc1b6d545559f465a3609bdb70b881ddce59cc5e"
    ],
    "target": "58305cda321859656022770c86839049ffb8c3d8",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "4291dda56d4691a3348cd8358554f0da0186669c",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "Instead of creating missing directories in the `TryFrom<PathBuf> for\nHome`, this commit will return Errors when there are issues with the\nfolder structure.\n\nradicle: Add a `load` method to `radicle::profile::Home`\n\n`Home::new` always creates the missing subdirectories, in some cases\nwhere we only want a valid `Home` we need to fail and know that there\nisn't a valid `radicle::profile::Home` at a specific path.",
        "base": "6d0c571ea9998dd98bf10cc191848029f5210d8a",
        "oid": "e56d29d11c7f226246b736a40a9c47fba1888a00",
        "timestamp": 1763547837
      },
      {
        "id": "2ee4a43ba3ff1e3b8393d06b4b3f777a94051657",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "REVIEW\n\nRemove `TryFrom` since it is confusing, and will force the API user to choose `new` or `load`.\nThis means the caller can check the `home` they are passing in to see if it's empty and call `new`.",
        "base": "6d0c571ea9998dd98bf10cc191848029f5210d8a",
        "oid": "15bfda0459489259f2d578e15ba9db8186aca7ad",
        "timestamp": 1763733536
      },
      {
        "id": "69d4202f8aeed3c8656846f45bb910fe2b8a7a69",
        "author": {
          "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
          "alias": "sebastinez"
        },
        "description": "Squashed and added the review commits by fintan, also rebased the patch",
        "base": "37d4ae4a9f2527a6f4922bf10a68b49ba67b0204",
        "oid": "74f59c276f49d7aa41be311b2602e47f0a0443c5",
        "timestamp": 1764682952
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "56f56ebd-8e55-472f-8dcf-706a3df21cec"
  },
  "info_url": "https://cci.rad.levitte.org//56f56ebd-8e55-472f-8dcf-706a3df21cec.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/56f56ebd-8e55-472f-8dcf-706a3df21cec/w)

Started at: 2025-12-02 14:53:42.110423+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/56f56ebd-8e55-472f-8dcf-706a3df21cec/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"
}