CCI report: 09e679cb-4dc7-4c35-882d-8966cff7a516

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

Send response

{
  "response": "triggered",
  "run_id": {
    "id": "09e679cb-4dc7-4c35-882d-8966cff7a516"
  },
  "info_url": "https://cci.rad.levitte.org//09e679cb-4dc7-4c35-882d-8966cff7a516.html"
}

Checkout the source (in /opt/radcis/ci.rad.levitte.org/cci/state/09e679cb-4dc7-4c35-882d-8966cff7a516/w)

Started at: 2025-11-21 14:59:43.010333+01:00

Commands:

Read the repo configuration (.radicle/native.yaml in /opt/radcis/ci.rad.levitte.org/cci/state/09e679cb-4dc7-4c35-882d-8966cff7a516/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"
}