Skip to content

bug: zebra 6.0.0 not sync #10990

Description

@lichao-cobo

What happened?

# docker run -d \
  --name zebra \
  -p 8233:8233 \
  -v zec-zebra:/home/zebra/.cache/zebra \
  zfnd/zebra:6.0.0
Unable to find image 'zfnd/zebra:6.0.0' locally
6.0.0: Pulling from zfnd/zebra
e95a6c7ea7d4: Pull complete
340ff3e29ba6: Pull complete
5c58aeca1569: Pull complete
4f4fb700ef54: Pull complete
a6c74f1ca7ba: Pull complete
2379468f1d27: Pull complete
758c74464725: Download complete
0981597cc493: Download complete
Digest: sha256:78a10b7f24b83a86e6223d97e857094a353454e3268f84a87bd987e7140a33bb
Status: Downloaded newer image for zfnd/zebra:6.0.0
62eb0196bb940872b45b99a52c99b51ed088db857fb35db450f90555e3dfa2bb
# docker ps
CONTAINER ID   IMAGE                         COMMAND                  CREATED         STATUS         PORTS                                         NAMES
62eb0196bb94   zfnd/zebra:6.0.0              "entrypoint.sh zebrad"   5 seconds ago   Up 3 seconds   0.0.0.0:8233->8233/tcp, [::]:8233->8233/tcp   zebra
t.peers"
2026-07-17T12:11:11.170374Z  INFO zebrad::components::sync::progress: estimated progress to chain tip sync_percent=0.000% current_height=Height(0) network_upgrade=Genesis remaining_sync_blocks=3435052 time_since_last_state_block=6m
2026-07-17T12:12:11.185840Z  INFO zebrad::components::sync::progress: estimated progress to chain tip sync_percent=0.000% current_height=Height(0) network_upgrade=Genesis remaining_sync_blocks=3435052 time_since_last_state_block=7m
2026-07-17T12:13:11.198530Z  INFO zebrad::components::sync::progress: estimated progress to chain tip sync_percent=0.000% current_height=Height(0) network_upgrade=Genesis remaining_sync_blocks=3435053 time_since_last_state_block=8m
2026-07-17T12:13:11.355013Z  WARN sync:try_to_sync:try_to_sync_once: zebrad::components::sync: error downloading and verifying block e=ValidationRequestError { error: Elapsed(()), height: Height(3), hash: block::Hash("0006f6c4e5bb8e97d65ac9f3fc4bcd8770a6350f9eed0943d84ce9ca65eac67f") }
2026-07-17T12:13:11.355598Z  INFO sync: zebrad::components::sync: waiting to restart sync timeout=67s state_tip=Some(Height(0))
2026-07-17T12:14:11.212995Z  INFO zebrad::components::sync::progress: estimated progress to chain tip sync_percent=0.000% current_height=Height(0) network_upgrade=Genesis remaining_sync_blocks=3435054 time_since_last_state_block=9m
2026-07-17T12:14:18.356258Z  INFO sync:try_to_sync: zebrad::components::sync: starting sync, obtaining new tips state_tip=Some(Height(0))
2026-07-17T12:14:23.409318Z  INFO sync:try_to_sync:try_to_sync_once: zebrad::components::sync: extending tips tips.len=1 in_flight=499 extra_hashes=0 lookahead_limit=1000 state_tip=Some(Height(0))
2026-07-17T12:14:28.167142Z  INFO sync:try_to_sync:try_to_sync_once: zebrad::components::sync: extending tips tips.len=1 in_flight=997 extra_hashes=0 lookahead_limit=1000 state_tip=Some(Height(0))
2026-07-17T12:15:11.226905Z  WARN zebrad::components::sync::progress: chain updates have stalled, state height has not increased for 10 minutes. Hint: check your network connection, and your computer clock and time zone sync_percent=0.000% current_height=Height(0) network_upgrade=Genesis time_since_last_state_block=10m target_block_spacing=1m 15s max_block_spacing=None is_syncer_stopped=false

What were you doing when the issue happened?

No response

Zebra logs

No response

Zebra Version

No response

Which operating systems does the issue happen on?

  • Linux
  • macOS
  • Windows
  • Other OS

OS details

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bugS-needs-triageStatus: A bug report needs triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions