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

make check error #1098

Closed
xiaofo09 opened this issue Apr 15, 2018 · 25 comments
Closed

make check error #1098

xiaofo09 opened this issue Apr 15, 2018 · 25 comments

Comments

@xiaofo09
Copy link

xiaofo09 commented Apr 15, 2018

Background

When I do "make check", I have the following error :

$ make check
...
=== RUN   TestLightningNetworkDaemon/node_sign_verify
=== RUN   TestLightningNetworkDaemon/async_payments_benchmark
--- FAIL: TestLightningNetworkDaemon (288.39s)
	lnd_test.go:8093: Running 34 integration tests
    --- PASS: TestLightningNetworkDaemon/basic_funding_flow (1.39s)
    --- PASS: TestLightningNetworkDaemon/update_channel_policy (8.98s)
    --- PASS: TestLightningNetworkDaemon/open_channel_reorg_test (4.03s)
    --- PASS: TestLightningNetworkDaemon/disconnecting_target_peer (3.09s)
    --- PASS: TestLightningNetworkDaemon/graph_topology_notifications (7.05s)
    --- PASS: TestLightningNetworkDaemon/funding_flow_persistence (19.20s)
    --- PASS: TestLightningNetworkDaemon/channel_force_closure (39.26s)
    --- PASS: TestLightningNetworkDaemon/channel_balance (0.85s)
    --- PASS: TestLightningNetworkDaemon/single_hop_invoice (2.42s)
    --- PASS: TestLightningNetworkDaemon/sphinx_replay_persistence (17.70s)
    --- PASS: TestLightningNetworkDaemon/list_outgoing_payments (1.44s)
    --- PASS: TestLightningNetworkDaemon/max_pending_channel (7.45s)
    --- PASS: TestLightningNetworkDaemon/multi-hop_payments (17.46s)
    --- PASS: TestLightningNetworkDaemon/private_channels (18.37s)
    --- PASS: TestLightningNetworkDaemon/multiple_channel_creation (2.29s)
    --- PASS: TestLightningNetworkDaemon/invoice_update_subscription (1.83s)
    --- PASS: TestLightningNetworkDaemon/multi-hop_htlc_error_propagation (17.35s)
    --- PASS: TestLightningNetworkDaemon/node_announcement (7.45s)
    --- PASS: TestLightningNetworkDaemon/node_sign_verify (5.83s)
    --- FAIL: TestLightningNetworkDaemon/async_payments_benchmark (94.51s)
    	lnd_test.go:69: Failed: (async payments benchmark): exited with error: 
    		*errors.errorString payment stream have been closed: rpc error: code = DeadlineExceeded desc = context deadline exceeded
    		/home/xiaofo/gocode/src/github.com/lightningnetwork/lnd/lnd_test.go:4930 (0xb23955)
    			testAsyncPayments: t.Fatalf("payment stream have been closed: %v", err)
    		/home/xiaofo/gocode/src/github.com/lightningnetwork/lnd/lnd_test.go:94 (0xb04adb)
    			(*harnessTest).RunTestCase: testCase.test(net, h)
    		/home/xiaofo/gocode/src/github.com/lightningnetwork/lnd/lnd_test.go:8106 (0xb40049)
    			TestLightningNetworkDaemon.func3: ht.RunTestCase(testCase, lndHarness)
    		/usr/lib/go-1.10/src/testing/testing.go:777 (0x4ef720)
    			tRunner: fn(t)
    		/usr/lib/go-1.10/src/runtime/asm_amd64.s:2361 (0x45c791)
    			goexit: BYTE	$0x90	// NOP
=== RUN   TestParseHexColor
--- PASS: TestParseHexColor (0.00s)
FAIL
exit status 1
FAIL	github.com/lightningnetwork/lnd	288.428s
Makefile:146: recipe for target 'itest' failed
make: *** [itest] Error 1

Your environment

  • version of lnd : lnd version 0.4.1-beta commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33
  • which operating system (uname -a on *Nix) : Linux xiaofo 4.13.0-38-generic Make routing options configurable from command line #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • version of btcd, bitcoind, or other backend : bitcoind v0.16.0, btcd v0.12.0-beta
  • any other relevant environment details : I installed all dependencies of bitcoind ( including ZMQ ), and I installed btcd while installing 'lnd'. lnd installation document instructs to install 'btcd' by using command 'make btcd' after installing lnd.

Steps to reproduce

xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ git checkout v0.4.1-beta
Note: checking out 'v0.4.1-beta'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 6fa93a7... lnd+lncli: bump version to 0.4.1
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ 
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ 
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ clear

xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ git status
HEAD detached at v0.4.1-beta
nothing to commit, working directory clean
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ 
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ 
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ make
 Fetching dep.
go get -u github.com/golang/dep/cmd/dep
 Compiling dependencies.
dep ensure -v
Gopkg.lock was already in sync with imports and Gopkg.toml
(1/39) Wrote gopkg.in/macaroon.v2@bed2a428da6e56d950bed5b41fcbae3141e5b0d0
(2/39) Wrote github.com/urfave/cli@1efa31f08b9333f1bd4882d61f9d668a70cd902e
(3/39) Wrote github.com/aead/siphash@master
(4/39) Wrote github.com/awalterschulze/gographviz@761fd5fbb34e4c2c138c280395b65b48e4ff5a53
(5/39) Wrote golang.org/x/[email protected]
(6/39) Wrote golang.org/x/sys@master
(7/39) Wrote github.com/aead/chacha20@master
(8/39) Wrote github.com/miekg/dns@79bfde677fa81ff8d27c4330c35bda075d360641
(9/39) Wrote github.com/kkdai/bstream@f391b8402d23024e7c0f624b31267a89998fca95
(10/39) Wrote github.com/ltcsuite/ltcd@5f654d5faab99ee2b3488fabba98e5f7a5257ee3
(11/39) Wrote github.com/tv42/zbase32@501572607d0273fc75b3b261fa4904d63f6ffa0e
(12/39) Wrote github.com/lightningnetwork/lightning-onion@c86137582e53fe3ba26681a98f911b546970893e
(13/39) Wrote github.com/lightninglabs/neutrino@601b7eda6e5c9e8ca91c097f0bb7be2664802ab3
(14/39) Wrote golang.org/x/crypto@49796115aa4b964c318aad4f3084fdb41e9aa067
(15/39) Wrote github.com/Yawning/aez@4dad034d9db2caec23fb8f69b9160ae16f8d46a3
(16/39) Wrote golang.org/x/net@ae89d30ce0c63142b652837da33d782e2b0a9b25
(17/39) Wrote github.com/lightninglabs/gozmq@master
(18/39) Wrote git.schwanenlied.me/yawning/bsaes.git@master
(19/39) Wrote github.com/btcsuite/btclog@84c8d2346e9fc8c7b947e243b9c24e6df9fd206a
(20/39) Wrote github.com/roasbeef/btcd@e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a
(21/39) Wrote github.com/btcsuite/fastsha256@master
(22/39) Wrote google.golang.org/grpc@b3ddf786825de56a4178401b7e174ee332173b66
(23/39) Wrote github.com/btcsuite/go-socks@master
(24/39) Wrote github.com/roasbeef/btcutil@c3ff179366044979fb9856c2feb79bd4c2184c7a
(25/39) Wrote google.golang.org/genproto@df60624c1e9b9d2973e889c7a1cff73155da81c4
(26/39) Wrote gopkg.in/errgo.v1@v1
(27/39) Wrote github.com/roasbeef/btcwallet@45445d1b09670109410174cb01fab0b133e3a904
(28/39) Wrote github.com/rogpeppe/fastuuid@master
(29/39) Wrote github.com/btcsuite/golangcrypto@master
(30/39) Wrote gopkg.in/macaroon-bakery.v2@94012773d2874a067572bd16d7d11ae02968b47b
(31/39) Wrote github.com/btcsuite/websocket@master
(32/39) Wrote github.com/golang/protobuf@bbd03ef6da3a115852eaf24c8a1c46aeb39aa175
(33/39) Wrote github.com/grpc-ecosystem/grpc-gateway@f2862b476edcef83412c7af8687c9cd8e4097c0f
(34/39) Wrote github.com/davecgh/go-spew@8991bc29aa16c548c550c7ff78260e27b9ab7c73
(35/39) Wrote github.com/go-errors/errors@a6af135bd4e28680facf08a3d206b454abc877a4
(36/39) Wrote github.com/jessevdk/go-flags@f88afde2fa19a30cf50ba4b05b3d13bc6bae3079
(37/39) Wrote github.com/coreos/bbolt@4f5275f4ebbf6fe7cb772de987fa96ee674460a7
(38/39) Wrote github.com/jrick/logrotate@a93b200c26cbae3bb09dd0dc2c7c7fe1468a034a
(39/39) Wrote github.com/juju/loggo@master
 Building lnd and lncli.
go build -v -o lnd -ldflags "-X main.Commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33" github.com/lightningnetwork/lnd
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcutil/gcs
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/wire
github.com/lightningnetwork/lnd/lnrpc
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/addrmgr
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/btcjson
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/chaincfg
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcutil
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/connmgr
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/txscript
github.com/lightningnetwork/lnd/chainntnfs
github.com/lightningnetwork/lnd/vendor/github.com/lightningnetwork/lightning-onion
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/rpcclient
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/internal/helpers
github.com/lightningnetwork/lnd/lnwire
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcutil/txsort
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/blockchain
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcutil/gcs/builder
github.com/lightningnetwork/lnd/vendor/github.com/lightninglabs/neutrino/filterdb
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/internal/legacy/keystore
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/txrules
github.com/lightningnetwork/lnd/brontide
github.com/lightningnetwork/lnd/chainntnfs/btcdnotify
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/internal/txsizes
github.com/lightningnetwork/lnd/vendor/github.com/lightninglabs/neutrino/headerfs
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcd/peer
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wtxmgr
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet/txauthor
github.com/lightningnetwork/lnd/vendor/github.com/lightninglabs/neutrino
github.com/lightningnetwork/lnd/chainntnfs/neutrinonotify
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/chain
github.com/lightningnetwork/lnd/chainntnfs/bitcoindnotify
github.com/lightningnetwork/lnd/routing/chainview
github.com/lightningnetwork/lnd/vendor/github.com/roasbeef/btcwallet/wallet
github.com/lightningnetwork/lnd/keychain
github.com/lightningnetwork/lnd/channeldb
github.com/lightningnetwork/lnd/autopilot
github.com/lightningnetwork/lnd/lnwallet
github.com/lightningnetwork/lnd/lnwallet/btcwallet
github.com/lightningnetwork/lnd/contractcourt
github.com/lightningnetwork/lnd/walletunlocker
github.com/lightningnetwork/lnd/htlcswitch
github.com/lightningnetwork/lnd/routing
github.com/lightningnetwork/lnd/zpay32
github.com/lightningnetwork/lnd/discovery
github.com/lightningnetwork/lnd
go build -v -o lncli -ldflags "-X main.Commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33" github.com/lightningnetwork/lnd/cmd/lncli
github.com/lightningnetwork/lnd/cmd/lncli
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ make install
 Installing lnd and lncli.
go install -v -ldflags "-X main.Commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33" github.com/lightningnetwork/lnd
go install -v -ldflags "-X main.Commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33" github.com/lightningnetwork/lnd/cmd/lncli
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ make btcd
 Fetching glide.
go get -d github.com/Masterminds/glide
cd /home/xiaofo/gocode/src/github.com/Masterminds/glide && git checkout 84607742b10f492430762d038e954236bbaf23f7 
Note: checking out '84607742b10f492430762d038e954236bbaf23f7'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 8460774... Updated changelog for 0.12.3 release
go install -v github.com/Masterminds/glide
 Compiling btcd dependencies.
cd /home/xiaofo/gocode/src/github.com/roasbeef/btcd && git checkout e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a && glide install
Note: checking out 'e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at e6807bc... rpcclient: Update for go1.10 breaking changes.
[INFO]	Downloading dependencies. Please wait...
[INFO]	--> Found desired version locally github.com/aead/siphash e404fcfc888570cadd1610538e2dbc89f66af814!
[INFO]	--> Found desired version locally github.com/btcsuite/btclog 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a!
[INFO]	--> Found desired version locally github.com/btcsuite/go-flags 6c288d648c1cc1befcb90cb5511dcacf64ae8e61!
[INFO]	--> Found desired version locally github.com/btcsuite/go-socks 4720035b7bfd2a9bb130b1c184f8bbe41b6f0d0f!
[INFO]	--> Found desired version locally github.com/btcsuite/golangcrypto 53f62d9b43e87a6c56975cf862af7edf33a8d0df!
[INFO]	--> Found desired version locally github.com/btcsuite/goleveldb 7834afc9e8cd15233b6c3d97e12674a31ca24602!
[INFO]	--> Found desired version locally github.com/btcsuite/snappy-go 0bdef8d067237991ddaa1bb6072a740bc40601ba!
[INFO]	--> Found desired version locally github.com/btcsuite/websocket 31079b6807923eb23992c421b114992b95131b55!
[INFO]	--> Found desired version locally github.com/btcsuite/winsvc f8fb11f83f7e860e3769a08e6811d1b399a43722!
[INFO]	--> Found desired version locally github.com/davecgh/go-spew ecdeabc65495df2dec95d7c4a4c3e021903035e5!
[INFO]	--> Found desired version locally github.com/jessevdk/go-flags 1679536dcc895411a9f5848d9a0250be7856448c!
[INFO]	--> Found desired version locally github.com/jrick/logrotate a93b200c26cbae3bb09dd0dc2c7c7fe1468a034a!
[INFO]	--> Found desired version locally github.com/kkdai/bstream f391b8402d23024e7c0f624b31267a89998fca95!
[INFO]	--> Found desired version locally github.com/roasbeef/btcutil c3ff179366044979fb9856c2feb79bd4c2184c7a!
[INFO]	--> Found desired version locally golang.org/x/crypto 9419663f5a44be8b34ca85f08abc5fe1be11f8a3!
[INFO]	--> Fetching github.com/btcsuite/fastsha256.
[INFO]	Setting references.
[INFO]	--> Setting version for github.com/btcsuite/fastsha256 to 637e656429416087660c84436a2a035d69d54e2e.
[INFO]	--> Setting version for github.com/btcsuite/btclog to 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a.
[INFO]	--> Setting version for github.com/roasbeef/btcutil to c3ff179366044979fb9856c2feb79bd4c2184c7a.
[INFO]	--> Setting version for github.com/davecgh/go-spew to ecdeabc65495df2dec95d7c4a4c3e021903035e5.
[INFO]	--> Setting version for github.com/btcsuite/go-flags to 6c288d648c1cc1befcb90cb5511dcacf64ae8e61.
[INFO]	--> Setting version for github.com/jessevdk/go-flags to 1679536dcc895411a9f5848d9a0250be7856448c.
[INFO]	--> Setting version for github.com/btcsuite/snappy-go to 0bdef8d067237991ddaa1bb6072a740bc40601ba.
[INFO]	--> Setting version for github.com/btcsuite/go-socks to 4720035b7bfd2a9bb130b1c184f8bbe41b6f0d0f.
[INFO]	--> Setting version for github.com/jrick/logrotate to a93b200c26cbae3bb09dd0dc2c7c7fe1468a034a.
[INFO]	--> Setting version for github.com/btcsuite/websocket to 31079b6807923eb23992c421b114992b95131b55.
[INFO]	--> Setting version for github.com/btcsuite/golangcrypto to 53f62d9b43e87a6c56975cf862af7edf33a8d0df.
[INFO]	--> Setting version for github.com/kkdai/bstream to f391b8402d23024e7c0f624b31267a89998fca95.
[INFO]	--> Setting version for github.com/btcsuite/winsvc to f8fb11f83f7e860e3769a08e6811d1b399a43722.
[INFO]	--> Setting version for github.com/aead/siphash to e404fcfc888570cadd1610538e2dbc89f66af814.
[INFO]	--> Setting version for github.com/btcsuite/goleveldb to 7834afc9e8cd15233b6c3d97e12674a31ca24602.
[INFO]	--> Setting version for golang.org/x/crypto to 9419663f5a44be8b34ca85f08abc5fe1be11f8a3.
[INFO]	Exporting resolved dependencies...
[INFO]	--> Exporting github.com/aead/siphash
[INFO]	--> Exporting github.com/btcsuite/btclog
[INFO]	--> Exporting github.com/btcsuite/go-flags
[INFO]	--> Exporting github.com/btcsuite/fastsha256
[INFO]	--> Exporting github.com/btcsuite/go-socks
[INFO]	--> Exporting github.com/btcsuite/golangcrypto
[INFO]	--> Exporting github.com/btcsuite/snappy-go
[INFO]	--> Exporting github.com/btcsuite/websocket
[INFO]	--> Exporting github.com/btcsuite/winsvc
[INFO]	--> Exporting github.com/davecgh/go-spew
[INFO]	--> Exporting github.com/jessevdk/go-flags
[INFO]	--> Exporting github.com/kkdai/bstream
[INFO]	--> Exporting github.com/jrick/logrotate
[INFO]	--> Exporting github.com/roasbeef/btcutil
[INFO]	--> Exporting github.com/btcsuite/goleveldb
[INFO]	--> Exporting golang.org/x/crypto
[INFO]	Replacing existing vendor dependencies
 Installing btcd and btcctl.
