coffee-tools / coffee

Reference implementation for a flexible core lightning plugin manager
https://docs.page/coffee-tools/coffee
9 stars 13 forks source link

coffeee is not able to return back the error that happens while building the plugin #146

Closed vincenzopalazzo closed 1 year ago

vincenzopalazzo commented 1 year ago

This is the reproducer

╰───────────────────────────────────────────────────────────────────────────────────────────────╯
root@vultr:~ # cd .coffee/repositories/folgore-git/target/release/
cd: .coffee/repositories/folgore-git/target/release/: No such file or directory
root@vultr:~ # coffee install folgore -v
cargo build --release
    Updating crates.io index
    Updating git repository `https://github.com/laanwj/cln4rust.git`
error: failed to get `clightningrpc-plugin` as a dependency of package `folgore-common v0.1.0 (/root/.coffee/repositories/folgore-git/folgore-common)`

Caused by:
  failed to load source for dependency `clightningrpc-plugin`

Caused by:
  Unable to update https://github.com/laanwj/cln4rust.git?branch=macros/api#ec028499

Caused by:
  object not found - no match for id (ec0284991a61c03c312810db1c9942f5288e7640); class=Odb (9); code=NotFound (-3)
*** Error code 101

Stop.
make: stopped in /root/.coffee/repositories/folgore-git
✓ Plugin folgore Compiled and Installed
root@vultr:~ #