67 lines
13 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_admin_peers_stats_schema with id: 2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37__wakuorg_nwaku:latest.log
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.110.211
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45715', '45716', '45717', '45718', '45719']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45715:45715 -p 45716:45716 -p 45717:45717 -p 45718:45718 -p 45719:45719 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=45717 --rest-port=45715 --tcp-port=45716 --discv5-udp-port=45718 --rest-address=0.0.0.0 --nat=extip:172.18.110.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0dbbecf6ee6b94d21eb032aed9c5db0befc1b3a9aeabca8b344b8c8bc99002f4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45719 --metrics-logging=true --filter=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.110.211 waku af70a5573e203653c41948f03afe49ab54a917457677df8db2c874792c8d8095
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 094489f7c75e. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID af70a5573e20. Setting up logs at ./log/docker/node1_2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45715
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 91dd8ced9f4d. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45715/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45715/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.211/tcp/45716/p2p/16Uiu2HAmGnBipP5WQwFfyoA4kNfg2A2pFCgvxQSrP7cq19Y9wcg6","/ip4/172.18.110.211/tcp/45717/ws/p2p/16Uiu2HAmGnBipP5WQwFfyoA4kNfg2A2pFCgvxQSrP7cq19Y9wcg6"],"enrUri":"enr:-L24QLIikLQnF53eHT1_FlC1Ru9dFh-6EEu7MVjVVb_IkJYSCf8Tcfic66CqffFtGFklZ8EU7WQpTC55MVJofjy7elQCgmlkgnY0gmlwhKwSbtOKbXVsdGlhZGRyc5YACASsEm7TBrKUAAoErBJu0wayld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPUaruP_FW0AHRN4nZ3jHsOH2leh4jwTNe_ocFUuFyBeDdGNwgrKUg3VkcIKyloV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.104.34
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56065', '56066', '56067', '56068', '56069']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 56065:56065 -p 56066:56066 -p 56067:56067 -p 56068:56068 -p 56069:56069 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=56067 --rest-port=56065 --tcp-port=56066 --discv5-udp-port=56068 --rest-address=0.0.0.0 --nat=extip:172.18.104.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e07daadcef8f11a82db1b23bab6cf9c5c139df5eeddaccddedac50c82f8ceaed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56069 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLIikLQnF53eHT1_FlC1Ru9dFh-6EEu7MVjVVb_IkJYSCf8Tcfic66CqffFtGFklZ8EU7WQpTC55MVJofjy7elQCgmlkgnY0gmlwhKwSbtOKbXVsdGlhZGRyc5YACASsEm7TBrKUAAoErBJu0wayld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPUaruP_FW0AHRN4nZ3jHsOH2leh4jwTNe_ocFUuFyBeDdGNwgrKUg3VkcIKyloV3YWt1MgU
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.34 waku 8bfb1e73648b6e56a1f2580730a6e0acd1662b7c7d0866c6b5bb16dcc7c6e686
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8bfb1e73648b. Setting up logs at ./log/docker/node2_2026-03-10_04-32-52__918a3550-b9aa-47fa-bfbe-79bdd9808c37__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56065
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56065/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.34/tcp/56066/p2p/16Uiu2HAmEDFTdgX6knTSQNh2Js9HmZXZLVw9rpvhVxavcwdvL91J","/ip4/172.18.104.34/tcp/56067/ws/p2p/16Uiu2HAmEDFTdgX6knTSQNh2Js9HmZXZLVw9rpvhVxavcwdvL91J"],"enrUri":"enr:-L24QMwH_l4QPDO3iuI0ajkk2AH25UmfJSc5uDzMUudaKvJROK_gz10mc6uN8K0z-kW_8KA0hrURslr0ctHgaPwUHlMCgmlkgnY0gmlwhKwSaCKKbXVsdGlhZGRyc5YACASsEmgiBtsCAAoErBJoIgbbA90DgnJzhQADAQAAiXNlY3AyNTZrMaEDFx9bZpkaP2K-TwXX6RYR-8MnV9DdQEqKQHDerwCARPmDdGNwgtsCg3VkcILbBIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45715/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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}}'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:95 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}}
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id af70a5573e20
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8bfb1e73648b
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.