Skip to content

Event InitL1InfoRootMap not found #632

@sleepyqadir

Description

@sleepyqadir

System information

macOs

Commit id

76c09c2

Description & steps to reproduce

while running the kurtosis cdk , and after deploying the contracts i'm getting below error on agglayer step

Adding service with name 'agglayer' and image 'ghcr.io/agglayer/agglayer:0.3.0-rc.20'
There was an error executing Starlark code 
An error occurred executing instruction (number 42) at github.com/0xPolygon/kurtosis-cdk/agglayer.star[54:21]:
  add_service(name="agglayer", config=ServiceConfig(image="ghcr.io/agglayer/agglayer:0.3.0-rc.20", ports={"aglr-admin": PortSpec(number=4446, application_protocol="grpc"), "aglr-grpc": PortSpec(number=4443, application_protocol="grpc"), "aglr-readrpc": PortSpec(number=4444, application_protocol="http"), "prometheus": PortSpec(number=9092, application_protocol="http")}, public_ports={}, files={"/etc/zkevm": Directory(artifact_names=["agglayer-config-artifact", "agglayer-keystore"])}, entrypoint=["/usr/local/bin/agglayer"], cmd=["run", "--cfg", "/etc/zkevm/agglayer-config.toml"]))
  Caused by: Unexpected error occurred starting service 'agglayer'
  Caused by: An error occurred waiting for all TCP and UDP ports to be open for service 'agglayer' with private IP '172.16.0.9'; this is usually due to a misconfiguration in the service itself, so here are the logs:

  == SERVICE 'agglayer' LOGS ===================================
  {"timestamp":"2025-05-21T08:53:06.192884Z","level":"INFO","fields":{"message":"Starting agglayer node version info: agglayer (VERGEN_IDEMPOTENT_OUTPUT) [git commit timestamp: VERGEN_IDEMPOTENT_OUTPUT]"},"target":"agglayer_node"}
  
  {"timestamp":"2025-05-21T08:53:10.114923Z","level":"INFO","fields":{"message":"Creating new backup"},"target":"agglayer_storage::storage::backup"}
  {"timestamp":"2025-05-21T08:53:10.125384Z","level":"INFO","fields":{"message":"Backup successfully created"},"target":"agglayer_storage::storage::backup"}
  {"timestamp":"2025-05-21T08:53:10.143425Z","level":"INFO","fields":{"message":"Creating new backup"},"target":"agglayer_storage::storage::backup"}
  {"timestamp":"2025-05-21T08:53:10.152837Z","level":"INFO","fields":{"message":"Backup successfully created"},"target":"agglayer_storage::storage::backup"}
  {"timestamp":"2025-05-21T08:53:10.171677Z","level":"INFO","fields":{"message":"Creating new 
  {"timestamp":"2025-05-21T08:53:10.765388Z","level":"DEBUG","fields":{"message":"RPC provider created"},"target":"agglayer_node::node"}
  {"timestamp":"2025-05-21T08:53:11.228721Z","level":"INFO","fields":{"message":"Clock detected the end of the Epoch: 48"},"target":"agglayer_clock::block"}
  {"timestamp":"2025-05-21T08:53:26.295608Z","level":"INFO","fields":{"message":"Clock detected the end of the Epoch: 49"},"target":"agglayer_clock::block"}
  {"timestamp":"2025-05-21T08:53:36.114460Z","level":"INFO","fields":{"message":"Waiting for all requested backups to complete"},"target":"agglayer_storage::storage::backup"}
  Error: Unable to get the InitL1InfoRootMap: Event InitL1InfoRootMap not found
  
  == FINISHED SERVICE 'agglayer' LOGS ===================================
  Caused by: An error occurred while waiting for all TCP and UDP ports to be open
  Caused by: Unsuccessful ports check for IP '172.16.0.9' and port spec '{privatePortSpec:0x400271fc80}', even after '240' retries with '500' milliseconds in between retries. Timeout '2m0s' has been reached
  Caused by: An error occurred while calling network address '172.16.0.9:4443' with port protocol 'TCP' and using time out '200ms'
  Caused by: dial tcp 172.16.0.9:4443: i/o timeout

Error encountered running Starlark code.

Desired behavior

Should not through port issues due to Event InitL1InfoRootMap not found

What is the severity of this bug?

Critical; I am blocked and Kurtosis CDK is unusable for me because of this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions