etclabscore / multi-geth-fork

GNU Lesser General Public License v3.0
3 stars 8 forks source link

nondeterministic test(s) #130

Open meowsbits opened 4 years ago

meowsbits commented 4 years ago

Here's an example of one. I believe there are others.


System and Version Info

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 commented 4 years ago
meowsbits commented 4 years ago

? 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