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

nondeterministic test(s) #130

Open
1 of 3 tasks
meowsbits opened this issue Jan 31, 2020 · 2 comments
Open
1 of 3 tasks

nondeterministic test(s) #130

meowsbits opened this issue Jan 31, 2020 · 2 comments

Comments

@meowsbits
Copy link
Member

meowsbits commented Jan 31, 2020

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]

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
@meowsbits
Copy link
Member Author

meowsbits commented Jan 31, 2020

@meowsbits
Copy link
Member Author

meowsbits commented Jan 31, 2020

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant