rollkit / docs

Documentation for Rollkit - a modular framework for rollups.
https://rollkit.dev
34 stars 49 forks source link

devnet-zero-deploy command fails with "timed out waiting for height" error #423

Closed Jalins closed 3 months ago

Jalins commented 4 months ago

Version of Git SHA

commit 5deb27571a1f65c9b858b2887e3c8e8e1c061f03

System OS

Ubuntu 22.04.4 LTS

Installed tools

No response

Others

No response

Steps to reproduce it

1.Clone the repository and set up the environment as per the Quick start guide for Omni Octane with Rollkit. 2.Run the command make devnet-zero-deploy.

Expected result

The command should successfully deploy and initialize the network without any errors.

Actual result

Creating a docker-compose devnet in ./e2e/run/devnet0 24-07-19 18:18:27.860 INFO Parsed config from flags deploy-key="" explorer-db-conn=postgres://omni:xxxxx@explorer_db:5432/omni_db fireblocks-api-key="" fireblocks-key-path="" graphql-url=http://explorer_graphql:8080/query infra=docker infra-file="" log-color=force log-format=console log-level=DEBUG manifest-file=e2e/manifests/devnet0.toml omni-image-tag=5deb275 ping-pong=100000 prom-password="" prom-url="" prom-user="" rpc-overrides=map[] tracing-endpoint="" tracing-headers="" 24-07-19 18:18:27.875 INFO Deploying public portal contracts 24-07-19 18:18:27.875 INFO Setup testnet dir=e2e/runs/devnet0 24-07-19 18:18:27.876 INFO Cleanup dir dir=e2e/runs/devnet0 24-07-19 18:18:44.147 INFO Removing docker containers and networks 24-07-19 18:18:47.651 INFO Starting initial network nodes... count=1 24-07-19 18:18:47.651 INFO Starting additional services names="[monitor omni_evm relayer da explorer_indexer explorer_graphql explorer_ui explorer_db]" 24-07-19 18:19:08.228 INFO Starting node name=validator01 external_ip=127.0.0.1 proxy_port=5701 prom=0 24-07-19 18:21:22.138 ERRO !! Fatal error occurred, app died️ unexpectedly !! err="timed out waiting for height" name=validator01 height=0 stacktrace="[errors.go:14 rpc.go:118 start.go:49 run.go:83 cmd.go:104 command.go:985 command.go:1117 command.go:1041 command.go:1034 cmd.go:34 main.go:9 proc.go:271 asm_amd64.s:1695]" exit status 1 make: *** [Makefile:95: devnet-zero-deploy] Error 1

Relevant log output

No response

Notes

No response

Jalins commented 3 months ago

This problem occurs because the gupadhyaya/local-da image is an arm64 architecture and my machine is an x86_64 architecture. The image used by the latest code has been changed to ghcr.io/rollkit/local-da, this issue will be closed