go install -v github.com/roasbeef/btcd
github.com/roasbeef/btcd/vendor/github.com/btcsuite/fastsha256
github.com/roasbeef/btcd/vendor/github.com/roasbeef/btcutil/gcs
github.com/roasbeef/btcd/wire
github.com/roasbeef/btcd/chaincfg
github.com/roasbeef/btcd/addrmgr
github.com/roasbeef/btcd/btcjson
github.com/roasbeef/btcd/connmgr
github.com/roasbeef/btcd/vendor/github.com/roasbeef/btcutil
github.com/roasbeef/btcd/txscript
github.com/roasbeef/btcd/database/ffldb
github.com/roasbeef/btcd/vendor/github.com/roasbeef/btcutil/gcs/builder
github.com/roasbeef/btcd/blockchain
github.com/roasbeef/btcd/vendor/github.com/roasbeef/btcutil/bloom
github.com/roasbeef/btcd/mining
github.com/roasbeef/btcd/peer
github.com/roasbeef/btcd/blockchain/indexers
github.com/roasbeef/btcd/mining/cpuminer
github.com/roasbeef/btcd/mempool
github.com/roasbeef/btcd/netsync
github.com/roasbeef/btcd
go install -v github.com/roasbeef/btcd/cmd/btcctl
github.com/roasbeef/btcd/cmd/btcctl

xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ make check

Expected behaviour

Pass 'make check' successfully

Actual behaviour

Pass 'make check' unsuccessfully

@xiaofo09
Copy link
Author

xiaofo09 commented Apr 15, 2018

Here is all logs of 'make check' :

xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ make check
 Compiling btcd dependencies.
cd /home/xiaofo/gocode/src/github.com/roasbeef/btcd && git checkout e6807bc4dd5ddbb95b4ab163f6dd61e4ad79463a && glide install
HEAD is now at e6807bc... rpcclient: Update for go1.10 breaking changes.
[INFO]	Downloading dependencies. Please wait...
[INFO]	--> Found desired version locally github.com/aead/siphash e404fcfc888570cadd1610538e2dbc89f66af814!
[INFO]	--> Found desired version locally github.com/btcsuite/btclog 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a!
[INFO]	--> Found desired version locally github.com/btcsuite/fastsha256 637e656429416087660c84436a2a035d69d54e2e!
[INFO]	--> Found desired version locally github.com/btcsuite/go-flags 6c288d648c1cc1befcb90cb5511dcacf64ae8e61!
[INFO]	--> Found desired version locally github.com/btcsuite/go-socks 4720035b7bfd2a9bb130b1c184f8bbe41b6f0d0f!
[INFO]	--> Found desired version locally github.com/btcsuite/golangcrypto 53f62d9b43e87a6c56975cf862af7edf33a8d0df!
[INFO]	--> Found desired version locally github.com/btcsuite/goleveldb 7834afc9e8cd15233b6c3d97e12674a31ca24602!
[INFO]	--> Found desired version locally github.com/btcsuite/snappy-go 0bdef8d067237991ddaa1bb6072a740bc40601ba!
[INFO]	--> Found desired version locally github.com/btcsuite/websocket 31079b6807923eb23992c421b114992b95131b55!
[INFO]	--> Found desired version locally github.com/btcsuite/winsvc f8fb11f83f7e860e3769a08e6811d1b399a43722!
[INFO]	--> Found desired version locally github.com/davecgh/go-spew ecdeabc65495df2dec95d7c4a4c3e021903035e5!
[INFO]	--> Found desired version locally github.com/jessevdk/go-flags 1679536dcc895411a9f5848d9a0250be7856448c!
[INFO]	--> Found desired version locally github.com/jrick/logrotate a93b200c26cbae3bb09dd0dc2c7c7fe1468a034a!
[INFO]	--> Found desired version locally github.com/kkdai/bstream f391b8402d23024e7c0f624b31267a89998fca95!
[INFO]	--> Found desired version locally github.com/roasbeef/btcutil c3ff179366044979fb9856c2feb79bd4c2184c7a!
[INFO]	--> Found desired version locally golang.org/x/crypto 9419663f5a44be8b34ca85f08abc5fe1be11f8a3!
[INFO]	Setting references.
[INFO]	--> Setting version for github.com/btcsuite/fastsha256 to 637e656429416087660c84436a2a035d69d54e2e.
[INFO]	--> Setting version for github.com/aead/siphash to e404fcfc888570cadd1610538e2dbc89f66af814.
[INFO]	--> Setting version for github.com/btcsuite/go-socks to 4720035b7bfd2a9bb130b1c184f8bbe41b6f0d0f.
[INFO]	--> Setting version for github.com/btcsuite/btclog to 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a.
[INFO]	--> Setting version for github.com/btcsuite/goleveldb to 7834afc9e8cd15233b6c3d97e12674a31ca24602.
[INFO]	--> Setting version for github.com/btcsuite/snappy-go to 0bdef8d067237991ddaa1bb6072a740bc40601ba.
[INFO]	--> Setting version for github.com/btcsuite/winsvc to f8fb11f83f7e860e3769a08e6811d1b399a43722.
[INFO]	--> Setting version for github.com/btcsuite/websocket to 31079b6807923eb23992c421b114992b95131b55.
[INFO]	--> Setting version for github.com/davecgh/go-spew to ecdeabc65495df2dec95d7c4a4c3e021903035e5.
[INFO]	--> Setting version for github.com/jessevdk/go-flags to 1679536dcc895411a9f5848d9a0250be7856448c.
[INFO]	--> Setting version for github.com/kkdai/bstream to f391b8402d23024e7c0f624b31267a89998fca95.
[INFO]	--> Setting version for github.com/roasbeef/btcutil to c3ff179366044979fb9856c2feb79bd4c2184c7a.
[INFO]	--> Setting version for github.com/btcsuite/go-flags to 6c288d648c1cc1befcb90cb5511dcacf64ae8e61.
[INFO]	--> Setting version for github.com/jrick/logrotate to a93b200c26cbae3bb09dd0dc2c7c7fe1468a034a.
[INFO]	--> Setting version for github.com/btcsuite/golangcrypto to 53f62d9b43e87a6c56975cf862af7edf33a8d0df.
[INFO]	--> Setting version for golang.org/x/crypto to 9419663f5a44be8b34ca85f08abc5fe1be11f8a3.
[INFO]	Exporting resolved dependencies...
[INFO]	--> Exporting github.com/btcsuite/btclog
[INFO]	--> Exporting github.com/aead/siphash
[INFO]	--> Exporting github.com/btcsuite/fastsha256
[INFO]	--> Exporting github.com/btcsuite/goleveldb
[INFO]	--> Exporting github.com/btcsuite/websocket
[INFO]	--> Exporting github.com/btcsuite/go-flags
[INFO]	--> Exporting github.com/btcsuite/snappy-go
[INFO]	--> Exporting github.com/jrick/logrotate
[INFO]	--> Exporting github.com/btcsuite/go-socks
[INFO]	--> Exporting github.com/btcsuite/winsvc
[INFO]	--> Exporting github.com/davecgh/go-spew
[INFO]	--> Exporting github.com/roasbeef/btcutil
[INFO]	--> Exporting github.com/jessevdk/go-flags
[INFO]	--> Exporting github.com/btcsuite/golangcrypto
[INFO]	--> Exporting github.com/kkdai/bstream
[INFO]	--> Exporting golang.org/x/crypto
[INFO]	Replacing existing vendor dependencies
 Installing btcd and btcctl.
go install -v github.com/roasbeef/btcd
go install -v github.com/roasbeef/btcd/cmd/btcctl
 Running unit tests.
go list github.com/lightningnetwork/lnd/... | grep -v '/vendor/' | xargs -L 1 go test -v  
=== RUN   TestBreachedOutputSerialization
--- PASS: TestBreachedOutputSerialization (0.00s)
=== RUN   TestRetributionSerialization
--- PASS: TestRetributionSerialization (0.00s)
=== RUN   TestMockRetributionStore
=== RUN   TestMockRetributionStore/mockRetributionStore.Initialization
=== RUN   TestMockRetributionStore/mockRetributionStore.Add/Remove
=== RUN   TestMockRetributionStore/mockRetributionStore.Persistence
=== RUN   TestMockRetributionStore/mockRetributionStore.Overwrite
=== RUN   TestMockRetributionStore/mockRetributionStore.RemoveEmpty
--- PASS: TestMockRetributionStore (0.00s)
    --- PASS: TestMockRetributionStore/mockRetributionStore.Initialization (0.00s)
    --- PASS: TestMockRetributionStore/mockRetributionStore.Add/Remove (0.00s)
    --- PASS: TestMockRetributionStore/mockRetributionStore.Persistence (0.00s)
    --- PASS: TestMockRetributionStore/mockRetributionStore.Overwrite (0.00s)
    --- PASS: TestMockRetributionStore/mockRetributionStore.RemoveEmpty (0.00s)
=== RUN   TestChannelDBRetributionStore
=== RUN   TestChannelDBRetributionStore/channeldbDBRetributionStore.Initialization
=== RUN   TestChannelDBRetributionStore/channeldbDBRetributionStore.Add/Remove
=== RUN   TestChannelDBRetributionStore/channeldbDBRetributionStore.Persistence
=== RUN   TestChannelDBRetributionStore/channeldbDBRetributionStore.Overwrite
=== RUN   TestChannelDBRetributionStore/channeldbDBRetributionStore.RemoveEmpty
--- PASS: TestChannelDBRetributionStore (0.28s)
    --- PASS: TestChannelDBRetributionStore/channeldbDBRetributionStore.Initialization (0.01s)
    --- PASS: TestChannelDBRetributionStore/channeldbDBRetributionStore.Add/Remove (0.07s)
    --- PASS: TestChannelDBRetributionStore/channeldbDBRetributionStore.Persistence (0.06s)
    --- PASS: TestChannelDBRetributionStore/channeldbDBRetributionStore.Overwrite (0.07s)
    --- PASS: TestChannelDBRetributionStore/channeldbDBRetributionStore.RemoveEmpty (0.03s)
