102 lines
21 KiB
Plaintext

2026-03-10 04:32:02.120 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-10 04:32:02.120 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee
2026-03-10 04:32:02.120 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-10 04:32:02.121 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-10 04:32:02.121 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-10 04:32:02.136 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-10 04:32:02.136 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee__wakuorg_nwaku:latest.log
2026-03-10 04:32:02.142 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-10 04:32:02.142 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee__wakuorg_nwaku:latest.log
2026-03-10 04:32:02.148 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-10 04:32:02.148 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee__wakuorg_nwaku:latest.log
2026-03-10 04:32:02.148 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-10 04:32:02.149 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-10 04:32:02.149 DEBUG [src.node.waku_node] Starting Node...
2026-03-10 04:32:02.150 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-10 04:32:02.197 DEBUG [src.node.docker_mananger] Network waku created
2026-03-10 04:32:02.197 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.175
2026-03-10 04:32:02.198 DEBUG [src.node.docker_mananger] Generated ports ['35414', '35415', '35416', '35417', '35418']
2026-03-10 04:32:02.198 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-10 04:32:02.198 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-10 04:32:02.198 DEBUG [src.node.waku_node] Using volumes []
2026-03-10 04:32:02.198 DEBUG [src.node.docker_mananger] docker run -i -t -p 35414:35414 -p 35415:35415 -p 35416:35416 -p 35417:35417 -p 35418:35418 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=35416 --rest-port=35414 --tcp-port=35415 --discv5-udp-port=35417 --rest-address=0.0.0.0 --nat=extip:172.18.145.175 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b88dce09b9da6ff0fda2b5844ee193c2cc9dce5e92ee9cadf785bd99218b5cda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35418 --metrics-logging=true --lightpush=true
2026-03-10 04:32:05.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.175 waku 2bff0245d7f23eef50942efff35c2743167136b15608a6e1e0c40d17d7a117c2
2026-03-10 04:32:05.182 DEBUG [src.node.docker_mananger] Container started with ID 2bff0245d7f2. Setting up logs at ./log/docker/node1_2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee__wakuorg_nwaku:latest.log
2026-03-10 04:32:05.184 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35414
2026-03-10 04:32:05.184 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:32:06.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35414/health" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:06.188 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-10 04:32:06.188 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-10 04:32:06.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35414/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:06.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.175/tcp/35415/p2p/16Uiu2HAmMe9QSoGGxhM67WLuNMyChPdQ8tBbopLDma3DiZVArFpe","/ip4/172.18.145.175/tcp/35416/ws/p2p/16Uiu2HAmMe9QSoGGxhM67WLuNMyChPdQ8tBbopLDma3DiZVArFpe"],"enrUri":"enr:-L24QHyBjJNI_hszFE2htZyN59xJQWFYACLETSXUqIf_gEUWGrB1pskyAv7j_kAEaARN5xfYagiXNN0jOHz57AP7-J8CgmlkgnY0gmlwhKwSka-KbXVsdGlhZGRyc5YACASsEpGvBopXAAoErBKRrwaKWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhYHW4a3xR2yW-xGGChN9tahK_6B2jAlxCjq575IMkfuDdGNwgopXg3VkcIKKWYV3YWt1Mgk"}'
2026-03-10 04:32:06.191 INFO [src.node.waku_node] REST service is ready !!
2026-03-10 04:32:06.191 DEBUG [src.node.waku_node] Starting Node...
2026-03-10 04:32:06.191 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-10 04:32:06.193 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-10 04:32:06.193 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.40
2026-03-10 04:32:06.193 DEBUG [src.node.docker_mananger] Generated ports ['57509', '57510', '57511', '57512', '57513']
2026-03-10 04:32:06.193 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-10 04:32:06.194 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-10 04:32:06.194 DEBUG [src.node.waku_node] Using volumes []
2026-03-10 04:32:06.194 DEBUG [src.node.docker_mananger] docker run -i -t -p 57509:57509 -p 57510:57510 -p 57511:57511 -p 57512:57512 -p 57513:57513 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=57511 --rest-port=57509 --tcp-port=57510 --discv5-udp-port=57512 --rest-address=0.0.0.0 --nat=extip:172.18.199.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8dc1b07be72c3aefd0eeee1cd95153bdb90bc3b4dedeef6d4b1dcaecf7525dee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57513 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QHyBjJNI_hszFE2htZyN59xJQWFYACLETSXUqIf_gEUWGrB1pskyAv7j_kAEaARN5xfYagiXNN0jOHz57AP7-J8CgmlkgnY0gmlwhKwSka-KbXVsdGlhZGRyc5YACASsEpGvBopXAAoErBKRrwaKWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhYHW4a3xR2yW-xGGChN9tahK_6B2jAlxCjq575IMkfuDdGNwgopXg3VkcIKKWYV3YWt1Mgk --lightpushnode=/ip4/172.18.145.175/tcp/35415/p2p/16Uiu2HAmMe9QSoGGxhM67WLuNMyChPdQ8tBbopLDma3DiZVArFpe
2026-03-10 04:32:06.380 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.40 waku 86b7c31a2b9102f4a8e3a07863c97c4ed7ad630c1f7748d0097ef53b63ea5411
2026-03-10 04:32:06.413 DEBUG [src.node.docker_mananger] Container started with ID 86b7c31a2b91. Setting up logs at ./log/docker/node2_2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee__wakuorg_nwaku:latest.log
2026-03-10 04:32:06.414 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57509
2026-03-10 04:32:06.414 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:32:07.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57509/health" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:07.418 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-10 04:32:07.418 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-10 04:32:07.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57509/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:07.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.40/tcp/57510/p2p/16Uiu2HAkwrUzFvNLzBKpRry2vweZd2137LYKZwNVA1sFAG4LQWXa","/ip4/172.18.199.40/tcp/57511/ws/p2p/16Uiu2HAkwrUzFvNLzBKpRry2vweZd2137LYKZwNVA1sFAG4LQWXa"],"enrUri":"enr:-L24QK9LVDjfJNADubbK79H4FqQ7kGVmjQR1MQDXOx8xoXmMdenoxHlKZINAhnpy4fvY9qU_k2QC37P7cet5E1ecQX8CgmlkgnY0gmlwhKwSxyiKbXVsdGlhZGRyc5YACASsEscoBuCmAAoErBLHKAbgp90DgnJzhQADAQAAiXNlY3AyNTZrMaECJBJ3JDOpvYUjY1aMuIQfXnPbWBweEiVa98PLtP9tHOmDdGNwguCmg3VkcILgqIV3YWt1Mg0"}'
2026-03-10 04:32:07.421 INFO [src.node.waku_node] REST service is ready !!
2026-03-10 04:32:07.421 DEBUG [src.node.waku_node] Starting Node...
2026-03-10 04:32:07.421 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-10 04:32:07.423 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-10 04:32:07.423 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.120
2026-03-10 04:32:07.423 DEBUG [src.node.docker_mananger] Generated ports ['39182', '39183', '39184', '39185', '39186']
2026-03-10 04:32:07.423 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-10 04:32:07.423 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-10 04:32:07.424 DEBUG [src.node.waku_node] Using volumes []
2026-03-10 04:32:07.424 DEBUG [src.node.docker_mananger] docker run -i -t -p 39182:39182 -p 39183:39183 -p 39184:39184 -p 39185:39185 -p 39186:39186 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=39184 --rest-port=39182 --tcp-port=39183 --discv5-udp-port=39185 --rest-address=0.0.0.0 --nat=extip:172.18.94.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f07b94fdd4af008fa5ddf44b9eef88e3c2ba58da93efcb976bd39bf85c0ddea8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39186 --metrics-logging=true --relay=false --filternode=/ip4/172.18.199.40/tcp/57510/p2p/16Uiu2HAkwrUzFvNLzBKpRry2vweZd2137LYKZwNVA1sFAG4LQWXa --discv5-bootstrap-node=enr:-L24QK9LVDjfJNADubbK79H4FqQ7kGVmjQR1MQDXOx8xoXmMdenoxHlKZINAhnpy4fvY9qU_k2QC37P7cet5E1ecQX8CgmlkgnY0gmlwhKwSxyiKbXVsdGlhZGRyc5YACASsEscoBuCmAAoErBLHKAbgp90DgnJzhQADAQAAiXNlY3AyNTZrMaECJBJ3JDOpvYUjY1aMuIQfXnPbWBweEiVa98PLtP9tHOmDdGNwguCmg3VkcILgqIV3YWt1Mg0
2026-03-10 04:32:07.632 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.120 waku dec5dc538616c30e8520185deaa5f4d2a710d2a4d4d176477f3b5cfad9ecc6bb
2026-03-10 04:32:07.668 DEBUG [src.node.docker_mananger] Container started with ID dec5dc538616. Setting up logs at ./log/docker/node3_2026-03-10_04-32-02__e8e82341-602c-4a04-9ca5-29a177ad78ee__wakuorg_nwaku:latest.log
2026-03-10 04:32:07.669 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39182
2026-03-10 04:32:07.669 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:32:08.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39182/health" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:08.673 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-10 04:32:08.673 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-10 04:32:08.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39182/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:08.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.120/tcp/39183/p2p/16Uiu2HAm9nAxf5wc9vHurBGm3GQmTE856Z44sGWyr9p5LrVFH9rg","/ip4/172.18.94.120/tcp/39184/ws/p2p/16Uiu2HAm9nAxf5wc9vHurBGm3GQmTE856Z44sGWyr9p5LrVFH9rg"],"enrUri":"enr:-L24QE-KBZMNjztTqMBIY6-hXyYp2dmooFfO6MXA7Ei5NwMtKvEadGYyG3w7powb1iMgPijffTAWPbwV08GnKfuX6eUCgmlkgnY0gmlwhKwSXniKbXVsdGlhZGRyc5YACASsEl54BpkPAAoErBJeeAaZEN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1UQAXD_2z-rkHAj0OCvtrjwfGYUX1pgiX7DfCFQsdwGDdGNwgpkPg3VkcIKZEYV3YWt1MgA"}'
2026-03-10 04:32:08.676 INFO [src.node.waku_node] REST service is ready !!
2026-03-10 04:32:08.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35414/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-10 04:32:08.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-10 04:32:08.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57509/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-10 04:32:08.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-10 04:32:08.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39182/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-10 04:32:08.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-10 04:32:08.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35414/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:08.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/53080/p2p/16Uiu2HAkwrUzFvNLzBKpRry2vweZd2137LYKZwNVA1sFAG4LQWXa","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-10 04:32:08.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57509/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:08.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.94.120/tcp/50802/p2p/16Uiu2HAm9nAxf5wc9vHurBGm3GQmTE856Z44sGWyr9p5LrVFH9rg","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.145.175/tcp/35415/p2p/16Uiu2HAmMe9QSoGGxhM67WLuNMyChPdQ8tBbopLDma3DiZVArFpe","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-10 04:32:08.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39182/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:08.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.199.40/tcp/57510/p2p/16Uiu2HAkwrUzFvNLzBKpRry2vweZd2137LYKZwNVA1sFAG4LQWXa","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-10 04:32:08.748 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-10 04:32:38.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35414/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": 1773117158749419455}}'
2026-03-10 04:32:38.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-10 04:32:38.765 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:32:39.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39182/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:32:39.769 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":1773117158749419455,"ephemeral":false}]'
2026-03-10 04:32:39.771 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-10 04:32:39.772 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-10 04:32:39.772 DEBUG [src.node.waku_node] Stopping container with id 2bff0245d7f2
2026-03-10 04:32:40.333 DEBUG [src.node.waku_node] Container stopped.
2026-03-10 04:32:40.334 DEBUG [src.node.waku_node] Stopping container with id 86b7c31a2b91
2026-03-10 04:32:40.879 DEBUG [src.node.waku_node] Container stopped.
2026-03-10 04:32:40.881 DEBUG [src.node.waku_node] Stopping container with id dec5dc538616
2026-03-10 04:32:41.211 ERROR [src.node.docker_mananger] Max retries reached for container 2bff0245d7f2. Exiting log stream.
2026-03-10 04:32:41.434 DEBUG [src.node.waku_node] Container stopped.
2026-03-10 04:32:41.437 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-10 04:32:41.469 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-10 04:32:41.517 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-10 04:32:41.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.