79 lines
13 KiB
Plaintext

2026-03-14 04:36:41.465 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-14 04:36:41.466 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2026-03-14_04-36-41__62cf06a0-8b5c-4edb-86f4-d612fc350f92
2026-03-14 04:36:41.466 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-14 04:36:41.476 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:36:41.476 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-36-41__62cf06a0-8b5c-4edb-86f4-d612fc350f92__wakuorg_nwaku:latest.log
2026-03-14 04:36:41.486 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:36:41.486 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-36-41__62cf06a0-8b5c-4edb-86f4-d612fc350f92__wakuorg_nwaku:latest.log
2026-03-14 04:36:41.493 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:36:41.493 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-14_04-36-41__62cf06a0-8b5c-4edb-86f4-d612fc350f92__wakuorg_nwaku:latest.log
2026-03-14 04:36:41.493 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-14 04:36:41.494 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:36:41.494 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:36:41.496 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:36:41.496 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.237
2026-03-14 04:36:41.496 DEBUG [src.node.docker_mananger] Generated ports ['18021', '18022', '18023', '18024', '18025']
2026-03-14 04:36:41.496 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:36:41.496 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:36:41.496 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:36:41.497 DEBUG [src.node.docker_mananger] docker run -i -t -p 18021:18021 -p 18022:18022 -p 18023:18023 -p 18024:18024 -p 18025:18025 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=18023 --rest-port=18021 --tcp-port=18022 --discv5-udp-port=18024 --rest-address=0.0.0.0 --nat=extip:172.18.200.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ca80c8ac8c9edf64facdaefe2edeaafdf75712faacfa6d91e367fbcceef73e0c --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18025 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-14 04:36:41.692 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.237 waku e4cb0b3b929e5c22332f41ba69e022f3c55b8b979a1fc4ee97eef5a08e52cead
2026-03-14 04:36:41.708 ERROR [src.node.docker_mananger] Max retries reached for container 5dbc6cc36a64. Exiting log stream.
2026-03-14 04:36:41.733 DEBUG [src.node.docker_mananger] Container started with ID e4cb0b3b929e. Setting up logs at ./log/docker/node1_2026-03-14_04-36-41__62cf06a0-8b5c-4edb-86f4-d612fc350f92__wakuorg_nwaku:latest.log
2026-03-14 04:36:41.734 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18021
2026-03-14 04:36:41.736 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:36:42.297 ERROR [src.node.docker_mananger] Max retries reached for container bc4c828855f0. Exiting log stream.
2026-03-14 04:36:42.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18021/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:36:42.739 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-14 04:36:42.739 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:36:42.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18021/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:36:42.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.237/tcp/18022/p2p/16Uiu2HAmCRDGaYKHvui1CS5tAGypjgcp9ZQehvWbgaypWj3xCHSz","/ip4/172.18.200.237/tcp/18023/ws/p2p/16Uiu2HAmCRDGaYKHvui1CS5tAGypjgcp9ZQehvWbgaypWj3xCHSz"],"enrUri":"enr:-L24QPfMXxZLBEz1ki_uovXRjc7HjI7KWNuG5-cfeGBCLYAXD2QwLPMOebq7iJn9fK9flHRK2XE268rDhkrXJef8aDECgmlkgnY0gmlwhKwSyO2KbXVsdGlhZGRyc5YACASsEsjtBkZmAAoErBLI7QZGZ90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Hh52g87d6zk7LU2vLBGEBdJ-n0qq_PqI5VPoYyRw4uDdGNwgkZmg3VkcIJGaIV3YWt1MhM"}'
2026-03-14 04:36:42.742 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:36:42.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18021/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-14 04:36:42.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:36:42.758 DEBUG [src.steps.store] Relaying message
2026-03-14 04:36:42.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18021/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-14 04:36:42.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:36:42.762 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-14 04:36:42.962 DEBUG [src.steps.store] Relaying message
2026-03-14 04:36:42.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18021/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-14 04:36:42.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:36:42.966 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-14 04:36:43.167 DEBUG [src.steps.store] Relaying message
2026-03-14 04:36:43.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18021/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-14 04:36:43.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:36:43.172 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-14 04:37:43.372 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:37:43.373 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:37:43.375 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:37:43.375 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.27
2026-03-14 04:37:43.375 DEBUG [src.node.docker_mananger] Generated ports ['56908', '56909', '56910', '56911', '56912']
2026-03-14 04:37:43.375 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:37:43.375 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:37:43.375 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:37:43.376 DEBUG [src.node.docker_mananger] docker run -i -t -p 56908:56908 -p 56909:56909 -p 56910:56910 -p 56911:56911 -p 56912:56912 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=56910 --rest-port=56908 --tcp-port=56909 --discv5-udp-port=56911 --rest-address=0.0.0.0 --nat=extip:172.18.10.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ebfbf0af8aa223319602f7562efeceedebde0fdf3f61d1bc04d6bde1c66d6df4 --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=56912 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QPfMXxZLBEz1ki_uovXRjc7HjI7KWNuG5-cfeGBCLYAXD2QwLPMOebq7iJn9fK9flHRK2XE268rDhkrXJef8aDECgmlkgnY0gmlwhKwSyO2KbXVsdGlhZGRyc5YACASsEsjtBkZmAAoErBLI7QZGZ90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Hh52g87d6zk7LU2vLBGEBdJ-n0qq_PqI5VPoYyRw4uDdGNwgkZmg3VkcIJGaIV3YWt1MhM
2026-03-14 04:37:43.573 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.27 waku fb11da092f1f7085fe19006ed935c03fa829c293e729816c9f6b2859d63093b3
2026-03-14 04:37:43.607 DEBUG [src.node.docker_mananger] Container started with ID fb11da092f1f. Setting up logs at ./log/docker/node2_2026-03-14_04-36-41__62cf06a0-8b5c-4edb-86f4-d612fc350f92__wakuorg_nwaku:latest.log
2026-03-14 04:37:43.609 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56908
2026-03-14 04:37:43.609 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:37:44.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56908/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:37:44.612 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-14 04:37:44.612 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:37:44.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56908/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:37:44.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.27/tcp/56909/p2p/16Uiu2HAm66hzm1XJAZQ8b7M4KAs1ZqVKPqFz7vcGm5e4jTbuW7Jp","/ip4/172.18.10.27/tcp/56910/ws/p2p/16Uiu2HAm66hzm1XJAZQ8b7M4KAs1ZqVKPqFz7vcGm5e4jTbuW7Jp"],"enrUri":"enr:-L24QMKnOU694sNJZkAufmD75yasraaQytKEY6GmZi73flWMf_Ja2D6HAxOE7w-K2bY7ygDsxM__eBU5R6WP0ElpeucCgmlkgnY0gmlwhKwSChuKbXVsdGlhZGRyc5YACASsEgobBt5NAAoErBIKGwbeTt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnpTNEiZQ28gMqNzeHCuU2gm6oIK9wkNhbTpn3Tgz0GmDdGNwgt5Ng3VkcILeT4V3YWt1MhI"}'
2026-03-14 04:37:44.615 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:37:44.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56908/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.237/tcp/18022/p2p/16Uiu2HAmCRDGaYKHvui1CS5tAGypjgcp9ZQehvWbgaypWj3xCHSz"]'
2026-03-14 04:37:44.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:38:04.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56908/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:38:04.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-14 04:38:04.658 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
2026-03-14 04:38:04.659 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-14 04:38:04.660 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-14 04:38:04.661 DEBUG [src.node.waku_node] Stopping container with id e4cb0b3b929e
2026-03-14 04:38:05.245 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:38:05.246 DEBUG [src.node.waku_node] Stopping container with id fb11da092f1f
2026-03-14 04:38:05.837 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:38:05.840 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-14 04:38:05.867 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-14 04:38:05.876 DEBUG [src.node.docker_mananger] No errors found in the waku logs.