CCI report: 4041b3e6-782d-44a4-92be-d10f394ccdd9

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": "4291dda56d4691a3348cd8358554f0da0186669c",
    "author": {
      "id": "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
      "alias": "sebastinez"
    },
    "title": "radicle: Change `TryFrom` for `radicle::profile::Home` to `Home::load`",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "6d0c571ea9998dd98bf10cc191848029f5210d8a",
    "after": "e56d29d11c7f226246b736a40a9c47fba1888a00",
    "commits": [
      "e56d29d11c7f226246b736a40a9c47fba1888a00",
      "edf991a2ff9fbfa626430c0437cf470e66feb767"
    ],
    "target": "6d0c571ea9998dd98bf10cc191848029f5210d8a",
    "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
      }
    ]
  }
}

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "4041b3e6-782d-44a4-92be-d10f394ccdd9"
  },
  "info_url": "https://cci.rad.levitte.org//4041b3e6-782d-44a4-92be-d10f394ccdd9.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/4041b3e6-782d-44a4-92be-d10f394ccdd9/w)

Started at: 2025-11-19 11:24:01.060889+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/4041b3e6-782d-44a4-92be-d10f394ccdd9/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"
}