79 lines
13 KiB
Plaintext

2025-12-19 04:27:43.872 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-19 04:27:43.872 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9
2025-12-19 04:27:43.873 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-19 04:27:43.879 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-19 04:27:43.879 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
2025-12-19 04:27:43.884 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-19 04:27:43.885 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
2025-12-19 04:27:43.890 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-19 04:27:43.890 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
2025-12-19 04:27:43.890 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-19 04:27:43.891 DEBUG [src.node.waku_node] Starting Node...
2025-12-19 04:27:43.891 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-19 04:27:43.893 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-19 04:27:43.893 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.132
2025-12-19 04:27:43.893 DEBUG [src.node.docker_mananger] Generated ports ['51459', '51460', '51461', '51462', '51463']
2025-12-19 04:27:43.893 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-19 04:27:43.893 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-19 04:27:43.893 DEBUG [src.node.waku_node] Using volumes []
2025-12-19 04:27:43.894 DEBUG [src.node.docker_mananger] docker run -i -t -p 51459:51459 -p 51460:51460 -p 51461:51461 -p 51462:51462 -p 51463:51463 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=51461 --rest-port=51459 --tcp-port=51460 --discv5-udp-port=51462 --rest-address=0.0.0.0 --nat=extip:172.18.75.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6eeb67ec6f40a6ecf04ea13ebfdaabe501ccb4abd39ae42b1bb3f28bd31be090 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51463 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-19 04:27:44.110 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.132 waku 9870da8bed9b89d067688562e0a9078fe8d4c15b1af8410c25384b3b43d393cd
2025-12-19 04:27:44.139 ERROR [src.node.docker_mananger] Max retries reached for container ea0b3ab953fa. Exiting log stream.
2025-12-19 04:27:44.140 DEBUG [src.node.docker_mananger] Container started with ID 9870da8bed9b. Setting up logs at ./log/docker/node1_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
2025-12-19 04:27:44.141 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51459
2025-12-19 04:27:44.141 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-19 04:27:44.678 ERROR [src.node.docker_mananger] Max retries reached for container 92772625cddd. Exiting log stream.
2025-12-19 04:27:45.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51459/health" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:27:45.145 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-19 04:27:45.145 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-19 04:27:45.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51459/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:27:45.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.132/tcp/51460/p2p/16Uiu2HAmF9bNG2tiYidwvQztUtwGbLifYyKVSTHyUXMAzQaxQgsf","/ip4/172.18.75.132/tcp/51461/ws/p2p/16Uiu2HAmF9bNG2tiYidwvQztUtwGbLifYyKVSTHyUXMAzQaxQgsf"],"enrUri":"enr:-L24QAhbuZ10pgtuYkxSWvjE9EJio1HNqf4wVMF3nmSt9mzSPdPEwrZW7zbrSVfnMKKW3BDSDW9RKZ-wr5YslSvzZWwCgmlkgnY0gmlwhKwSS4SKbXVsdGlhZGRyc5YACASsEkuEBskEAAoErBJLhAbJBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJQs65EGzwVJKQ-aDZm4RjmWlPf797E1TjNKM8bzvJN6DdGNwgskEg3VkcILJBoV3YWt1MhM"}'
2025-12-19 04:27:45.147 INFO [src.node.waku_node] REST service is ready !!
2025-12-19 04:27:45.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-19 04:27:45.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:27:45.161 DEBUG [src.steps.store] Relaying message
2025-12-19 04:27:45.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/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-19 04:27:45.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:27:45.166 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-19 04:27:45.366 DEBUG [src.steps.store] Relaying message
2025-12-19 04:27:45.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/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-19 04:27:45.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:27:45.370 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-19 04:27:45.571 DEBUG [src.steps.store] Relaying message
2025-12-19 04:27:45.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/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-19 04:27:45.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:27:45.575 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-19 04:28:45.775 DEBUG [src.node.waku_node] Starting Node...
2025-12-19 04:28:45.776 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-19 04:28:45.777 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-19 04:28:45.778 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.247
2025-12-19 04:28:45.778 DEBUG [src.node.docker_mananger] Generated ports ['5707', '5708', '5709', '5710', '5711']
2025-12-19 04:28:45.778 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-19 04:28:45.778 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-19 04:28:45.778 DEBUG [src.node.waku_node] Using volumes []
2025-12-19 04:28:45.778 DEBUG [src.node.docker_mananger] docker run -i -t -p 5707:5707 -p 5708:5708 -p 5709:5709 -p 5710:5710 -p 5711:5711 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=5709 --rest-port=5707 --tcp-port=5708 --discv5-udp-port=5710 --rest-address=0.0.0.0 --nat=extip:172.18.54.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0e6a3f2afee8fdd9ee98efb2adb4deed1bcd6ba8c78fcec84eaec2ce7ee79ce --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=5711 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QAhbuZ10pgtuYkxSWvjE9EJio1HNqf4wVMF3nmSt9mzSPdPEwrZW7zbrSVfnMKKW3BDSDW9RKZ-wr5YslSvzZWwCgmlkgnY0gmlwhKwSS4SKbXVsdGlhZGRyc5YACASsEkuEBskEAAoErBJLhAbJBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJQs65EGzwVJKQ-aDZm4RjmWlPf797E1TjNKM8bzvJN6DdGNwgskEg3VkcILJBoV3YWt1MhM
2025-12-19 04:28:45.962 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.247 waku c118299901a90fff2069085bbb4e202db610bd6a8abd7f89de5ba73b50856e0b
2025-12-19 04:28:45.991 DEBUG [src.node.docker_mananger] Container started with ID c118299901a9. Setting up logs at ./log/docker/node2_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
2025-12-19 04:28:45.991 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5707
2025-12-19 04:28:45.992 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-19 04:28:46.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5707/health" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:28:46.996 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-19 04:28:46.996 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-19 04:28:46.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5707/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:28:46.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.247/tcp/5708/p2p/16Uiu2HAmV4QY6GWzpTuPNmtHqESg7qALrdhS4gbKFdowf9LgvrpE","/ip4/172.18.54.247/tcp/5709/ws/p2p/16Uiu2HAmV4QY6GWzpTuPNmtHqESg7qALrdhS4gbKFdowf9LgvrpE"],"enrUri":"enr:-L24QOFiiVy6_VwPl0JljLutb2ix2SDpfzlzuqSZGhBDmccpVx0a4SffE6IeLKo2Wmu7QklgwUM78gPj-0tXdsStsd8CgmlkgnY0gmlwhKwSNveKbXVsdGlhZGRyc5YACASsEjb3BhZMAAoErBI29wYWTd0DgnJzhQADAQAAiXNlY3AyNTZrMaED87qyZ8atreCBoVuIS3lnm6IxLS0opvaiXV8x3uFf9C-DdGNwghZMg3VkcIIWToV3YWt1MhI"}'
2025-12-19 04:28:46.999 INFO [src.node.waku_node] REST service is ready !!
2025-12-19 04:28:47.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5707/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.75.132/tcp/51460/p2p/16Uiu2HAmF9bNG2tiYidwvQztUtwGbLifYyKVSTHyUXMAzQaxQgsf"]'
2025-12-19 04:28:47.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:29:07.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5707/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:29:07.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2025-12-19 04:29:07.037 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
2025-12-19 04:29:07.039 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-19 04:29:07.040 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-19 04:29:07.040 DEBUG [src.node.waku_node] Stopping container with id 9870da8bed9b
2025-12-19 04:29:07.580 DEBUG [src.node.waku_node] Container stopped.
2025-12-19 04:29:07.581 DEBUG [src.node.waku_node] Stopping container with id c118299901a9
2025-12-19 04:29:08.110 DEBUG [src.node.waku_node] Container stopped.
2025-12-19 04:29:08.111 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-19 04:29:08.125 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-19 04:29:08.135 DEBUG [src.node.docker_mananger] No errors found in the waku logs.