81 lines
14 KiB
Plaintext

2025-12-08 12:13:13.128 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:13:13.128 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2025-12-08_12-13-13__148fa17d-467a-4da8-a398-c3fa126ac064
2025-12-08 12:13:13.128 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:13:13.135 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:13:13.135 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-13-13__148fa17d-467a-4da8-a398-c3fa126ac064__wakuorg_nwaku:latest.log
2025-12-08 12:13:13.141 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:13:13.141 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-13-13__148fa17d-467a-4da8-a398-c3fa126ac064__wakuorg_nwaku:latest.log
2025-12-08 12:13:13.146 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:13:13.146 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-13-13__148fa17d-467a-4da8-a398-c3fa126ac064__wakuorg_nwaku:latest.log
2025-12-08 12:13:13.147 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:13:13.147 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:13:13.147 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:13:13.149 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:13:13.149 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.109
2025-12-08 12:13:13.149 DEBUG [src.node.docker_mananger] Generated ports ['23585', '23586', '23587', '23588', '23589']
2025-12-08 12:13:13.149 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:13:13.150 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:13:13.150 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:13:13.150 DEBUG [src.node.docker_mananger] docker run -i -t -p 23585:23585 -p 23586:23586 -p 23587:23587 -p 23588:23588 -p 23589:23589 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23587 --rest-port=23585 --tcp-port=23586 --discv5-udp-port=23588 --rest-address=0.0.0.0 --nat=extip:172.18.113.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdcfebcbe6aece9f8d8ae6bab334bf4bc1149c61b7fabd6832d83afe33dd3fc6 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23589 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-08 12:13:13.330 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.109 waku ad509cc9ec0c27f1851235fe2f64a4ae61654dbdb9a4f3a8856a179a2e254d38
2025-12-08 12:13:13.359 DEBUG [src.node.docker_mananger] Container started with ID ad509cc9ec0c. Setting up logs at ./log/docker/node1_2025-12-08_12-13-13__148fa17d-467a-4da8-a398-c3fa126ac064__wakuorg_nwaku:latest.log
2025-12-08 12:13:13.360 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23585
2025-12-08 12:13:13.360 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:13:13.372 ERROR [src.node.docker_mananger] Max retries reached for container 83b3a5c4a9c6. Exiting log stream.
2025-12-08 12:13:13.919 ERROR [src.node.docker_mananger] Max retries reached for container 8c95197d55f3. Exiting log stream.
2025-12-08 12:13:14.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23585/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:13:14.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-08 12:13:14.364 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:13:14.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23585/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:13:14.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.109/tcp/23586/p2p/16Uiu2HAm2HThUynhTEBUQCKGEPzNxFF9AbLnY57VNpT41BS8V7mj","/ip4/172.18.113.109/tcp/23587/ws/p2p/16Uiu2HAm2HThUynhTEBUQCKGEPzNxFF9AbLnY57VNpT41BS8V7mj"],"enrUri":"enr:-L24QFVBc-ilSYzD9ThtQLfJJJEBK1g8aXAOvfkGaqD6QFT4JFhz6sxkX1eAEKGnjdZiRefa_ad2Xs5zVvEfEgvNYQcCgmlkgnY0gmlwhKwScW2KbXVsdGlhZGRyc5YACASsEnFtBlwiAAoErBJxbQZcI90DgnJzhQADAQAAiXNlY3AyNTZrMaECZedGjcqUiCrLqHC75JGn5_yK4h9adRXoPAZIiCGE1uqDdGNwglwig3VkcIJcJIV3YWt1MhM"}'
2025-12-08 12:13:14.367 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:13:14.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23585/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 12:13:14.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:13:14.381 DEBUG [src.steps.store] Relaying message
2025-12-08 12:13:14.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:13:14.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:13:14.385 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:13:14.585 DEBUG [src.steps.store] Relaying message
2025-12-08 12:13:14.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:13:14.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:13:14.589 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:13:14.790 DEBUG [src.steps.store] Relaying message
2025-12-08 12:13:14.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:13:14.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:13:14.794 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:14:04.327 ERROR [src.node.docker_mananger] Max retries reached for container 8391b9e9d647. Exiting log stream.
2025-12-08 12:14:14.994 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:14:14.994 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:14:14.996 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:14:14.996 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.70
2025-12-08 12:14:14.997 DEBUG [src.node.docker_mananger] Generated ports ['25561', '25562', '25563', '25564', '25565']
2025-12-08 12:14:14.997 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:14:14.997 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:14:14.997 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:14:14.997 DEBUG [src.node.docker_mananger] docker run -i -t -p 25561:25561 -p 25562:25562 -p 25563:25563 -p 25564:25564 -p 25565:25565 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25563 --rest-port=25561 --tcp-port=25562 --discv5-udp-port=25564 --rest-address=0.0.0.0 --nat=extip:172.18.48.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=23bc6e658a9dbceaedb1dfc72036c6f242cf57ffcc4f76dccaef3ef0ab844ebf --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25565 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QFVBc-ilSYzD9ThtQLfJJJEBK1g8aXAOvfkGaqD6QFT4JFhz6sxkX1eAEKGnjdZiRefa_ad2Xs5zVvEfEgvNYQcCgmlkgnY0gmlwhKwScW2KbXVsdGlhZGRyc5YACASsEnFtBlwiAAoErBJxbQZcI90DgnJzhQADAQAAiXNlY3AyNTZrMaECZedGjcqUiCrLqHC75JGn5_yK4h9adRXoPAZIiCGE1uqDdGNwglwig3VkcIJcJIV3YWt1MhM
2025-12-08 12:14:15.190 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.70 waku b8b8f0dfd6501ffaa04659f9474353859b6682462150861297d1f8df6789ba68
2025-12-08 12:14:15.220 DEBUG [src.node.docker_mananger] Container started with ID b8b8f0dfd650. Setting up logs at ./log/docker/node2_2025-12-08_12-13-13__148fa17d-467a-4da8-a398-c3fa126ac064__wakuorg_nwaku:latest.log
2025-12-08 12:14:15.220 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25561
2025-12-08 12:14:15.221 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:14:16.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25561/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:16.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-08 12:14:16.225 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:14:16.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25561/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:16.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.70/tcp/25562/p2p/16Uiu2HAkyGcgt2b7guWyFUrz4rjyM513dmXQkDxf7NraDnaf4nzR","/ip4/172.18.48.70/tcp/25563/ws/p2p/16Uiu2HAkyGcgt2b7guWyFUrz4rjyM513dmXQkDxf7NraDnaf4nzR"],"enrUri":"enr:-L24QH8vAiqlmVM2rU0Obh0oJbQDRV2bV1j7kjKmUNBIJnhGbiSY9D5KTNAFqYXJroPx5WunyB4Ubk0lz6uawh_bHhkCgmlkgnY0gmlwhKwSMEaKbXVsdGlhZGRyc5YACASsEjBGBmPaAAoErBIwRgZj290DgnJzhQADAQAAiXNlY3AyNTZrMaECORzMcOHVXRS9eq-CwivMQXzLDOKDRbbNhK1NFjpsWw6DdGNwgmPag3VkcIJj3IV3YWt1MhI"}'
2025-12-08 12:14:16.228 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:14:16.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25561/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.109/tcp/23586/p2p/16Uiu2HAm2HThUynhTEBUQCKGEPzNxFF9AbLnY57VNpT41BS8V7mj"]'
2025-12-08 12:14:16.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:14:24.815 ERROR [src.node.docker_mananger] Max retries reached for container e6f5dd9aebb4. Exiting log stream.
2025-12-08 12:14:36.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25561/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:14:36.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2025-12-08 12:14:36.265 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
2025-12-08 12:14:36.266 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:14:36.267 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:14:36.267 DEBUG [src.node.waku_node] Stopping container with id ad509cc9ec0c
2025-12-08 12:14:36.817 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:14:36.818 DEBUG [src.node.waku_node] Stopping container with id b8b8f0dfd650
2025-12-08 12:14:37.390 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:14:37.392 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:14:37.408 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:14:37.417 DEBUG [src.node.docker_mananger] No errors found in the waku logs.