I am trying to set up a private IBFT quorum consensus network and when executing the node test I get this error.
I am using go1.19.9.
If someone who has had problems could help me, I once had it and it was resolved with go1.13.9 with a different version and years ago, but on the page they recommend using go1.15 or later
using ubuntu 18.04.3 LTS
nodejs 8.10.0
npm 3.5.2
npx 10.2.2
alexleo@ubuntu:~/quorum$ make test
env GO111MODULE=on go run build/ci.go install
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/abidump ./cmd/abidump
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/abigen ./cmd/abigen
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/bootnode ./cmd/bootnode
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/checkpoint-admin ./cmd/checknt-admin
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/clef ./cmd/clef
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/devp2p ./cmd/devp2p
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/ethkey ./cmd/ethkey
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/evm ./cmd/evm
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/faucet ./cmd/faucet
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/geth ./cmd/geth
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/p2psim ./cmd/p2psim
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/puppeth ./cmd/puppeth
/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=fbfb5dd12a8c2b8abd053f858ef539ab38196b75 -X github.com/ethereum/go-ethereinternal/version.gitDate=20230519 -extldflags '-Wl,-z,stack-size=0x800000'" -tags urfave_cli_no_docs -trimpath -v -o /home/alexleo/quorum/build/bin/rlpdump ./cmd/rlpdump
env GO111MODULE=on go run build/ci.go test
/usr/local/go/bin/go test -p 1 ./...
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
go: downloading github.com/stretchr/objx v0.1.1
go: downloading github.com/kr/pretty v0.2.1
go: downloading github.com/kr/text v0.1.0
? github.com/ethereum/go-ethereum [no test files]
ok github.com/ethereum/go-ethereum/accounts 0.011s
ok github.com/ethereum/go-ethereum/accounts/abi 0.033s
ok github.com/ethereum/go-ethereum/accounts/abi/bind 43.101s
ok github.com/ethereum/go-ethereum/accounts/abi/bind/backends 0.143s
? github.com/ethereum/go-ethereum/accounts/external [no test files]
ok github.com/ethereum/go-ethereum/accounts/keystore 49.379s
ok github.com/ethereum/go-ethereum/accounts/pluggable 0.015s
? github.com/ethereum/go-ethereum/accounts/pluggable/internal/testutils [no test files]
? github.com/ethereum/go-ethereum/accounts/pluggable/internal/testutils/mock_plugin [no test files]
? github.com/ethereum/go-ethereum/accounts/scwallet [no test files]
? github.com/ethereum/go-ethereum/accounts/usbwallet [no test files]
? github.com/ethereum/go-ethereum/accounts/usbwallet/trezor [no test files]
? github.com/ethereum/go-ethereum/cmd/abidump [no test files]
? github.com/ethereum/go-ethereum/cmd/abigen [no test files]
? github.com/ethereum/go-ethereum/cmd/bootnode [no test files]
? github.com/ethereum/go-ethereum/cmd/checkpoint-admin [no test files]
? github.com/ethereum/go-ethereum/cmd/clef [no test files]
ok github.com/ethereum/go-ethereum/cmd/devp2p 0.013s
ok github.com/ethereum/go-ethereum/cmd/devp2p/internal/ethtest 12.528s
? github.com/ethereum/go-ethereum/cmd/devp2p/internal/v4test [no test files]
? github.com/ethereum/go-ethereum/cmd/devp2p/internal/v5test [no test files]
ok github.com/ethereum/go-ethereum/cmd/ethkey 0.192s
? github.com/ethereum/go-ethereum/cmd/evm [no test files]
? github.com/ethereum/go-ethereum/cmd/evm/internal/compiler [no test files]
? github.com/ethereum/go-ethereum/cmd/evm/internal/t8ntool [no test files]
ok github.com/ethereum/go-ethereum/cmd/faucet 0.024s
ok github.com/ethereum/go-ethereum/cmd/geth 13.866s
? github.com/ethereum/go-ethereum/cmd/p2psim [no test files]
ok github.com/ethereum/go-ethereum/cmd/puppeth 0.012s
? github.com/ethereum/go-ethereum/cmd/rlpdump [no test files]
ok github.com/ethereum/go-ethereum/cmd/utils 0.025s
ok github.com/ethereum/go-ethereum/common 0.002s
ok github.com/ethereum/go-ethereum/common/bitutil 0.005s
ok github.com/ethereum/go-ethereum/common/compiler 0.001s
ok github.com/ethereum/go-ethereum/common/fdlimit 0.001s
ok github.com/ethereum/go-ethereum/common/hexutil 0.001s
ok github.com/ethereum/go-ethereum/common/http 0.002s
ok github.com/ethereum/go-ethereum/common/math 0.001s
ok github.com/ethereum/go-ethereum/common/mclock 0.001s
ok github.com/ethereum/go-ethereum/common/prque 0.591s
? github.com/ethereum/go-ethereum/consensus [no test files]
ok github.com/ethereum/go-ethereum/consensus/clique 0.142s
ok github.com/ethereum/go-ethereum/consensus/ethash 6.734s
ok github.com/ethereum/go-ethereum/consensus/istanbul 0.014s
ok github.com/ethereum/go-ethereum/consensus/istanbul/backend 327.799s
? github.com/ethereum/go-ethereum/consensus/istanbul/backend/contract [no test files]
? github.com/ethereum/go-ethereum/consensus/istanbul/common [no test files]
ok github.com/ethereum/go-ethereum/consensus/istanbul/ibft/core 5.215s
ok github.com/ethereum/go-ethereum/consensus/istanbul/ibft/engine 0.014s
ok github.com/ethereum/go-ethereum/consensus/istanbul/ibft/types 0.014s
ok github.com/ethereum/go-ethereum/consensus/istanbul/qbft/core 2.522s
ok github.com/ethereum/go-ethereum/consensus/istanbul/qbft/engine 0.014s
? github.com/ethereum/go-ethereum/consensus/istanbul/qbft/types [no test files]
? github.com/ethereum/go-ethereum/consensus/istanbul/testutils [no test files]
ok github.com/ethereum/go-ethereum/consensus/istanbul/validator 0.022s
? github.com/ethereum/go-ethereum/consensus/misc [no test files]
ok github.com/ethereum/go-ethereum/console 0.936s
? github.com/ethereum/go-ethereum/console/prompt [no test files]
ok github.com/ethereum/go-ethereum/contracts/checkpointoracle 1.008s
? github.com/ethereum/go-ethereum/contracts/checkpointoracle/contract [no test files]
ok github.com/ethereum/go-ethereum/core 70.902s
ok github.com/ethereum/go-ethereum/core/asm 0.011s
ok github.com/ethereum/go-ethereum/core/bloombits 13.191s
ok github.com/ethereum/go-ethereum/core/forkid 0.009s
ok github.com/ethereum/go-ethereum/core/mps 0.047s
? github.com/ethereum/go-ethereum/core/privatecache [no test files]
ok github.com/ethereum/go-ethereum/core/rawdb 7.962s
ok github.com/ethereum/go-ethereum/core/state 4.572s
? github.com/ethereum/go-ethereum/core/state/pruner [no test files]
ok github.com/ethereum/go-ethereum/core/state/snapshot 2.205s
ok github.com/ethereum/go-ethereum/core/types 0.711s
ok github.com/ethereum/go-ethereum/core/vm 1.668s
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.019s
ok github.com/ethereum/go-ethereum/crypto 0.022s
ok github.com/ethereum/go-ethereum/crypto/blake2b 0.025s
ok github.com/ethereum/go-ethereum/crypto/bls12381 0.461s
? github.com/ethereum/go-ethereum/crypto/bn256 [no test files]
ok github.com/ethereum/go-ethereum/crypto/bn256/cloudflare 0.051s
ok github.com/ethereum/go-ethereum/crypto/bn256/google 0.309s
ok github.com/ethereum/go-ethereum/crypto/ecies 0.011s
ok github.com/ethereum/go-ethereum/crypto/secp256k1 0.327s
ok github.com/ethereum/go-ethereum/crypto/signify 0.002s
ok github.com/ethereum/go-ethereum/eth 28.350s
ok github.com/ethereum/go-ethereum/eth/catalyst 0.043s
ok github.com/ethereum/go-ethereum/eth/downloader 209.692s
ok github.com/ethereum/go-ethereum/eth/ethconfig 0.020s
ok github.com/ethereum/go-ethereum/eth/fetcher 9.459s
ok github.com/ethereum/go-ethereum/eth/filters 5.200s
ok github.com/ethereum/go-ethereum/eth/gasprice 0.040s
ok github.com/ethereum/go-ethereum/eth/protocols/eth 2.285s
? github.com/ethereum/go-ethereum/eth/protocols/qlight [no test files]
ok github.com/ethereum/go-ethereum/eth/protocols/snap 10.340s
ok github.com/ethereum/go-ethereum/eth/tracers 0.275s
? github.com/ethereum/go-ethereum/eth/tracers/internal/tracers [no test files]
ok github.com/ethereum/go-ethereum/ethclient 0.130s
? github.com/ethereum/go-ethereum/ethdb [no test files]
? github.com/ethereum/go-ethereum/ethdb/dbtest [no test files]
ok github.com/ethereum/go-ethereum/ethdb/leveldb 0.011s
ok github.com/ethereum/go-ethereum/ethdb/memorydb 0.001s
? github.com/ethereum/go-ethereum/ethstats [no test files]
ok github.com/ethereum/go-ethereum/event 0.674s
ok github.com/ethereum/go-ethereum/extension 0.017s
? github.com/ethereum/go-ethereum/extension/extensionContracts [no test files]
ok github.com/ethereum/go-ethereum/extension/privacyExtension 0.016s
ok github.com/ethereum/go-ethereum/graphql 0.055s
ok github.com/ethereum/go-ethereum/internal/build 0.002s
? github.com/ethereum/go-ethereum/internal/cmdtest [no test files]
? github.com/ethereum/go-ethereum/internal/debug [no test files]
ok github.com/ethereum/go-ethereum/internal/ethapi 11.291s
? github.com/ethereum/go-ethereum/internal/flags [no test files]
ok github.com/ethereum/go-ethereum/internal/guide 9.502s
ok github.com/ethereum/go-ethereum/internal/jsre 0.107s
? github.com/ethereum/go-ethereum/internal/jsre/deps [no test files]
? github.com/ethereum/go-ethereum/internal/plugin [no test files]
? github.com/ethereum/go-ethereum/internal/testlog [no test files]
ok github.com/ethereum/go-ethereum/internal/utesting 0.001s
? github.com/ethereum/go-ethereum/internal/web3ext [no test files]
ok github.com/ethereum/go-ethereum/les 44.731s
? github.com/ethereum/go-ethereum/les/checkpointoracle [no test files]
ok github.com/ethereum/go-ethereum/les/flowcontrol 4.292s
ok github.com/ethereum/go-ethereum/les/utils 1.377s
? github.com/ethereum/go-ethereum/les/vflux [no test files]
ok github.com/ethereum/go-ethereum/les/vflux/client 7.328s
ok github.com/ethereum/go-ethereum/les/vflux/server 12.103s
ok github.com/ethereum/go-ethereum/light 0.522s
ok github.com/ethereum/go-ethereum/log 0.002s
ok github.com/ethereum/go-ethereum/metrics 5.736s
? github.com/ethereum/go-ethereum/metrics/exp [no test files]
? github.com/ethereum/go-ethereum/metrics/influxdb [no test files]
? github.com/ethereum/go-ethereum/metrics/librato [no test files]
ok github.com/ethereum/go-ethereum/metrics/prometheus 0.002s
ok github.com/ethereum/go-ethereum/miner 22.986s
ok github.com/ethereum/go-ethereum/mobile 0.017s
ok github.com/ethereum/go-ethereum/multitenancy 0.010s
ok github.com/ethereum/go-ethereum/node 0.134s
ok github.com/ethereum/go-ethereum/p2p 3.685s
ok github.com/ethereum/go-ethereum/p2p/discover 154.415s
ok github.com/ethereum/go-ethereum/p2p/discover/v4wire 0.009s
ok github.com/ethereum/go-ethereum/p2p/discover/v5wire 0.037s
ok github.com/ethereum/go-ethereum/p2p/dnsdisc 0.753s
--- FAIL: TestParseNode (0.00s)
urlv4_test.go:185: test "enode://1dd9d65c4552b5eb43d5ad55a2ee3f56c6cbc1c64a5c8d659f51fcd51bace24351232b8d7821617d2b29b54b81cdefb9b3e9c37d7fd5f63270bcc9e1a6f6a439@invalid.:3
got error lookup invalid.: Temporary failure in name resolution, expected no such host
FAIL
FAIL github.com/ethereum/go-ethereum/p2p/enode 0.742s
ok github.com/ethereum/go-ethereum/p2p/enr 0.002s
ok github.com/ethereum/go-ethereum/p2p/nat 2.613s
ok github.com/ethereum/go-ethereum/p2p/netutil 0.004s
ok github.com/ethereum/go-ethereum/p2p/nodestate 0.412s
ok github.com/ethereum/go-ethereum/p2p/rlpx 0.012s
ok github.com/ethereum/go-ethereum/p2p/simulations 1.854s
ok github.com/ethereum/go-ethereum/p2p/simulations/adapters 0.018s
? github.com/ethereum/go-ethereum/p2p/simulations/examples [no test files]
? github.com/ethereum/go-ethereum/p2p/simulations/pipes [no test files]
? github.com/ethereum/go-ethereum/p2p/tracker [no test files]
ok github.com/ethereum/go-ethereum/params 0.002s
ok github.com/ethereum/go-ethereum/permission 2.244s
ok github.com/ethereum/go-ethereum/permission/core 0.012s
? github.com/ethereum/go-ethereum/permission/core/types [no test files]
? github.com/ethereum/go-ethereum/permission/v1 [no test files]
? github.com/ethereum/go-ethereum/permission/v1/bind [no test files]
? github.com/ethereum/go-ethereum/permission/v1/contract/gen [no test files]
? github.com/ethereum/go-ethereum/permission/v2 [no test files]
? github.com/ethereum/go-ethereum/permission/v2/bind [no test files]
? github.com/ethereum/go-ethereum/permission/v2/contract/gen [no test files]
ok github.com/ethereum/go-ethereum/plugin 0.029s
ok github.com/ethereum/go-ethereum/plugin/account 0.010s
? github.com/ethereum/go-ethereum/plugin/account/internal/testutils [no test files]
? github.com/ethereum/go-ethereum/plugin/gen [no test files]
? github.com/ethereum/go-ethereum/plugin/gen/proto_common [no test files]
ok github.com/ethereum/go-ethereum/plugin/helloworld 0.003s
ok github.com/ethereum/go-ethereum/plugin/initializer 0.003s
ok github.com/ethereum/go-ethereum/plugin/qlight 0.013s
ok github.com/ethereum/go-ethereum/plugin/security 0.003s
ok github.com/ethereum/go-ethereum/private 0.012s
? github.com/ethereum/go-ethereum/private/cache [no test files]
ok github.com/ethereum/go-ethereum/private/engine 0.002s
? github.com/ethereum/go-ethereum/private/engine/constellation [no test files]
ok github.com/ethereum/go-ethereum/private/engine/notinuse 0.002s
ok github.com/ethereum/go-ethereum/private/engine/qlightptm 0.011s
ok github.com/ethereum/go-ethereum/private/engine/tessera 0.006s
? github.com/ethereum/go-ethereum/private/mock_private [no test files]
ok github.com/ethereum/go-ethereum/qlight 0.011s
ok github.com/ethereum/go-ethereum/qlight/test 0.018s
ok github.com/ethereum/go-ethereum/raft 3.018s
ok github.com/ethereum/go-ethereum/rlp 0.007s
ok github.com/ethereum/go-ethereum/rpc 33.139s
ok github.com/ethereum/go-ethereum/signer/core 3.239s
ok github.com/ethereum/go-ethereum/signer/fourbyte 2.030s
ok github.com/ethereum/go-ethereum/signer/rules 0.104s
? github.com/ethereum/go-ethereum/signer/rules/deps [no test files]
ok github.com/ethereum/go-ethereum/signer/storage 0.002s
ok github.com/ethereum/go-ethereum/tests 0.013s
ok github.com/ethereum/go-ethereum/tests/fuzzers/abi 0.022s
? github.com/ethereum/go-ethereum/tests/fuzzers/bitutil [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/bls12381 [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/difficulty [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/difficulty/debug [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/keystore [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/les [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/les/debug [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/rangeproof [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/rangeproof/debug [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/rlp [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/runtime [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/stacktrie [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/stacktrie/debug [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/trie [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/txfetcher [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/vflux [no test files]
? github.com/ethereum/go-ethereum/tests/fuzzers/vflux/debug [no test files]
ok github.com/ethereum/go-ethereum/trie 24.898s
FAIL
util.go:47: exit status 1
exit status 1
Makefile:41: fallo en las instrucciones para el objetivo 'test'
make: *** [test] Error 1
Hello good evening.
I am trying to set up a private IBFT quorum consensus network and when executing the node test I get this error.
I am using go1.19.9.
If someone who has had problems could help me, I once had it and it was resolved with go1.13.9 with a different version and years ago, but on the page they recommend using go1.15 or later
using ubuntu 18.04.3 LTS nodejs 8.10.0 npm 3.5.2 npx 10.2.2
https://docs.goquorum.consensys.net/deploy/install/binaries#release-binaries
alexleo@ubuntu:~/quorum$ make test env GO111MODULE=on go run build/ci.go install