=== RUN   TestBreachHandoffSuccess
--- PASS: TestBreachHandoffSuccess (0.45s)
=== RUN   TestBreachHandoffFail
--- PASS: TestBreachHandoffFail (0.47s)
=== RUN   TestFundingManagerNormalWorkflow
--- PASS: TestFundingManagerNormalWorkflow (2.48s)
=== RUN   TestFundingManagerRestartBehavior
--- PASS: TestFundingManagerRestartBehavior (3.39s)
=== RUN   TestFundingManagerOfflinePeer
--- PASS: TestFundingManagerOfflinePeer (2.79s)
=== RUN   TestFundingManagerPeerTimeoutAfterInitFunding
--- PASS: TestFundingManagerPeerTimeoutAfterInitFunding (0.08s)
=== RUN   TestFundingManagerPeerTimeoutAfterFundingOpen
--- PASS: TestFundingManagerPeerTimeoutAfterFundingOpen (0.08s)
=== RUN   TestFundingManagerPeerTimeoutAfterFundingAccept
--- PASS: TestFundingManagerPeerTimeoutAfterFundingAccept (0.09s)
=== RUN   TestFundingManagerFundingTimeout
--- PASS: TestFundingManagerFundingTimeout (1.51s)
=== RUN   TestFundingManagerFundingNotTimeoutInitiator
--- PASS: TestFundingManagerFundingNotTimeoutInitiator (2.62s)
=== RUN   TestFundingManagerReceiveFundingLockedTwice
--- PASS: TestFundingManagerReceiveFundingLockedTwice (3.50s)
=== RUN   TestFundingManagerRestartAfterChanAnn
--- PASS: TestFundingManagerRestartAfterChanAnn (2.28s)
=== RUN   TestFundingManagerRestartAfterReceivingFundingLocked
--- PASS: TestFundingManagerRestartAfterReceivingFundingLocked (2.31s)
=== RUN   TestFundingManagerPrivateChannel
--- PASS: TestFundingManagerPrivateChannel (2.39s)
=== RUN   TestFundingManagerPrivateRestart
--- PASS: TestFundingManagerPrivateRestart (2.70s)
=== RUN   TestNurseryStoreInit
--- PASS: TestNurseryStoreInit (0.04s)
=== RUN   TestNurseryStoreIncubate
--- PASS: TestNurseryStoreIncubate (0.27s)
=== RUN   TestNurseryStoreFinalize
--- PASS: TestNurseryStoreFinalize (6.40s)
=== RUN   TestNurseryStoreGraduate
--- PASS: TestNurseryStoreGraduate (6.28s)
=== RUN   TestPeerChannelClosureAcceptFeeResponder
=== PAUSE TestPeerChannelClosureAcceptFeeResponder
=== RUN   TestPeerChannelClosureAcceptFeeInitiator
=== PAUSE TestPeerChannelClosureAcceptFeeInitiator
=== RUN   TestPeerChannelClosureFeeNegotiationsResponder
=== PAUSE TestPeerChannelClosureFeeNegotiationsResponder
=== RUN   TestPeerChannelClosureFeeNegotiationsInitiator
=== PAUSE TestPeerChannelClosureFeeNegotiationsInitiator
=== RUN   TestParseHexColor
--- PASS: TestParseHexColor (0.00s)
=== RUN   TestKidOutputSerialization
--- PASS: TestKidOutputSerialization (0.00s)
=== RUN   TestBabyOutputSerialization
--- PASS: TestBabyOutputSerialization (0.00s)
=== CONT  TestPeerChannelClosureAcceptFeeResponder
=== CONT  TestPeerChannelClosureFeeNegotiationsInitiator
=== CONT  TestPeerChannelClosureFeeNegotiationsResponder
=== CONT  TestPeerChannelClosureAcceptFeeInitiator
--- PASS: TestPeerChannelClosureAcceptFeeResponder (0.32s)
--- PASS: TestPeerChannelClosureAcceptFeeInitiator (0.33s)
--- PASS: TestPeerChannelClosureFeeNegotiationsInitiator (0.34s)
--- PASS: TestPeerChannelClosureFeeNegotiationsResponder (0.35s)
PASS
ok  	github.com/lightningnetwork/lnd	40.819s
=== RUN   TestAezeedVersion0TestVectors
=== PAUSE TestAezeedVersion0TestVectors
=== RUN   TestEmptyPassphraseDerivation
=== PAUSE TestEmptyPassphraseDerivation
=== RUN   TestManualEntropyGeneration
=== PAUSE TestManualEntropyGeneration
=== RUN   TestInvalidPassphraseRejection
=== PAUSE TestInvalidPassphraseRejection
=== RUN   TestRawEncipherDecipher
=== PAUSE TestRawEncipherDecipher
=== RUN   TestInvalidExternalVersion
=== PAUSE TestInvalidExternalVersion
=== RUN   TestChangePassphrase
=== PAUSE TestChangePassphrase
=== RUN   TestChangePassphraseWrongPass
=== PAUSE TestChangePassphraseWrongPass
=== RUN   TestMnemonicEncoding
=== PAUSE TestMnemonicEncoding
=== RUN   TestEncipherDecipher
=== PAUSE TestEncipherDecipher
=== RUN   TestSeedEncodeDecode
--- PASS: TestSeedEncodeDecode (0.00s)
=== RUN   TestDecipherUnknownMnenomicWord
=== PAUSE TestDecipherUnknownMnenomicWord
=== RUN   TestDecipherIncorrectMnemonic
--- PASS: TestDecipherIncorrectMnemonic (0.00s)
=== CONT  TestAezeedVersion0TestVectors
--- PASS: TestAezeedVersion0TestVectors (0.00s)
=== CONT  TestDecipherUnknownMnenomicWord
--- PASS: TestDecipherUnknownMnenomicWord (0.00s)
=== CONT  TestEncipherDecipher
=== CONT  TestInvalidExternalVersion
=== CONT  TestInvalidPassphraseRejection
=== CONT  TestChangePassphraseWrongPass
--- PASS: TestInvalidPassphraseRejection (0.00s)
=== CONT  TestMnemonicEncoding
--- PASS: TestChangePassphraseWrongPass (0.00s)
=== CONT  TestChangePassphrase
--- PASS: TestMnemonicEncoding (0.00s)
=== CONT  TestManualEntropyGeneration
--- PASS: TestChangePassphrase (0.00s)
=== CONT  TestEmptyPassphraseDerivation
--- PASS: TestManualEntropyGeneration (0.00s)
--- PASS: TestInvalidExternalVersion (0.00s)
=== CONT  TestRawEncipherDecipher
--- PASS: TestRawEncipherDecipher (0.00s)
--- PASS: TestEmptyPassphraseDerivation (0.00s)
--- PASS: TestEncipherDecipher (0.04s)
PASS
ok  	github.com/lightningnetwork/lnd/aezeed	0.039s
=== RUN   TestAgentChannelOpenSignal
=== PAUSE TestAgentChannelOpenSignal
=== RUN   TestAgentChannelFailureSignal
=== PAUSE TestAgentChannelFailureSignal
=== RUN   TestAgentChannelCloseSignal
=== PAUSE TestAgentChannelCloseSignal
=== RUN   TestAgentBalanceUpdate
=== PAUSE TestAgentBalanceUpdate
=== RUN   TestAgentImmediateAttach
=== PAUSE TestAgentImmediateAttach
=== RUN   TestAgentPendingChannelState
=== PAUSE TestAgentPendingChannelState
=== RUN   TestConstrainedPrefAttachmentNeedMoreChan
=== PAUSE TestConstrainedPrefAttachmentNeedMoreChan
=== RUN   TestConstrainedPrefAttachmentSelectEmptyGraph
=== RUN   TestConstrainedPrefAttachmentSelectEmptyGraph/disk_graph
=== RUN   TestConstrainedPrefAttachmentSelectEmptyGraph/mem_graph
--- PASS: TestConstrainedPrefAttachmentSelectEmptyGraph (0.04s)
    --- PASS: TestConstrainedPrefAttachmentSelectEmptyGraph/disk_graph (0.04s)
    --- PASS: TestConstrainedPrefAttachmentSelectEmptyGraph/mem_graph (0.00s)
=== RUN   TestConstrainedPrefAttachmentSelectTwoVertexes
=== PAUSE TestConstrainedPrefAttachmentSelectTwoVertexes
=== RUN   TestConstrainedPrefAttachmentSelectInsufficientFunds
=== PAUSE TestConstrainedPrefAttachmentSelectInsufficientFunds
=== RUN   TestConstrainedPrefAttachmentSelectGreedyAllocation
=== PAUSE TestConstrainedPrefAttachmentSelectGreedyAllocation
=== RUN   TestConstrainedPrefAttachmentSelectSkipNodes
=== PAUSE TestConstrainedPrefAttachmentSelectSkipNodes
=== CONT  TestAgentChannelOpenSignal
=== CONT  TestConstrainedPrefAttachmentNeedMoreChan
--- PASS: TestConstrainedPrefAttachmentNeedMoreChan (0.00s)
=== CONT  TestConstrainedPrefAttachmentSelectSkipNodes
=== CONT  TestAgentBalanceUpdate
=== RUN   TestConstrainedPrefAttachmentSelectSkipNodes/disk_graph
=== CONT  TestConstrainedPrefAttachmentSelectInsufficientFunds
=== RUN   TestConstrainedPrefAttachmentSelectInsufficientFunds/disk_graph
--- PASS: TestAgentChannelOpenSignal (0.00s)
=== CONT  TestConstrainedPrefAttachmentSelectTwoVertexes
=== RUN   TestConstrainedPrefAttachmentSelectTwoVertexes/disk_graph
=== CONT  TestAgentPendingChannelState
--- PASS: TestAgentBalanceUpdate (0.00s)
=== RUN   TestConstrainedPrefAttachmentSelectInsufficientFunds/mem_graph
--- PASS: TestConstrainedPrefAttachmentSelectInsufficientFunds (0.05s)
    --- PASS: TestConstrainedPrefAttachmentSelectInsufficientFunds/disk_graph (0.05s)
    --- PASS: TestConstrainedPrefAttachmentSelectInsufficientFunds/mem_graph (0.00s)
=== CONT  TestConstrainedPrefAttachmentSelectGreedyAllocation
=== RUN   TestConstrainedPrefAttachmentSelectGreedyAllocation/disk_graph
--- PASS: TestAgentPendingChannelState (0.06s)
=== CONT  TestAgentImmediateAttach
=== RUN   TestConstrainedPrefAttachmentSelectTwoVertexes/mem_graph
=== RUN   TestConstrainedPrefAttachmentSelectSkipNodes/mem_graph
--- PASS: TestConstrainedPrefAttachmentSelectTwoVertexes (0.20s)
    --- PASS: TestConstrainedPrefAttachmentSelectTwoVertexes/disk_graph (0.20s)
    --- PASS: TestConstrainedPrefAttachmentSelectTwoVertexes/mem_graph (0.00s)
=== CONT  TestAgentChannelCloseSignal
--- PASS: TestAgentChannelCloseSignal (0.00s)
=== CONT  TestAgentChannelFailureSignal
--- PASS: TestConstrainedPrefAttachmentSelectSkipNodes (0.21s)
    --- PASS: TestConstrainedPrefAttachmentSelectSkipNodes/disk_graph (0.20s)
    --- PASS: TestConstrainedPrefAttachmentSelectSkipNodes/mem_graph (0.00s)
--- PASS: TestAgentChannelFailureSignal (0.05s)
=== RUN   TestConstrainedPrefAttachmentSelectGreedyAllocation/mem_graph
--- PASS: TestConstrainedPrefAttachmentSelectGreedyAllocation (0.22s)
    --- PASS: TestConstrainedPrefAttachmentSelectGreedyAllocation/disk_graph (0.22s)
    --- PASS: TestConstrainedPrefAttachmentSelectGreedyAllocation/mem_graph (0.00s)
--- PASS: TestAgentImmediateAttach (0.23s)
PASS
ok  	github.com/lightningnetwork/lnd/autopilot	0.360s
=== RUN   TestConnectionCorrectness
--- PASS: TestConnectionCorrectness (0.03s)
=== RUN   TestConcurrentHandshakes
--- PASS: TestConcurrentHandshakes (0.00s)
=== RUN   TestMaxPayloadLength
=== PAUSE TestMaxPayloadLength
=== RUN   TestWriteMessageChunking
--- PASS: TestWriteMessageChunking (0.00s)
=== RUN   TestBolt0008TestVectors
=== PAUSE TestBolt0008TestVectors
=== CONT  TestMaxPayloadLength
=== CONT  TestBolt0008TestVectors
--- PASS: TestMaxPayloadLength (0.00s)
--- PASS: TestBolt0008TestVectors (0.00s)
PASS
ok  	github.com/lightningnetwork/lnd/brontide	0.041s
=== RUN   TestInterfaces
2018/04/17 17:15:33 Running 12 ChainNotifier interface tests
=== RUN   TestInterfaces/btcd:_single_conf_ntfn
=== RUN   TestInterfaces/btcd:_multi_conf_ntfn
=== RUN   TestInterfaces/btcd:_batch_conf_ntfn
=== RUN   TestInterfaces/btcd:_multi_client_conf
=== RUN   TestInterfaces/btcd:_spend_ntfn
=== RUN   TestInterfaces/btcd:_block_epoch
=== RUN   TestInterfaces/btcd:_historical_conf_dispatch
=== RUN   TestInterfaces/btcd:_historical_spend_dispatch
=== RUN   TestInterfaces/btcd:_cancel_spend_ntfn
=== RUN   TestInterfaces/btcd:_cancel_epoch_ntfn
=== RUN   TestInterfaces/btcd:_lazy_ntfn_consumer
=== RUN   TestInterfaces/btcd:_reorg_conf
=== RUN   TestInterfaces/neutrino:_single_conf_ntfn
=== RUN   TestInterfaces/neutrino:_multi_conf_ntfn
=== RUN   TestInterfaces/neutrino:_batch_conf_ntfn
=== RUN   TestInterfaces/neutrino:_multi_client_conf
=== RUN   TestInterfaces/neutrino:_spend_ntfn
=== RUN   TestInterfaces/neutrino:_block_epoch
=== RUN   TestInterfaces/neutrino:_historical_conf_dispatch
=== RUN   TestInterfaces/neutrino:_historical_spend_dispatch
=== RUN   TestInterfaces/neutrino:_cancel_spend_ntfn
=== RUN   TestInterfaces/neutrino:_cancel_epoch_ntfn
=== RUN   TestInterfaces/neutrino:_lazy_ntfn_consumer
=== RUN   TestInterfaces/neutrino:_reorg_conf
=== RUN   TestInterfaces/bitcoind:_single_conf_ntfn
=== RUN   TestInterfaces/bitcoind:_multi_conf_ntfn
=== RUN   TestInterfaces/bitcoind:_batch_conf_ntfn
=== RUN   TestInterfaces/bitcoind:_multi_client_conf
=== RUN   TestInterfaces/bitcoind:_spend_ntfn
=== RUN   TestInterfaces/bitcoind:_block_epoch
=== RUN   TestInterfaces/bitcoind:_historical_conf_dispatch
=== RUN   TestInterfaces/bitcoind:_historical_spend_dispatch
=== RUN   TestInterfaces/bitcoind:_cancel_spend_ntfn
=== RUN   TestInterfaces/bitcoind:_cancel_epoch_ntfn
=== RUN   TestInterfaces/bitcoind:_lazy_ntfn_consumer
=== RUN   TestInterfaces/bitcoind:_reorg_conf
--- PASS: TestInterfaces (29.27s)
	interface_test.go:1444: Running ChainNotifier interface tests for: btcd
    --- PASS: TestInterfaces/btcd:_single_conf_ntfn (0.11s)
    --- PASS: TestInterfaces/btcd:_multi_conf_ntfn (0.12s)
    --- PASS: TestInterfaces/btcd:_batch_conf_ntfn (0.66s)
    --- PASS: TestInterfaces/btcd:_multi_client_conf (0.12s)
    --- PASS: TestInterfaces/btcd:_spend_ntfn (0.23s)
    --- PASS: TestInterfaces/btcd:_block_epoch (0.03s)
    --- PASS: TestInterfaces/btcd:_historical_conf_dispatch (2.35s)
    --- PASS: TestInterfaces/btcd:_historical_spend_dispatch (0.23s)
    --- PASS: TestInterfaces/btcd:_cancel_spend_ntfn (0.22s)
    --- PASS: TestInterfaces/btcd:_cancel_epoch_ntfn (0.00s)
    --- PASS: TestInterfaces/btcd:_lazy_ntfn_consumer (0.25s)
    --- PASS: TestInterfaces/btcd:_reorg_conf (3.52s)
	interface_test.go:1444: Running ChainNotifier interface tests for: neutrino
    --- PASS: TestInterfaces/neutrino:_single_conf_ntfn (0.17s)
    --- PASS: TestInterfaces/neutrino:_multi_conf_ntfn (0.56s)
    --- PASS: TestInterfaces/neutrino:_batch_conf_ntfn (1.64s)
    --- PASS: TestInterfaces/neutrino:_multi_client_conf (0.17s)
    --- PASS: TestInterfaces/neutrino:_spend_ntfn (0.49s)
    --- PASS: TestInterfaces/neutrino:_block_epoch (0.57s)
    --- PASS: TestInterfaces/neutrino:_historical_conf_dispatch (2.51s)
    --- PASS: TestInterfaces/neutrino:_historical_spend_dispatch (0.43s)
    --- PASS: TestInterfaces/neutrino:_cancel_spend_ntfn (0.48s)
    --- PASS: TestInterfaces/neutrino:_cancel_epoch_ntfn (0.05s)
    --- PASS: TestInterfaces/neutrino:_lazy_ntfn_consumer (0.54s)
    --- PASS: TestInterfaces/neutrino:_reorg_conf (3.43s)
	interface_test.go:1444: Running ChainNotifier interface tests for: bitcoind
    --- PASS: TestInterfaces/bitcoind:_single_conf_ntfn (0.12s)
    --- PASS: TestInterfaces/bitcoind:_multi_conf_ntfn (0.15s)
    --- PASS: TestInterfaces/bitcoind:_batch_conf_ntfn (0.69s)
    --- PASS: TestInterfaces/bitcoind:_multi_client_conf (0.12s)
    --- PASS: TestInterfaces/bitcoind:_spend_ntfn (0.74s)
    --- PASS: TestInterfaces/bitcoind:_block_epoch (0.02s)
    --- PASS: TestInterfaces/bitcoind:_historical_conf_dispatch (2.37s)
    --- PASS: TestInterfaces/bitcoind:_historical_spend_dispatch (0.72s)
    --- PASS: TestInterfaces/bitcoind:_cancel_spend_ntfn (0.35s)
    --- PASS: TestInterfaces/bitcoind:_cancel_epoch_ntfn (0.01s)
    --- PASS: TestInterfaces/bitcoind:_lazy_ntfn_consumer (0.25s)
    --- PASS: TestInterfaces/bitcoind:_reorg_conf (3.07s)
