56 lines
8.9 KiB
Plaintext

2025-12-24 04:20:12.424 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-24 04:20:12.424 DEBUG [tests.conftest] Running test: test_log_level_ERROR_from_WARN with id: 2025-12-24_04-20-12__fe40d051-f03e-48ce-8729-5f124c2b050a
2025-12-24 04:20:12.424 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-24 04:20:12.425 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-24 04:20:12.425 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-24 04:20:12.431 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-24 04:20:12.431 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-24_04-20-12__fe40d051-f03e-48ce-8729-5f124c2b050a__wakuorg_nwaku:latest.log
2025-12-24 04:20:12.437 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-24 04:20:12.437 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-24_04-20-12__fe40d051-f03e-48ce-8729-5f124c2b050a__wakuorg_nwaku:latest.log
2025-12-24 04:20:12.442 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-24 04:20:12.442 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-24_04-20-12__fe40d051-f03e-48ce-8729-5f124c2b050a__wakuorg_nwaku:latest.log
2025-12-24 04:20:12.447 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-24 04:20:12.447 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-24_04-20-12__fe40d051-f03e-48ce-8729-5f124c2b050a__wakuorg_nwaku:latest.log
2025-12-24 04:20:12.448 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-24 04:20:12.448 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-24 04:20:12.449 DEBUG [src.node.waku_node] Starting Node...
2025-12-24 04:20:12.449 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-24 04:20:12.450 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-24 04:20:12.450 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.89
2025-12-24 04:20:12.451 DEBUG [src.node.docker_mananger] Generated ports ['50835', '50836', '50837', '50838', '50839']
2025-12-24 04:20:12.451 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-24 04:20:12.451 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-24 04:20:12.451 DEBUG [src.node.waku_node] Using volumes []
2025-12-24 04:20:12.451 DEBUG [src.node.docker_mananger] docker run -i -t -p 50835:50835 -p 50836:50836 -p 50837:50837 -p 50838:50838 -p 50839:50839 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=50837 --rest-port=50835 --tcp-port=50836 --discv5-udp-port=50838 --rest-address=0.0.0.0 --nat=extip:172.18.102.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8ac4e8fcd0a193fa48a32d53ced4bbda99ba3cfe2bbf7ac33896abb7a184a0fe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50839 --metrics-logging=true --relay=true
2025-12-24 04:20:12.625 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.89 waku 4322a36dbd7e0d7375a9d3822e14f2d9f8a83a1d22bd1f11c1432fe59907cd43
2025-12-24 04:20:12.654 DEBUG [src.node.docker_mananger] Container started with ID 4322a36dbd7e. Setting up logs at ./log/docker/node1_2025-12-24_04-20-12__fe40d051-f03e-48ce-8729-5f124c2b050a__wakuorg_nwaku:latest.log
2025-12-24 04:20:12.654 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50835
2025-12-24 04:20:12.655 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-24 04:20:12.689 ERROR [src.node.docker_mananger] Max retries reached for container 51372afffa15. Exiting log stream.
2025-12-24 04:20:13.231 ERROR [src.node.docker_mananger] Max retries reached for container 6c46ae88bb49. Exiting log stream.
2025-12-24 04:20:13.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50835/health" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.658 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":"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"}]}'
2025-12-24 04:20:13.658 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-24 04:20:13.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50835/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.89/tcp/50836/p2p/16Uiu2HAmGi79Cx2H9eGw2KRXvd2spgCRdQtDon6i5RH3TVxQfFas","/ip4/172.18.102.89/tcp/50837/ws/p2p/16Uiu2HAmGi79Cx2H9eGw2KRXvd2spgCRdQtDon6i5RH3TVxQfFas"],"enrUri":"enr:-L24QGbyvMsoqThn47ERc17_pJ7R9FHRUJp--V2gA_rt7O9gVOTQYNJx-l6-kplu31xWWuHUHKpRSQhuIl0FjQb78MYCgmlkgnY0gmlwhKwSZlmKbXVsdGlhZGRyc5YACASsEmZZBsaUAAoErBJmWQbGld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPDsrZF0DNSJgydvuc3L4vXyGpLKXyhcsyNGtiKcERWSDdGNwgsaUg3VkcILGloV3YWt1MgE"}'
2025-12-24 04:20:13.661 INFO [src.node.waku_node] REST service is ready !!
2025-12-24 04:20:13.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50835/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-24 04:20:13.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50835/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-24 04:20:13.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50835/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.89/tcp/50836/p2p/16Uiu2HAmGi79Cx2H9eGw2KRXvd2spgCRdQtDon6i5RH3TVxQfFas","/ip4/172.18.102.89/tcp/50837/ws/p2p/16Uiu2HAmGi79Cx2H9eGw2KRXvd2spgCRdQtDon6i5RH3TVxQfFas"],"enrUri":"enr:-L24QGbyvMsoqThn47ERc17_pJ7R9FHRUJp--V2gA_rt7O9gVOTQYNJx-l6-kplu31xWWuHUHKpRSQhuIl0FjQb78MYCgmlkgnY0gmlwhKwSZlmKbXVsdGlhZGRyc5YACASsEmZZBsaUAAoErBJmWQbGld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPDsrZF0DNSJgydvuc3L4vXyGpLKXyhcsyNGtiKcERWSDdGNwgsaUg3VkcILGloV3YWt1MgE"}'
2025-12-24 04:20:13.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50835/version" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-124-g96196a'
2025-12-24 04:20:13.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50835/debug/v1/version" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:13.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-124-g96196a'
2025-12-24 04:20:15.672 DEBUG [tests.rest_flags.test_admin_flags] counts at ERROR: {'TRC': 0, 'DBG': 0, 'INF': 0, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
2025-12-24 04:20:15.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50835/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
2025-12-24 04:20:15.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-24 04:20:15.677 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-24 04:20:15.678 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-24 04:20:15.678 DEBUG [src.node.waku_node] Stopping container with id 4322a36dbd7e
2025-12-24 04:20:16.185 DEBUG [src.node.waku_node] Container stopped.
2025-12-24 04:20:16.186 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-24 04:20:16.189 DEBUG [src.node.docker_mananger] No errors found in the waku logs.