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

Nimbus blockchain tests errors #1366

Closed
winsvega opened this issue Dec 13, 2022 · 5 comments
Closed

Nimbus blockchain tests errors #1366

winsvega opened this issue Dec 13, 2022 · 5 comments
Labels

Comments

@winsvega
Copy link

Here
http:https://retesteth.ethdevops.io/results/log//2022-12-13-1670902186-nimbus.txt

Nimbus is the fastest client it seems.
Is there a dev chat I can join to share the test run bugs?

@jangko
Copy link
Contributor

jangko commented Dec 14, 2022

wow, happy to see it producing some results.
you can join nimbus-eth1 channel in our discord server.
(invite link expires in 7 days).

@winsvega
Copy link
Author

winsvega commented Dec 14, 2022

All tests run is about 100/200 seconds faster then geth.

Here the blockchain tests errors:

info: (ValidBlocks/bcStateTests/BLOCKHASH_Bounds_Berlin, fork: Berlin, block: 1)
info: (ValidBlocks/bcStateTests/SuicidesMixingCoinbase_Berlin, fork: Berlin, block: 2)
info: (ValidBlocks/bcStateTests/suicideCoinbaseState_Berlin, fork: Berlin, block: 1)
info: (ValidBlocks/bcStateTests/testOpcode_40_Berlin, fork: Berlin, block: 1)

please check out this test vectors

@winsvega winsvega changed the title Nimbus test run results Nimbus blockchain tests errors Dec 14, 2022
@winsvega
Copy link
Author

winsvega commented Dec 14, 2022

 (ValidBlocks/bcStateTests/SuicidesMixingCoinbase_Berlin, fork: Berlin, block: 2)

Error: The command '/home/ubuntu/.retesteth/nimbus/start.sh --state.fork Berlin --state.reward 2000000000000000000 --state.chainid 1 --input.alloc /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468/alloc.json --input.txs /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468/txs.rlp --input.env /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468/env.json --output.basedir /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468 --output.result out.json --output.alloc outAlloc.json' exited with 1024 code. 

(ValidBlocks/bcStateTests/testOpcode_40_Berlin, fork: Berlin, block: 1)

Error: Importing raw RLP block, block was expected to be valid! (if it was intended, check that it is not in Valid blocks test suite) Error importing raw rlp block:

 The command '/home/ubuntu/.retesteth/nimbus/start.sh --state.fork Berlin --state.reward 2000000000000000000 --state.chainid 1 --input.alloc /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468/alloc.json --input.txs /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468/txs.rlp --input.env /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468/env.json --output.basedir /dev/shm/2d7c1acc-aece-4d53-a4a8-748523cfc468 --output.result out.json --output.alloc outAlloc.json' exited with 1024 code. (ValidBlocks/bcStateTests/testOpcode_40_Berlin, fork: Berlin, block: 1)

nimbus t8n tool fails to process the input data

@jangko
Copy link
Contributor

jangko commented Dec 16, 2022

Hai @winsvega, I've merged PR #1381 to fix the above issue.

@jangko jangko added the tests label Dec 22, 2022
@winsvega
Copy link
Author

Blockchain tests pass

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

No branches or pull requests

2 participants