=== RUN   TestConcurrentQueue
--- PASS: TestConcurrentQueue (0.00s)
=== RUN   TestTxConfFutureDispatch
=== PAUSE TestTxConfFutureDispatch
=== RUN   TestTxConfHistoricalDispatch
=== PAUSE TestTxConfHistoricalDispatch
=== RUN   TestTxConfChainReorg
=== PAUSE TestTxConfChainReorg
=== RUN   TestTxConfTearDown
=== PAUSE TestTxConfTearDown
=== CONT  TestTxConfFutureDispatch
--- PASS: TestTxConfFutureDispatch (0.00s)
=== CONT  TestTxConfTearDown
--- PASS: TestTxConfTearDown (0.00s)
=== CONT  TestTxConfChainReorg
--- PASS: TestTxConfChainReorg (0.00s)
=== CONT  TestTxConfHistoricalDispatch
--- PASS: TestTxConfHistoricalDispatch (0.00s)
PASS
ok  	github.com/lightningnetwork/lnd/chainntnfs	29.309s
?   	github.com/lightningnetwork/lnd/chainntnfs/bitcoindnotify	[no test files]
?   	github.com/lightningnetwork/lnd/chainntnfs/btcdnotify	[no test files]
?   	github.com/lightningnetwork/lnd/chainntnfs/neutrinonotify	[no test files]
=== RUN   TestOpenChannelPutGetDelete
=== PAUSE TestOpenChannelPutGetDelete
=== RUN   TestChannelStateTransition
=== PAUSE TestChannelStateTransition
=== RUN   TestFetchPendingChannels
=== PAUSE TestFetchPendingChannels
=== RUN   TestFetchClosedChannels
=== PAUSE TestFetchClosedChannels
=== RUN   TestOpenWithCreate
=== PAUSE TestOpenWithCreate
=== RUN   TestForwardingLogBasicStorageAndQuery
=== PAUSE TestForwardingLogBasicStorageAndQuery
=== RUN   TestForwardingLogQueryOptions
=== PAUSE TestForwardingLogQueryOptions
=== RUN   TestForwardingLogQueryLimit
=== PAUSE TestForwardingLogQueryLimit
=== RUN   TestNodeInsertionAndDeletion
=== PAUSE TestNodeInsertionAndDeletion
=== RUN   TestPartialNode
=== PAUSE TestPartialNode
=== RUN   TestAliasLookup
=== PAUSE TestAliasLookup
=== RUN   TestSourceNode
=== PAUSE TestSourceNode
=== RUN   TestEdgeInsertionDeletion
=== PAUSE TestEdgeInsertionDeletion
=== RUN   TestDisconnectBlockAtHeight
=== PAUSE TestDisconnectBlockAtHeight
=== RUN   TestEdgeInfoUpdates
=== PAUSE TestEdgeInfoUpdates
=== RUN   TestGraphTraversal
=== PAUSE TestGraphTraversal
=== RUN   TestGraphPruning
=== PAUSE TestGraphPruning
=== RUN   TestInvoiceWorkflow
=== PAUSE TestInvoiceWorkflow
=== RUN   TestVersionFetchPut
=== PAUSE TestVersionFetchPut
=== RUN   TestOrderOfMigrations
=== PAUSE TestOrderOfMigrations
=== RUN   TestGlobalVersionList
=== PAUSE TestGlobalVersionList
=== RUN   TestMigrationWithPanic
=== PAUSE TestMigrationWithPanic
=== RUN   TestMigrationWithFatal
=== PAUSE TestMigrationWithFatal
=== RUN   TestMigrationWithoutErrors
=== PAUSE TestMigrationWithoutErrors
=== RUN   TestLinkNodeEncodeDecode
=== PAUSE TestLinkNodeEncodeDecode
=== RUN   TestOutgoingPaymentSerialization
=== PAUSE TestOutgoingPaymentSerialization
=== RUN   TestOutgoingPaymentWorkflow
=== PAUSE TestOutgoingPaymentWorkflow
=== RUN   TestWaitingProofStore
=== PAUSE TestWaitingProofStore
=== RUN   TestWitnessCacheRetrieval
=== PAUSE TestWitnessCacheRetrieval
=== RUN   TestWitnessCacheDeletion
=== PAUSE TestWitnessCacheDeletion
=== RUN   TestWitnessCacheUnknownWitness
=== PAUSE TestWitnessCacheUnknownWitness
=== RUN   TestPkgFilterBruteForce
=== PAUSE TestPkgFilterBruteForce
=== RUN   TestPkgFilterRand
=== PAUSE TestPkgFilterRand
=== RUN   TestPackagerEmptyFwdPkg
=== PAUSE TestPackagerEmptyFwdPkg
=== RUN   TestPackagerOnlyAdds
=== PAUSE TestPackagerOnlyAdds
=== RUN   TestPackagerOnlySettleFails
=== PAUSE TestPackagerOnlySettleFails
=== RUN   TestPackagerAddsThenSettleFails
=== PAUSE TestPackagerAddsThenSettleFails
=== RUN   TestPackagerSettleFailsThenAdds
=== PAUSE TestPackagerSettleFailsThenAdds
=== CONT  TestOpenChannelPutGetDelete
=== CONT  TestGlobalVersionList
--- PASS: TestGlobalVersionList (0.00s)
=== CONT  TestPackagerOnlyAdds
=== CONT  TestWitnessCacheUnknownWitness
=== CONT  TestPackagerOnlySettleFails
--- PASS: TestWitnessCacheUnknownWitness (0.06s)
=== CONT  TestPackagerEmptyFwdPkg
--- PASS: TestPackagerOnlyAdds (0.15s)
--- PASS: TestPackagerOnlySettleFails (0.15s)
=== CONT  TestPkgFilterRand
=== CONT  TestPkgFilterBruteForce
--- PASS: TestPkgFilterRand (0.00s)
=== CONT  TestPackagerSettleFailsThenAdds
--- PASS: TestOpenChannelPutGetDelete (0.16s)
=== CONT  TestAliasLookup
--- PASS: TestPackagerEmptyFwdPkg (0.12s)
=== CONT  TestOrderOfMigrations
--- PASS: TestOrderOfMigrations (0.00s)
=== CONT  TestVersionFetchPut
--- PASS: TestVersionFetchPut (0.08s)
=== CONT  TestInvoiceWorkflow
=== CONT  TestGraphPruning
--- PASS: TestAliasLookup (0.11s)
--- PASS: TestPackagerSettleFailsThenAdds (0.19s)
=== CONT  TestGraphTraversal
--- PASS: TestPkgFilterBruteForce (0.37s)
=== CONT  TestEdgeInfoUpdates
--- PASS: TestInvoiceWorkflow (0.43s)
=== CONT  TestDisconnectBlockAtHeight
--- PASS: TestEdgeInfoUpdates (0.25s)
=== CONT  TestEdgeInsertionDeletion
--- PASS: TestGraphPruning (0.57s)
=== CONT  TestSourceNode
--- PASS: TestEdgeInsertionDeletion (0.18s)
=== CONT  TestPackagerAddsThenSettleFails
--- PASS: TestDisconnectBlockAtHeight (0.27s)
=== CONT  TestForwardingLogBasicStorageAndQuery
--- PASS: TestSourceNode (0.12s)
=== CONT  TestPartialNode
--- PASS: TestForwardingLogBasicStorageAndQuery (0.15s)
=== CONT  TestNodeInsertionAndDeletion
--- PASS: TestPartialNode (0.19s)
=== CONT  TestForwardingLogQueryLimit
--- PASS: TestPackagerAddsThenSettleFails (0.23s)
=== CONT  TestForwardingLogQueryOptions
--- PASS: TestGraphTraversal (0.89s)
=== CONT  TestOutgoingPaymentSerialization
--- PASS: TestOutgoingPaymentSerialization (0.00s)
=== CONT  TestWitnessCacheDeletion
--- PASS: TestNodeInsertionAndDeletion (0.17s)
=== CONT  TestWaitingProofStore
--- PASS: TestForwardingLogQueryLimit (0.14s)
=== CONT  TestWitnessCacheRetrieval
--- PASS: TestForwardingLogQueryOptions (0.13s)
=== CONT  TestMigrationWithoutErrors
--- PASS: TestWaitingProofStore (0.13s)
=== CONT  TestLinkNodeEncodeDecode
--- PASS: TestWitnessCacheRetrieval (0.15s)
=== CONT  TestOutgoingPaymentWorkflow
--- PASS: TestWitnessCacheDeletion (0.25s)
=== CONT  TestFetchClosedChannels
--- PASS: TestMigrationWithoutErrors (0.17s)
=== CONT  TestOpenWithCreate
--- PASS: TestOpenWithCreate (0.06s)
=== CONT  TestMigrationWithFatal
--- PASS: TestLinkNodeEncodeDecode (0.16s)
=== CONT  TestMigrationWithPanic
--- PASS: TestMigrationWithFatal (0.14s)
=== CONT  TestFetchPendingChannels
--- PASS: TestFetchClosedChannels (0.21s)
=== CONT  TestChannelStateTransition
--- PASS: TestMigrationWithPanic (0.13s)
--- PASS: TestOutgoingPaymentWorkflow (0.33s)
--- PASS: TestFetchPendingChannels (0.14s)
--- PASS: TestChannelStateTransition (0.23s)
PASS
ok  	github.com/lightningnetwork/lnd/channeldb	1.951s
?   	github.com/lightningnetwork/lnd/cmd/lncli	[no test files]
=== RUN   TestContractInsertionRetrieval
=== PAUSE TestContractInsertionRetrieval
=== RUN   TestContractResolution
=== PAUSE TestContractResolution
=== RUN   TestContractSwapping
=== PAUSE TestContractSwapping
=== RUN   TestContractResolutionsStorage
=== PAUSE TestContractResolutionsStorage
=== RUN   TestChainActionStorage
=== PAUSE TestChainActionStorage
=== RUN   TestStateMutation
=== PAUSE TestStateMutation
=== RUN   TestScopeIsolation
=== PAUSE TestScopeIsolation
=== CONT  TestContractInsertionRetrieval
=== CONT  TestChainActionStorage
=== CONT  TestScopeIsolation
=== CONT  TestContractSwapping
--- PASS: TestContractInsertionRetrieval (0.07s)
=== CONT  TestContractResolutionsStorage
--- PASS: TestChainActionStorage (0.08s)
=== CONT  TestContractResolution
--- PASS: TestContractSwapping (0.12s)
=== CONT  TestStateMutation
--- PASS: TestScopeIsolation (0.15s)
--- PASS: TestContractResolutionsStorage (0.10s)
--- PASS: TestStateMutation (0.09s)
--- PASS: TestContractResolution (0.13s)
PASS
ok  	github.com/lightningnetwork/lnd/contractcourt	0.245s
=== RUN   TestProcessAnnouncement
=== PAUSE TestProcessAnnouncement
=== RUN   TestPrematureAnnouncement
=== PAUSE TestPrematureAnnouncement
=== RUN   TestSignatureAnnouncementLocalFirst
=== PAUSE TestSignatureAnnouncementLocalFirst
=== RUN   TestOrphanSignatureAnnouncement
=== PAUSE TestOrphanSignatureAnnouncement
=== RUN   TestSignatureAnnouncementRetry
=== PAUSE TestSignatureAnnouncementRetry
=== RUN   TestSignatureAnnouncementRetryAtStartup
=== PAUSE TestSignatureAnnouncementRetryAtStartup
=== RUN   TestSignatureAnnouncementFullProofWhenRemoteProof
=== PAUSE TestSignatureAnnouncementFullProofWhenRemoteProof
=== RUN   TestDeDuplicatedAnnouncements
=== PAUSE TestDeDuplicatedAnnouncements
=== RUN   TestReceiveRemoteChannelUpdateFirst
=== PAUSE TestReceiveRemoteChannelUpdateFirst
=== CONT  TestProcessAnnouncement
=== CONT  TestSignatureAnnouncementRetryAtStartup
=== CONT  TestReceiveRemoteChannelUpdateFirst
=== CONT  TestDeDuplicatedAnnouncements
--- PASS: TestDeDuplicatedAnnouncements (0.00s)
=== CONT  TestSignatureAnnouncementFullProofWhenRemoteProof
--- PASS: TestProcessAnnouncement (0.36s)
=== CONT  TestOrphanSignatureAnnouncement
--- PASS: TestSignatureAnnouncementFullProofWhenRemoteProof (0.77s)
=== CONT  TestSignatureAnnouncementRetry
--- PASS: TestReceiveRemoteChannelUpdateFirst (0.96s)
=== CONT  TestSignatureAnnouncementLocalFirst
--- PASS: TestSignatureAnnouncementRetryAtStartup (1.01s)
=== CONT  TestPrematureAnnouncement
--- PASS: TestOrphanSignatureAnnouncement (0.74s)
--- PASS: TestPrematureAnnouncement (0.34s)
--- PASS: TestSignatureAnnouncementRetry (0.94s)
--- PASS: TestSignatureAnnouncementLocalFirst (0.94s)
PASS
ok  	github.com/lightningnetwork/lnd/discovery	1.934s
?   	github.com/lightningnetwork/lnd/docs/go-fuzz	[no test files]
=== RUN   TestChannelLinkSingleHopPayment
=== PAUSE TestChannelLinkSingleHopPayment
=== RUN   TestChannelLinkBidirectionalOneHopPayments
=== PAUSE TestChannelLinkBidirectionalOneHopPayments
=== RUN   TestChannelLinkMultiHopPayment
=== PAUSE TestChannelLinkMultiHopPayment
=== RUN   TestExitNodeTimelockPayloadMismatch
=== PAUSE TestExitNodeTimelockPayloadMismatch
=== RUN   TestExitNodeAmountPayloadMismatch
=== PAUSE TestExitNodeAmountPayloadMismatch
=== RUN   TestLinkForwardTimelockPolicyMismatch
=== PAUSE TestLinkForwardTimelockPolicyMismatch
=== RUN   TestLinkForwardFeePolicyMismatch
=== PAUSE TestLinkForwardFeePolicyMismatch
=== RUN   TestLinkForwardMinHTLCPolicyMismatch
=== PAUSE TestLinkForwardMinHTLCPolicyMismatch
=== RUN   TestUpdateForwardingPolicy
=== PAUSE TestUpdateForwardingPolicy
=== RUN   TestChannelLinkMultiHopInsufficientPayment
=== PAUSE TestChannelLinkMultiHopInsufficientPayment
=== RUN   TestChannelLinkMultiHopUnknownPaymentHash
=== PAUSE TestChannelLinkMultiHopUnknownPaymentHash
=== RUN   TestChannelLinkMultiHopUnknownNextHop
=== PAUSE TestChannelLinkMultiHopUnknownNextHop
=== RUN   TestChannelLinkMultiHopDecodeError
=== PAUSE TestChannelLinkMultiHopDecodeError
=== RUN   TestChannelLinkExpiryTooSoonExitNode
=== PAUSE TestChannelLinkExpiryTooSoonExitNode
=== RUN   TestChannelLinkExpiryTooSoonMidNode
=== PAUSE TestChannelLinkExpiryTooSoonMidNode
=== RUN   TestChannelLinkSingleHopMessageOrdering
=== PAUSE TestChannelLinkSingleHopMessageOrdering
=== RUN   TestChannelLinkBandwidthConsistency
=== PAUSE TestChannelLinkBandwidthConsistency
=== RUN   TestChannelLinkBandwidthConsistencyOverflow
=== PAUSE TestChannelLinkBandwidthConsistencyOverflow
=== RUN   TestChannelLinkBandwidthChanReserve
=== PAUSE TestChannelLinkBandwidthChanReserve
=== RUN   TestChannelRetransmission
=== PAUSE TestChannelRetransmission
=== RUN   TestShouldAdjustCommitFee
--- PASS: TestShouldAdjustCommitFee (0.00s)
=== RUN   TestChannelLinkUpdateCommitFee
=== PAUSE TestChannelLinkUpdateCommitFee
=== RUN   TestChannelLinkAcceptDuplicatePayment
=== PAUSE TestChannelLinkAcceptDuplicatePayment
=== RUN   TestChannelLinkAcceptOverpay
=== PAUSE TestChannelLinkAcceptOverpay
=== RUN   TestMailBoxCouriers
=== PAUSE TestMailBoxCouriers
=== RUN   TestWaitingQueueThreadSafety
=== PAUSE TestWaitingQueueThreadSafety
=== RUN   TestSwitchForward
=== PAUSE TestSwitchForward
=== RUN   TestSwitchForwardFailAfterFullAdd
=== PAUSE TestSwitchForwardFailAfterFullAdd
=== RUN   TestSwitchForwardSettleAfterFullAdd
=== PAUSE TestSwitchForwardSettleAfterFullAdd
=== RUN   TestSwitchForwardDropAfterFullAdd
=== PAUSE TestSwitchForwardDropAfterFullAdd
=== RUN   TestSwitchForwardFailAfterHalfAdd
=== PAUSE TestSwitchForwardFailAfterHalfAdd
=== RUN   TestSwitchForwardCircuitPersistence
=== PAUSE TestSwitchForwardCircuitPersistence
=== RUN   TestSkipIneligibleLinksMultiHopForward
=== PAUSE TestSkipIneligibleLinksMultiHopForward
=== RUN   TestSkipIneligibleLinksLocalForward
=== PAUSE TestSkipIneligibleLinksLocalForward
=== RUN   TestSwitchCancel
=== PAUSE TestSwitchCancel
=== RUN   TestSwitchAddSamePayment
=== PAUSE TestSwitchAddSamePayment
=== RUN   TestSwitchSendPayment
=== PAUSE TestSwitchSendPayment
=== RUN   TestLocalPaymentNoForwardingEvents
=== PAUSE TestLocalPaymentNoForwardingEvents
=== RUN   TestMultiHopPaymentForwardingEvents
=== PAUSE TestMultiHopPaymentForwardingEvents
=== RUN   TestCircuitMapInit
=== PAUSE TestCircuitMapInit
=== RUN   TestHalfCircuitSerialization
=== PAUSE TestHalfCircuitSerialization
=== RUN   TestCircuitMapPersistence
=== PAUSE TestCircuitMapPersistence
=== RUN   TestCircuitMapCommitCircuits
=== PAUSE TestCircuitMapCommitCircuits
=== RUN   TestCircuitMapOpenCircuits
=== PAUSE TestCircuitMapOpenCircuits
=== RUN   TestCircuitMapTrimOpenCircuits
=== PAUSE TestCircuitMapTrimOpenCircuits
=== RUN   TestCircuitMapCloseOpenCircuits
=== PAUSE TestCircuitMapCloseOpenCircuits
=== RUN   TestCircuitMapCloseUnopenedCircuit
=== PAUSE TestCircuitMapCloseUnopenedCircuit
=== RUN   TestCircuitMapDeleteUnopenedCircuit
=== PAUSE TestCircuitMapDeleteUnopenedCircuit
=== RUN   TestCircuitMapDeleteOpenCircuit
=== PAUSE TestCircuitMapDeleteOpenCircuit
=== CONT  TestChannelLinkSingleHopPayment
=== CONT  TestSwitchForward
=== CONT  TestMultiHopPaymentForwardingEvents
=== CONT  TestCircuitMapTrimOpenCircuits
--- PASS: TestCircuitMapTrimOpenCircuits (0.33s)
=== CONT  TestCircuitMapDeleteOpenCircuit
--- PASS: TestSwitchForward (0.43s)
=== CONT  TestCircuitMapDeleteUnopenedCircuit
--- PASS: TestCircuitMapDeleteOpenCircuit (0.26s)
=== CONT  TestCircuitMapCloseUnopenedCircuit
--- PASS: TestCircuitMapDeleteUnopenedCircuit (0.26s)
=== CONT  TestCircuitMapCloseOpenCircuits
--- PASS: TestCircuitMapCloseUnopenedCircuit (0.18s)
=== CONT  TestCircuitMapPersistence
--- PASS: TestCircuitMapCloseOpenCircuits (0.22s)
=== CONT  TestCircuitMapOpenCircuits
--- PASS: TestCircuitMapOpenCircuits (0.24s)
=== CONT  TestCircuitMapCommitCircuits
--- PASS: TestCircuitMapCommitCircuits (0.24s)
=== CONT  TestChannelLinkExpiryTooSoonExitNode
--- PASS: TestCircuitMapPersistence (0.76s)
=== CONT  TestWaitingQueueThreadSafety
--- PASS: TestWaitingQueueThreadSafety (0.14s)
=== CONT  TestMailBoxCouriers
--- PASS: TestMailBoxCouriers (0.00s)
=== CONT  TestChannelLinkAcceptOverpay
--- PASS: TestChannelLinkSingleHopPayment (1.68s)
=== CONT  TestChannelLinkAcceptDuplicatePayment
--- PASS: TestChannelLinkExpiryTooSoonExitNode (1.64s)
=== CONT  TestChannelLinkUpdateCommitFee
--- PASS: TestChannelLinkAcceptOverpay (2.45s)
=== CONT  TestChannelRetransmission
=== RUN   TestChannelRetransmission/intercept_last_alice_revoke_and_ack
--- PASS: TestChannelLinkAcceptDuplicatePayment (3.41s)
=== CONT  TestChannelLinkBandwidthChanReserve
--- PASS: TestChannelLinkUpdateCommitFee (3.44s)
=== CONT  TestChannelLinkBandwidthConsistencyOverflow
--- PASS: TestChannelLinkBandwidthChanReserve (2.25s)
=== CONT  TestChannelLinkBandwidthConsistency
=== RUN   TestChannelRetransmission/intercept_bob_revoke_and_ack_commit_sig_messages
--- PASS: TestMultiHopPaymentForwardingEvents (11.10s)
=== CONT  TestChannelLinkSingleHopMessageOrdering
--- PASS: TestChannelLinkSingleHopMessageOrdering (1.37s)
=== CONT  TestChannelLinkExpiryTooSoonMidNode
--- PASS: TestChannelLinkExpiryTooSoonMidNode (1.14s)
=== CONT  TestHalfCircuitSerialization
--- PASS: TestHalfCircuitSerialization (0.04s)
=== CONT  TestLinkForwardMinHTLCPolicyMismatch
--- PASS: TestLinkForwardMinHTLCPolicyMismatch (1.12s)
=== CONT  TestChannelLinkMultiHopDecodeError
--- PASS: TestChannelLinkBandwidthConsistency (7.73s)
=== CONT  TestChannelLinkMultiHopUnknownNextHop
--- PASS: TestChannelLinkMultiHopUnknownNextHop (1.05s)
=== CONT  TestChannelLinkMultiHopUnknownPaymentHash
--- PASS: TestChannelLinkMultiHopDecodeError (2.14s)
=== CONT  TestChannelLinkMultiHopInsufficientPayment
=== RUN   TestChannelRetransmission/intercept_update_add_htlc_and_commit_sig_messages
--- PASS: TestChannelLinkMultiHopInsufficientPayment (1.13s)
=== CONT  TestUpdateForwardingPolicy
--- PASS: TestChannelLinkMultiHopUnknownPaymentHash (2.27s)
=== CONT  TestCircuitMapInit
=== CONT  TestExitNodeAmountPayloadMismatch
--- PASS: TestCircuitMapInit (0.22s)
--- PASS: TestExitNodeAmountPayloadMismatch (1.38s)
=== CONT  TestLinkForwardFeePolicyMismatch
--- PASS: TestUpdateForwardingPolicy (2.55s)
=== CONT  TestLinkForwardTimelockPolicyMismatch
--- PASS: TestLinkForwardFeePolicyMismatch (1.29s)
=== CONT  TestSkipIneligibleLinksMultiHopForward
--- PASS: TestSkipIneligibleLinksMultiHopForward (0.26s)
=== CONT  TestLocalPaymentNoForwardingEvents
--- PASS: TestLinkForwardTimelockPolicyMismatch (1.26s)
=== CONT  TestSwitchSendPayment
--- PASS: TestSwitchSendPayment (0.31s)
=== CONT  TestSwitchAddSamePayment
--- PASS: TestSwitchAddSamePayment (0.45s)
=== CONT  TestSwitchCancel
--- PASS: TestLocalPaymentNoForwardingEvents (1.16s)
=== CONT  TestSkipIneligibleLinksLocalForward
--- PASS: TestSkipIneligibleLinksLocalForward (0.23s)
=== CONT  TestChannelLinkMultiHopPayment
--- PASS: TestSwitchCancel (0.37s)
=== CONT  TestExitNodeTimelockPayloadMismatch
--- PASS: TestChannelRetransmission (19.46s)
    --- PASS: TestChannelRetransmission/intercept_last_alice_revoke_and_ack (6.28s)
    --- PASS: TestChannelRetransmission/intercept_bob_revoke_and_ack_commit_sig_messages (6.56s)
    --- PASS: TestChannelRetransmission/intercept_update_add_htlc_and_commit_sig_messages (6.61s)
