We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I did all of stuff as instructed in README.md and found out that nwaku container crashed silently. Here is the logs from container:
README.md
nwaku
nwaku-1 | DBG 2024-11-13 08:24:56.221+00:00 input buffer topics="waku rln_relay ffi" tid=1 file=wrappers.nim:230 inputBuffer="[ptr = ptr 0x7ffcf4551c10 --> 211,\nlen = 233]" nwaku-1 | thread '<unnamed>' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/src/job.rs:230:32: nwaku-1 | internal error: entered unreachable code nwaku-1 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace nwaku-1 | fatal runtime error: failed to initiate panic, error 5 nwaku-1 | Traceback (most recent call last, using override) nwaku-1 | /app/vendor/nimbus-build-system/vendor/Nim/lib/system/excpt.nim(648) signalHandler nwaku-1 | /app/vendor/nimbus-build-system/vendor/Nim/lib/system/stacktraces.nim(59) _ZN11stacktraces30auxWriteStackTraceWithOverrideE3varI6stringE nwaku-1 | SIGABRT: Abnormal termination.
I added environment variable to .env.
.env
.env:
RUST_BACKTRACE=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I did all of stuff as instructed in
README.md
and found out thatnwaku
container crashed silently. Here is the logs from container:Workaround
I added environment variable to
.env
..env
:The text was updated successfully, but these errors were encountered: