Building itest btcd and lnd. CGO_ENABLED=0 GO111MODULE=on go build -v -tags="rpctest" -o lntest/itest/btcd-itest -ldflags " -X github.com/lightningnetwork/lnd/build.Commit=v0.12.0-beta-522-g40fc90640 -X github.com/lightningnetwork/lnd/build.CommitHash=40fc90640aeef70790012f19054199190294447b -X github.com/lightningnetwork/lnd/build.GoVersion=go1.18 -X github.com/lightningnetwork/lnd/build.RawTags=dev,autopilotrpc,chainrpc,invoicesrpc,routerrpc,signrpc,verrpc,walletrpc,watchtowerrpc,wtclientrpc,rpctest,btcd" github.com/btcsuite/btcd github.com/btcsuite/btcd CGO_ENABLED=0 GO111MODULE=on go build -v -tags="dev autopilotrpc chainrpc invoicesrpc routerrpc signrpc verrpc walletrpc watchtowerrpc wtclientrpc rpctest btcd" -o lntest/itest/lnd-itest -ldflags " -X github.com/lightningnetwork/lnd/build.Commit=v0.12.0-beta-522-g40fc90640 -X github.com/lightningnetwork/lnd/build.CommitHash=40fc90640aeef70790012f19054199190294447b -X github.com/lightningnetwork/lnd/build.GoVersion=go1.18 -X github.com/lightningnetwork/lnd/build.RawTags=dev,autopilotrpc,chainrpc,invoicesrpc,routerrpc,signrpc,verrpc,walletrpc,watchtowerrpc,wtclientrpc,rpctest,btcd" github.com/lightningnetwork/lnd/cmd/lnd github.com/lightningnetwork/lnd/cmd/lnd Building itest binary for btcd backend. CGO_ENABLED=0 GO111MODULE=on go test -v ./lntest/itest -tags="dev autopilotrpc chainrpc invoicesrpc routerrpc signrpc verrpc walletrpc watchtowerrpc wtclientrpc rpctest btcd" -c -o lntest/itest/itest.test Running integration tests with btcd backend. rm -rf lntest/itest/*.log lntest/itest/.logs-*; date Sun Mar 27 11:38:28 AM EDT 2022 EXEC_SUFFIX= scripts/itest_part.sh 0 1 -test.run="TestLightningNetworkDaemon/.*-of-.*/.*/single_hop_invoice" -test.timeout=60m /home/alexsears/projects/github.com/lightningnetwork/lnd/lntest/itest/itest.test -test.v -test.run=TestLightningNetworkDaemon/.*-of-.*/.*/single_hop_invoice -test.timeout=60m -logoutput -goroutinedump -logdir=.logs-tranche0 -lndexec=/home/alexsears/projects/github.com/lightningnetwork/lnd/lntest/itest/lnd-itest -btcdexec=/home/alexsears/projects/github.com/lightningnetwork/lnd/lntest/itest/btcd-itest -splittranches=1 -runtranche=0 === RUN TestLightningNetworkDaemon === RUN TestLightningNetworkDaemon/15-of-78/btcd/single_hop_invoice --- PASS: TestLightningNetworkDaemon (9.16s) --- PASS: TestLightningNetworkDaemon/15-of-78/btcd/single_hop_invoice (8.46s) PASS lntest/itest/log_check_errors.sh No itest errors detected.