core-geth
core-geth copied to clipboard
nondeterministic tests
Migrated from: https://github.com/etclabscore/multi-geth-fork/issues/130 Original author: @meowsbits
Here's an example of one. I believe there are others.
System and Version Info
- OS: Ubuntu 18.04.3 LTS (bionic)
- Git HEAD: [
release/v1.9.8-etclabscore]0a3644b2c00a05d17f4f2d681c2ac59bba8d3d06
go version go1.13.5 linux/amd64
node version: v13.1.0
npm version: 6.12.1
Python 3.6.8
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
- [x] (A) Solved: 64fb8913d8f488df49961072ae391308cd210372
- [ ] (B)
- [ ] (C)
- [ ] (D)
A.
> go test -run OldVsNew ./core/... && for i in {1..10}; do echo "Test Again Set $i"; go test -count 100 -run OldVsNew ./core/...; done &> test.out
> cat test.out
Test Again Set 1
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 37.981s
ok github.com/ethereum/go-ethereum/core/asm 0.035s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.033s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.041s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.033s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.039s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.021s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.019s [no tests to run]
FAIL
Test Again Set 2
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.41s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.41s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.45s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 38.741s
ok github.com/ethereum/go-ethereum/core/asm 0.043s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.032s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.022s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.031s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.042s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.028s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.022s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.019s [no tests to run]
FAIL
Test Again Set 3
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 38.150s
ok github.com/ethereum/go-ethereum/core/asm 0.021s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.034s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.018s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.039s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.036s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.034s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.032s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.017s [no tests to run]
FAIL
Test Again Set 4
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 37.593s
ok github.com/ethereum/go-ethereum/core/asm 0.032s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.026s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.022s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.022s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.036s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.018s [no tests to run]
FAIL
Test Again Set 5
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 37.569s
ok github.com/ethereum/go-ethereum/core/asm 0.032s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.031s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.017s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.046s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.024s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.026s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.018s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.020s [no tests to run]
FAIL
Test Again Set 6
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 38.260s
ok github.com/ethereum/go-ethereum/core/asm 0.026s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.055s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.018s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.028s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.032s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.039s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.023s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.017s [no tests to run]
FAIL
Test Again Set 7
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 37.863s
ok github.com/ethereum/go-ethereum/core/asm 0.030s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.036s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.018s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.023s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.035s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.037s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.021s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.022s [no tests to run]
FAIL
Test Again Set 8
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 37.779s
ok github.com/ethereum/go-ethereum/core/asm 0.030s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.030s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.019s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.030s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.049s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.018s [no tests to run]
FAIL
Test Again Set 9
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.42s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.44s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 38.967s
ok github.com/ethereum/go-ethereum/core/asm 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.029s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.020s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.023s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.029s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.023s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.021s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.018s [no tests to run]
FAIL
Test Again Set 10
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.40s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.38s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.36s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.41s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.39s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
--- FAIL: TestSetupGenesisBlockOldVsNewMultigeth (0.37s)
genesis_test.go:105: incompat conf mismatching incompatible fork value: GetEIP160Transition in database (old: 8772000, new: 3000000, rewindto 2999999)
FAIL
FAIL github.com/ethereum/go-ethereum/core 38.111s
ok github.com/ethereum/go-ethereum/core/asm 0.037s [no tests to run]
ok github.com/ethereum/go-ethereum/core/bloombits 0.026s [no tests to run]
ok github.com/ethereum/go-ethereum/core/forkid 0.018s [no tests to run]
ok github.com/ethereum/go-ethereum/core/rawdb 0.035s [no tests to run]
ok github.com/ethereum/go-ethereum/core/state 0.029s [no tests to run]
ok github.com/ethereum/go-ethereum/core/types 0.021s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm 0.019s [no tests to run]
ok github.com/ethereum/go-ethereum/core/vm/runtime 0.031s [no tests to run]
FAIL
> cat test.out |grep FAIL | wc -l
161
-
B.
p2p/discover/TestUDPv4_LookupIterator, https://travis-ci.org/etclabscore/multi-geth/jobs/644424872?utm_source=github_statushttps://github.com/etclabscore/multi-geth-fork/issues/130#issuecomment-580817425
-
C.
? github.com/ethereum/go-ethereum/internal/testlog [no test files]
? github.com/ethereum/go-ethereum/internal/web3ext [no test files]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xce7e3f]
goroutine 10572410 [running]:
github.com/ethereum/go-ethereum/les.(*serverHandler).broadcastHeaders(0xc0013c2410)
/home/travis/gopath/src/github.com/ethereum/go-ethereum/les/server_handler.go:901 +0xbf
created by github.com/ethereum/go-ethereum/les.(*serverHandler).start
/home/travis/gopath/src/github.com/ethereum/go-ethereum/les/server_handler.go:93 +0x5c
FAIL github.com/ethereum/go-ethereum/les 17.257s
ok github.com/ethereum/go-ethereum/les/flowcontrol 6.989s
https://github.com/etclabscore/multi-geth-fork/issues/130#issuecomment-580905248
D.
ok github.com/ethereum/go-ethereum/p2p/discover 66.903s
ok github.com/ethereum/go-ethereum/p2p/discv5 8.445s
--- FAIL: TestClientRandomNodeLinkUpdates (0.03s)
testlog.go:44: TRACE[02-26|03:54:04.877] Updating DNS discovery root tree=t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.877] DNS discovery lookup name=IFH2GR4TWMNEVWQFAMAZUDGWGM.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.877] Updating DNS discovery root tree=t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.877] DNS discovery lookup name=FDXN3SN67NA5DKA4J2GOK7BVQI.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.877] DNS discovery lookup name=G7HXTLDR7K56BQL4NXDNXCN57Y.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.877] DNS discovery lookup name=65TK4VK4J4E626M2NNTPYUXXSM.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.878] DNS discovery lookup name=3MXPAR5DKSQMKVU3PCMVX43JRA.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.878] DNS discovery lookup name=KJT6NGQG3F6WPMEF6OQDLUA7DQ.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.878] DNS discovery lookup name=CV3LG47655KT2B7T27W5X5HJSE.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.878] DNS discovery lookup name=LN2Z6TAA43OUWGDVWMGLQBIUQY.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.878] DNS discovery lookup name=PVVIKMIVQ5DP7QNCFC7PSBHRBM.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.878] DNS discovery lookup name=FDF37FVWR3CGGBC52S3WTU6AGI.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.879] DNS discovery lookup name=NJNH6WMF6SAXMNTMK7TNTDWIU4.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.879] DNS discovery lookup name=JCKJSDDLNH4MY7HU5PYEUT3JTE.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.879] DNS discovery lookup name=KASKEOKIVNJN7UAO2YEG6EKYU4.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.879] DNS discovery lookup name=ABLDMCLFIHDRVREPJYHSDXV4CI.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.879] DNS discovery lookup name=HGLPZKSXJAHBSI6H2L7KXAT2GY.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.880] DNS discovery lookup name=ISKQ3SCDKZAMHP7G52IDYS2XLA.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.880] DNS discovery lookup name=RWYQDYAWKL4ZTNKATWMAXJY6QE.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.880] DNS discovery lookup name=ED24X26EXDKNQ6TBTJNUNHB2BQ.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.880] DNS discovery lookup name=3EIIX62FPYUZ34JY2RIXQ535DQ.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.880] DNS discovery lookup name=JESF6JERW2UBZ27GFSCKUQQ2LM.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.881] DNS discovery lookup name=NAGN5XYXUNAAHZU7HW4SW3QS5U.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.881] DNS discovery lookup name=ELQ7TXZ2VRJV4ONMVP3J3OE2LI.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.881] DNS discovery lookup name=PHY3RMFS4UERATTFVUVAE2PZNE.t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.881] DNS discovery lookup name=GPW2D5GXJZNS4I4XRKE2FFBWYQ.t2 err=nil
client_test.go:195: checkRandomNode called RandomNode 31 times to find 20 nodes
client_test.go:201: tree1 updated
testlog.go:44: TRACE[02-26|03:54:04.882] Updating DNS discovery root tree=t2 err=nil
testlog.go:44: TRACE[02-26|03:54:04.882] Updating DNS discovery root tree=t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.882] DNS discovery lookup name=VYH5MZDYUAIBMNWRJQKFTNZASA.t1 err=nil
testlog.go:44: TRACE[02-26|03:54:04.882] Updating DNS discovery root tree=t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.882] DNS discovery lookup name=TY7ERCYUVJPXUXPAGLOUW5KDUQ.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.882] DNS discovery lookup name=PYV2C4MTGIDCTWEKFDZ2KY7XEE.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.883] DNS discovery lookup name=U5NAOXREPWARWQLK22T5ONCY2I.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.883] DNS discovery lookup name=TF4REUXUIHMEDZ22NWTKHZX54A.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.883] DNS discovery lookup name=V5UHOWOW6JPLOAUYWWESN77EXM.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.883] DNS discovery lookup name=LGWSB5U2P2I6PHNLIKWGOUVG3Q.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.883] DNS discovery lookup name=AXR2FMOBUUYEBVS3EPD5JP7KVQ.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.884] DNS discovery lookup name=SV2NB27OQ6RM5SLOX4HAMFZBYM.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.884] DNS discovery lookup name=FGDSGPWJDMNAWULPQDIHOJHJB4.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.884] DNS discovery lookup name=ICF52NVVRFKCCDV6X3L22CTYVY.t3 err=nil
testlog.go:44: TRACE[02-26|03:54:04.884] DNS discovery lookup name=GSUINNFGY5UQAQZK4EXV4KNIJA.t3 err=nil
client_test.go:206: checkRandomNode called RandomNode 40 times to find 20 nodes
client_test.go:206: RandomNode didn't discover node 50aa6a6d2d6b1142699810f40af6bd75cc710a6bbf24af7e380cd351c4e40304
FAIL
FAIL github.com/ethereum/go-ethereum/p2p/dnsdisc 0.194s
ok github.com/ethereum/go-ethereum/p2p/enode 1.481s
ok github.com/ethereum/go-ethereum/p2p/enr 0.004s
ok github.com/ethereum/go-ethereum/p2p/nat 2.606s
https://travis-ci.org/etclabscore/core-geth/jobs/655185931?utm_medium=notification&utm_source=github_status
ok github.com/ethereum/go-ethereum/crypto/ecies 0.030s
ok github.com/ethereum/go-ethereum/crypto/secp256k1 1.142s
--- FAIL: TestBroadcastBlock (7.10s)
handler_test.go:638: block broadcast to 0 peers, expected 1
FAIL
FAIL github.com/ethereum/go-ethereum/eth 18.365s
ok github.com/ethereum/go-ethereum/eth/downloader 95.696s
ok github.com/ethereum/go-ethereum/eth/fetcher 9.184s
ok github.com/ethereum/go-ethereum/eth/filters 2.365s
? github.com/ethereum/go-ethereum/eth/gasprice [no test files]
ok github.com/ethereum/go-ethereum/eth/tracers 0.282s
? github.com/ethereum/go-ethereum/eth/tracers/internal/tracers [no test files]
ok github.com/ethereum/go-ethereum/ethclient 0.054s
? 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.016s
ok github.com/ethereum/go-ethereum/ethdb/memorydb 0.002s
? github.com/ethereum/go-ethereum/ethstats [no test files]
ok github.com/ethereum/go-ethereum/event 0.750s
ok github.com/ethereum/go-ethereum/graphql 0.026s
ok github.com/ethereum/go-ethereum/integration 1.496s
? github.com/ethereum/go-ethereum/internal/build [no test files]
? github.com/ethereum/go-ethereum/internal/cmdtest [no test files]
? github.com/ethereum/go-ethereum/internal/debug [no test files]
? github.com/ethereum/go-ethereum/internal/ethapi [no test files]
ok github.com/ethereum/go-ethereum/internal/guide 11.935s
ok github.com/ethereum/go-ethereum/internal/jsre 0.111s
? github.com/ethereum/go-ethereum/internal/jsre/deps [no test files]
ok github.com/ethereum/go-ethereum/internal/openrpc 0.004s
? github.com/ethereum/go-ethereum/internal/testlog [no test files]
? github.com/ethereum/go-ethereum/internal/web3ext [no test files]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xce96cf]
goroutine 8189815 [running]:
github.com/ethereum/go-ethereum/les.(*serverHandler).broadcastHeaders(0xc0019079a0)
/home/travis/gopath/src/github.com/ethereum/go-ethereum/les/server_handler.go:901 +0xbf
created by github.com/ethereum/go-ethereum/les.(*serverHandler).start
/home/travis/gopath/src/github.com/ethereum/go-ethereum/les/server_handler.go:93 +0x5c
FAIL github.com/ethereum/go-ethereum/les 15.647s
ok github.com/ethereum/go-ethereum/les/flowcontrol 7.083s
ok github.com/ethereum/go-ethereum/light 0.744s
https://travis-ci.org/etclabscore/core-geth/jobs/655562366?utm_medium=notification&utm_source=github_status
ok github.com/ethereum/go-ethereum/common/mclock 0.001s
ok github.com/ethereum/go-ethereum/common/prque 0.499s
? github.com/ethereum/go-ethereum/consensus [no test files]
ok github.com/ethereum/go-ethereum/consensus/clique 0.077s
PASS
panic: Log in goroutine after TestRemoteMultiNotify has completed
goroutine 1229 [running]:
testing.(*common).logDepth(0xc000328500, 0xc009012620, 0x67, 0x3)
/home/ia/go1.13.5.linux-amd64/go/src/testing/testing.go:678 +0x406
testing.(*common).log(...)
/home/ia/go1.13.5.linux-amd64/go/src/testing/testing.go:658
testing.(*common).Logf(0xc000328500, 0x94fb0d, 0x2, 0xc007ae7de0, 0x1, 0x1)
/home/ia/go1.13.5.linux-amd64/go/src/testing/testing.go:693 +0x7e
github.com/ethereum/go-ethereum/internal/testlog.(*logger).flush(0xc0002c8060)
/home/ia/go/src/github.com/ethereum/go-ethereum/internal/testlog/testlog.go:139 +0xfd
github.com/ethereum/go-ethereum/internal/testlog.(*logger).Warn(0xc0002c8060, 0x95de98, 0x23, 0xc000222900, 0x4, 0x4)
/home/ia/go/src/github.com/ethereum/go-ethereum/internal/testlog/testlog.go:104 +0xeb
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal.func2(0x0, 0xc0004d8600, 0xc0004d8660, 0x0, 0xc000104f70, 0xc0004ce2d0, 0x0, 0x0, 0xc0002af320)
/home/ia/go/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:114 +0x3c2
created by github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).Seal
/home/ia/go/src/github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:103 +0x2a3
FAIL github.com/ethereum/go-ethereum/consensus/ethash 2.884s
? github.com/ethereum/go-ethereum/consensus/misc [no test files]
Oops wrong button
? github.com/ethereum/go-ethereum/internal/testlog [no test files]
? github.com/ethereum/go-ethereum/internal/web3ext [no test files]
--- FAIL: TestReceiptsAccessLes2 (0.36s)
request_test.go:102: object retrieval failed
FAIL
FAIL github.com/ethereum/go-ethereum/les 47.238s
? github.com/ethereum/go-ethereum/les/checkpointoracle [no test files]
ok github.com/ethereum/go-ethereum/les/flowcontrol 5.402s
https://travis-ci.org/github/etclabscore/core-geth/jobs/692299069#L729
https://travis-ci.org/github/ethereum/go-ethereum/jobs/697224237