79 lines
13 KiB
Plaintext

2026-03-02 04:38:41.938 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-02 04:38:41.940 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2026-03-02_04-38-41__852d2d9e-4823-4411-af06-36c091d59236
2026-03-02 04:38:41.941 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-02 04:38:41.950 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:38:41.950 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-38-41__852d2d9e-4823-4411-af06-36c091d59236__wakuorg_nwaku:latest.log
2026-03-02 04:38:41.960 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:38:41.960 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-38-41__852d2d9e-4823-4411-af06-36c091d59236__wakuorg_nwaku:latest.log
2026-03-02 04:38:41.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:38:41.968 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-02_04-38-41__852d2d9e-4823-4411-af06-36c091d59236__wakuorg_nwaku:latest.log
2026-03-02 04:38:41.968 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-02 04:38:41.969 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:38:41.969 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:38:41.971 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-02 04:38:41.972 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.109
2026-03-02 04:38:41.972 DEBUG [src.node.docker_mananger] Generated ports ['17423', '17424', '17425', '17426', '17427']
2026-03-02 04:38:41.972 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:38:41.972 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:38:41.972 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:38:41.972 DEBUG [src.node.docker_mananger] docker run -i -t -p 17423:17423 -p 17424:17424 -p 17425:17425 -p 17426:17426 -p 17427:17427 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=17425 --rest-port=17423 --tcp-port=17424 --discv5-udp-port=17426 --rest-address=0.0.0.0 --nat=extip:172.18.105.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0919bb4a43fdbf08e22faa607bc3815acd69a2a1bd51eeec6fe2bdc2767f8fbe --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17427 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-02 04:38:42.156 ERROR [src.node.docker_mananger] Max retries reached for container a0554604bb04. Exiting log stream.
2026-03-02 04:38:42.174 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.109 waku bef05dec962ee2c1d4d181f5c49e948e2cdf778fea9def62392f2178869573ba
2026-03-02 04:38:42.209 DEBUG [src.node.docker_mananger] Container started with ID bef05dec962e. Setting up logs at ./log/docker/node1_2026-03-02_04-38-41__852d2d9e-4823-4411-af06-36c091d59236__wakuorg_nwaku:latest.log
2026-03-02 04:38:42.210 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17423
2026-03-02 04:38:42.210 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:38:42.778 ERROR [src.node.docker_mananger] Max retries reached for container 302d0851dfec. Exiting log stream.
2026-03-02 04:38:43.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17423/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:38:43.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-02 04:38:43.215 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:38:43.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17423/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:38:43.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.109/tcp/17424/p2p/16Uiu2HAmAeKj7SxHrgrs8R5pJXzVd8p1Up65TWzX247k7GgpbWAD","/ip4/172.18.105.109/tcp/17425/ws/p2p/16Uiu2HAmAeKj7SxHrgrs8R5pJXzVd8p1Up65TWzX247k7GgpbWAD"],"enrUri":"enr:-L24QCgU3DgVuVeiQqX7ktsxmyr9QcKZqJ2lIjOudL11Vn4gUilOnxy8M3ZBST-DmAP7BkTw9huNT7bzCwnCg5iTkEECgmlkgnY0gmlwhKwSaW2KbXVsdGlhZGRyc5YACASsEmltBkQQAAoErBJpbQZEEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4hz0QZ2YJXoLZrZIfOEVYpGDSPXCckvNRQTHC_smoYqDdGNwgkQQg3VkcIJEEoV3YWt1MhM"}'
2026-03-02 04:38:43.218 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:38:43.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17423/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-02 04:38:43.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:43.237 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:43.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17423/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)'}'
2026-03-02 04:38:43.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:43.242 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:43.443 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:43.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17423/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)'}'
2026-03-02 04:38:43.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:43.448 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:43.648 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:43.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17423/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)'}'
2026-03-02 04:38:43.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:43.653 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:39:43.854 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:39:43.854 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:39:43.856 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-02 04:39:43.856 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.51.193
2026-03-02 04:39:43.856 DEBUG [src.node.docker_mananger] Generated ports ['37987', '37988', '37989', '37990', '37991']
2026-03-02 04:39:43.857 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:39:43.857 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:39:43.857 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:39:43.857 DEBUG [src.node.docker_mananger] docker run -i -t -p 37987:37987 -p 37988:37988 -p 37989:37989 -p 37990:37990 -p 37991:37991 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=37989 --rest-port=37987 --tcp-port=37988 --discv5-udp-port=37990 --rest-address=0.0.0.0 --nat=extip:172.18.51.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aded5f9d0ee3b3b882e2a6c1cd85e5cbfe3cd9f6a4b6dcded28be6214ecb7aff --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=37991 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QCgU3DgVuVeiQqX7ktsxmyr9QcKZqJ2lIjOudL11Vn4gUilOnxy8M3ZBST-DmAP7BkTw9huNT7bzCwnCg5iTkEECgmlkgnY0gmlwhKwSaW2KbXVsdGlhZGRyc5YACASsEmltBkQQAAoErBJpbQZEEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4hz0QZ2YJXoLZrZIfOEVYpGDSPXCckvNRQTHC_smoYqDdGNwgkQQg3VkcIJEEoV3YWt1MhM
2026-03-02 04:39:44.048 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.51.193 waku e2a542efb204bc5c53adbb03028b3f6d46c93422a4c463ffb62cb41c5d1899b1
2026-03-02 04:39:44.086 DEBUG [src.node.docker_mananger] Container started with ID e2a542efb204. Setting up logs at ./log/docker/node2_2026-03-02_04-38-41__852d2d9e-4823-4411-af06-36c091d59236__wakuorg_nwaku:latest.log
2026-03-02 04:39:44.088 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37987
2026-03-02 04:39:44.088 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:39:45.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37987/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:39:45.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-02 04:39:45.091 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:39:45.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37987/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:39:45.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.51.193/tcp/37988/p2p/16Uiu2HAmH2994o7iKsx8pNwFqvvdee1xD597CacWd1VUkVPEnzWj","/ip4/172.18.51.193/tcp/37989/ws/p2p/16Uiu2HAmH2994o7iKsx8pNwFqvvdee1xD597CacWd1VUkVPEnzWj"],"enrUri":"enr:-L24QHV_1DLzt4xKqP1H5E6EANbQP19Ee0JWvaUxWkeWjKywDe8xlmQoPho-Erkg5rymLQrP7Sh5GrMuA9wXH629AHoCgmlkgnY0gmlwhKwSM8GKbXVsdGlhZGRyc5YACASsEjPBBpRkAAoErBIzwQaUZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQNnh-pq4tn_NOWeY_FbQtMwiJ3aIIEv0OnH70NAQh9iDdGNwgpRkg3VkcIKUZoV3YWt1MhI"}'
2026-03-02 04:39:45.094 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:39:45.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37987/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.105.109/tcp/17424/p2p/16Uiu2HAmAeKj7SxHrgrs8R5pJXzVd8p1Up65TWzX247k7GgpbWAD"]'
2026-03-02 04:39:45.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:40:05.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37987/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:40:05.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-02 04:40:05.139 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
2026-03-02 04:40:05.141 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-02 04:40:05.142 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-02 04:40:05.142 DEBUG [src.node.waku_node] Stopping container with id bef05dec962e
2026-03-02 04:40:05.712 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:40:05.714 DEBUG [src.node.waku_node] Stopping container with id e2a542efb204
2026-03-02 04:40:06.321 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:40:06.325 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-02 04:40:06.352 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-02 04:40:06.361 DEBUG [src.node.docker_mananger] No errors found in the waku logs.