55 lines
9.0 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_log_level_NOTICE_from_INFO with id: 2026-04-23_21-58-19__9f35efe9-c07e-4637-9c4c-49b2fada414b
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-04-23_21-58-19__9f35efe9-c07e-4637-9c4c-49b2fada414b__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-04-23_21-58-19__9f35efe9-c07e-4637-9c4c-49b2fada414b__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-04-23_21-58-19__9f35efe9-c07e-4637-9c4c-49b2fada414b__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-04-23_21-58-19__9f35efe9-c07e-4637-9c4c-49b2fada414b__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.29.160
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64257', '64258', '64259', '64260', '64261']
DEBUG  src.node.waku_node:waku_node.py:455 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:186 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64257:64257 -p 64258:64258 -p 64259:64259 -p 64260:64260 -p 64261:64261 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=64259 --rest-port=64257 --tcp-port=64258 --discv5-udp-port=64260 --rest-address=0.0.0.0 --nat=extip:172.18.29.160 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=feb9ed2c74934e8999ec1ded1f71f09e26c6e6a60beda738b79db9e4d3d4fccc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64261 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.29.160 waku 8e89f143afb9bbb9582582e586ed3e9313076a735e33666ee4000093f4ab3977
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8e89f143afb9. Setting up logs at ./log/docker/node1_2026-04-23_21-58-19__9f35efe9-c07e-4637-9c4c-49b2fada414b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 64257
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 8d36922919d5. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e365654f8937. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64257/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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64257/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.29.160/tcp/64258/p2p/16Uiu2HAm3nfsX84AtSyhpT5kA4DkRtqmsE9grYH8monmbMFyUKL1","/ip4/172.18.29.160/tcp/64259/ws/p2p/16Uiu2HAm3nfsX84AtSyhpT5kA4DkRtqmsE9grYH8monmbMFyUKL1"],"enrUri":"enr:-L24QLQ-JRQ-I2LHKrZCY-lHAVZQITcf7BI_78FhXnaPTodfV6Y1mdju6t0CqRZk01tuX2iqoGXOwXGcnL5km9PY-68CgmlkgnY0gmlwhKwSHaCKbXVsdGlhZGRyc5YACASsEh2gBvsCAAoErBIdoAb7A90DgnJzhQDGAQAAiXNlY3AyNTZrMaECfD6R8kNa1spGkd9ip_sa-TpfPiy_0fRbxeDuT5Bz5U6DdGNwgvsCg3VkcIL7BIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:299 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64257/admin/v1/log-level/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'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64257/admin/v1/log-level/NOTICE" -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'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64257/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.29.160/tcp/64258/p2p/16Uiu2HAm3nfsX84AtSyhpT5kA4DkRtqmsE9grYH8monmbMFyUKL1","/ip4/172.18.29.160/tcp/64259/ws/p2p/16Uiu2HAm3nfsX84AtSyhpT5kA4DkRtqmsE9grYH8monmbMFyUKL1"],"enrUri":"enr:-L24QLQ-JRQ-I2LHKrZCY-lHAVZQITcf7BI_78FhXnaPTodfV6Y1mdju6t0CqRZk01tuX2iqoGXOwXGcnL5km9PY-68CgmlkgnY0gmlwhKwSHaCKbXVsdGlhZGRyc5YACASsEh2gBvsCAAoErBIdoAb7A90DgnJzhQDGAQAAiXNlY3AyNTZrMaECfD6R8kNa1spGkd9ip_sa-TpfPiy_0fRbxeDuT5Bz5U6DdGNwgvsCg3VkcIL7BIV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64257/version" -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'"v0.38.0-19-g820ccc"'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64257/debug/v1/version" -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'"v0.38.0-19-g820ccc"'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:248 counts at NOTICE: {'TRC': 0, 'DBG': 0, 'INF': 0, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64257/admin/v1/log-level/TRACE" -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'OK'
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:241 Stopping container with id 8e89f143afb9
DEBUG  src.node.waku_node:waku_node.py:248 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.