125 lines
24 KiB
Plaintext

2026-03-11 04:34:31.881 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-11 04:34:31.881 DEBUG [tests.conftest] Running test: test_admin_connected_peers_contains_peers_only with id: 2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc
2026-03-11 04:34:31.882 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-11 04:34:31.882 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-11 04:34:31.882 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-11 04:34:31.889 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:34:31.889 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:31.895 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:34:31.895 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:31.902 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:34:31.902 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:31.907 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:34:31.908 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:31.908 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-11 04:34:31.908 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-11 04:34:31.909 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:34:31.909 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:34:31.910 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:34:31.910 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.126
2026-03-11 04:34:31.910 DEBUG [src.node.docker_mananger] Generated ports ['38901', '38902', '38903', '38904', '38905']
2026-03-11 04:34:31.911 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:34:31.911 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:34:31.911 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:34:31.911 DEBUG [src.node.docker_mananger] docker run -i -t -p 38901:38901 -p 38902:38902 -p 38903:38903 -p 38904:38904 -p 38905:38905 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=38903 --rest-port=38901 --tcp-port=38902 --discv5-udp-port=38904 --rest-address=0.0.0.0 --nat=extip:172.18.40.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5fc1c96ff2c37fdccf56088dfdf2bacc70bfc47e76f4ca665eafec4b7622f6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38905 --metrics-logging=true --relay=true
2026-03-11 04:34:32.121 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.126 waku 7b3bbd64f39b5b95588e0d0ae96e0be453acc3731c3875c384e11506b849b96d
2026-03-11 04:34:32.155 DEBUG [src.node.docker_mananger] Container started with ID 7b3bbd64f39b. Setting up logs at ./log/docker/node1_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:32.155 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38901
2026-03-11 04:34:32.156 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:34:32.687 ERROR [src.node.docker_mananger] Max retries reached for container b94ab868191b. Exiting log stream.
2026-03-11 04:34:33.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38901/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:33.160 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-11 04:34:33.160 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:34:33.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38901/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:33.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.126/tcp/38902/p2p/16Uiu2HAkvEDxe8wTsKmUhUbskyQSRXLwFRwGM8TgbZvKz5JNo3Az","/ip4/172.18.40.126/tcp/38903/ws/p2p/16Uiu2HAkvEDxe8wTsKmUhUbskyQSRXLwFRwGM8TgbZvKz5JNo3Az"],"enrUri":"enr:-L24QMXFfHQDbfLeCgDC4j_mlTv5QkZNVgsaCsf_FEKG_NwpPGbLgT1dOw2GwOgtQEew5gSrX9IemmiPk_afb1Ud0cwCgmlkgnY0gmlwhKwSKH6KbXVsdGlhZGRyc5YACASsEih-Bpf2AAoErBIofgaX990DgnJzhQADAQAAiXNlY3AyNTZrMaECC-zglI0CTK5lsmyiIYp8PvIQI0PUkWsyclxHOKnPNSuDdGNwgpf2g3VkcIKX-IV3YWt1MgE"}'
2026-03-11 04:34:33.163 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:34:33.163 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:34:33.163 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:34:33.165 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:34:33.165 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.218
2026-03-11 04:34:33.165 DEBUG [src.node.docker_mananger] Generated ports ['3297', '3298', '3299', '3300', '3301']
2026-03-11 04:34:33.165 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:34:33.166 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:34:33.166 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:34:33.166 DEBUG [src.node.docker_mananger] docker run -i -t -p 3297:3297 -p 3298:3298 -p 3299:3299 -p 3300:3300 -p 3301:3301 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=3299 --rest-port=3297 --tcp-port=3298 --discv5-udp-port=3300 --rest-address=0.0.0.0 --nat=extip:172.18.118.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c3c443bd281c7fa0aafc2debfe82d7fbdff4dbeda5c8dafdffe1fadf2834c16c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3301 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMXFfHQDbfLeCgDC4j_mlTv5QkZNVgsaCsf_FEKG_NwpPGbLgT1dOw2GwOgtQEew5gSrX9IemmiPk_afb1Ud0cwCgmlkgnY0gmlwhKwSKH6KbXVsdGlhZGRyc5YACASsEih-Bpf2AAoErBIofgaX990DgnJzhQADAQAAiXNlY3AyNTZrMaECC-zglI0CTK5lsmyiIYp8PvIQI0PUkWsyclxHOKnPNSuDdGNwgpf2g3VkcIKX-IV3YWt1MgE
2026-03-11 04:34:33.361 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.218 waku a07c216155dc3fa3a37b18d40a9c50ace05876c7b2988534709c665d375497b6
2026-03-11 04:34:33.394 DEBUG [src.node.docker_mananger] Container started with ID a07c216155dc. Setting up logs at ./log/docker/node2_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:33.395 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3297
2026-03-11 04:34:33.395 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:34:34.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3297/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:34.422 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-11 04:34:34.423 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:34:34.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3297/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:34.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.218/tcp/3298/p2p/16Uiu2HAmBSCWnJprX8mNfDpzwXsSB4sMnLbCLfTC3HqHrFurGTJb","/ip4/172.18.118.218/tcp/3299/ws/p2p/16Uiu2HAmBSCWnJprX8mNfDpzwXsSB4sMnLbCLfTC3HqHrFurGTJb"],"enrUri":"enr:-L24QAa5om9nhaS33HJnttHl0chZc0ei_4OSsRbfRC85_QlAZ2NR3UihkTMbO_2Tg4BC-35qxWAdYbUn20Avn1U5u-sCgmlkgnY0gmlwhKwSdtqKbXVsdGlhZGRyc5YACASsEnbaBgziAAoErBJ22gYM490DgnJzhQADAQAAiXNlY3AyNTZrMaEC7d2EG53WvJLNNn8I9sxYymYxiWd96piSbGGvitvuMIyDdGNwggzig3VkcIIM5IV3YWt1MgE"}'
2026-03-11 04:34:34.430 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:34:34.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:34:34.438 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:34.445 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:34:34.445 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:34.445 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:34:34.445 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:34:34.447 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:34:34.447 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.222.27
2026-03-11 04:34:34.447 DEBUG [src.node.docker_mananger] Generated ports ['16260', '16261', '16262', '16263', '16264']
2026-03-11 04:34:34.447 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:34:34.447 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:34:34.447 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:34:34.448 DEBUG [src.node.docker_mananger] docker run -i -t -p 16260:16260 -p 16261:16261 -p 16262:16262 -p 16263:16263 -p 16264:16264 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=16262 --rest-port=16260 --tcp-port=16261 --discv5-udp-port=16263 --rest-address=0.0.0.0 --nat=extip:172.18.222.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc82cbb79e608e6ccd4490c9a76ee2bebe4fcffd02882d10dd545e2af0dd7b5e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16264 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMXFfHQDbfLeCgDC4j_mlTv5QkZNVgsaCsf_FEKG_NwpPGbLgT1dOw2GwOgtQEew5gSrX9IemmiPk_afb1Ud0cwCgmlkgnY0gmlwhKwSKH6KbXVsdGlhZGRyc5YACASsEih-Bpf2AAoErBIofgaX990DgnJzhQADAQAAiXNlY3AyNTZrMaECC-zglI0CTK5lsmyiIYp8PvIQI0PUkWsyclxHOKnPNSuDdGNwgpf2g3VkcIKX-IV3YWt1MgE
2026-03-11 04:34:34.648 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.222.27 waku dcbc5810131e0280e041b77033e37afd3909ff6ed15f4a9bf12807e074d32247
2026-03-11 04:34:34.681 DEBUG [src.node.docker_mananger] Container started with ID dcbc5810131e. Setting up logs at ./log/docker/node3_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:34.681 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16260
2026-03-11 04:34:34.682 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:34:35.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16260/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:35.708 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-11 04:34:35.712 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:34:35.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16260/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:35.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.27/tcp/16261/p2p/16Uiu2HAm8KYoK2tszJH7om2UMYivLm6EtSonroNTFMKRq3MJvhJG","/ip4/172.18.222.27/tcp/16262/ws/p2p/16Uiu2HAm8KYoK2tszJH7om2UMYivLm6EtSonroNTFMKRq3MJvhJG"],"enrUri":"enr:-L24QEH_2zNO1oypimpJXQyx0mBcWDmBlXOVQNMdDQnqyZGyWAG4jur9Qqxbb2sL_i8mL3qcVLCMaa8joJZIdXumb2gCgmlkgnY0gmlwhKwS3huKbXVsdGlhZGRyc5YACASsEt4bBj-FAAoErBLeGwY_ht0DgnJzhQADAQAAiXNlY3AyNTZrMaECv5ZTb5d_5YsVUuDiqv2I7BAEXcqrdK0274E6zU1BOuGDdGNwgj-Fg3VkcII_h4V3YWt1MgE"}'
2026-03-11 04:34:35.715 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:34:35.715 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:34:35.716 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:34:35.717 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:34:35.717 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.225
2026-03-11 04:34:35.717 DEBUG [src.node.docker_mananger] Generated ports ['64828', '64829', '64830', '64831', '64832']
2026-03-11 04:34:35.717 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:34:35.718 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:34:35.718 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:34:35.718 DEBUG [src.node.docker_mananger] docker run -i -t -p 64828:64828 -p 64829:64829 -p 64830:64830 -p 64831:64831 -p 64832:64832 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=64830 --rest-port=64828 --tcp-port=64829 --discv5-udp-port=64831 --rest-address=0.0.0.0 --nat=extip:172.18.183.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=77cdcbcbaa73bcb19b59a985a2c3cde7fcbcaadfc2ab4838d0cb6e01bb2a7e4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64832 --metrics-logging=true --relay=true
2026-03-11 04:34:35.913 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.225 waku 09077d10b1d7cc599eb9640f86360b2381d726a7b861064d6979d702939cc32a
2026-03-11 04:34:35.948 DEBUG [src.node.docker_mananger] Container started with ID 09077d10b1d7. Setting up logs at ./log/docker/node4_2026-03-11_04-34-31__e8ff2ffb-2f74-4f46-8be6-411976c2a5dc__wakuorg_nwaku:latest.log
2026-03-11 04:34:35.948 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64828
2026-03-11 04:34:35.948 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:34:36.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64828/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:36.952 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-11 04:34:36.952 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:34:36.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64828/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:36.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.225/tcp/64829/p2p/16Uiu2HAmUV1AecQhtiwroJEGPZknB1K7L4ud4trQD2Kd2RUekguf","/ip4/172.18.183.225/tcp/64830/ws/p2p/16Uiu2HAmUV1AecQhtiwroJEGPZknB1K7L4ud4trQD2Kd2RUekguf"],"enrUri":"enr:-L24QBUe38qugCNllMcC3nl-u_iqty7LCAHeVLSsCm6vvI2uJjiqBBjLCpMF0aaHAfCTyBW0DSrZyK2Cn4e_FN7MAjQCgmlkgnY0gmlwhKwSt-GKbXVsdGlhZGRyc5YACASsErfhBv09AAoErBK34Qb9Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaED6ywbIqB3jB_mS_E2HXulh7ZZgjY3rK-WHu3QEOSbCNKDdGNwgv09g3VkcIL9P4V3YWt1MgE"}'
2026-03-11 04:34:36.955 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:34:36.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38901/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.218/tcp/3298/p2p/16Uiu2HAmBSCWnJprX8mNfDpzwXsSB4sMnLbCLfTC3HqHrFurGTJb"]'
2026-03-11 04:34:36.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:34:36.958 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3297/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.40.126/tcp/38902/p2p/16Uiu2HAkvEDxe8wTsKmUhUbskyQSRXLwFRwGM8TgbZvKz5JNo3Az"]'
2026-03-11 04:34:36.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:34:36.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38901/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.222.27/tcp/16261/p2p/16Uiu2HAm8KYoK2tszJH7om2UMYivLm6EtSonroNTFMKRq3MJvhJG"]'
2026-03-11 04:34:36.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:34:36.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16260/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.40.126/tcp/38902/p2p/16Uiu2HAkvEDxe8wTsKmUhUbskyQSRXLwFRwGM8TgbZvKz5JNo3Az"]'
2026-03-11 04:34:36.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:34:36.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38901/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:34:36.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.222.27/tcp/55676/p2p/16Uiu2HAm8KYoK2tszJH7om2UMYivLm6EtSonroNTFMKRq3MJvhJG","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.118.218/tcp/55238/p2p/16Uiu2HAmBSCWnJprX8mNfDpzwXsSB4sMnLbCLfTC3HqHrFurGTJb","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
2026-03-11 04:34:36.970 DEBUG [tests.rest_flags.test_admin_flags] /admin/v1/peers/connected contains : [{'multiaddr': '/ip4/172.18.222.27/tcp/55676/p2p/16Uiu2HAm8KYoK2tszJH7om2UMYivLm6EtSonroNTFMKRq3MJvhJG', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.118.218/tcp/55238/p2p/16Uiu2HAmBSCWnJprX8mNfDpzwXsSB4sMnLbCLfTC3HqHrFurGTJb', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'logos-delivery-v0.36.0-164-g0ad551', 'origin': 'UnknownOrigin'}]
2026-03-11 04:34:36.972 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-11 04:34:36.973 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-11 04:34:36.974 DEBUG [src.node.waku_node] Stopping container with id 7b3bbd64f39b
2026-03-11 04:34:37.548 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:34:37.551 DEBUG [src.node.waku_node] Stopping container with id a07c216155dc
2026-03-11 04:34:38.109 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:34:38.109 DEBUG [src.node.waku_node] Stopping container with id dcbc5810131e
2026-03-11 04:34:38.363 ERROR [src.node.docker_mananger] Max retries reached for container 7b3bbd64f39b. Exiting log stream.
2026-03-11 04:34:38.651 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:34:38.653 DEBUG [src.node.waku_node] Stopping container with id 09077d10b1d7
2026-03-11 04:34:38.922 ERROR [src.node.docker_mananger] Max retries reached for container a07c216155dc. Exiting log stream.
2026-03-11 04:34:39.196 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:34:39.197 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-11 04:34:39.206 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-11 04:34:39.211 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-11 04:34:39.215 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-11 04:34:39.216 DEBUG [src.node.docker_mananger] No errors found in the waku logs.