Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake: fix the poetry install procedure #46

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

vincenzopalazzo
Copy link
Collaborator

on my build machine the nix develop was getting stuck and this is fixing the issue.

on my build machine the nix develop was getting stuck
and this is fixing the issue.

Signed-off-by: Vincenzo Palazzo <[email protected]>
@vincenzopalazzo vincenzopalazzo force-pushed the macros/fixing-pythong-env branch from 0c0304f to 975805c Compare November 5, 2024 15:40
The bidirectional graph is broken from the biginning,
for this reason we had a crash reported below.

lightningd-1 2024-11-05T16:08:41.468Z DEBUG   plugin-topology: Note: disallowing deprecated listchannels.include_private for \"0/cln:listchannels#80\"
thread 'main' panicked at barq-plugin/src/methods/graph/cln.rs:44:14:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::panic
   3: core::option::unwrap_failed
   4: core::option::Option<T>::unwrap
             at /build/rustc-1.78.0-src/library/core/src/option.rs:933:21
   5: barq_plugin::methods::graph::cln::CLNNetworkGraph::add_channel
             at /home/runner/work/barq/barq/barq-plugin/src/methods/graph/cln.rs:42:9
   6: barq_plugin::methods::graph::cln::build_cln_network_graph
             at /home/runner/work/barq/barq/barq-plugin/src/methods/graph/cln.rs:115:9
   7: barq_plugin::methods::pay::barq_pay
             at /home/runner/work/barq/barq/barq-plugin/src/methods/pay.rs:161:46
   8: <barq_plugin::plugin::Barqpay as clightningrpc_plugin::commands::RPCCommand<barq_plugin::plugin::State>>::call
             at /home/runner/work/barq/barq/barq-plugin/src/plugin.rs:95:1
   9: clightningrpc_plugin::plugin::Plugin<T>::call_rpc_method
             at /home/runner/.cargo/git/checkouts/cln4rust-0de0305144cd79e4/a20c7a2/plugin/src/plugin.rs:197:9
  10: clightningrpc_plugin::plugin::Plugin<T>::start
             at /home/runner/.cargo/git/checkouts/cln4rust-0de0305144cd79e4/a20c7a2/plugin/src/plugin.rs:290:32
  11: barq_plugin::main
             at /home/runner/work/barq/barq/barq-plugin/src/main.rs:9:5
  12: core::ops::function::FnOnce::call_once
             at /build/rustc-1.78.0-src/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
lightningd-1 2024-11-05T16:08:41.531Z INFO    plugin-barq-plugin: Killing plugin: exited during normal operation
Flightningd-1 2024-11-05T16:08:41.669Z DEBUG   gossipd: REPLY WIRE_GOSSIPD_DEV_MEMLEAK_REPLY with 0 fds

Signed-off-by: Vincenzo Palazzo <[email protected]>
Signed-off-by: Vincenzo Palazzo <[email protected]>
@vincenzopalazzo vincenzopalazzo force-pushed the macros/fixing-pythong-env branch from e9e1554 to 6dd44bd Compare November 5, 2024 16:33
@vincenzopalazzo vincenzopalazzo merged commit 2de4716 into main Nov 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant