102 lines
21 KiB
Plaintext

2026-03-13 04:32:39.378 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-13 04:32:39.379 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef
2026-03-13 04:32:39.379 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-13 04:32:39.379 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-13 04:32:39.380 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-13 04:32:39.391 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:32:39.391 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef__wakuorg_nwaku:latest.log
2026-03-13 04:32:39.398 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:32:39.398 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef__wakuorg_nwaku:latest.log
2026-03-13 04:32:39.405 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:32:39.405 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef__wakuorg_nwaku:latest.log
2026-03-13 04:32:39.405 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-13 04:32:39.405 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-13 04:32:39.406 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:32:39.406 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:32:39.449 DEBUG [src.node.docker_mananger] Network waku created
2026-03-13 04:32:39.450 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.161.122
2026-03-13 04:32:39.450 DEBUG [src.node.docker_mananger] Generated ports ['3652', '3653', '3654', '3655', '3656']
2026-03-13 04:32:39.450 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:32:39.450 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:32:39.450 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:32:39.451 DEBUG [src.node.docker_mananger] docker run -i -t -p 3652:3652 -p 3653:3653 -p 3654:3654 -p 3655:3655 -p 3656:3656 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=3654 --rest-port=3652 --tcp-port=3653 --discv5-udp-port=3655 --rest-address=0.0.0.0 --nat=extip:172.18.161.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb8ec64d621b1c0ee84a13e3f887b59a25cddd11de69b29fdaf68e7ede4acfa8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3656 --metrics-logging=true --lightpush=true
2026-03-13 04:32:43.113 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.161.122 waku 903c7ea9499e89fa051dc7e2b342b873fc1b220b005ea164270ca74bb5f5b203
2026-03-13 04:32:43.147 DEBUG [src.node.docker_mananger] Container started with ID 903c7ea9499e. Setting up logs at ./log/docker/node1_2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef__wakuorg_nwaku:latest.log
2026-03-13 04:32:43.147 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3652
2026-03-13 04:32:43.147 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:32:44.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3652/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:44.152 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-13 04:32:44.152 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:32:44.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3652/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:44.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.161.122/tcp/3653/p2p/16Uiu2HAkz8MJ7zWZJErcUKyzsYUnDvmJcZYB28wjqrZgPdFWi7xa","/ip4/172.18.161.122/tcp/3654/ws/p2p/16Uiu2HAkz8MJ7zWZJErcUKyzsYUnDvmJcZYB28wjqrZgPdFWi7xa"],"enrUri":"enr:-L24QPGPOeSh2EOg93yROUDCSbPAU4cAbp_Bbj0p4QerpMYfKoaBaReh8BHOnvwa971vg1pU0LAXLKDhjaUjOIT8RacCgmlkgnY0gmlwhKwSoXqKbXVsdGlhZGRyc5YACASsEqF6Bg5FAAoErBKhegYORt0DgnJzhQADAQAAiXNlY3AyNTZrMaECRdpvT5hryDAwVlXMM-s3yD1hEZN4V_8i7v5-h1mFSGeDdGNwgg5Fg3VkcIIOR4V3YWt1Mgk"}'
2026-03-13 04:32:44.155 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:32:44.155 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:32:44.156 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:32:44.157 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:32:44.157 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.42
2026-03-13 04:32:44.157 DEBUG [src.node.docker_mananger] Generated ports ['25906', '25907', '25908', '25909', '25910']
2026-03-13 04:32:44.158 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:32:44.158 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:32:44.158 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:32:44.158 DEBUG [src.node.docker_mananger] docker run -i -t -p 25906:25906 -p 25907:25907 -p 25908:25908 -p 25909:25909 -p 25910:25910 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=25908 --rest-port=25906 --tcp-port=25907 --discv5-udp-port=25909 --rest-address=0.0.0.0 --nat=extip:172.18.141.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c63dd07fd5e824b00e92f41f8ccc12ceceb7bced9ac0d7bd31bb24d71e1c843c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25910 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QPGPOeSh2EOg93yROUDCSbPAU4cAbp_Bbj0p4QerpMYfKoaBaReh8BHOnvwa971vg1pU0LAXLKDhjaUjOIT8RacCgmlkgnY0gmlwhKwSoXqKbXVsdGlhZGRyc5YACASsEqF6Bg5FAAoErBKhegYORt0DgnJzhQADAQAAiXNlY3AyNTZrMaECRdpvT5hryDAwVlXMM-s3yD1hEZN4V_8i7v5-h1mFSGeDdGNwgg5Fg3VkcIIOR4V3YWt1Mgk --lightpushnode=/ip4/172.18.161.122/tcp/3653/p2p/16Uiu2HAkz8MJ7zWZJErcUKyzsYUnDvmJcZYB28wjqrZgPdFWi7xa
2026-03-13 04:32:44.350 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.42 waku c9dfdc78c7f948e8d32f7694c5a67003408859fc1186976b4bd20b32851fa5e3
2026-03-13 04:32:44.382 DEBUG [src.node.docker_mananger] Container started with ID c9dfdc78c7f9. Setting up logs at ./log/docker/node2_2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef__wakuorg_nwaku:latest.log
2026-03-13 04:32:44.382 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25906
2026-03-13 04:32:44.383 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:32:45.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25906/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:45.386 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-13 04:32:45.386 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:32:45.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25906/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:45.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.42/tcp/25907/p2p/16Uiu2HAkxNuLWDQUKQ3zkLVRFGvS5S2EqWDf6L3xjKNSZhujMJVT","/ip4/172.18.141.42/tcp/25908/ws/p2p/16Uiu2HAkxNuLWDQUKQ3zkLVRFGvS5S2EqWDf6L3xjKNSZhujMJVT"],"enrUri":"enr:-L24QAYKSVRAXhLHGT4VEdBnnVoMFzNl5eAHwp_k2djWtW5uHxYLXKF0JGM8LGU0zQFyHY-sKuyu0fyum9QudY0CMMQCgmlkgnY0gmlwhKwSjSqKbXVsdGlhZGRyc5YACASsEo0qBmUzAAoErBKNKgZlNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECK91r14FVx9SBdL0KbdMUaUp9eaufrRfyBOqzdCf9xxaDdGNwgmUzg3VkcIJlNYV3YWt1Mg0"}'
2026-03-13 04:32:45.389 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:32:45.389 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:32:45.389 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:32:45.391 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:32:45.391 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.59
2026-03-13 04:32:45.391 DEBUG [src.node.docker_mananger] Generated ports ['25816', '25817', '25818', '25819', '25820']
2026-03-13 04:32:45.391 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:32:45.391 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:32:45.392 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:32:45.392 DEBUG [src.node.docker_mananger] docker run -i -t -p 25816:25816 -p 25817:25817 -p 25818:25818 -p 25819:25819 -p 25820:25820 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=25818 --rest-port=25816 --tcp-port=25817 --discv5-udp-port=25819 --rest-address=0.0.0.0 --nat=extip:172.18.209.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab75cb82daeeda10bdbdc267b45afc8541bad5de4140be1acb5acdeedfcc8d16 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25820 --metrics-logging=true --relay=false --filternode=/ip4/172.18.141.42/tcp/25907/p2p/16Uiu2HAkxNuLWDQUKQ3zkLVRFGvS5S2EqWDf6L3xjKNSZhujMJVT --discv5-bootstrap-node=enr:-L24QAYKSVRAXhLHGT4VEdBnnVoMFzNl5eAHwp_k2djWtW5uHxYLXKF0JGM8LGU0zQFyHY-sKuyu0fyum9QudY0CMMQCgmlkgnY0gmlwhKwSjSqKbXVsdGlhZGRyc5YACASsEo0qBmUzAAoErBKNKgZlNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECK91r14FVx9SBdL0KbdMUaUp9eaufrRfyBOqzdCf9xxaDdGNwgmUzg3VkcIJlNYV3YWt1Mg0
2026-03-13 04:32:45.610 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.59 waku 29f98504f2b4ec429310e299832f195c05ce533ec4b31dbbd0eb6d1b5b2a1296
2026-03-13 04:32:45.644 DEBUG [src.node.docker_mananger] Container started with ID 29f98504f2b4. Setting up logs at ./log/docker/node3_2026-03-13_04-32-39__32dca8dc-24eb-4ddc-851e-727734aa46ef__wakuorg_nwaku:latest.log
2026-03-13 04:32:45.644 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25816
2026-03-13 04:32:45.644 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:32:46.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25816/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:46.648 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-13 04:32:46.648 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:32:46.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25816/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:46.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.59/tcp/25817/p2p/16Uiu2HAmJgBPTu7XRgr1Lpcu94fz9CMg6nzEyMbAc1jt9dG2Gu5n","/ip4/172.18.209.59/tcp/25818/ws/p2p/16Uiu2HAmJgBPTu7XRgr1Lpcu94fz9CMg6nzEyMbAc1jt9dG2Gu5n"],"enrUri":"enr:-L24QOLwLpKB2C_TTAQ1rQvSXeyaR5mm4HH1eI_27dSbLC3QJFEdjC9FlINHv0tFJX1jsaaLjQzuAzEq3qS7ipPXn1cCgmlkgnY0gmlwhKwS0TuKbXVsdGlhZGRyc5YACASsEtE7BmTZAAoErBLROwZk2t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWXQuuHxBZnZRYMBnsRA00-495sN7pdP9N1n3cJnCOi2DdGNwgmTZg3VkcIJk24V3YWt1MgA"}'
2026-03-13 04:32:46.651 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:32:46.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3652/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:32:46.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:32:46.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25906/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:32:46.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:32:46.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25816/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-13 04:32:46.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-13 04:32:46.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3652/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:46.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/55102/p2p/16Uiu2HAkxNuLWDQUKQ3zkLVRFGvS5S2EqWDf6L3xjKNSZhujMJVT","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-subscribe/2.0.0-beta1","/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-13 04:32:46.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25906/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:46.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.209.59/tcp/43618/p2p/16Uiu2HAmJgBPTu7XRgr1Lpcu94fz9CMg6nzEyMbAc1jt9dG2Gu5n","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/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.161.122/tcp/3653/p2p/16Uiu2HAkz8MJ7zWZJErcUKyzsYUnDvmJcZYB28wjqrZgPdFWi7xa","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/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":"Discv5"}]'
2026-03-13 04:32:46.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25816/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:46.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.141.42/tcp/25907/p2p/16Uiu2HAkxNuLWDQUKQ3zkLVRFGvS5S2EqWDf6L3xjKNSZhujMJVT","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
2026-03-13 04:32:46.724 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-13 04:33:16.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3652/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1773376396725379097}}'
2026-03-13 04:33:16.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:33:16.741 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:33:17.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25816/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:17.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1773376396725379097,"ephemeral":false}]'
2026-03-13 04:33:17.747 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-13 04:33:17.748 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-13 04:33:17.749 DEBUG [src.node.waku_node] Stopping container with id 903c7ea9499e
2026-03-13 04:33:18.322 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:18.323 DEBUG [src.node.waku_node] Stopping container with id c9dfdc78c7f9
2026-03-13 04:33:18.880 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:18.881 DEBUG [src.node.waku_node] Stopping container with id 29f98504f2b4
2026-03-13 04:33:19.136 ERROR [src.node.docker_mananger] Max retries reached for container 903c7ea9499e. Exiting log stream.
2026-03-13 04:33:19.413 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:19.414 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-13 04:33:19.435 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:33:19.483 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:33:19.494 DEBUG [src.node.docker_mananger] No errors found in the waku logs.