Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. bob@0e01b2.stderr : DEBUG 06-09 06:18:51 Validator Task failure traceback
  2. bob@0e01b2.stderr : Traceback (most recent call last):
  3. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/p2p/service.py", line 150, in _run_task_wrapper
  4. bob@0e01b2.stderr : await awaitable
  5. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/p2p/service.py", line 169, in _run_daemon_task_wrapper
  6. bob@0e01b2.stderr : await awaitable
  7. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 141, in handle_slot_tick
  8. bob@0e01b2.stderr : await self.handle_first_tick(event.slot)
  9. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 208, in handle_first_tick
  10. bob@0e01b2.stderr : head_block=head,
  11. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 237, in propose_block
  12. bob@0e01b2.stderr : attestations=ready_attestations,
  13. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 264, in _make_proposing_block
  14. bob@0e01b2.stderr : check_proposer_index=False,
  15. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/tools/builder/proposer.py", line 131, in create_block_on_state
  16. bob@0e01b2.stderr : state, block = state_machine.import_block(block, check_proposer_signature=False)
  17. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/base.py", line 156, in import_block
  18. bob@0e01b2.stderr : check_proposer_signature,
  19. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/state_transitions.py", line 55, in apply_state_transition
  20. bob@0e01b2.stderr : state = self.per_block_transition(state, block, check_proposer_signature)
  21. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/state_transitions.py", line 100, in per_block_transition
  22. bob@0e01b2.stderr : state = process_block_header(state, block, self.config, check_proposer_signature)
  23. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/block_processing.py", line 43, in process_block_header
  24. bob@0e01b2.stderr : validate_block_previous_root(state, block)
  25. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/block_validation.py", line 93, in validate_block_previous_root
  26. bob@0e01b2.stderr : f"block.previous_block_root ({encode_hex(previous_root)}) is not equal to "
  27. bob@0e01b2.stderr : eth_utils.exceptions.ValidationError: block.previous_block_root (0x541ade19ef19d65144a624a3caf880b7308957bc518fa64186f18a6add8064f9) is not equal to state.latest_block_header.signing_root (0x86d7961274e9f33e4b37d53f6310a62da949ca352f21383556cee97f35587d39
  28. bob@0e01b2.stderr : Traceback (most recent call last):
  29. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/p2p/service.py", line 150, in _run_task_wrapper
  30. bob@0e01b2.stderr : await awaitable
  31. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/p2p/service.py", line 169, in _run_daemon_task_wrapper
  32. bob@0e01b2.stderr : await awaitable
  33. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 141, in handle_slot_tick
  34. bob@0e01b2.stderr : await self.handle_first_tick(event.slot)
  35. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 208, in handle_first_tick
  36. bob@0e01b2.stderr : head_block=head,
  37. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 237, in propose_block
  38. bob@0e01b2.stderr : attestations=ready_attestations,
  39. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/trinity/plugins/eth2/beacon/validator.py", line 264, in _make_proposing_block
  40. bob@0e01b2.stderr : check_proposer_index=False,
  41. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/tools/builder/proposer.py", line 131, in create_block_on_state
  42. bob@0e01b2.stderr : state, block = state_machine.import_block(block, check_proposer_signature=False)
  43. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/base.py", line 156, in import_block
  44. bob@0e01b2.stderr : check_proposer_signature,
  45. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/state_transitions.py", line 55, in apply_state_transition
  46. bob@0e01b2.stderr : state = self.per_block_transition(state, block, check_proposer_signature)
  47. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/state_transitions.py", line 100, in per_block_transition
  48. bob@0e01b2.stderr : state = process_block_header(state, block, self.config, check_proposer_signature)
  49. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/block_processing.py", line 43, in process_block_header
  50. bob@0e01b2.stderr : validate_block_previous_root(state, block)
  51. bob@0e01b2.stderr : File "/Users/liangcc/projects/EAPL/eth2.0s/trinity/eth2/beacon/state_machines/forks/serenity/block_validation.py", line 93, in validate_block_previous_root
  52. bob@0e01b2.stderr : f"block.previous_block_root ({encode_hex(previous_root)}) is not equal to "
  53. bob@0e01b2.stderr : eth_utils.exceptions.ValidationError: block.previous_block_root (0x541ade19ef19d65144a624a3caf880b7308957bc518fa64186f18a6add8064f9) is not equal to state.latest_block_header.signing_root (0x86d7961274e9f33e4b37d53f6310a62da949ca352f21383556cee97f35587d39
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement