68 lines
13 KiB
Plaintext

2026-03-15 04:46:56.145 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-15 04:46:56.145 DEBUG [tests.conftest] Running test: test_admin_peers_stats_schema with id: 2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059
2026-03-15 04:46:56.146 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-15 04:46:56.146 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-15 04:46:56.146 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-15 04:46:56.153 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:46:56.153 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059__wakuorg_nwaku:latest.log
2026-03-15 04:46:56.159 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:46:56.160 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059__wakuorg_nwaku:latest.log
2026-03-15 04:46:56.166 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:46:56.166 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059__wakuorg_nwaku:latest.log
2026-03-15 04:46:56.172 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:46:56.172 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059__wakuorg_nwaku:latest.log
2026-03-15 04:46:56.173 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-15 04:46:56.173 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-15 04:46:56.174 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:46:56.174 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:46:56.176 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-15 04:46:56.176 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.98.0
2026-03-15 04:46:56.176 DEBUG [src.node.docker_mananger] Generated ports ['24332', '24333', '24334', '24335', '24336']
2026-03-15 04:46:56.176 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:46:56.176 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:46:56.176 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:46:56.176 DEBUG [src.node.docker_mananger] docker run -i -t -p 24332:24332 -p 24333:24333 -p 24334:24334 -p 24335:24335 -p 24336:24336 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=24334 --rest-port=24332 --tcp-port=24333 --discv5-udp-port=24335 --rest-address=0.0.0.0 --nat=extip:172.18.98.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae6a1b6b0b1bca685c9d0a2ddcd3b16af374dbca9ed24fdcf6ddb147540587fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24336 --metrics-logging=true --filter=true --relay=true
2026-03-15 04:46:56.371 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.98.0 waku 228c854152e21a0f64a6ee253b84fa0929c0c8418ff4a45ac609073b1ba23d15
2026-03-15 04:46:56.396 ERROR [src.node.docker_mananger] Max retries reached for container ac5d9dd98d45. Exiting log stream.
2026-03-15 04:46:56.408 DEBUG [src.node.docker_mananger] Container started with ID 228c854152e2. Setting up logs at ./log/docker/node1_2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059__wakuorg_nwaku:latest.log
2026-03-15 04:46:56.409 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24332
2026-03-15 04:46:56.409 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:46:56.934 ERROR [src.node.docker_mananger] Max retries reached for container af746d97c444. Exiting log stream.
2026-03-15 04:46:57.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24332/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:46:57.412 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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-15 04:46:57.412 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:46:57.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24332/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:46:57.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.98.0/tcp/24333/p2p/16Uiu2HAm7yMvZnQ6b7zaAQLq471gh86pW2irHkupLzTRk91xsEKf","/ip4/172.18.98.0/tcp/24334/ws/p2p/16Uiu2HAm7yMvZnQ6b7zaAQLq471gh86pW2irHkupLzTRk91xsEKf"],"enrUri":"enr:-L24QM-fFn-p_L7eDgUjLSnKwMfVIkwfRFBownfj6GL8VsLuCsG49CTTZkbyrqltcocN21uxac1b6c20P40DKGWzsyQCgmlkgnY0gmlwhKwSYgCKbXVsdGlhZGRyc5YACASsEmIABl8NAAoErBJiAAZfDt0DgnJzhQADAQAAiXNlY3AyNTZrMaECumpp1gwkyRB_cpEDI67EYO0Ldtsca2-UiYcozQSzts6DdGNwgl8Ng3VkcIJfD4V3YWt1MgU"}'
2026-03-15 04:46:57.415 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:46:57.416 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:46:57.416 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:46:57.417 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-15 04:46:57.417 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.236
2026-03-15 04:46:57.417 DEBUG [src.node.docker_mananger] Generated ports ['23436', '23437', '23438', '23439', '23440']
2026-03-15 04:46:57.418 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:46:57.418 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:46:57.418 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:46:57.418 DEBUG [src.node.docker_mananger] docker run -i -t -p 23436:23436 -p 23437:23437 -p 23438:23438 -p 23439:23439 -p 23440:23440 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=23438 --rest-port=23436 --tcp-port=23437 --discv5-udp-port=23439 --rest-address=0.0.0.0 --nat=extip:172.18.61.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b8cdbc9403cae43ea8ed4aee064b8c514146b2146fc3bbc32ed1efffd9c10ca8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23440 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QM-fFn-p_L7eDgUjLSnKwMfVIkwfRFBownfj6GL8VsLuCsG49CTTZkbyrqltcocN21uxac1b6c20P40DKGWzsyQCgmlkgnY0gmlwhKwSYgCKbXVsdGlhZGRyc5YACASsEmIABl8NAAoErBJiAAZfDt0DgnJzhQADAQAAiXNlY3AyNTZrMaECumpp1gwkyRB_cpEDI67EYO0Ldtsca2-UiYcozQSzts6DdGNwgl8Ng3VkcIJfD4V3YWt1MgU
2026-03-15 04:46:57.613 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.236 waku 5b6ee12be92b81bebe5d17d395a14497486167401762ea15653ff0d8aa888411
2026-03-15 04:46:57.650 DEBUG [src.node.docker_mananger] Container started with ID 5b6ee12be92b. Setting up logs at ./log/docker/node2_2026-03-15_04-46-56__be5ca80c-53fd-4fd1-a7de-b90c75bfd059__wakuorg_nwaku:latest.log
2026-03-15 04:46:57.651 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23436
2026-03-15 04:46:57.652 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:46:58.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23436/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:46:58.663 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":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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-15 04:46:58.664 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:46:58.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23436/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:46:58.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.236/tcp/23437/p2p/16Uiu2HAmSpXFsLkwu6YhG4khh8nfeFkXsJRpYmWoDRfjnGg7tfFP","/ip4/172.18.61.236/tcp/23438/ws/p2p/16Uiu2HAmSpXFsLkwu6YhG4khh8nfeFkXsJRpYmWoDRfjnGg7tfFP"],"enrUri":"enr:-L24QIOaQ14teUP9kR5WYfhnxXRbWjS3dEJp6XfDlVCIP1MHYUVmZHS6puAiyV08HusUHQ0zraVqrSWva1yqqMUeoDgCgmlkgnY0gmlwhKwSPeyKbXVsdGlhZGRyc5YACASsEj3sBluNAAoErBI97AZbjt0DgnJzhQADAQAAiXNlY3AyNTZrMaED0nTKVjrzrBfj6EMgBnIxIHlhh7Lqs2KYf6kFeLe-gpKDdGNwgluNg3VkcIJbj4V3YWt1MgE"}'
2026-03-15 04:46:58.674 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:46:58.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24332/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:46:58.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"Sum":{"Total peers":1},"By Connectedness":{"Connected":1,"NotConnected":0,"CannotConnect":0,"CanConnect":0},"Relay peers":{"0":1,"Total relay peers":1},"Mesh peers":{"0":1,"Total mesh peers":1},"By Protocols":{"/vac/waku/relay/2.0.0":1,"/vac/waku/filter-subscribe/2.0.0-beta1":0,"/vac/waku/filter-push/2.0.0-beta1":1,"/vac/waku/store-query/3.0.0":0,"/vac/waku/store/2.0.0-beta4":0,"/vac/waku/lightpush/3.0.0":0,"/vac/waku/lightpush/2.0.0-beta1":0,"/vac/waku/peer-exchange/2.0.0-alpha1":1,"/vac/waku/reconciliation/1.0.0":0}}'
2026-03-15 04:46:58.680 DEBUG [tests.rest_flags.test_admin_flags] Peer stats schema check: {'Sum': {'Total peers': 1}, 'By Connectedness': {'Connected': 1, 'NotConnected': 0, 'CannotConnect': 0, 'CanConnect': 0}, 'Relay peers': {'0': 1, 'Total relay peers': 1}, 'Mesh peers': {'0': 1, 'Total mesh peers': 1}, 'By Protocols': {'/vac/waku/relay/2.0.0': 1, '/vac/waku/filter-subscribe/2.0.0-beta1': 0, '/vac/waku/filter-push/2.0.0-beta1': 1, '/vac/waku/store-query/3.0.0': 0, '/vac/waku/store/2.0.0-beta4': 0, '/vac/waku/lightpush/3.0.0': 0, '/vac/waku/lightpush/2.0.0-beta1': 0, '/vac/waku/peer-exchange/2.0.0-alpha1': 1, '/vac/waku/reconciliation/1.0.0': 0}}
2026-03-15 04:46:58.683 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-15 04:46:58.684 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-15 04:46:58.684 DEBUG [src.node.waku_node] Stopping container with id 228c854152e2
2026-03-15 04:46:59.248 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:46:59.249 DEBUG [src.node.waku_node] Stopping container with id 5b6ee12be92b
2026-03-15 04:46:59.804 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:46:59.805 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-15 04:46:59.812 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-15 04:46:59.816 DEBUG [src.node.docker_mananger] No errors found in the waku logs.