-
Notifications
You must be signed in to change notification settings - Fork 252
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
launch_local_testnet.sh: Lighthouse VC nodes #3477
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Without {"lvl":"DBG","ts":"2022-03-09 14:21:24.234+01:00","msg":"Dropping aggregate","error":{"Field0":1,"Field1":"Aggregate: invalid aggregator signature"},"aggregate":{"aggregation_bits":"0x12","data":{"slot":76,"index":0,"beacon_block_root":"9c20f709","source":"0:00000000","target":"2:b441d24a"},"signature":"967763b9"},"wallSlot":76,"aggregator_index":91,"signature":"ad332aff","selection_proof":"94bbfbb5"}
{"lvl":"DBG","ts":"2022-03-09 14:21:56.350+01:00","msg":"Dropping attestation","validationError":{"Field0":1,"Field1":"Attestation: invalid signature"},"wallSlot":79,"subnet_id":15,"attestation":{"aggregation_bits":"0x14","data":{"slot":79,"index":0,"beacon_block_root":"f392cf7e","source":"0:00000000","target":"2:b441d24a"},"signature":"886acf75"}}
{"lvl":"NOT","ts":"2022-03-09 14:21:56.350+01:00","msg":"Produced attestation failed validation","topics":"beacval","attestation":{"aggregation_bits":"0x14","data":{"slot":79,"index":0,"beacon_block_root":"f392cf7e","source":"0:00000000","target":"2:b441d24a"},"signature":"886acf75"},"error":{"Field0":1,"Field1":"Attestation: invalid signature"}}
{"lvl":"DBG","ts":"2022-03-09 14:21:56.351+01:00","msg":"Received error response from handler","topics":"beacnde","status":400,"meth":"POST","peer":"127.0.0.1:59338","uri":"/eth/v1/beacon/pool/attestations","error_status":"400 Bad Request","error_content_type":"application/json","error_message":"{\"code\":\"400\",\"message\":\"Some errors happened while validating attestation(s)\",\"failures\":[{\"index\":\"0\",\"message\":\"Attestation: invalid signature\"}]}"}
{"lvl":"DBG","ts":"2022-03-09 14:22:08.234+01:00","msg":"Dropping attestation","validationError":{"Field0":1,"Field1":"Attestation: invalid signature"},"wallSlot":80,"subnet_id":16,"attestation":{"aggregation_bits":"0x14","data":{"slot":80,"index":0,"beacon_block_root":"5aa47e2a","source":"0:00000000","target":"2:b441d24a"},"signature":"aea56861"}}
{"lvl":"NOT","ts":"2022-03-09 14:22:08.234+01:00","msg":"Produced attestation failed validation","topics":"beacval","attestation":{"aggregation_bits":"0x14","data":{"slot":80,"index":0,"beacon_block_root":"5aa47e2a","source":"0:00000000","target":"2:b441d24a"},"signature":"aea56861"},"error":{"Field0":1,"Field1":"Attestation: invalid signature"}}
{"lvl":"DBG","ts":"2022-03-09 14:22:08.234+01:00","msg":"Received error response from handler","topics":"beacnde","status":400,"meth":"POST","peer":"127.0.0.1:59340","uri":"/eth/v1/beacon/pool/attestations","error_status":"400 Bad Request","error_content_type":"application/json","error_message":"{\"code\":\"400\",\"message\":\"Some errors happened while validating attestation(s)\",\"failures\":[{\"index\":\"0\",\"message\":\"Attestation: invalid signature\"}]}"} And the LH VC says this: {"msg":"Error whilst producing block","level":"CRIT","ts":"2022-03-09T14:19:28.102102578+01:00","service":"block","message":"All endpoints failed http://127.0.0.1:7500/ => RequestFailed(\"Error from beacon node when producing block: Reqwest(reqwest::Error { kind: Decode, source: Error(\\\"data did not match any variant of untagged enum BeaconBlock\\\", line: 1, column: 4120) })\")"} |
tersec
approved these changes
Mar 11, 2022
did this get investigated / solved? what was the root cause? |
It can be investigated and solved more easily after being merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using LH VC nodes:
./scripts/launch_local_testnet.sh --nodes 4 --stop-at-epoch 5 --disable-htop --lighthouse-vc-nodes 2 -- --verify-finalization --discv5:no
For the next runs, do yourself a favour and add
--reuse-binaries
before--
. They'll be built once more, because they've just been deleted.Problems so far:
{"lvl":"DBG","ts":"2022-03-09 11:52:54.994+01:00","msg":"Request is not part of API","topics":"beacnde","peer":"127.0.0.1:57826","meth":"GET","uri":"/lighthouse/staking"}
a more serious looking one, on the LH VC side:(BN was offline due to the assertion failure)Mar 09 12:06:21.019 CRIT Error during attestation routine slot: 65, committee_index: 0, error: "All endpoints failed http://127.0.0.1:7500/ => Unavailable(Offline), http://127.0.0.1:7500/ => Unavailable(Offline)", service: attestation