=== CONT  TestChannelLinkBidirectionalOneHopPayments
--- PASS: TestExitNodeTimelockPayloadMismatch (1.43s)
=== CONT  TestSwitchForwardDropAfterFullAdd
--- PASS: TestChannelLinkMultiHopPayment (2.29s)
=== CONT  TestSwitchForwardCircuitPersistence
--- PASS: TestSwitchForwardCircuitPersistence (0.45s)
=== CONT  TestSwitchForwardFailAfterHalfAdd
--- PASS: TestSwitchForwardDropAfterFullAdd (1.50s)
=== CONT  TestSwitchForwardSettleAfterFullAdd
--- PASS: TestSwitchForwardFailAfterHalfAdd (0.38s)
=== CONT  TestSwitchForwardFailAfterFullAdd
--- PASS: TestSwitchForwardSettleAfterFullAdd (0.46s)
--- PASS: TestSwitchForwardFailAfterFullAdd (0.41s)
--- PASS: TestChannelLinkBandwidthConsistencyOverflow (22.39s)
--- PASS: TestChannelLinkBidirectionalOneHopPayments (39.24s)
	link_test.go:374: Max waiting: 36.408598517s
	link_test.go:375: Min waiting: 1.607943034s
	link_test.go:376: Average waiting: 23.739129631s
PASS
ok  	github.com/lightningnetwork/lnd/htlcswitch	63.106s
=== RUN   TestKeyRingDerivation
=== PAUSE TestKeyRingDerivation
=== RUN   TestSecretKeyRingDerivation
=== PAUSE TestSecretKeyRingDerivation
=== CONT  TestKeyRingDerivation
=== CONT  TestSecretKeyRingDerivation
=== RUN   TestKeyRingDerivation/btcwallet
=== RUN   TestSecretKeyRingDerivation/btcwallet
=== RUN   TestKeyRingDerivation/ltcwallet
=== RUN   TestSecretKeyRingDerivation/ltcwallet
=== RUN   TestKeyRingDerivation/testwallet
--- PASS: TestKeyRingDerivation (12.68s)
    --- PASS: TestKeyRingDerivation/btcwallet (0.32s)
    --- PASS: TestKeyRingDerivation/ltcwallet (0.28s)
    --- PASS: TestKeyRingDerivation/testwallet (0.24s)
=== RUN   TestSecretKeyRingDerivation/testwallet
--- PASS: TestSecretKeyRingDerivation (12.89s)
    --- PASS: TestSecretKeyRingDerivation/btcwallet (0.38s)
    --- PASS: TestSecretKeyRingDerivation/ltcwallet (0.34s)
    --- PASS: TestSecretKeyRingDerivation/testwallet (0.19s)
