56 lines
9.0 KiB
Plaintext

2026-03-26 04:47:06.193 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-26 04:47:06.194 DEBUG [tests.conftest] Running test: test_log_level_DEBUG_from_TRACE with id: 2026-03-26_04-47-06__d160f070-9ce2-4715-a19b-f74997417a19
2026-03-26 04:47:06.194 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-26 04:47:06.194 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-26 04:47:06.194 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-26 04:47:06.201 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:47:06.201 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-47-06__d160f070-9ce2-4715-a19b-f74997417a19__wakuorg_nwaku:latest.log
2026-03-26 04:47:06.210 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:47:06.210 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-47-06__d160f070-9ce2-4715-a19b-f74997417a19__wakuorg_nwaku:latest.log
2026-03-26 04:47:06.216 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:47:06.216 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-26_04-47-06__d160f070-9ce2-4715-a19b-f74997417a19__wakuorg_nwaku:latest.log
2026-03-26 04:47:06.222 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:47:06.222 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-26_04-47-06__d160f070-9ce2-4715-a19b-f74997417a19__wakuorg_nwaku:latest.log
2026-03-26 04:47:06.222 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-26 04:47:06.222 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-26 04:47:06.223 DEBUG [src.node.waku_node] Starting Node...
2026-03-26 04:47:06.223 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-26 04:47:06.225 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-26 04:47:06.225 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.201
2026-03-26 04:47:06.225 DEBUG [src.node.docker_mananger] Generated ports ['31785', '31786', '31787', '31788', '31789']
2026-03-26 04:47:06.225 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-26 04:47:06.226 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-26 04:47:06.226 DEBUG [src.node.waku_node] Using volumes []
2026-03-26 04:47:06.226 DEBUG [src.node.docker_mananger] docker run -i -t -p 31785:31785 -p 31786:31786 -p 31787:31787 -p 31788:31788 -p 31789:31789 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=31787 --rest-port=31785 --tcp-port=31786 --discv5-udp-port=31788 --rest-address=0.0.0.0 --nat=extip:172.18.42.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=99defcc8f309ce2a92b5f49a6d43bcbc3775ca0bd9f6bea464d36dfefdea75ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31789 --metrics-logging=true --relay=true
2026-03-26 04:47:06.431 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.201 waku 0e68ea662cc9e731232b0233bab72489f2692731707e7d9dacc1dd0f9c910dcc
2026-03-26 04:47:06.438 ERROR [src.node.docker_mananger] Max retries reached for container 4649b7a2ca20. Exiting log stream.
2026-03-26 04:47:06.467 DEBUG [src.node.docker_mananger] Container started with ID 0e68ea662cc9. Setting up logs at ./log/docker/node1_2026-03-26_04-47-06__d160f070-9ce2-4715-a19b-f74997417a19__wakuorg_nwaku:latest.log
2026-03-26 04:47:06.468 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31785
2026-03-26 04:47:06.468 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-26 04:47:06.990 ERROR [src.node.docker_mananger] Max retries reached for container 8f25c97f25d7. Exiting log stream.
2026-03-26 04:47:07.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31785/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.471 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-26 04:47:07.472 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-26 04:47:07.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31785/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.201/tcp/31786/p2p/16Uiu2HAmDtpGM2LiuKcGyB6C8gP5Ji7esTRmg1tkx1kHfuEJeQ9E","/ip4/172.18.42.201/tcp/31787/ws/p2p/16Uiu2HAmDtpGM2LiuKcGyB6C8gP5Ji7esTRmg1tkx1kHfuEJeQ9E"],"enrUri":"enr:-L24QNVlLKZa6lUkcbNGUU-hnBRI_0Ruak99PSjYntrMxERETbE8rbWLtZKpKUm12-gyCMsfseHWpSBEBmJrjVN63VQCgmlkgnY0gmlwhKwSKsmKbXVsdGlhZGRyc5YACASsEirJBnwqAAoErBIqyQZ8K90DgnJzhQADAQAAiXNlY3AyNTZrMaEDEmZqMtBssJ-nFD5PZUtqeSwwgS38amdmqX1nHJZx2RGDdGNwgnwqg3VkcIJ8LIV3YWt1MgE"}'
2026-03-26 04:47:07.475 INFO [src.node.waku_node] REST service is ready !!
2026-03-26 04:47:07.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31785/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:47:07.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31785/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:47:07.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31785/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.201/tcp/31786/p2p/16Uiu2HAmDtpGM2LiuKcGyB6C8gP5Ji7esTRmg1tkx1kHfuEJeQ9E","/ip4/172.18.42.201/tcp/31787/ws/p2p/16Uiu2HAmDtpGM2LiuKcGyB6C8gP5Ji7esTRmg1tkx1kHfuEJeQ9E"],"enrUri":"enr:-L24QNVlLKZa6lUkcbNGUU-hnBRI_0Ruak99PSjYntrMxERETbE8rbWLtZKpKUm12-gyCMsfseHWpSBEBmJrjVN63VQCgmlkgnY0gmlwhKwSKsmKbXVsdGlhZGRyc5YACASsEirJBnwqAAoErBIqyQZ8K90DgnJzhQADAQAAiXNlY3AyNTZrMaEDEmZqMtBssJ-nFD5PZUtqeSwwgS38amdmqX1nHJZx2RGDdGNwgnwqg3VkcIJ8LIV3YWt1MgE"}'
2026-03-26 04:47:07.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31785/version" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.38.0-rc.0-12-g0b8609'
2026-03-26 04:47:07.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31785/debug/v1/version" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:07.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.38.0-rc.0-12-g0b8609'
2026-03-26 04:47:09.487 DEBUG [tests.rest_flags.test_admin_flags] counts at DEBUG: {'TRC': 0, 'DBG': 9, 'INF': 1, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
2026-03-26 04:47:09.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31785/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:47:09.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:47:09.493 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-26 04:47:09.494 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-26 04:47:09.494 DEBUG [src.node.waku_node] Stopping container with id 0e68ea662cc9
2026-03-26 04:47:10.093 DEBUG [src.node.waku_node] Container stopped.
2026-03-26 04:47:10.093 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-26 04:47:10.095 DEBUG [src.node.docker_mananger] No errors found in the waku logs.