103 lines
20 KiB
Plaintext

2026-03-17 04:34:53.025 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-17 04:34:53.026 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6
2026-03-17 04:34:53.026 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-17 04:34:53.026 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-17 04:34:53.027 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-17 04:34:53.038 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:34:53.038 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6__wakuorg_nwaku:latest.log
2026-03-17 04:34:53.045 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:34:53.045 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6__wakuorg_nwaku:latest.log
2026-03-17 04:34:53.052 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:34:53.052 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6__wakuorg_nwaku:latest.log
2026-03-17 04:34:53.052 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-17 04:34:53.052 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-17 04:34:53.053 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:34:53.054 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:34:53.099 DEBUG [src.node.docker_mananger] Network waku created
2026-03-17 04:34:53.099 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.228
2026-03-17 04:34:53.100 DEBUG [src.node.docker_mananger] Generated ports ['40488', '40489', '40490', '40491', '40492']
2026-03-17 04:34:53.100 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:34:53.100 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:34:53.100 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:34:53.100 DEBUG [src.node.docker_mananger] docker run -i -t -p 40488:40488 -p 40489:40489 -p 40490:40490 -p 40491:40491 -p 40492:40492 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=40490 --rest-port=40488 --tcp-port=40489 --discv5-udp-port=40491 --rest-address=0.0.0.0 --nat=extip:172.18.116.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=14c76aaac1ddb8c1986dbe15e5e0e8d530bb9fdf8a13008ebbce72544c9ed19c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40492 --metrics-logging=true --filter=true --relay=true
2026-03-17 04:34:56.143 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.228 waku 58b3dd5015a7556b805f391010261014b910e436364f6858435376d8863443af
2026-03-17 04:34:56.178 DEBUG [src.node.docker_mananger] Container started with ID 58b3dd5015a7. Setting up logs at ./log/docker/node1_2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6__wakuorg_nwaku:latest.log
2026-03-17 04:34:56.179 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40488
2026-03-17 04:34:56.179 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:34:57.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40488/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:57.183 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_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-17 04:34:57.184 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:34:57.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40488/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:57.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.228/tcp/40489/p2p/16Uiu2HAm7GaCSTpDJDPEGGpH3KojTHRaFqDJmuSkBbJ746QiVwqa","/ip4/172.18.116.228/tcp/40490/ws/p2p/16Uiu2HAm7GaCSTpDJDPEGGpH3KojTHRaFqDJmuSkBbJ746QiVwqa"],"enrUri":"enr:-L24QHYFNcZ5uf57Ep5fB_XHu0ZhTv9WoOXNdMSQVSiovD2uOy3xQfTyZns3jDu6nGV4U61BEnHFEsFD27pfmkgaMs0CgmlkgnY0gmlwhKwSdOSKbXVsdGlhZGRyc5YACASsEnTkBp4pAAoErBJ05AaeKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECr_d6aB6l-54lzFJQTT8ofltyczZjqG3w2lUcYAxT_KmDdGNwgp4pg3VkcIKeK4V3YWt1MgU"}'
2026-03-17 04:34:57.187 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:34:57.187 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:34:57.187 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:34:57.188 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-17 04:34:57.189 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.178
2026-03-17 04:34:57.189 DEBUG [src.node.docker_mananger] Generated ports ['37932', '37933', '37934', '37935', '37936']
2026-03-17 04:34:57.189 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:34:57.189 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:34:57.189 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:34:57.189 DEBUG [src.node.docker_mananger] docker run -i -t -p 37932:37932 -p 37933:37933 -p 37934:37934 -p 37935:37935 -p 37936:37936 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=37934 --rest-port=37932 --tcp-port=37933 --discv5-udp-port=37935 --rest-address=0.0.0.0 --nat=extip:172.18.1.178 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c15f9ffabcafd4b7763ba5ebde46bab9aacf545df70eac8bcde8b5f047a2d2bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37936 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QHYFNcZ5uf57Ep5fB_XHu0ZhTv9WoOXNdMSQVSiovD2uOy3xQfTyZns3jDu6nGV4U61BEnHFEsFD27pfmkgaMs0CgmlkgnY0gmlwhKwSdOSKbXVsdGlhZGRyc5YACASsEnTkBp4pAAoErBJ05AaeKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECr_d6aB6l-54lzFJQTT8ofltyczZjqG3w2lUcYAxT_KmDdGNwgp4pg3VkcIKeK4V3YWt1MgU
2026-03-17 04:34:57.389 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.178 waku 8651c515c8cc2e11296d8481858f90fb87c1c2b0595092299bf6df59434808d6
2026-03-17 04:34:57.425 DEBUG [src.node.docker_mananger] Container started with ID 8651c515c8cc. Setting up logs at ./log/docker/node2_2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6__wakuorg_nwaku:latest.log
2026-03-17 04:34:57.426 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37932
2026-03-17 04:34:57.426 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:34:58.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37932/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:58.449 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_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-17 04:34:58.449 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:34:58.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37932/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:58.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.178/tcp/37933/p2p/16Uiu2HAmMguA7waKQ5rscBmjPmSdNoVZn7PJT7iiThXbpjwJZsCp","/ip4/172.18.1.178/tcp/37934/ws/p2p/16Uiu2HAmMguA7waKQ5rscBmjPmSdNoVZn7PJT7iiThXbpjwJZsCp"],"enrUri":"enr:-L24QAoh6P4tqVamRplYkDzJsyGaTcXYCRX50uwUcBaDtcbEchT2wq4LTlKM4SaeFMI4ghXeCURpIBHNMHJkERxYR_MCgmlkgnY0gmlwhKwSAbKKbXVsdGlhZGRyc5YACASsEgGyBpQtAAoErBIBsgaULt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhjZ5AkwenuxYOuqCAqHHZ9qAoRHIOlYTPpRvqa2PSIWDdGNwgpQtg3VkcIKUL4V3YWt1MgU"}'
2026-03-17 04:34:58.458 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:34:58.458 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:34:58.459 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:34:58.462 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-17 04:34:58.463 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.194
2026-03-17 04:34:58.463 DEBUG [src.node.docker_mananger] Generated ports ['29852', '29853', '29854', '29855', '29856']
2026-03-17 04:34:58.463 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:34:58.463 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:34:58.464 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:34:58.464 DEBUG [src.node.docker_mananger] docker run -i -t -p 29852:29852 -p 29853:29853 -p 29854:29854 -p 29855:29855 -p 29856:29856 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=29854 --rest-port=29852 --tcp-port=29853 --discv5-udp-port=29855 --rest-address=0.0.0.0 --nat=extip:172.18.225.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0fed65425db42b6dcabeee0eb79a3773dc2fcaccaad6e039e606dda3584bbe5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29856 --metrics-logging=true --relay=false --filternode=/ip4/172.18.1.178/tcp/37933/p2p/16Uiu2HAmMguA7waKQ5rscBmjPmSdNoVZn7PJT7iiThXbpjwJZsCp --discv5-bootstrap-node=enr:-L24QAoh6P4tqVamRplYkDzJsyGaTcXYCRX50uwUcBaDtcbEchT2wq4LTlKM4SaeFMI4ghXeCURpIBHNMHJkERxYR_MCgmlkgnY0gmlwhKwSAbKKbXVsdGlhZGRyc5YACASsEgGyBpQtAAoErBIBsgaULt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhjZ5AkwenuxYOuqCAqHHZ9qAoRHIOlYTPpRvqa2PSIWDdGNwgpQtg3VkcIKUL4V3YWt1MgU
2026-03-17 04:34:58.673 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.194 waku 28b146aa8fd14c4e64df2967d0bdd02668ec314373b3e9c5dc5724460bf9deb2
2026-03-17 04:34:58.710 DEBUG [src.node.docker_mananger] Container started with ID 28b146aa8fd1. Setting up logs at ./log/docker/node3_2026-03-17_04-34-53__42e383f9-dd5d-4250-9c8f-cb2b873692c6__wakuorg_nwaku:latest.log
2026-03-17 04:34:58.710 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29852
2026-03-17 04:34:58.711 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:34:59.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29852/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:59.715 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-17 04:34:59.715 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:34:59.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29852/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:59.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.225.194/tcp/29853/p2p/16Uiu2HAmRs2R6WBjPQ2cHryaQeBgT6NENEWwGjYhha3JgXZs2prQ","/ip4/172.18.225.194/tcp/29854/ws/p2p/16Uiu2HAmRs2R6WBjPQ2cHryaQeBgT6NENEWwGjYhha3JgXZs2prQ"],"enrUri":"enr:-L24QCHQ1g3Iq95E7BdlB4fmpvho_PkbpwQCPP1-PyCOGlm4M05AOIlytksXNyhW4HSbBl7IJnLr98UFD6nArchcblsCgmlkgnY0gmlwhKwS4cKKbXVsdGlhZGRyc5YACASsEuHCBnSdAAoErBLhwgZ0nt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxD08QBSV5N0XvDMlIAOjSdttskeKxuz57xTHsvAJThWDdGNwgnSdg3VkcIJ0n4V3YWt1MgA"}'
2026-03-17 04:34:59.718 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:34:59.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40488/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-17 04:34:59.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:34:59.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37932/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-17 04:34:59.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:34:59.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29852/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-17 04:34:59.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-17 04:34:59.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40488/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:59.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.1.178/tcp/54572/p2p/16Uiu2HAmMguA7waKQ5rscBmjPmSdNoVZn7PJT7iiThXbpjwJZsCp","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-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","origin":"UnknownOrigin"}]'
2026-03-17 04:34:59.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37932/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:59.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.225.194/tcp/51732/p2p/16Uiu2HAmRs2R6WBjPQ2cHryaQeBgT6NENEWwGjYhha3JgXZs2prQ","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","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.116.228/tcp/40489/p2p/16Uiu2HAm7GaCSTpDJDPEGGpH3KojTHRaFqDJmuSkBbJ746QiVwqa","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-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","origin":"Discv5"}]'
2026-03-17 04:34:59.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29852/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:59.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.1.178/tcp/37933/p2p/16Uiu2HAmMguA7waKQ5rscBmjPmSdNoVZn7PJT7iiThXbpjwJZsCp","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-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","origin":"Discv5"}]'
2026-03-17 04:34:59.799 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-17 04:35:29.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40488/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2026-03-17 04:35:29.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:35:29.806 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:35:30.806 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-17 04:35:30.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29852/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:35:30.810 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":1773722129800219100,"ephemeral":false}]'
2026-03-17 04:35:30.813 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-17 04:35:30.814 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-17 04:35:30.814 DEBUG [src.node.waku_node] Stopping container with id 58b3dd5015a7
2026-03-17 04:35:31.362 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:35:31.362 DEBUG [src.node.waku_node] Stopping container with id 8651c515c8cc
2026-03-17 04:35:31.910 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:35:31.910 DEBUG [src.node.waku_node] Stopping container with id 28b146aa8fd1
2026-03-17 04:35:32.178 ERROR [src.node.docker_mananger] Max retries reached for container 58b3dd5015a7. Exiting log stream.
2026-03-17 04:35:32.433 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:35:32.435 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-17 04:35:32.452 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-17 04:35:32.498 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-17 04:35:32.509 DEBUG [src.node.docker_mananger] No errors found in the waku logs.