-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
make check error #1046
Comments
Looks like one of the unit tests failed, they are run conncurrently so the failure might not have been in the last package to print. Can you find which test is failing? |
Also have error on Raspberry Pi 3.
Full log: make_check.txt |
complete log : root@debian:/usr/local/src/goprojects/src/github.com/lightningnetwork/lnd# go version root@debian:/usr/local/src/goprojects/src/github.com/lightningnetwork/lnd# lnd --version Thank you. |
maybe i must install btcd before but in the howto it's indicate to make test before... ? |
Yes, |
These issues are caused because |
Closing per #1046 (comment) |
I don't know if there are notifications for this issue. but I reinstalled bitcoind with ZMQ support and I'm still getting this same error too. I have been on it for the past two days, if anyone can help me out, would really appreciate it. I also check my log to see if ZMQ is enabled, it's enabled. but I still get this error. |
@Geoelycom this issue is very old. Could you open a new one where you post details about your setup and relevant logs? |
Okay I'm glad you check this out. I have actually left it and move on with CLN as i was getting frustrated. I will spin it up and create a new issues with relevant informations. Thank you. |
Background
when i "make check" i have the folowing error :
"...
--- PASS: TestDecodeEncode (0.03s)
PASS
ok github.com/lightningnetwork/lnd/zpay32 (cached)
Makefile:150 : la recette pour la cible « unit » a échouée
make: *** [unit] Erreur 123"
Your environment
lnd
: lastuname -a
on *Nix) :Linux debian 4.9.0-4-amd64 Fix name typo in README #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linuxbtcd
,bitcoind
, or other backend : not installedSteps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Expected behaviour
Success
Actual behaviour
Error
The text was updated successfully, but these errors were encountered: