102 lines
20 KiB
Plaintext

2026-02-01 04:42:51.662 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-01 04:42:51.662 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333
2026-02-01 04:42:51.663 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-01 04:42:51.663 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-01 04:42:51.663 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-01 04:42:51.672 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:42:51.672 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333__wakuorg_nwaku:latest.log
2026-02-01 04:42:51.678 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:42:51.678 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333__wakuorg_nwaku:latest.log
2026-02-01 04:42:51.683 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:42:51.683 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333__wakuorg_nwaku:latest.log
2026-02-01 04:42:51.684 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-01 04:42:51.684 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-01 04:42:51.685 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:42:51.685 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:42:51.726 DEBUG [src.node.docker_mananger] Network waku created
2026-02-01 04:42:51.726 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.229
2026-02-01 04:42:51.726 DEBUG [src.node.docker_mananger] Generated ports ['33748', '33749', '33750', '33751', '33752']
2026-02-01 04:42:51.726 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:42:51.726 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:42:51.726 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:42:51.726 DEBUG [src.node.docker_mananger] docker run -i -t -p 33748:33748 -p 33749:33749 -p 33750:33750 -p 33751:33751 -p 33752:33752 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=33750 --rest-port=33748 --tcp-port=33749 --discv5-udp-port=33751 --rest-address=0.0.0.0 --nat=extip:172.18.44.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5afdffe600edceccac5eda085cbeb4a6616ff19bcb4bd38dba966c4e2e46ca1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33752 --metrics-logging=true --lightpush=true
2026-02-01 04:42:54.127 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.229 waku d7749999a1b0089a7abdb1383a258db8debe03a36677a857708de0f0e5066e71
2026-02-01 04:42:54.157 DEBUG [src.node.docker_mananger] Container started with ID d7749999a1b0. Setting up logs at ./log/docker/node1_2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333__wakuorg_nwaku:latest.log
2026-02-01 04:42:54.157 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33748
2026-02-01 04:42:54.159 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:42:55.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33748/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:55.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2026-02-01 04:42:55.163 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:42:55.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33748/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:55.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.229/tcp/33749/p2p/16Uiu2HAmNZiDS2CdPDm7P3az9whPhK2maFrERSbEqFoLw9wF1Tkc","/ip4/172.18.44.229/tcp/33750/ws/p2p/16Uiu2HAmNZiDS2CdPDm7P3az9whPhK2maFrERSbEqFoLw9wF1Tkc"],"enrUri":"enr:-L24QN1y80fv0Lrl5hoQzuPy1QFNwDX4sBBwmUeJPw6CbBh8EhlospawGduujw_ZBbXj-LXAUiBNMjpXfHNWcS5djEECgmlkgnY0gmlwhKwSLOWKbXVsdGlhZGRyc5YACASsEizlBoPVAAoErBIs5QaD1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkzq4hMg-N8m80z3maZlDmeZ6nfscPU4UfFopQD_V9imDdGNwgoPVg3VkcIKD14V3YWt1Mgk"}'
2026-02-01 04:42:55.166 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:42:55.166 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:42:55.166 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:42:55.167 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:42:55.167 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.228
2026-02-01 04:42:55.168 DEBUG [src.node.docker_mananger] Generated ports ['19209', '19210', '19211', '19212', '19213']
2026-02-01 04:42:55.168 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:42:55.168 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:42:55.168 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:42:55.168 DEBUG [src.node.docker_mananger] docker run -i -t -p 19209:19209 -p 19210:19210 -p 19211:19211 -p 19212:19212 -p 19213:19213 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=19211 --rest-port=19209 --tcp-port=19210 --discv5-udp-port=19212 --rest-address=0.0.0.0 --nat=extip:172.18.9.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=75bcbd893ed7802bfd2aecb5c527ff60b01be568fd4cedfd76aa1fdfdd90ad4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19213 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QN1y80fv0Lrl5hoQzuPy1QFNwDX4sBBwmUeJPw6CbBh8EhlospawGduujw_ZBbXj-LXAUiBNMjpXfHNWcS5djEECgmlkgnY0gmlwhKwSLOWKbXVsdGlhZGRyc5YACASsEizlBoPVAAoErBIs5QaD1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkzq4hMg-N8m80z3maZlDmeZ6nfscPU4UfFopQD_V9imDdGNwgoPVg3VkcIKD14V3YWt1Mgk --lightpushnode=/ip4/172.18.44.229/tcp/33749/p2p/16Uiu2HAmNZiDS2CdPDm7P3az9whPhK2maFrERSbEqFoLw9wF1Tkc
2026-02-01 04:42:55.347 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.228 waku 881b4cb5003b49e995d19a83e6b7eac9950b119492ebbbe839ee64bc7484d5ff
2026-02-01 04:42:55.380 DEBUG [src.node.docker_mananger] Container started with ID 881b4cb5003b. Setting up logs at ./log/docker/node2_2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333__wakuorg_nwaku:latest.log
2026-02-01 04:42:55.380 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19209
2026-02-01 04:42:55.380 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:42:56.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19209/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:56.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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"}]}'
2026-02-01 04:42:56.392 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:42:56.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19209/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:56.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.9.228/tcp/19210/p2p/16Uiu2HAkykFGbrnEHEqQR2c5Kxvq1rfEeFoqUXqwxZSV1FtWb5Nv","/ip4/172.18.9.228/tcp/19211/ws/p2p/16Uiu2HAkykFGbrnEHEqQR2c5Kxvq1rfEeFoqUXqwxZSV1FtWb5Nv"],"enrUri":"enr:-L24QGztvRAlrgF6yn3x-nCyYAXyEYOlpBnrOUR5Fff1xIZvUCqaZCyUD-tnVyIUVGo4jvaLZ0MbCkJuz1fVied7YgkCgmlkgnY0gmlwhKwSCeSKbXVsdGlhZGRyc5YACASsEgnkBksKAAoErBIJ5AZLC90DgnJzhQADAQAAiXNlY3AyNTZrMaECQDDX2ZRg6fbbfoe3GHgzoHGwyaT-vfPT6xpV59vQ0geDdGNwgksKg3VkcIJLDIV3YWt1Mg0"}'
2026-02-01 04:42:56.408 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:42:56.408 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:42:56.408 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:42:56.410 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:42:56.410 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.25.200
2026-02-01 04:42:56.411 DEBUG [src.node.docker_mananger] Generated ports ['64646', '64647', '64648', '64649', '64650']
2026-02-01 04:42:56.411 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:42:56.411 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:42:56.411 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:42:56.412 DEBUG [src.node.docker_mananger] docker run -i -t -p 64646:64646 -p 64647:64647 -p 64648:64648 -p 64649:64649 -p 64650:64650 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=64648 --rest-port=64646 --tcp-port=64647 --discv5-udp-port=64649 --rest-address=0.0.0.0 --nat=extip:172.18.25.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=110ee9e3f0c1ddce873dfe5bd7eacdfa13abaedcd3f1c5b4cc4ab458ed53dce9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64650 --metrics-logging=true --relay=false --filternode=/ip4/172.18.9.228/tcp/19210/p2p/16Uiu2HAkykFGbrnEHEqQR2c5Kxvq1rfEeFoqUXqwxZSV1FtWb5Nv --discv5-bootstrap-node=enr:-L24QGztvRAlrgF6yn3x-nCyYAXyEYOlpBnrOUR5Fff1xIZvUCqaZCyUD-tnVyIUVGo4jvaLZ0MbCkJuz1fVied7YgkCgmlkgnY0gmlwhKwSCeSKbXVsdGlhZGRyc5YACASsEgnkBksKAAoErBIJ5AZLC90DgnJzhQADAQAAiXNlY3AyNTZrMaECQDDX2ZRg6fbbfoe3GHgzoHGwyaT-vfPT6xpV59vQ0geDdGNwgksKg3VkcIJLDIV3YWt1Mg0
2026-02-01 04:42:56.627 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.25.200 waku e3d779af2f56b30a50f4651d56c337a6755883569475328ad13efaee3e2c9131
2026-02-01 04:42:56.656 DEBUG [src.node.docker_mananger] Container started with ID e3d779af2f56. Setting up logs at ./log/docker/node3_2026-02-01_04-42-51__e588a323-e0d3-4b41-acb7-295afc284333__wakuorg_nwaku:latest.log
2026-02-01 04:42:56.657 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64646
2026-02-01 04:42:56.657 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:42:57.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64646/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:57.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"},{"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":"READY"}]}'
2026-02-01 04:42:57.662 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:42:57.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64646/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:57.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.200/tcp/64647/p2p/16Uiu2HAmTdbBKygjE6Y33NobE98rhHPVawBQcf1yQfYTTsjuvn4j","/ip4/172.18.25.200/tcp/64648/ws/p2p/16Uiu2HAmTdbBKygjE6Y33NobE98rhHPVawBQcf1yQfYTTsjuvn4j"],"enrUri":"enr:-L24QLWYEYMV95RBHceuCR50eXAFc0CLi0VitgBJEWMu6lPJBp1ZD1hpgwMNJHq3rZMPRJ4BCLhwsbol-HuR17I1huICgmlkgnY0gmlwhKwSGciKbXVsdGlhZGRyc5YACASsEhnIBvyHAAoErBIZyAb8iN0DgnJzhQADAQAAiXNlY3AyNTZrMaED3oOFz4bOs-Ja2duBvxGeANT_trbKcu9Nd3m3h2yoZ3SDdGNwgvyHg3VkcIL8iYV3YWt1MgA"}'
2026-02-01 04:42:57.664 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:42:57.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33748/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-01 04:42:57.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:42:57.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19209/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-01 04:42:57.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:42:57.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64646/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-02-01 04:42:57.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-02-01 04:42:57.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33748/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:57.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/39378/p2p/16Uiu2HAkykFGbrnEHEqQR2c5Kxvq1rfEeFoqUXqwxZSV1FtWb5Nv","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":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-02-01 04:42:57.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19209/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:57.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.44.229/tcp/33749/p2p/16Uiu2HAmNZiDS2CdPDm7P3az9whPhK2maFrERSbEqFoLw9wF1Tkc","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":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.25.200/tcp/54122/p2p/16Uiu2HAmTdbBKygjE6Y33NobE98rhHPVawBQcf1yQfYTTsjuvn4j","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":[],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-02-01 04:42:57.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64646/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:42:57.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.9.228/tcp/19210/p2p/16Uiu2HAkykFGbrnEHEqQR2c5Kxvq1rfEeFoqUXqwxZSV1FtWb5Nv","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":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-02-01 04:42:57.730 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-01 04:43:27.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33748/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": 1769921007731485679}}'
2026-02-01 04:43:27.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:43:27.745 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:43:28.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64646/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:43:28.749 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":1769921007731485679,"ephemeral":false}]'
2026-02-01 04:43:28.751 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-01 04:43:28.752 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-01 04:43:28.752 DEBUG [src.node.waku_node] Stopping container with id d7749999a1b0
2026-02-01 04:43:29.329 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:43:29.329 DEBUG [src.node.waku_node] Stopping container with id 881b4cb5003b
2026-02-01 04:43:29.877 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:43:29.877 DEBUG [src.node.waku_node] Stopping container with id e3d779af2f56
2026-02-01 04:43:30.143 ERROR [src.node.docker_mananger] Max retries reached for container d7749999a1b0. Exiting log stream.
2026-02-01 04:43:30.435 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:43:30.437 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-01 04:43:30.452 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-01 04:43:30.476 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-01 04:43:30.488 DEBUG [src.node.docker_mananger] No errors found in the waku logs.