PASS
ok  	github.com/lightningnetwork/lnd/keychain	12.920s
?   	github.com/lightningnetwork/lnd/lnrpc	[no test files]
?   	github.com/lightningnetwork/lnd/lntest	[no test files]
=== RUN   TestSimpleAddSettleWorkflow
=== PAUSE TestSimpleAddSettleWorkflow
=== RUN   TestCheckCommitTxSize
=== PAUSE TestCheckCommitTxSize
=== RUN   TestCooperativeChannelClosure
=== PAUSE TestCooperativeChannelClosure
=== RUN   TestForceClose
=== PAUSE TestForceClose
=== RUN   TestForceCloseDustOutput
=== PAUSE TestForceCloseDustOutput
=== RUN   TestDustHTLCFees
=== PAUSE TestDustHTLCFees
=== RUN   TestHTLCDustLimit
=== PAUSE TestHTLCDustLimit
=== RUN   TestHTLCSigNumber
=== PAUSE TestHTLCSigNumber
=== RUN   TestChannelBalanceDustLimit
=== PAUSE TestChannelBalanceDustLimit
=== RUN   TestStateUpdatePersistence
=== PAUSE TestStateUpdatePersistence
=== RUN   TestCancelHTLC
=== PAUSE TestCancelHTLC
=== RUN   TestCooperativeCloseDustAdherence
=== PAUSE TestCooperativeCloseDustAdherence
=== RUN   TestUpdateFeeFail
=== PAUSE TestUpdateFeeFail
=== RUN   TestUpdateFeeSenderCommits
=== PAUSE TestUpdateFeeSenderCommits
=== RUN   TestUpdateFeeReceiverCommits
=== PAUSE TestUpdateFeeReceiverCommits
=== RUN   TestUpdateFeeReceiverSendsUpdate
=== PAUSE TestUpdateFeeReceiverSendsUpdate
=== RUN   TestUpdateFeeMultipleUpdates
=== PAUSE TestUpdateFeeMultipleUpdates
=== RUN   TestAddHTLCNegativeBalance
=== PAUSE TestAddHTLCNegativeBalance
=== RUN   TestChanSyncFullySynced
=== PAUSE TestChanSyncFullySynced
=== RUN   TestChanSyncOweCommitment
=== PAUSE TestChanSyncOweCommitment
=== RUN   TestChanSyncOweRevocation
=== PAUSE TestChanSyncOweRevocation
=== RUN   TestChanSyncOweRevocationAndCommit
=== PAUSE TestChanSyncOweRevocationAndCommit
=== RUN   TestChanSyncOweRevocationAndCommitForceTransition
=== PAUSE TestChanSyncOweRevocationAndCommitForceTransition
=== RUN   TestFeeUpdateRejectInsaneFee
=== PAUSE TestFeeUpdateRejectInsaneFee
=== RUN   TestChannelRetransmissionFeeUpdate
=== PAUSE TestChannelRetransmissionFeeUpdate
=== RUN   TestChanSyncUnableToSync
=== PAUSE TestChanSyncUnableToSync
=== RUN   TestChanSyncInvalidLastSecret
=== PAUSE TestChanSyncInvalidLastSecret
=== RUN   TestChanAvailableBandwidth
=== PAUSE TestChanAvailableBandwidth
=== RUN   TestSignCommitmentFailNotLockedIn
=== PAUSE TestSignCommitmentFailNotLockedIn
=== RUN   TestLockedInHtlcForwardingSkipAfterRestart
=== PAUSE TestLockedInHtlcForwardingSkipAfterRestart
=== RUN   TestInvalidCommitSigError
=== PAUSE TestInvalidCommitSigError
=== RUN   TestChannelUnilateralCloseHtlcResolution
=== PAUSE TestChannelUnilateralCloseHtlcResolution
=== RUN   TestDesyncHTLCs
=== PAUSE TestDesyncHTLCs
=== RUN   TestMaxAcceptedHTLCs
=== PAUSE TestMaxAcceptedHTLCs
=== RUN   TestMaxPendingAmount
=== PAUSE TestMaxPendingAmount
=== RUN   TestChanReserve
=== PAUSE TestChanReserve
=== RUN   TestMinHTLC
=== PAUSE TestMinHTLC
=== RUN   TestCommitmentSpendValidation
=== PAUSE TestCommitmentSpendValidation
=== RUN   TestRevocationKeyDerivation
=== PAUSE TestRevocationKeyDerivation
=== RUN   TestTweakKeyDerivation
=== PAUSE TestTweakKeyDerivation
=== RUN   TestHTLCSenderSpendValidation
=== PAUSE TestHTLCSenderSpendValidation
=== RUN   TestHTLCReceiverSpendValidation
=== PAUSE TestHTLCReceiverSpendValidation
=== RUN   TestSecondLevelHtlcSpends
=== PAUSE TestSecondLevelHtlcSpends
=== RUN   TestCommitTxStateHint
=== PAUSE TestCommitTxStateHint
=== RUN   TestSpecificationKeyDerivation
--- PASS: TestSpecificationKeyDerivation (0.00s)
=== RUN   TestSignDescriptorSerialization
--- PASS: TestSignDescriptorSerialization (0.00s)
=== RUN   TestCommitmentAndHTLCTransactions
=== PAUSE TestCommitmentAndHTLCTransactions
=== RUN   TestTxOutSerialization
--- PASS: TestTxOutSerialization (0.00s)
=== RUN   TestFeeRateTypes
=== PAUSE TestFeeRateTypes
=== RUN   TestStaticFeeEstimator
=== PAUSE TestStaticFeeEstimator
=== RUN   TestLightningWallet
=== PAUSE TestLightningWallet
=== RUN   TestTxWeightEstimator
--- PASS: TestTxWeightEstimator (0.00s)
=== CONT  TestSimpleAddSettleWorkflow
=== CONT  TestMaxPendingAmount
=== CONT  TestSecondLevelHtlcSpends
=== CONT  TestRevocationKeyDerivation
--- PASS: TestSecondLevelHtlcSpends (0.00s)
=== CONT  TestHTLCReceiverSpendValidation
--- PASS: TestRevocationKeyDerivation (0.00s)
=== CONT  TestHTLCSenderSpendValidation
--- PASS: TestHTLCSenderSpendValidation (0.01s)
=== CONT  TestTweakKeyDerivation
--- PASS: TestHTLCReceiverSpendValidation (0.01s)
=== CONT  TestMinHTLC
--- PASS: TestTweakKeyDerivation (0.00s)
=== CONT  TestCommitmentSpendValidation
--- PASS: TestCommitmentSpendValidation (0.00s)
=== CONT  TestChanReserve
--- PASS: TestMaxPendingAmount (0.52s)
=== CONT  TestAddHTLCNegativeBalance
--- PASS: TestMinHTLC (0.52s)
=== CONT  TestMaxAcceptedHTLCs
--- PASS: TestSimpleAddSettleWorkflow (0.83s)
=== CONT  TestDesyncHTLCs
--- PASS: TestAddHTLCNegativeBalance (0.34s)
=== CONT  TestChannelUnilateralCloseHtlcResolution
--- PASS: TestMaxAcceptedHTLCs (0.42s)
=== CONT  TestInvalidCommitSigError
--- PASS: TestInvalidCommitSigError (0.36s)
=== CONT  TestLockedInHtlcForwardingSkipAfterRestart
--- PASS: TestDesyncHTLCs (0.65s)
=== CONT  TestSignCommitmentFailNotLockedIn
--- PASS: TestChannelUnilateralCloseHtlcResolution (0.71s)
=== CONT  TestChanAvailableBandwidth
--- PASS: TestChanReserve (1.68s)
=== CONT  TestChanSyncInvalidLastSecret
--- PASS: TestSignCommitmentFailNotLockedIn (0.33s)
=== CONT  TestChanSyncUnableToSync
--- PASS: TestLockedInHtlcForwardingSkipAfterRestart (0.71s)
=== CONT  TestChannelRetransmissionFeeUpdate
--- PASS: TestChanSyncUnableToSync (0.39s)
=== CONT  TestFeeUpdateRejectInsaneFee
--- PASS: TestChanSyncInvalidLastSecret (0.58s)
=== CONT  TestChanSyncOweRevocationAndCommitForceTransition
--- PASS: TestFeeUpdateRejectInsaneFee (0.30s)
=== CONT  TestChanSyncOweRevocationAndCommit
--- PASS: TestChanAvailableBandwidth (1.04s)
=== CONT  TestChanSyncOweRevocation
--- PASS: TestChannelRetransmissionFeeUpdate (0.70s)
=== CONT  TestChanSyncOweCommitment
--- PASS: TestChanSyncOweRevocationAndCommitForceTransition (0.63s)
=== CONT  TestChanSyncFullySynced
--- PASS: TestChanSyncOweRevocationAndCommit (0.76s)
=== CONT  TestStateUpdatePersistence
--- PASS: TestChanSyncOweRevocation (0.99s)
=== CONT  TestUpdateFeeMultipleUpdates
--- PASS: TestChanSyncFullySynced (0.74s)
=== CONT  TestUpdateFeeReceiverSendsUpdate
--- PASS: TestChanSyncOweCommitment (1.02s)
=== CONT  TestUpdateFeeReceiverCommits
--- PASS: TestUpdateFeeReceiverSendsUpdate (0.41s)
=== CONT  TestUpdateFeeSenderCommits
--- PASS: TestUpdateFeeMultipleUpdates (0.62s)
=== CONT  TestUpdateFeeFail
--- PASS: TestUpdateFeeReceiverCommits (0.67s)
=== CONT  TestCooperativeCloseDustAdherence
--- PASS: TestStateUpdatePersistence (1.23s)
=== CONT  TestCancelHTLC
--- PASS: TestUpdateFeeFail (0.41s)
=== CONT  TestStaticFeeEstimator
--- PASS: TestStaticFeeEstimator (0.00s)
=== CONT  TestLightningWallet
--- PASS: TestUpdateFeeSenderCommits (0.62s)
=== CONT  TestCommitmentAndHTLCTransactions
--- PASS: TestCommitmentAndHTLCTransactions (0.02s)
=== CONT  TestFeeRateTypes
--- PASS: TestFeeRateTypes (0.00s)
=== CONT  TestCommitTxStateHint
--- PASS: TestCommitTxStateHint (0.00s)
	script_utils_test.go:1143: Passed: states 0 to 1000
	script_utils_test.go:1143: Passed: states 'maxStateHint-1000' to 'maxStateHint'
	script_utils_test.go:1143: Passed: state 'maxStateHint+1'
	script_utils_test.go:1143: Passed: commit transaction with two inputs
