-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Is there an existing issue?
- I have searched the existing issues
Experiencing problems? Have you tried our Stack Exchange first?
- This is not a support question.
Description of bug
Summary of failure:
- Parachain full node
fournever syncs and panics because its relay-chain RPC endpoint is unreachable. It repeatedly triesws://127.0.0.1:36445 (dave)then stops:
Retrying to connect to any external relaychain node failed… No valid RPC url found. Essential task relay-chain-rpc-worker failed. … panicked … WorkerCommunicationError(“RPC worker channel closed…”)” @cumulus/zombienet/zombienet-sdk/tests/zombie_ci/tmp/four.log#5-18
-
The relay validator
dave(the only RPC target forfour) warp-syncs, fails state sync, then panics inside chain sync:Failed to import target block with state: Cancelled. State sync failed. Falling back to full sync.” followed by assertion failure in chain_sync.rs:588, causing the node to crash @cumulus/zombienet/zombienet-sdk/tests/zombie_ci/tmp/dave.log#57-198. -
Other nodes (two/three) sync normally; the test fails on the
wait_metric_with_timeoutforfourbecause its relay RPC source died
Last ~90 runs of this test failed 3 times:
- https://github.com/paritytech/polkadot-sdk/actions/runs/20025760102/job/57423826266
- https://github.com/paritytech/polkadot-sdk/actions/runs/20030524808/job/57440164245
- https://github.com/paritytech/polkadot-sdk/actions/runs/20034962328/job/57462717181
Steps to reproduce
trigger-zombienet-cumulus / zombienet-cumulus-0007-full_node_warp_sync
.github/scripts/dispatch-zombienet-workflow.sh \ -w zombienet_cumulus.yml \ -b "master" \ -p "zombienet-cumulus-0007-full_node_warp_sync"
cc @pepoviola
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Status