78 lines
13 KiB
Plaintext

2025-12-10 04:13:30.743 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-10 04:13:30.744 DEBUG [tests.conftest] Running test: test_store_sync_range_with_zero_jitter with id: 2025-12-10_04-13-30__1d1f5e2b-6a06-4474-a4a5-36393769f39f
2025-12-10 04:13:30.744 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-10 04:13:30.751 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:13:30.751 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-13-30__1d1f5e2b-6a06-4474-a4a5-36393769f39f__wakuorg_nwaku:latest.log
2025-12-10 04:13:30.757 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:13:30.757 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-13-30__1d1f5e2b-6a06-4474-a4a5-36393769f39f__wakuorg_nwaku:latest.log
2025-12-10 04:13:30.762 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:13:30.762 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-10_04-13-30__1d1f5e2b-6a06-4474-a4a5-36393769f39f__wakuorg_nwaku:latest.log
2025-12-10 04:13:30.763 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-10 04:13:30.763 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:13:30.764 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:13:30.765 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-10 04:13:30.765 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.13
2025-12-10 04:13:30.765 DEBUG [src.node.docker_mananger] Generated ports ['52633', '52634', '52635', '52636', '52637']
2025-12-10 04:13:30.765 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:13:30.765 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:13:30.766 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:13:30.766 DEBUG [src.node.docker_mananger] docker run -i -t -p 52633:52633 -p 52634:52634 -p 52635:52635 -p 52636:52636 -p 52637:52637 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=52635 --rest-port=52633 --tcp-port=52634 --discv5-udp-port=52636 --rest-address=0.0.0.0 --nat=extip:172.18.164.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70300bf7bc757b5cbc6f07cc6afa8eb667788ce9dbdae5775efcddda8c9b7dfa --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52637 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-10 04:13:30.951 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.13 waku 586dbed509fee61856e37749015f88b1da6881ed08d408a6eb492a2ba092f098
2025-12-10 04:13:30.983 DEBUG [src.node.docker_mananger] Container started with ID 586dbed509fe. Setting up logs at ./log/docker/node1_2025-12-10_04-13-30__1d1f5e2b-6a06-4474-a4a5-36393769f39f__wakuorg_nwaku:latest.log
2025-12-10 04:13:30.984 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52633
2025-12-10 04:13:30.985 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:13:31.005 ERROR [src.node.docker_mananger] Max retries reached for container fa32eb7489c2. Exiting log stream.
2025-12-10 04:13:31.530 ERROR [src.node.docker_mananger] Max retries reached for container f03c51719b7a. Exiting log stream.
2025-12-10 04:13:31.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52633/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:13:31.989 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-10 04:13:31.989 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:13:31.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52633/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:13:31.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.164.13/tcp/52634/p2p/16Uiu2HAmSRp8JgLXznJAQbZPawjBrp6zg4hAEthpq8d7mqck9zBg","/ip4/172.18.164.13/tcp/52635/ws/p2p/16Uiu2HAmSRp8JgLXznJAQbZPawjBrp6zg4hAEthpq8d7mqck9zBg"],"enrUri":"enr:-L24QNm4xVQ-7nH-5ua0wSwIsGwZEHH7i4fss9TC3pr2qirFOaxrE_fteRybDyvQjP17gm4k8PcM-9enLzdBpIfRVuACgmlkgnY0gmlwhKwSpA2KbXVsdGlhZGRyc5YACASsEqQNBs2aAAoErBKkDQbNm90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzKOBnBl7uMeE6osKBHV3P_fHpDMBNdp34gIEDXWvuz-DdGNwgs2ag3VkcILNnIV3YWt1MhM"}'
2025-12-10 04:13:31.992 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:13:31.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52633/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-10 04:13:32.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:32.005 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:32.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52633/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-10 04:13:32.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:32.009 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:32.209 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:32.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52633/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-10 04:13:32.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:32.214 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:32.415 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:32.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52633/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-10 04:13:32.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:32.420 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:57.620 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:13:57.620 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:13:57.622 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-10 04:13:57.622 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.233
2025-12-10 04:13:57.622 DEBUG [src.node.docker_mananger] Generated ports ['38689', '38690', '38691', '38692', '38693']
2025-12-10 04:13:57.623 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:13:57.623 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:13:57.623 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:13:57.623 DEBUG [src.node.docker_mananger] docker run -i -t -p 38689:38689 -p 38690:38690 -p 38691:38691 -p 38692:38692 -p 38693:38693 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=38691 --rest-port=38689 --tcp-port=38690 --discv5-udp-port=38692 --rest-address=0.0.0.0 --nat=extip:172.18.129.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=daf7fcfba9401d57b4adfc37440b01fba29eeff1a69efbe77eed2f4abfcf02ba --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38693 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QNm4xVQ-7nH-5ua0wSwIsGwZEHH7i4fss9TC3pr2qirFOaxrE_fteRybDyvQjP17gm4k8PcM-9enLzdBpIfRVuACgmlkgnY0gmlwhKwSpA2KbXVsdGlhZGRyc5YACASsEqQNBs2aAAoErBKkDQbNm90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzKOBnBl7uMeE6osKBHV3P_fHpDMBNdp34gIEDXWvuz-DdGNwgs2ag3VkcILNnIV3YWt1MhM
2025-12-10 04:13:57.830 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.233 waku 603bb20d63198b8e1bd4606c909b1c8c88316aa8e682a0f66094639c36c74d4c
2025-12-10 04:13:57.862 DEBUG [src.node.docker_mananger] Container started with ID 603bb20d6319. Setting up logs at ./log/docker/node2_2025-12-10_04-13-30__1d1f5e2b-6a06-4474-a4a5-36393769f39f__wakuorg_nwaku:latest.log
2025-12-10 04:13:57.862 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38689
2025-12-10 04:13:57.862 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:13:58.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38689/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:13:58.867 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-10 04:13:58.867 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:13:58.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38689/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:13:58.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.233/tcp/38690/p2p/16Uiu2HAm3rkiQ5dK3gTy7QfVi54fS4GMDeaJMETALabmQ9ew64Tj","/ip4/172.18.129.233/tcp/38691/ws/p2p/16Uiu2HAm3rkiQ5dK3gTy7QfVi54fS4GMDeaJMETALabmQ9ew64Tj"],"enrUri":"enr:-L24QBtVzQt_J2T3qt_rGwUQgfXXf0kuXW1nDBdNEP8yxakMQhIOnsrZvEOtnD4uQ3xabMYaqQpGliL0Ym36Z1TXzm4CgmlkgnY0gmlwhKwSgemKbXVsdGlhZGRyc5YACASsEoHpBpciAAoErBKB6QaXI90DgnJzhQADAQAAiXNlY3AyNTZrMaECfUpeeSnA5TcRBnBeGR66Xdvw53WV6C_aHS5UW-fW4UKDdGNwgpcig3VkcIKXJIV3YWt1MhI"}'
2025-12-10 04:13:58.869 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:13:58.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38689/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.164.13/tcp/52634/p2p/16Uiu2HAmSRp8JgLXznJAQbZPawjBrp6zg4hAEthpq8d7mqck9zBg"]'
2025-12-10 04:13:58.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:08.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38689/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:14:08.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2025-12-10 04:14:08.904 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-10 04:14:08.905 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-10 04:14:08.906 DEBUG [src.node.waku_node] Stopping container with id 586dbed509fe
2025-12-10 04:14:09.440 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:14:09.440 DEBUG [src.node.waku_node] Stopping container with id 603bb20d6319
2025-12-10 04:14:09.989 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:14:09.992 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-10 04:14:10.001 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-10 04:14:10.008 DEBUG [src.node.docker_mananger] No errors found in the waku logs.