=== CONT  TestDustHTLCFees
--- PASS: TestCooperativeCloseDustAdherence (0.32s)
=== CONT  TestChannelBalanceDustLimit
--- PASS: TestCancelHTLC (0.69s)
=== CONT  TestHTLCSigNumber
--- PASS: TestDustHTLCFees (0.58s)
=== CONT  TestHTLCDustLimit
--- PASS: TestChannelBalanceDustLimit (0.70s)
=== CONT  TestForceClose
--- PASS: TestHTLCDustLimit (0.87s)
=== CONT  TestForceCloseDustOutput
--- PASS: TestForceClose (0.86s)
=== CONT  TestCooperativeChannelClosure
--- PASS: TestCooperativeChannelClosure (0.31s)
=== CONT  TestCheckCommitTxSize
--- PASS: TestForceCloseDustOutput (0.78s)
--- PASS: TestHTLCSigNumber (2.05s)
--- PASS: TestCheckCommitTxSize (2.53s)
=== RUN   TestLightningWallet/btcwallet/bitcoind:insane_fee_reject
=== RUN   TestLightningWallet/btcwallet/bitcoind:single_funding_workflow
=== RUN   TestLightningWallet/btcwallet/bitcoind:dual_funder_workflow
=== RUN   TestLightningWallet/btcwallet/bitcoind:output_locking
=== RUN   TestLightningWallet/btcwallet/bitcoind:reservation_insufficient_funds
=== RUN   TestLightningWallet/btcwallet/bitcoind:transaction_subscriptions
=== RUN   TestLightningWallet/btcwallet/bitcoind:transaction_details
=== RUN   TestLightningWallet/btcwallet/bitcoind:publish_transaction
=== RUN   TestLightningWallet/btcwallet/bitcoind:signed_with_tweaked_pubkeys
=== RUN   TestLightningWallet/btcwallet/bitcoind:test_cancel_non-existent_reservation
=== RUN   TestLightningWallet/btcwallet/bitcoind:reorg_wallet_balance
=== RUN   TestLightningWallet/btcwallet/btcd:insane_fee_reject
=== RUN   TestLightningWallet/btcwallet/btcd:single_funding_workflow
=== RUN   TestLightningWallet/btcwallet/btcd:dual_funder_workflow
=== RUN   TestLightningWallet/btcwallet/btcd:output_locking
=== RUN   TestLightningWallet/btcwallet/btcd:reservation_insufficient_funds
=== RUN   TestLightningWallet/btcwallet/btcd:transaction_subscriptions
=== RUN   TestLightningWallet/btcwallet/btcd:transaction_details
=== RUN   TestLightningWallet/btcwallet/btcd:publish_transaction
=== RUN   TestLightningWallet/btcwallet/btcd:signed_with_tweaked_pubkeys
=== RUN   TestLightningWallet/btcwallet/btcd:test_cancel_non-existent_reservation
=== RUN   TestLightningWallet/btcwallet/btcd:reorg_wallet_balance
=== RUN   TestLightningWallet/btcwallet/neutrino:insane_fee_reject
=== RUN   TestLightningWallet/btcwallet/neutrino:single_funding_workflow
=== RUN   TestLightningWallet/btcwallet/neutrino:dual_funder_workflow
=== RUN   TestLightningWallet/btcwallet/neutrino:output_locking
=== RUN   TestLightningWallet/btcwallet/neutrino:reservation_insufficient_funds
=== RUN   TestLightningWallet/btcwallet/neutrino:transaction_subscriptions
=== RUN   TestLightningWallet/btcwallet/neutrino:transaction_details
=== RUN   TestLightningWallet/btcwallet/neutrino:publish_transaction
=== RUN   TestLightningWallet/btcwallet/neutrino:signed_with_tweaked_pubkeys
=== RUN   TestLightningWallet/btcwallet/neutrino:test_cancel_non-existent_reservation
=== RUN   TestLightningWallet/btcwallet/neutrino:reorg_wallet_balance
--- PASS: TestLightningWallet (153.91s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:insane_fee_reject (0.00s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:single_funding_workflow (4.98s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:dual_funder_workflow (1.10s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:output_locking (0.17s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:reservation_insufficient_funds (0.28s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:transaction_subscriptions (9.87s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:transaction_details (3.01s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:publish_transaction (27.82s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:signed_with_tweaked_pubkeys (0.63s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:test_cancel_non-existent_reservation (0.00s)
    --- PASS: TestLightningWallet/btcwallet/bitcoind:reorg_wallet_balance (9.95s)
    --- PASS: TestLightningWallet/btcwallet/btcd:insane_fee_reject (0.00s)
    --- PASS: TestLightningWallet/btcwallet/btcd:single_funding_workflow (0.45s)
    --- PASS: TestLightningWallet/btcwallet/btcd:dual_funder_workflow (0.64s)
    --- PASS: TestLightningWallet/btcwallet/btcd:output_locking (0.10s)
    --- PASS: TestLightningWallet/btcwallet/btcd:reservation_insufficient_funds (0.20s)
    --- PASS: TestLightningWallet/btcwallet/btcd:transaction_subscriptions (0.44s)
    --- PASS: TestLightningWallet/btcwallet/btcd:transaction_details (0.62s)
    --- PASS: TestLightningWallet/btcwallet/btcd:publish_transaction (7.06s)
    --- PASS: TestLightningWallet/btcwallet/btcd:signed_with_tweaked_pubkeys (0.29s)
    --- PASS: TestLightningWallet/btcwallet/btcd:test_cancel_non-existent_reservation (0.00s)
    --- PASS: TestLightningWallet/btcwallet/btcd:reorg_wallet_balance (5.19s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:insane_fee_reject (0.00s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:single_funding_workflow (2.60s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:dual_funder_workflow (2.68s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:output_locking (0.10s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:reservation_insufficient_funds (0.20s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:transaction_subscriptions (0.46s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:transaction_details (3.13s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:publish_transaction (19.99s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:signed_with_tweaked_pubkeys (4.51s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:test_cancel_non-existent_reservation (0.00s)
    --- PASS: TestLightningWallet/btcwallet/neutrino:reorg_wallet_balance (9.85s)
PASS
ok  	github.com/lightningnetwork/lnd/lnwallet	158.598s
?   	github.com/lightningnetwork/lnd/lnwallet/btcwallet	[no test files]
=== RUN   TestChannelIDOutPointConversion
=== PAUSE TestChannelIDOutPointConversion
=== RUN   TestGenPossibleOutPoints
=== PAUSE TestGenPossibleOutPoints
=== RUN   TestFeatureVectorSetUnset
=== PAUSE TestFeatureVectorSetUnset
=== RUN   TestFeatureVectorEncodeDecode
=== PAUSE TestFeatureVectorEncodeDecode
=== RUN   TestFeatureVectorUnknownFeatures
=== PAUSE TestFeatureVectorUnknownFeatures
=== RUN   TestFeatureNames
=== PAUSE TestFeatureNames
=== RUN   TestMaxOutPointIndex
=== PAUSE TestMaxOutPointIndex
=== RUN   TestEmptyMessageUnknownType
=== PAUSE TestEmptyMessageUnknownType
=== RUN   TestLightningWireProtocol
=== PAUSE TestLightningWireProtocol
=== RUN   TestMilliSatoshiConversion
=== PAUSE TestMilliSatoshiConversion
=== RUN   TestNetAddressDisplay
=== PAUSE TestNetAddressDisplay
=== RUN   TestEncodeDecodeCode
--- PASS: TestEncodeDecodeCode (0.00s)
=== RUN   TestShortChannelIDEncoding
=== PAUSE TestShortChannelIDEncoding
=== RUN   TestSignatureSerializeDeserialize
=== PAUSE TestSignatureSerializeDeserialize
=== CONT  TestChannelIDOutPointConversion
=== CONT  TestEmptyMessageUnknownType
=== CONT  TestFeatureVectorSetUnset
--- PASS: TestFeatureVectorSetUnset (0.00s)
=== CONT  TestFeatureNames
--- PASS: TestEmptyMessageUnknownType (0.00s)
=== CONT  TestFeatureVectorUnknownFeatures
--- PASS: TestFeatureNames (0.00s)
--- PASS: TestFeatureVectorUnknownFeatures (0.00s)
=== CONT  TestNetAddressDisplay
=== CONT  TestMaxOutPointIndex
--- PASS: TestMaxOutPointIndex (0.00s)
=== CONT  TestSignatureSerializeDeserialize
=== CONT  TestShortChannelIDEncoding
--- PASS: TestShortChannelIDEncoding (0.00s)
--- PASS: TestSignatureSerializeDeserialize (0.00s)
=== CONT  TestLightningWireProtocol
=== CONT  TestMilliSatoshiConversion
--- PASS: TestMilliSatoshiConversion (0.00s)
=== CONT  TestGenPossibleOutPoints
--- PASS: TestNetAddressDisplay (0.00s)
=== CONT  TestFeatureVectorEncodeDecode
--- PASS: TestFeatureVectorEncodeDecode (0.00s)
--- PASS: TestChannelIDOutPointConversion (0.00s)
--- PASS: TestGenPossibleOutPoints (0.01s)
--- PASS: TestLightningWireProtocol (2.17s)
	lnwire_test.go:721: Running fuzz tests for msgType=Init
	lnwire_test.go:721: Running fuzz tests for msgType=Error
	lnwire_test.go:721: Running fuzz tests for msgType=Ping
	lnwire_test.go:721: Running fuzz tests for msgType=Pong
	lnwire_test.go:721: Running fuzz tests for msgType=MsgOpenChannel
	lnwire_test.go:721: Running fuzz tests for msgType=MsgAcceptChannel
	lnwire_test.go:721: Running fuzz tests for msgType=MsgFundingCreated
	lnwire_test.go:721: Running fuzz tests for msgType=MsgFundingSigned
	lnwire_test.go:721: Running fuzz tests for msgType=FundingLocked
	lnwire_test.go:721: Running fuzz tests for msgType=Shutdown
	lnwire_test.go:721: Running fuzz tests for msgType=ClosingSigned
	lnwire_test.go:721: Running fuzz tests for msgType=UpdateAddHTLC
	lnwire_test.go:721: Running fuzz tests for msgType=UpdateFulfillHTLC
	lnwire_test.go:721: Running fuzz tests for msgType=UpdateFailHTLC
	lnwire_test.go:721: Running fuzz tests for msgType=CommitSig
	lnwire_test.go:721: Running fuzz tests for msgType=RevokeAndAck
	lnwire_test.go:721: Running fuzz tests for msgType=UpdateFee
	lnwire_test.go:721: Running fuzz tests for msgType=UpdateFailMalformedHTLC
	lnwire_test.go:721: Running fuzz tests for msgType=ChannelReestablish
	lnwire_test.go:721: Running fuzz tests for msgType=ChannelAnnouncement
	lnwire_test.go:721: Running fuzz tests for msgType=NodeAnnouncement
	lnwire_test.go:721: Running fuzz tests for msgType=ChannelUpdate
	lnwire_test.go:721: Running fuzz tests for msgType=AnnounceSignatures
PASS
ok  	github.com/lightningnetwork/lnd/lnwire	2.195s
=== RUN   TestStore
--- PASS: TestStore (0.50s)
PASS
ok  	github.com/lightningnetwork/lnd/macaroons	(cached)
?   	github.com/lightningnetwork/lnd/multimutex	[no test files]
=== RUN   TestHeapOrdering
=== PAUSE TestHeapOrdering
=== RUN   TestEdgeUpdateNotification
=== PAUSE TestEdgeUpdateNotification
=== RUN   TestNodeUpdateNotification
=== PAUSE TestNodeUpdateNotification
=== RUN   TestNotificationCancellation
=== PAUSE TestNotificationCancellation
=== RUN   TestChannelCloseNotification
=== PAUSE TestChannelCloseNotification
=== RUN   TestBasicGraphPathFinding
=== PAUSE TestBasicGraphPathFinding
=== RUN   TestKShortestPathFinding
=== PAUSE TestKShortestPathFinding
=== RUN   TestNewRoutePathTooLong
--- SKIP: TestNewRoutePathTooLong (0.00s)
	pathfind_test.go:552: 
=== RUN   TestPathNotAvailable
=== PAUSE TestPathNotAvailable
=== RUN   TestPathInsufficientCapacity
=== PAUSE TestPathInsufficientCapacity
=== RUN   TestRouteFailMinHTLC
--- PASS: TestRouteFailMinHTLC (0.39s)
=== RUN   TestRouteFailDisabledEdge
--- PASS: TestRouteFailDisabledEdge (0.40s)
=== RUN   TestPathInsufficientCapacityWithFee
=== PAUSE TestPathInsufficientCapacityWithFee
=== RUN   TestPathFindSpecExample
=== PAUSE TestPathFindSpecExample
=== RUN   TestFindRoutesFeeSorting
=== PAUSE TestFindRoutesFeeSorting
=== RUN   TestSendPaymentRouteFailureFallback
=== PAUSE TestSendPaymentRouteFailureFallback
=== RUN   TestSendPaymentErrorRepeatedFeeInsufficient
=== PAUSE TestSendPaymentErrorRepeatedFeeInsufficient
=== RUN   TestSendPaymentErrorNonFinalTimeLockErrors
=== PAUSE TestSendPaymentErrorNonFinalTimeLockErrors
=== RUN   TestSendPaymentErrorPathPruning
=== PAUSE TestSendPaymentErrorPathPruning
=== RUN   TestAddProof
=== PAUSE TestAddProof
=== RUN   TestIgnoreNodeAnnouncement
=== PAUSE TestIgnoreNodeAnnouncement
=== RUN   TestAddEdgeUnknownVertexes
=== PAUSE TestAddEdgeUnknownVertexes
=== RUN   TestWakeUpOnStaleBranch
=== PAUSE TestWakeUpOnStaleBranch
=== RUN   TestDisconnectedBlocks
=== PAUSE TestDisconnectedBlocks
=== RUN   TestRouterChansClosedOfflinePruneGraph
=== PAUSE TestRouterChansClosedOfflinePruneGraph
=== RUN   TestFindPathFeeWeighting
=== PAUSE TestFindPathFeeWeighting
=== RUN   TestIsStaleNode
=== PAUSE TestIsStaleNode
=== RUN   TestIsKnownEdge
=== PAUSE TestIsKnownEdge
=== RUN   TestIsStaleEdgePolicy
=== PAUSE TestIsStaleEdgePolicy
=== CONT  TestHeapOrdering
=== CONT  TestSendPaymentErrorRepeatedFeeInsufficient
--- PASS: TestHeapOrdering (0.00s)
=== CONT  TestSendPaymentRouteFailureFallback
=== CONT  TestKShortestPathFinding
=== CONT  TestDisconnectedBlocks
--- PASS: TestKShortestPathFinding (0.65s)
=== CONT  TestIsStaleEdgePolicy
--- PASS: TestSendPaymentRouteFailureFallback (0.65s)
=== CONT  TestIsKnownEdge
--- PASS: TestSendPaymentErrorRepeatedFeeInsufficient (0.66s)
=== CONT  TestIsStaleNode
--- PASS: TestIsKnownEdge (0.29s)
=== CONT  TestFindPathFeeWeighting
--- PASS: TestIsStaleNode (0.32s)
=== CONT  TestRouterChansClosedOfflinePruneGraph
--- PASS: TestRouterChansClosedOfflinePruneGraph (0.51s)
=== CONT  TestNotificationCancellation
--- PASS: TestIsStaleEdgePolicy (0.96s)
=== CONT  TestBasicGraphPathFinding
--- PASS: TestFindPathFeeWeighting (0.82s)
=== CONT  TestChannelCloseNotification
--- PASS: TestDisconnectedBlocks (1.79s)
=== CONT  TestPathInsufficientCapacityWithFee
--- PASS: TestNotificationCancellation (0.31s)
=== CONT  TestFindRoutesFeeSorting
--- PASS: TestPathInsufficientCapacityWithFee (0.00s)
=== CONT  TestPathFindSpecExample
--- PASS: TestChannelCloseNotification (0.32s)
=== CONT  TestNodeUpdateNotification
--- PASS: TestNodeUpdateNotification (0.32s)
=== CONT  TestEdgeUpdateNotification
--- PASS: TestBasicGraphPathFinding (0.79s)
=== CONT  TestPathInsufficientCapacity
--- PASS: TestPathFindSpecExample (0.63s)
=== CONT  TestPathNotAvailable
--- PASS: TestFindRoutesFeeSorting (0.85s)
=== CONT  TestIgnoreNodeAnnouncement
--- PASS: TestEdgeUpdateNotification (0.36s)
=== CONT  TestWakeUpOnStaleBranch
--- PASS: TestPathInsufficientCapacity (0.82s)
=== CONT  TestAddEdgeUnknownVertexes
--- PASS: TestPathNotAvailable (0.81s)
=== CONT  TestSendPaymentErrorPathPruning
--- PASS: TestIgnoreNodeAnnouncement (0.84s)
=== CONT  TestAddProof
--- PASS: TestAddProof (0.27s)
=== CONT  TestSendPaymentErrorNonFinalTimeLockErrors
--- PASS: TestSendPaymentErrorPathPruning (0.82s)
--- PASS: TestAddEdgeUnknownVertexes (1.06s)
--- PASS: TestSendPaymentErrorNonFinalTimeLockErrors (0.62s)
--- PASS: TestWakeUpOnStaleBranch (2.09s)
PASS
ok  	github.com/lightningnetwork/lnd/routing	5.668s
=== RUN   TestFilteredChainView
=== RUN   TestFilteredChainView/bitcoind_zmq:_filtered_block_ntfns
=== RUN   TestFilteredChainView/bitcoind_zmq:_update_filter_back_track
=== RUN   TestFilteredChainView/bitcoind_zmq:_filter_single_block
=== RUN   TestFilteredChainView/bitcoind_zmq:_filter_block_disconnected
=== RUN   TestFilteredChainView/p2p_neutrino:_filtered_block_ntfns
=== RUN   TestFilteredChainView/p2p_neutrino:_update_filter_back_track
=== RUN   TestFilteredChainView/p2p_neutrino:_filter_single_block
=== RUN   TestFilteredChainView/p2p_neutrino:_filter_block_disconnected
=== RUN   TestFilteredChainView/btcd_websockets:_filtered_block_ntfns
=== RUN   TestFilteredChainView/btcd_websockets:_update_filter_back_track
=== RUN   TestFilteredChainView/btcd_websockets:_filter_single_block
=== RUN   TestFilteredChainView/btcd_websockets:_filter_block_disconnected
--- PASS: TestFilteredChainView (27.58s)
	interface_test.go:896: Testing 'bitcoind_zmq' implementation of FilteredChainView
    --- PASS: TestFilteredChainView/bitcoind_zmq:_filtered_block_ntfns (0.45s)
    --- PASS: TestFilteredChainView/bitcoind_zmq:_update_filter_back_track (0.45s)
    --- PASS: TestFilteredChainView/bitcoind_zmq:_filter_single_block (0.45s)
    --- PASS: TestFilteredChainView/bitcoind_zmq:_filter_block_disconnected (2.46s)
	interface_test.go:896: Testing 'p2p_neutrino' implementation of FilteredChainView
    --- PASS: TestFilteredChainView/p2p_neutrino:_filtered_block_ntfns (0.61s)
    --- PASS: TestFilteredChainView/p2p_neutrino:_update_filter_back_track (0.32s)
    --- PASS: TestFilteredChainView/p2p_neutrino:_filter_single_block (0.33s)
    --- PASS: TestFilteredChainView/p2p_neutrino:_filter_block_disconnected (18.29s)
	interface_test.go:896: Testing 'btcd_websockets' implementation of FilteredChainView
    --- PASS: TestFilteredChainView/btcd_websockets:_filtered_block_ntfns (0.45s)
    --- PASS: TestFilteredChainView/btcd_websockets:_update_filter_back_track (0.23s)
    --- PASS: TestFilteredChainView/btcd_websockets:_filter_single_block (0.24s)
    --- PASS: TestFilteredChainView/btcd_websockets:_filter_block_disconnected (1.52s)
PASS
ok  	github.com/lightningnetwork/lnd/routing/chainview	27.614s
=== RUN   TestDeriveIndex
=== PAUSE TestDeriveIndex
=== RUN   TestSpecificationDeriveElement
=== PAUSE TestSpecificationDeriveElement
=== RUN   TestShaChainProducerRestore
=== PAUSE TestShaChainProducerRestore
=== RUN   TestSpecificationShaChainInsert
=== PAUSE TestSpecificationShaChainInsert
=== RUN   TestShaChainStore
=== PAUSE TestShaChainStore
=== CONT  TestDeriveIndex
--- PASS: TestDeriveIndex (0.00s)
	element_test.go:185: Passed: zero 'from' 'to'
	element_test.go:185: Passed: same indexes #1
	element_test.go:185: Passed: same indexes #2
	element_test.go:185: Passed: test seed 'from'
	element_test.go:185: Passed: not the same indexes
	element_test.go:185: Passed: 'from' index greater then 'to' index
	element_test.go:185: Passed: zero number trailing zeros
=== CONT  TestShaChainStore
=== CONT  TestShaChainProducerRestore
=== CONT  TestSpecificationDeriveElement
=== CONT  TestSpecificationShaChainInsert
--- PASS: TestSpecificationDeriveElement (0.00s)
	element_test.go:274: Passed (generate_from_seed 0 final node)
	element_test.go:274: Passed (generate_from_seed FF final node)
	element_test.go:274: Passed (generate_from_seed FF alternate bits 1)
	element_test.go:274: Passed (generate_from_seed FF alternate bits 2)
	element_test.go:274: Passed (generate_from_seed 01 last nontrivial node)
--- PASS: TestSpecificationShaChainInsert (0.00s)
	store_test.go:433: Passed (insert_secret correct sequence)
	store_test.go:433: Passed (insert_secret #1 incorrect)
	store_test.go:433: Passed (insert_secret #2 incorrect (#1 derived from incorrect))
	store_test.go:433: Passed (insert_secret #3 incorrect)
	store_test.go:433: Passed (insert_secret #4 incorrect (1,2,3 derived from incorrect))
	store_test.go:433: Passed (insert_secret #5 incorrect)
	store_test.go:433: Passed (insert_secret #6 incorrect (5 derived from incorrect))
	store_test.go:433: Passed (insert_secret #7 incorrect)
	store_test.go:433: Passed (insert_secret #8 incorrect)
--- PASS: TestShaChainProducerRestore (0.00s)
--- PASS: TestShaChainStore (0.18s)
PASS
ok  	github.com/lightningnetwork/lnd/shachain	(cached)
?   	github.com/lightningnetwork/lnd/torsvc	[no test files]
=== RUN   TestGenSeed
=== PAUSE TestGenSeed
=== RUN   TestGenSeedGenerateEntropy
=== PAUSE TestGenSeedGenerateEntropy
=== RUN   TestGenSeedInvalidEntropy
=== PAUSE TestGenSeedInvalidEntropy
=== RUN   TestInitWallet
=== PAUSE TestInitWallet
=== RUN   TestCreateWalletInvalidEntropy
=== PAUSE TestCreateWalletInvalidEntropy
=== RUN   TestUnlockWallet
=== PAUSE TestUnlockWallet
=== CONT  TestGenSeed
=== CONT  TestCreateWalletInvalidEntropy
=== CONT  TestUnlockWallet
--- PASS: TestCreateWalletInvalidEntropy (0.00s)
=== CONT  TestGenSeedInvalidEntropy
--- PASS: TestGenSeedInvalidEntropy (0.00s)
=== CONT  TestGenSeedGenerateEntropy
=== CONT  TestInitWallet
--- PASS: TestGenSeedGenerateEntropy (0.54s)
--- PASS: TestGenSeed (0.55s)
--- PASS: TestInitWallet (3.32s)
--- PASS: TestUnlockWallet (5.00s)
PASS
ok  	github.com/lightningnetwork/lnd/walletunlocker	5.035s
=== RUN   TestDecodeAmount
=== PAUSE TestDecodeAmount
=== RUN   TestEncodeAmount
=== PAUSE TestEncodeAmount
=== RUN   TestParseTimestamp
=== PAUSE TestParseTimestamp
=== RUN   TestParseFieldDataLength
=== PAUSE TestParseFieldDataLength
=== RUN   TestParsePaymentHash
=== PAUSE TestParsePaymentHash
=== RUN   TestParseDescription
=== PAUSE TestParseDescription
=== RUN   TestParseDestination
=== PAUSE TestParseDestination
=== RUN   TestParseDescriptionHash
=== PAUSE TestParseDescriptionHash
=== RUN   TestParseExpiry
=== PAUSE TestParseExpiry
=== RUN   TestParseMinFinalCLTVExpiry
=== PAUSE TestParseMinFinalCLTVExpiry
=== RUN   TestParseMaxUint64Expiry
=== PAUSE TestParseMaxUint64Expiry
=== RUN   TestParseFallbackAddr
=== PAUSE TestParseFallbackAddr
=== RUN   TestParseRoutingInfo
=== PAUSE TestParseRoutingInfo
=== RUN   TestDecodeEncode
=== PAUSE TestDecodeEncode
=== RUN   TestNewInvoice
=== PAUSE TestNewInvoice
=== CONT  TestDecodeAmount
--- PASS: TestDecodeAmount (0.00s)
=== CONT  TestNewInvoice
=== CONT  TestParseDescriptionHash
--- PASS: TestParseDescriptionHash (0.00s)
=== CONT  TestParseRoutingInfo
=== CONT  TestParseFallbackAddr
--- PASS: TestParseFallbackAddr (0.00s)
=== CONT  TestParseMinFinalCLTVExpiry
=== CONT  TestDecodeEncode
--- PASS: TestParseRoutingInfo (0.00s)
=== CONT  TestParseExpiry
--- PASS: TestParseMinFinalCLTVExpiry (0.00s)
=== CONT  TestParseMaxUint64Expiry
=== CONT  TestParsePaymentHash
--- PASS: TestParsePaymentHash (0.00s)
=== CONT  TestParseDescription
--- PASS: TestParseMaxUint64Expiry (0.00s)
=== CONT  TestParseDestination
--- PASS: TestParseDescription (0.00s)
=== CONT  TestParseTimestamp
--- PASS: TestParseTimestamp (0.00s)
=== CONT  TestParseFieldDataLength
--- PASS: TestParseFieldDataLength (0.00s)
=== CONT  TestEncodeAmount
--- PASS: TestEncodeAmount (0.00s)
--- PASS: TestParseExpiry (0.00s)
--- PASS: TestParseDestination (0.00s)
--- PASS: TestNewInvoice (0.01s)
--- PASS: TestDecodeEncode (0.02s)
PASS
ok  	github.com/lightningnetwork/lnd/zpay32	0.052s
 Building lnd and lncli.
go build -v -o lnd -ldflags "-X main.Commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33" github.com/lightningnetwork/lnd
go build -v -o lncli -ldflags "-X main.Commit=6fa93a78c18180a3bc77116b749b3c5e279d5a33" github.com/lightningnetwork/lnd/cmd/lncli
 Running integration tests.
go test -v  -tags rpctest -logoutput
=== RUN   TestLightningNetworkDaemon
=== RUN   TestLightningNetworkDaemon/basic_funding_flow
=== RUN   TestLightningNetworkDaemon/update_channel_policy
=== RUN   TestLightningNetworkDaemon/open_channel_reorg_test
=== RUN   TestLightningNetworkDaemon/disconnecting_target_peer
=== RUN   TestLightningNetworkDaemon/graph_topology_notifications
=== RUN   TestLightningNetworkDaemon/funding_flow_persistence
=== RUN   TestLightningNetworkDaemon/channel_force_closure
=== RUN   TestLightningNetworkDaemon/channel_balance
=== RUN   TestLightningNetworkDaemon/single_hop_invoice
=== RUN   TestLightningNetworkDaemon/sphinx_replay_persistence
=== RUN   TestLightningNetworkDaemon/list_outgoing_payments
=== RUN   TestLightningNetworkDaemon/max_pending_channel
=== RUN   TestLightningNetworkDaemon/multi-hop_payments
=== RUN   TestLightningNetworkDaemon/private_channels
=== RUN   TestLightningNetworkDaemon/multiple_channel_creation
=== RUN   TestLightningNetworkDaemon/invoice_update_subscription
=== RUN   TestLightningNetworkDaemon/multi-hop_htlc_error_propagation
=== RUN   TestLightningNetworkDaemon/node_announcement
=== RUN   TestLightningNetworkDaemon/node_sign_verify
=== RUN   TestLightningNetworkDaemon/async_payments_benchmark
--- FAIL: TestLightningNetworkDaemon (288.39s)
	lnd_test.go:8093: Running 34 integration tests
    --- PASS: TestLightningNetworkDaemon/basic_funding_flow (1.39s)
    --- PASS: TestLightningNetworkDaemon/update_channel_policy (8.98s)
    --- PASS: TestLightningNetworkDaemon/open_channel_reorg_test (4.03s)
    --- PASS: TestLightningNetworkDaemon/disconnecting_target_peer (3.09s)
    --- PASS: TestLightningNetworkDaemon/graph_topology_notifications (7.05s)
    --- PASS: TestLightningNetworkDaemon/funding_flow_persistence (19.20s)
    --- PASS: TestLightningNetworkDaemon/channel_force_closure (39.26s)
    --- PASS: TestLightningNetworkDaemon/channel_balance (0.85s)
    --- PASS: TestLightningNetworkDaemon/single_hop_invoice (2.42s)
    --- PASS: TestLightningNetworkDaemon/sphinx_replay_persistence (17.70s)
    --- PASS: TestLightningNetworkDaemon/list_outgoing_payments (1.44s)
    --- PASS: TestLightningNetworkDaemon/max_pending_channel (7.45s)
    --- PASS: TestLightningNetworkDaemon/multi-hop_payments (17.46s)
    --- PASS: TestLightningNetworkDaemon/private_channels (18.37s)
    --- PASS: TestLightningNetworkDaemon/multiple_channel_creation (2.29s)
    --- PASS: TestLightningNetworkDaemon/invoice_update_subscription (1.83s)
    --- PASS: TestLightningNetworkDaemon/multi-hop_htlc_error_propagation (17.35s)
    --- PASS: TestLightningNetworkDaemon/node_announcement (7.45s)
    --- PASS: TestLightningNetworkDaemon/node_sign_verify (5.83s)
    --- FAIL: TestLightningNetworkDaemon/async_payments_benchmark (94.51s)
    	lnd_test.go:69: Failed: (async payments benchmark): exited with error: 
    		*errors.errorString payment stream have been closed: rpc error: code = DeadlineExceeded desc = context deadline exceeded
    		/home/xiaofo/gocode/src/github.com/lightningnetwork/lnd/lnd_test.go:4930 (0xb23955)
    			testAsyncPayments: t.Fatalf("payment stream have been closed: %v", err)
    		/home/xiaofo/gocode/src/github.com/lightningnetwork/lnd/lnd_test.go:94 (0xb04adb)
    			(*harnessTest).RunTestCase: testCase.test(net, h)
    		/home/xiaofo/gocode/src/github.com/lightningnetwork/lnd/lnd_test.go:8106 (0xb40049)
    			TestLightningNetworkDaemon.func3: ht.RunTestCase(testCase, lndHarness)
    		/usr/lib/go-1.10/src/testing/testing.go:777 (0x4ef720)
    			tRunner: fn(t)
    		/usr/lib/go-1.10/src/runtime/asm_amd64.s:2361 (0x45c791)
    			goexit: BYTE	$0x90	// NOP
=== RUN   TestParseHexColor
--- PASS: TestParseHexColor (0.00s)
FAIL
exit status 1
FAIL	github.com/lightningnetwork/lnd	288.428s
Makefile:146: recipe for target 'itest' failed
make: *** [itest] Error 1

@Roasbeef
Copy link
Member

Can you provide the information contained in the issue template? Thanks!

@xiaofo09
Copy link
Author

I provided information for each questions on issue template already. if it is not, what information do you want more ...?

@xiaofo09
Copy link
Author

xiaofo09 commented Apr 17, 2018

Hello, Roasbeef. Previously, I did a job on master branch. but also after changing to 0.4.1-beta released version, error occurred again. I updated information and log for my issue post.

@halseth
Copy link
Contributor

halseth commented Apr 17, 2018

@xiaofo09 Do you get this error every time you run make check? I have seen it a couple of times, but then it usually resolves the issue to run killall btcd; killall lnd

@xiaofo09
Copy link
Author

Thank you for suggesting solution..! But same error occurred even I tried it 3 times.

xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ killall btcd; killall lnd
btcd: no process found
lnd: no process found
xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ make check
...
    		/usr/lib/go-1.10/src/runtime/asm_amd64.s:2361 (0x45c791)
    			goexit: BYTE	$0x90	// NOP
=== RUN   TestParseHexColor
--- PASS: TestParseHexColor (0.00s)
FAIL
exit status 1
FAIL	github.com/lightningnetwork/lnd	289.300s
Makefile:146: recipe for target 'itest' failed
make: *** [itest] Error 1

@halseth
Copy link
Contributor

halseth commented Apr 17, 2018

Alright, let's try to figure this one out :)

  1. git pull master
  2. rm output*
  3. Uncomment all tests except the failing one from lnd_test.go
  4. Run make itest and post the full console log + the created output*.log files.

Thanks!

@xiaofo09
Copy link
Author

xiaofo09 commented Apr 17, 2018

git pull master does not work. then should I try just git pull ?

xiaofo@xiaofo:~/gocode/src/github.com/lightningnetwork/lnd$ git pull master
fatal: 'master' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@molxyz
Copy link

molxyz commented Apr 18, 2018

I have this same error every time I run make check but go test -v shows no errors.

@halseth
Copy link
Contributor

halseth commented Apr 19, 2018

@xiaofo09 Sorry, should be git pull origin master. But git pull should be the same :)

@halseth
Copy link
Contributor

halseth commented Apr 19, 2018

@molxyz go test -v won't run the integration tests. Try make itest and post the logs as I mentined above :)

@mariodigital
Copy link

@halseth where do I have to uncomment those?

  1. Uncomment all tests except the failing one from lnd_test.go

@halseth
Copy link
Contributor

halseth commented Apr 19, 2018

@cmdrtee Oops, was supposed to say comment out/delete the non-failing test 😛 In any case, it will be like this: aeac2ce for the case where testAsyncPayments is the test case you want to debug.

@xiaofo09
Copy link
Author

xiaofo09 commented Apr 19, 2018

@halseth I tried to do it newly, so I reinstalled OS (Ubuntu 16.04) and did what you asked. Every pre-condition is same as above. (Including bitcoind version, btcd version and all dependencies) I posted every log on Pastebin.

But unlike previous situation, error occurred on TestLightningNetworkDaemon not async_payments_benchmark.

Log for installing 'lnd' on 0.4.1-beta realeased : https://pastebin.com/Ev8xzF5i
Log for executing 'make check' on 0.4.1-beta released : https://pastebin.com/QFxeKqsu
Log for executing 'make itest' on master branch : https://pastebin.com/b72jZR6B

@halseth
Copy link
Contributor

halseth commented Apr 19, 2018

@xiaofo09 You have a compile error during make itest

EDIT: you must run goimports on the file

@mariodigital
Copy link

I think i'm having the same problem like @xiaofo09 since itest fails for me as well.

@halseth Could you explain to me how the goimports part works? :)

@xiaofo09
Copy link
Author

xiaofo09 commented Apr 19, 2018

@cmdrtee goimports is a tool for updating your Go import lines, adding missing ones and removing unreferenced ones. from https://godoc.org/golang.org/x/tools/cmd/goimports
its usage is

$ goimports <go file>

@xiaofo09
Copy link
Author

I commented only below part from lnd_test.go ( after testing 'make itest' with commenting only "graph topology notifications", error occurred again about "async payments benchmark". so I commented both of them )

	...
	//{
	//	name: "graph topology notifications",
	//	test: testGraphTopologyNotifications,
	//},
	...
	//{
	//	name: "async payments benchmark",
	//	test: testAsyncPayments,
	//},
	...

Here is full log :
https://pastebin.com/Ztkxyn7Z

Here is the logs of output
output0.log : https://pastebin.com/NVxNpNiS
output1.log : https://justpaste.it/3xa8u
output2.log : https://pastebin.com/E1hCKGHs
output3.log : https://pastebin.com/82bFEz27
output4.log : https://pastebin.com/6TiLNUnq

@halseth
Copy link
Contributor

halseth commented Apr 19, 2018

@xiaofo09 That failure is a known flake, I think I have a fix for it in one of my PRs.

We should instead try to figure out why you are getting the payment stream have been closed: rpc error: code = DeadlineExceeded desc = context deadline exceeded during the testAsyncPayments test. Can you try only running that one instead? 😄 (by commenting out every test except testAsyncPayments)

(remember to rm output* first)

@xiaofo09
Copy link
Author

xiaofo09 commented Apr 19, 2018

Thank you, halseth. :)
There are two output log files.

output0.log : http://pastefile.com/wVxPDD
output1.log : http://pastefile.com/jEpJN7

@mariodigital
Copy link

mariodigital commented Apr 19, 2018

Thank you for the explanation and also sorry for hijacking you're issue @xiaofo09

I also went through every step as described by @halseth since I think I'm having the exact same issue.
I commented every test, except testAsyncPayments, which was the one that failed before, and did a make itest. I attached my logs.

stdout.txt : https://pastebin.com/eCGbTVZ8
output0.log : https://pastebin.com/Tg3d0rHE
outpost1.log : https://pastebin.com/XFJrEEHF

@halseth
Copy link
Contributor

halseth commented Apr 20, 2018

@cmdrtee The test actually fails to start. Make sure lnd and btcd is not running before doing make itest`.

@mariodigital
Copy link

@halseth I actually did killall btcd; killall lnd before

btcd: no process found
lnd: no process found

@halseth
Copy link
Contributor

halseth commented Apr 30, 2018

@cmdrtee Are you still getting that failure, even after killing the processes?

@Roasbeef
Copy link
Member

Roasbeef commented May 9, 2018

Closing due to inactivity.

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

No branches or pull requests

5 participants