102 lines
21 KiB
Plaintext

2026-03-24 04:35:32.581 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-24 04:35:32.582 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1
2026-03-24 04:35:32.582 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-24 04:35:32.582 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-24 04:35:32.583 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-24 04:35:32.593 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:35:32.593 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1__wakuorg_nwaku:latest.log
2026-03-24 04:35:32.599 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:35:32.599 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1__wakuorg_nwaku:latest.log
2026-03-24 04:35:32.605 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:35:32.605 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1__wakuorg_nwaku:latest.log
2026-03-24 04:35:32.606 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-24 04:35:32.606 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-24 04:35:32.607 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:35:32.607 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:35:32.653 DEBUG [src.node.docker_mananger] Network waku created
2026-03-24 04:35:32.654 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.242
2026-03-24 04:35:32.654 DEBUG [src.node.docker_mananger] Generated ports ['63939', '63940', '63941', '63942', '63943']
2026-03-24 04:35:32.654 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:35:32.654 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:35:32.654 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:35:32.654 DEBUG [src.node.docker_mananger] docker run -i -t -p 63939:63939 -p 63940:63940 -p 63941:63941 -p 63942:63942 -p 63943:63943 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=63941 --rest-port=63939 --tcp-port=63940 --discv5-udp-port=63942 --rest-address=0.0.0.0 --nat=extip:172.18.15.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1cdf87100bc1bdaedaf9e44271e0a50bef0b8798b02c1087fd1fedcee89ff750 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63943 --metrics-logging=true --lightpush=true
2026-03-24 04:35:35.415 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.242 waku 337343bb58dc39854f11ab4e40a8920d8e76b2be8f5cf463b708ab3ce2692463
2026-03-24 04:35:35.451 DEBUG [src.node.docker_mananger] Container started with ID 337343bb58dc. Setting up logs at ./log/docker/node1_2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1__wakuorg_nwaku:latest.log
2026-03-24 04:35:35.452 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63939
2026-03-24 04:35:35.452 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:35:36.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63939/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:36.456 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-24 04:35:36.456 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:35:36.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63939/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:36.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.242/tcp/63940/p2p/16Uiu2HAmDH2yiA8hwqk1KJFkkMRfkyq6zgzumuk2LDPvJERnDL1d","/ip4/172.18.15.242/tcp/63941/ws/p2p/16Uiu2HAmDH2yiA8hwqk1KJFkkMRfkyq6zgzumuk2LDPvJERnDL1d"],"enrUri":"enr:-L24QOKwOYHHQB5QhVIxAKsBSZqrD4HYk3BCTzXqb9tGaDTFNivH3C2jBs_WjnttS9bingW-2W_Zf0bdyJf8hAZyQqECgmlkgnY0gmlwhKwSD_KKbXVsdGlhZGRyc5YACASsEg_yBvnEAAoErBIP8gb5xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDCTvha6FCqHcri_qDvCX66iuULTCoKczUrPwrnQaS00CDdGNwgvnEg3VkcIL5xoV3YWt1Mgk"}'
2026-03-24 04:35:36.459 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:35:36.459 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:35:36.459 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:35:36.461 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:35:36.461 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.238
2026-03-24 04:35:36.461 DEBUG [src.node.docker_mananger] Generated ports ['3290', '3291', '3292', '3293', '3294']
2026-03-24 04:35:36.461 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:35:36.461 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:35:36.461 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:35:36.461 DEBUG [src.node.docker_mananger] docker run -i -t -p 3290:3290 -p 3291:3291 -p 3292:3292 -p 3293:3293 -p 3294:3294 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=3292 --rest-port=3290 --tcp-port=3291 --discv5-udp-port=3293 --rest-address=0.0.0.0 --nat=extip:172.18.53.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=48a74ec22d5a06ba1109ecbd457fb003f2cdba77df937bf110cdbfa7552b89e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3294 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QOKwOYHHQB5QhVIxAKsBSZqrD4HYk3BCTzXqb9tGaDTFNivH3C2jBs_WjnttS9bingW-2W_Zf0bdyJf8hAZyQqECgmlkgnY0gmlwhKwSD_KKbXVsdGlhZGRyc5YACASsEg_yBvnEAAoErBIP8gb5xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDCTvha6FCqHcri_qDvCX66iuULTCoKczUrPwrnQaS00CDdGNwgvnEg3VkcIL5xoV3YWt1Mgk --lightpushnode=/ip4/172.18.15.242/tcp/63940/p2p/16Uiu2HAmDH2yiA8hwqk1KJFkkMRfkyq6zgzumuk2LDPvJERnDL1d
2026-03-24 04:35:36.657 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.238 waku f5e3eb5b38c70b005238e824447edcaef4efa79bf934dbc7680734a8dfa63e25
2026-03-24 04:35:36.690 DEBUG [src.node.docker_mananger] Container started with ID f5e3eb5b38c7. Setting up logs at ./log/docker/node2_2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1__wakuorg_nwaku:latest.log
2026-03-24 04:35:36.692 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3290
2026-03-24 04:35:36.692 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:35:37.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3290/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:37.695 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-24 04:35:37.695 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:35:37.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3290/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:37.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.238/tcp/3291/p2p/16Uiu2HAmTZkrYcUCYfpG6RvrWf9b5qbxkuUeU7nTWxZa1ReBtH4M","/ip4/172.18.53.238/tcp/3292/ws/p2p/16Uiu2HAmTZkrYcUCYfpG6RvrWf9b5qbxkuUeU7nTWxZa1ReBtH4M"],"enrUri":"enr:-L24QEPdo1MJn0FovQInPGNA0PtldgKrxY0q4KF8FtHb6jTlJEOurpqScP-gkCTvIx-NX1wBUqWVfAuKVnuqyH6Q0-ICgmlkgnY0gmlwhKwSNe6KbXVsdGlhZGRyc5YACASsEjXuBgzbAAoErBI17gYM3N0DgnJzhQADAQAAiXNlY3AyNTZrMaED3Ygj7Wgm9I6NLepxaOb8QL0prfJtmhjI8d3eSJOQRrqDdGNwggzbg3VkcIIM3YV3YWt1Mg0"}'
2026-03-24 04:35:37.698 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:35:37.698 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:35:37.699 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:35:37.700 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:35:37.700 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.65
2026-03-24 04:35:37.700 DEBUG [src.node.docker_mananger] Generated ports ['7721', '7722', '7723', '7724', '7725']
2026-03-24 04:35:37.701 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:35:37.701 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:35:37.701 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:35:37.701 DEBUG [src.node.docker_mananger] docker run -i -t -p 7721:7721 -p 7722:7722 -p 7723:7723 -p 7724:7724 -p 7725:7725 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=7723 --rest-port=7721 --tcp-port=7722 --discv5-udp-port=7724 --rest-address=0.0.0.0 --nat=extip:172.18.37.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecb0aebf65c2412a37bf8fffadc870ebb3090417d9e4d2b916de13d938e694e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7725 --metrics-logging=true --relay=false --filternode=/ip4/172.18.53.238/tcp/3291/p2p/16Uiu2HAmTZkrYcUCYfpG6RvrWf9b5qbxkuUeU7nTWxZa1ReBtH4M --discv5-bootstrap-node=enr:-L24QEPdo1MJn0FovQInPGNA0PtldgKrxY0q4KF8FtHb6jTlJEOurpqScP-gkCTvIx-NX1wBUqWVfAuKVnuqyH6Q0-ICgmlkgnY0gmlwhKwSNe6KbXVsdGlhZGRyc5YACASsEjXuBgzbAAoErBI17gYM3N0DgnJzhQADAQAAiXNlY3AyNTZrMaED3Ygj7Wgm9I6NLepxaOb8QL0prfJtmhjI8d3eSJOQRrqDdGNwggzbg3VkcIIM3YV3YWt1Mg0
2026-03-24 04:35:37.928 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.65 waku 3c1799d8f9931e438d523b898566e046baec753ac4f8a18b3d61e61f1e873394
2026-03-24 04:35:37.962 DEBUG [src.node.docker_mananger] Container started with ID 3c1799d8f993. Setting up logs at ./log/docker/node3_2026-03-24_04-35-32__cbd9e670-19d1-4baa-9544-2d05edaf6dd1__wakuorg_nwaku:latest.log
2026-03-24 04:35:37.962 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7721
2026-03-24 04:35:37.962 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:35:38.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7721/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:38.966 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-24 04:35:38.966 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:35:38.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7721/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:38.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.65/tcp/7722/p2p/16Uiu2HAkysJi5eUhg4U7sHvWPJS5Jnu4M7EPhxamfhpSym4WxFJU","/ip4/172.18.37.65/tcp/7723/ws/p2p/16Uiu2HAkysJi5eUhg4U7sHvWPJS5Jnu4M7EPhxamfhpSym4WxFJU"],"enrUri":"enr:-L24QC8L6ffvDttouAHHdk4iQdjIlVv4fAG1vbXraUwtYukMLajg9yJ9eOmMTfWc7CN2Ri8MAeAgPTFBf6qIA1zA3ZECgmlkgnY0gmlwhKwSJUGKbXVsdGlhZGRyc5YACASsEiVBBh4qAAoErBIlQQYeK90DgnJzhQADAQAAiXNlY3AyNTZrMaECQf_MMtCApSMxQRV7_mkcsRbsppiUxty-ofacgOjLZDWDdGNwgh4qg3VkcIIeLIV3YWt1MgA"}'
2026-03-24 04:35:38.969 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:35:38.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63939/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-24 04:35:38.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:35:38.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3290/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-24 04:35:38.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:35:38.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7721/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-24 04:35:39.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-24 04:35:39.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63939/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:39.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/45086/p2p/16Uiu2HAmTZkrYcUCYfpG6RvrWf9b5qbxkuUeU7nTWxZa1ReBtH4M","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.38.0-rc.0-11-g6a20ee","origin":"UnknownOrigin"}]'
2026-03-24 04:35:39.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3290/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:39.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.15.242/tcp/63940/p2p/16Uiu2HAmDH2yiA8hwqk1KJFkkMRfkyq6zgzumuk2LDPvJERnDL1d","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.38.0-rc.0-11-g6a20ee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.37.65/tcp/55500/p2p/16Uiu2HAkysJi5eUhg4U7sHvWPJS5Jnu4M7EPhxamfhpSym4WxFJU","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.38.0-rc.0-11-g6a20ee","origin":"UnknownOrigin"}]'
2026-03-24 04:35:39.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7721/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:35:39.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.53.238/tcp/3291/p2p/16Uiu2HAmTZkrYcUCYfpG6RvrWf9b5qbxkuUeU7nTWxZa1ReBtH4M","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.38.0-rc.0-11-g6a20ee","origin":"Discv5"}]'
2026-03-24 04:35:39.049 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-24 04:36:09.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63939/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": 1774326969049887676}}'
2026-03-24 04:36:09.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:36:09.066 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:36:10.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7721/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:36:10.069 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":1774326969049887676,"ephemeral":false}]'
2026-03-24 04:36:10.072 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-24 04:36:10.073 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-24 04:36:10.073 DEBUG [src.node.waku_node] Stopping container with id 337343bb58dc
2026-03-24 04:36:10.615 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:36:10.615 DEBUG [src.node.waku_node] Stopping container with id f5e3eb5b38c7
2026-03-24 04:36:11.195 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:36:11.197 DEBUG [src.node.waku_node] Stopping container with id 3c1799d8f993
2026-03-24 04:36:11.433 ERROR [src.node.docker_mananger] Max retries reached for container 337343bb58dc. Exiting log stream.
2026-03-24 04:36:11.754 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:36:11.756 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-24 04:36:11.775 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-24 04:36:11.801 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-24 04:36:11.812 DEBUG [src.node.docker_mananger] No errors found in the waku logs.