122 lines
24 KiB
Plaintext

2026-03-05 04:35:39.618 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-05 04:35:39.618 DEBUG [tests.conftest] Running test: test_admin_peers_stats_counts with id: 2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f
2026-03-05 04:35:39.619 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-05 04:35:39.619 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-05 04:35:39.619 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-05 04:35:39.625 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:35:39.625 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:39.630 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:35:39.630 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:39.635 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:35:39.635 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:39.640 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:35:39.640 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:39.641 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-05 04:35:39.641 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-05 04:35:39.642 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:35:39.642 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:35:39.643 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:35:39.643 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.110
2026-03-05 04:35:39.644 DEBUG [src.node.docker_mananger] Generated ports ['54996', '54997', '54998', '54999', '55000']
2026-03-05 04:35:39.644 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:35:39.644 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:35:39.644 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:35:39.644 DEBUG [src.node.docker_mananger] docker run -i -t -p 54996:54996 -p 54997:54997 -p 54998:54998 -p 54999:54999 -p 55000:55000 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=54998 --rest-port=54996 --tcp-port=54997 --discv5-udp-port=54999 --rest-address=0.0.0.0 --nat=extip:172.18.24.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d562cd0a7cc42caaa22f01961ebd6c3e18b287163c42bd8c07353bb3faab2a85 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55000 --metrics-logging=true --filter=true --relay=true
2026-03-05 04:35:39.794 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.110 waku df4557024a72b4587b10a4dd8359e7a070c6396c818c4690e2d83a4b38f06aed
2026-03-05 04:35:39.825 DEBUG [src.node.docker_mananger] Container started with ID df4557024a72. Setting up logs at ./log/docker/node1_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:39.826 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54996
2026-03-05 04:35:39.826 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:35:39.957 ERROR [src.node.docker_mananger] Max retries reached for container 7b0d107aa89d. Exiting log stream.
2026-03-05 04:35:40.419 ERROR [src.node.docker_mananger] Max retries reached for container 96faa752c5ca. Exiting log stream.
2026-03-05 04:35:40.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54996/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:40.829 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-05 04:35:40.829 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:35:40.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:40.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.110/tcp/54997/p2p/16Uiu2HAmCZdfEtz62H49nfgCpvjCvEbyG1fRBVdgxuRnRvebkykw","/ip4/172.18.24.110/tcp/54998/ws/p2p/16Uiu2HAmCZdfEtz62H49nfgCpvjCvEbyG1fRBVdgxuRnRvebkykw"],"enrUri":"enr:-L24QLgWqAimoM46c21lcmdJh9aw3g3F6bbZo2ua3WdziTJ3Ivv5ZM3aFC8h3gtllvDI9Jfqt7VQF4BvwAMlG0_6Y0QCgmlkgnY0gmlwhKwSGG6KbXVsdGlhZGRyc5YACASsEhhuBtbVAAoErBIYbgbW1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_qCzfMSOYSr4eVfnD7L2fWzHawFq3hMxkhTCO7BhJwyDdGNwgtbVg3VkcILW14V3YWt1MgU"}'
2026-03-05 04:35:40.832 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:35:40.832 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:35:40.832 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:35:40.834 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:35:40.834 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.61
2026-03-05 04:35:40.834 DEBUG [src.node.docker_mananger] Generated ports ['25243', '25244', '25245', '25246', '25247']
2026-03-05 04:35:40.834 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:35:40.835 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:35:40.835 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:35:40.835 DEBUG [src.node.docker_mananger] docker run -i -t -p 25243:25243 -p 25244:25244 -p 25245:25245 -p 25246:25246 -p 25247:25247 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=25245 --rest-port=25243 --tcp-port=25244 --discv5-udp-port=25246 --rest-address=0.0.0.0 --nat=extip:172.18.236.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d3ffcdf2f46c38888bbba29dadffdd2e11c5bbee6929129dd4f625cc40b134e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25247 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLgWqAimoM46c21lcmdJh9aw3g3F6bbZo2ua3WdziTJ3Ivv5ZM3aFC8h3gtllvDI9Jfqt7VQF4BvwAMlG0_6Y0QCgmlkgnY0gmlwhKwSGG6KbXVsdGlhZGRyc5YACASsEhhuBtbVAAoErBIYbgbW1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_qCzfMSOYSr4eVfnD7L2fWzHawFq3hMxkhTCO7BhJwyDdGNwgtbVg3VkcILW14V3YWt1MgU
2026-03-05 04:35:40.998 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.61 waku 9a0bfd5390128bd1f7a419fb1f1c21fb26b0f290049292df0e550332149316b3
2026-03-05 04:35:41.023 DEBUG [src.node.docker_mananger] Container started with ID 9a0bfd539012. Setting up logs at ./log/docker/node2_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:41.023 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25243
2026-03-05 04:35:41.023 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:35:42.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25243/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:42.043 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-05 04:35:42.045 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:35:42.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25243/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:42.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.61/tcp/25244/p2p/16Uiu2HAmTUXzsDA7DhXSGZt4Aq3j5q7hzWgH11mSVJB8R137bY1x","/ip4/172.18.236.61/tcp/25245/ws/p2p/16Uiu2HAmTUXzsDA7DhXSGZt4Aq3j5q7hzWgH11mSVJB8R137bY1x"],"enrUri":"enr:-L24QNA_4lhqeiA9wRjolliyv8kp4DjYYEBFndiqgpEUtclQNrdfS6EMfIj2j3ml083bkVHMq1iwSrqNyKOjQDCIW-MCgmlkgnY0gmlwhKwS7D2KbXVsdGlhZGRyc5YACASsEuw9BmKcAAoErBLsPQZind0DgnJzhQADAQAAiXNlY3AyNTZrMaED3DGzCTaWqAoRDUJs22yXBwdW2dBAAovN305Jhh40xYODdGNwgmKcg3VkcIJinoV3YWt1MgE"}'
2026-03-05 04:35:42.055 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:35:42.055 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:35:42.055 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:35:42.056 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:35:42.056 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.173
2026-03-05 04:35:42.057 DEBUG [src.node.docker_mananger] Generated ports ['35223', '35224', '35225', '35226', '35227']
2026-03-05 04:35:42.057 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:35:42.057 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:35:42.057 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:35:42.057 DEBUG [src.node.docker_mananger] docker run -i -t -p 35223:35223 -p 35224:35224 -p 35225:35225 -p 35226:35226 -p 35227:35227 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=35225 --rest-port=35223 --tcp-port=35224 --discv5-udp-port=35226 --rest-address=0.0.0.0 --nat=extip:172.18.160.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=55dbfb5cf8eb86bec8b1fe537cab7f5c2fda4d7cfc4cfb8ffa07298c36b05c25 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35227 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLgWqAimoM46c21lcmdJh9aw3g3F6bbZo2ua3WdziTJ3Ivv5ZM3aFC8h3gtllvDI9Jfqt7VQF4BvwAMlG0_6Y0QCgmlkgnY0gmlwhKwSGG6KbXVsdGlhZGRyc5YACASsEhhuBtbVAAoErBIYbgbW1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_qCzfMSOYSr4eVfnD7L2fWzHawFq3hMxkhTCO7BhJwyDdGNwgtbVg3VkcILW14V3YWt1MgU
2026-03-05 04:35:42.219 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.173 waku 2acd4fcdffb4af44bfbe9ff81b8b4b42d8408ed6559426575a355e7fd17ca6cd
2026-03-05 04:35:42.245 DEBUG [src.node.docker_mananger] Container started with ID 2acd4fcdffb4. Setting up logs at ./log/docker/node3_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:42.246 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35223
2026-03-05 04:35:42.246 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:35:43.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35223/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:43.260 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-05 04:35:43.261 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:35:43.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35223/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:43.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.173/tcp/35224/p2p/16Uiu2HAmUTsZACYjuX32dcYeUUcaQHCpSEnLo4Z2pqDnjZ8NSUuJ","/ip4/172.18.160.173/tcp/35225/ws/p2p/16Uiu2HAmUTsZACYjuX32dcYeUUcaQHCpSEnLo4Z2pqDnjZ8NSUuJ"],"enrUri":"enr:-L24QDQZHTADTYScouQDGQTrf-MchbYqYTSxSuNwX6x_7ohyfJsL8PMwpXH1xWot1nrdJE1x48H9i_wrOnJ3ceeYR1gCgmlkgnY0gmlwhKwSoK2KbXVsdGlhZGRyc5YACASsEqCtBomYAAoErBKgrQaJmd0DgnJzhQADAQAAiXNlY3AyNTZrMaED6uHrG73rs5IrdJ94Ktqjccv5_FWbcc57iCAAw0Y-ND2DdGNwgomYg3VkcIKJmoV3YWt1MgE"}'
2026-03-05 04:35:43.269 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:35:43.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54996/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.61/tcp/25244/p2p/16Uiu2HAmTUXzsDA7DhXSGZt4Aq3j5q7hzWgH11mSVJB8R137bY1x"]'
2026-03-05 04:35:43.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:35:43.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54996/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.173/tcp/35224/p2p/16Uiu2HAmUTsZACYjuX32dcYeUUcaQHCpSEnLo4Z2pqDnjZ8NSUuJ"]'
2026-03-05 04:35:43.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:35:43.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54996/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.173/tcp/35224/p2p/16Uiu2HAmUTsZACYjuX32dcYeUUcaQHCpSEnLo4Z2pqDnjZ8NSUuJ"]'
2026-03-05 04:35:43.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:35:43.278 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:35:43.278 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:35:43.280 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:35:43.280 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.121
2026-03-05 04:35:43.280 DEBUG [src.node.docker_mananger] Generated ports ['45044', '45045', '45046', '45047', '45048']
2026-03-05 04:35:43.280 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:35:43.280 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:35:43.280 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:35:43.281 DEBUG [src.node.docker_mananger] docker run -i -t -p 45044:45044 -p 45045:45045 -p 45046:45046 -p 45047:45047 -p 45048:45048 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=45046 --rest-port=45044 --tcp-port=45045 --discv5-udp-port=45047 --rest-address=0.0.0.0 --nat=extip:172.18.198.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5a2939f7bececaf5db2cabfd297a3fadfeac0cdaaa35c9e32ef2dac09e670c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45048 --metrics-logging=true --relay=false --filternode=/ip4/172.18.24.110/tcp/54997/p2p/16Uiu2HAmCZdfEtz62H49nfgCpvjCvEbyG1fRBVdgxuRnRvebkykw --discv5-bootstrap-node=enr:-L24QLgWqAimoM46c21lcmdJh9aw3g3F6bbZo2ua3WdziTJ3Ivv5ZM3aFC8h3gtllvDI9Jfqt7VQF4BvwAMlG0_6Y0QCgmlkgnY0gmlwhKwSGG6KbXVsdGlhZGRyc5YACASsEhhuBtbVAAoErBIYbgbW1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_qCzfMSOYSr4eVfnD7L2fWzHawFq3hMxkhTCO7BhJwyDdGNwgtbVg3VkcILW14V3YWt1MgU
2026-03-05 04:35:43.434 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.121 waku 2aaecd662b0312e3e45721e00d22a188e98674a977411093b0f4029b67f86aac
2026-03-05 04:35:43.459 DEBUG [src.node.docker_mananger] Container started with ID 2aaecd662b03. Setting up logs at ./log/docker/node4_2026-03-05_04-35-39__58bbe65c-926b-4a9e-b8ec-46e9f9a6c50f__wakuorg_nwaku:latest.log
2026-03-05 04:35:43.459 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45044
2026-03-05 04:35:43.459 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:35:44.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45044/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:44.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-05 04:35:44.463 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:35:44.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45044/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:44.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.121/tcp/45045/p2p/16Uiu2HAm79WmfttSGHDGWN8eV6eCmfKjPoP4RM9zwiSsABr8dK3W","/ip4/172.18.198.121/tcp/45046/ws/p2p/16Uiu2HAm79WmfttSGHDGWN8eV6eCmfKjPoP4RM9zwiSsABr8dK3W"],"enrUri":"enr:-L24QD37oPlXR07YUqnydlU-pA96d0oA9FQSHhoLjoRnDTydN9S5E1Y-TLubh75zlqo-eDEUD48phWTYzs_PH9scG5YCgmlkgnY0gmlwhKwSxnmKbXVsdGlhZGRyc5YACASsEsZ5Bq_1AAoErBLGeQav9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECriiJmuDOJom1Plx9rYmeVYQ17eL8r0s62gZ6qRr0NsmDdGNwgq_1g3VkcIKv94V3YWt1MgA"}'
2026-03-05 04:35:44.465 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:35:44.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45044/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-03-05 04:35:44.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-05 04:35:44.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54996/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:35:44.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"Sum":{"Total peers":3},"By Connectedness":{"Connected":3,"NotConnected":0,"CannotConnect":0,"CanConnect":0},"Relay peers":{"0":2,"Total relay peers":1},"Mesh peers":{"0":2,"Total mesh peers":1},"By Protocols":{"/vac/waku/relay/2.0.0":2,"/vac/waku/filter-subscribe/2.0.0-beta1":0,"/vac/waku/filter-push/2.0.0-beta1":3,"/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":3,"/vac/waku/reconciliation/1.0.0":0}}'
2026-03-05 04:35:44.516 DEBUG [tests.rest_flags.test_admin_flags] Node-1 admin peers stats {'Sum': {'Total peers': 3}, 'By Connectedness': {'Connected': 3, 'NotConnected': 0, 'CannotConnect': 0, 'CanConnect': 0}, 'Relay peers': {'0': 2, 'Total relay peers': 1}, 'Mesh peers': {'0': 2, 'Total mesh peers': 1}, 'By Protocols': {'/vac/waku/relay/2.0.0': 2, '/vac/waku/filter-subscribe/2.0.0-beta1': 0, '/vac/waku/filter-push/2.0.0-beta1': 3, '/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': 3, '/vac/waku/reconciliation/1.0.0': 0}}
2026-03-05 04:35:44.519 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-05 04:35:44.520 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-05 04:35:44.520 DEBUG [src.node.waku_node] Stopping container with id df4557024a72
2026-03-05 04:35:45.036 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:35:45.036 DEBUG [src.node.waku_node] Stopping container with id 9a0bfd539012
2026-03-05 04:35:45.501 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:35:45.501 DEBUG [src.node.waku_node] Stopping container with id 2acd4fcdffb4
2026-03-05 04:35:45.848 ERROR [src.node.docker_mananger] Max retries reached for container df4557024a72. Exiting log stream.
2026-03-05 04:35:45.949 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:35:45.950 DEBUG [src.node.waku_node] Stopping container with id 2aaecd662b03
2026-03-05 04:35:46.314 ERROR [src.node.docker_mananger] Max retries reached for container 9a0bfd539012. Exiting log stream.
2026-03-05 04:35:46.451 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:35:46.454 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-05 04:35:46.463 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-05 04:35:46.467 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-05 04:35:46.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-05 04:35:46.475 DEBUG [src.node.docker_mananger] No errors found in the waku logs.