103 lines
20 KiB
Plaintext

2026-01-30 04:31:02.035 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-30 04:31:02.036 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57
2026-01-30 04:31:02.036 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-30 04:31:02.036 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-30 04:31:02.036 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-30 04:31:02.046 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:31:02.046 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57__wakuorg_nwaku:latest.log
2026-01-30 04:31:02.052 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:31:02.052 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57__wakuorg_nwaku:latest.log
2026-01-30 04:31:02.057 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:31:02.057 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57__wakuorg_nwaku:latest.log
2026-01-30 04:31:02.058 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-30 04:31:02.058 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-30 04:31:02.059 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:31:02.059 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:31:02.098 DEBUG [src.node.docker_mananger] Network waku created
2026-01-30 04:31:02.098 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.196
2026-01-30 04:31:02.098 DEBUG [src.node.docker_mananger] Generated ports ['16375', '16376', '16377', '16378', '16379']
2026-01-30 04:31:02.099 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:31:02.099 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:31:02.099 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:31:02.099 DEBUG [src.node.docker_mananger] docker run -i -t -p 16375:16375 -p 16376:16376 -p 16377:16377 -p 16378:16378 -p 16379:16379 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=16377 --rest-port=16375 --tcp-port=16376 --discv5-udp-port=16378 --rest-address=0.0.0.0 --nat=extip:172.18.3.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e24a65b34d74facc27ce0edc8ffdaa9bfd3a1cb03ba8ad57aa3f4db919686cb2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16379 --metrics-logging=true --filter=true --relay=true
2026-01-30 04:31:05.285 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.196 waku fb218fe2dc62dc1ab70dcc08cfcd2d86014acb9b0af03ab1a9be9d9b066b5c79
2026-01-30 04:31:05.318 DEBUG [src.node.docker_mananger] Container started with ID fb218fe2dc62. Setting up logs at ./log/docker/node1_2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57__wakuorg_nwaku:latest.log
2026-01-30 04:31:05.319 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16375
2026-01-30 04:31:05.319 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:06.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16375/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.324 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_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"}]}'
2026-01-30 04:31:06.324 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:31:06.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16375/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:06.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.196/tcp/16376/p2p/16Uiu2HAkxennYRAikmDVKpRkzKDbKFki3a7pYU5wvAfSc8sHaToc","/ip4/172.18.3.196/tcp/16377/ws/p2p/16Uiu2HAkxennYRAikmDVKpRkzKDbKFki3a7pYU5wvAfSc8sHaToc"],"enrUri":"enr:-L24QJZZPeGxYIs9LNBWJe0SNnx061w92wJ9HBY5R0swpdfMD8VaIco1f6IyHhYIl-jVMM3jDgkNSGehgZtdpi_80iQCgmlkgnY0gmlwhKwSA8SKbXVsdGlhZGRyc5YACASsEgPEBj_4AAoErBIDxAY_-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECL-9Oj_1MvNm6Uzabk7ROn39gayWZfUotYsNdC8qKRd-DdGNwgj_4g3VkcII_-oV3YWt1MgU"}'
2026-01-30 04:31:06.327 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:31:06.327 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:31:06.327 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:31:06.328 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:31:06.329 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.117
2026-01-30 04:31:06.329 DEBUG [src.node.docker_mananger] Generated ports ['55949', '55950', '55951', '55952', '55953']
2026-01-30 04:31:06.329 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:31:06.329 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:31:06.329 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:31:06.329 DEBUG [src.node.docker_mananger] docker run -i -t -p 55949:55949 -p 55950:55950 -p 55951:55951 -p 55952:55952 -p 55953:55953 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=55951 --rest-port=55949 --tcp-port=55950 --discv5-udp-port=55952 --rest-address=0.0.0.0 --nat=extip:172.18.188.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ade4db1d519b5fa6dd3be4c94792b1621e77b3aaad038242a952b04b105b841 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55953 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QJZZPeGxYIs9LNBWJe0SNnx061w92wJ9HBY5R0swpdfMD8VaIco1f6IyHhYIl-jVMM3jDgkNSGehgZtdpi_80iQCgmlkgnY0gmlwhKwSA8SKbXVsdGlhZGRyc5YACASsEgPEBj_4AAoErBIDxAY_-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECL-9Oj_1MvNm6Uzabk7ROn39gayWZfUotYsNdC8qKRd-DdGNwgj_4g3VkcII_-oV3YWt1MgU
2026-01-30 04:31:06.513 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.117 waku d2afe7211de71d6ab30a12902316834fd94bf9a6b6fa1641dc686692a5460e7f
2026-01-30 04:31:06.544 DEBUG [src.node.docker_mananger] Container started with ID d2afe7211de7. Setting up logs at ./log/docker/node2_2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57__wakuorg_nwaku:latest.log
2026-01-30 04:31:06.545 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55949
2026-01-30 04:31:06.545 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:07.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55949/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:07.560 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_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":"READY"}]}'
2026-01-30 04:31:07.561 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:31:07.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55949/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:07.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.117/tcp/55950/p2p/16Uiu2HAm3fxsGf1ZFbD5YfNovFdXscdjimuzR4vnvkUB4XPLwFLB","/ip4/172.18.188.117/tcp/55951/ws/p2p/16Uiu2HAm3fxsGf1ZFbD5YfNovFdXscdjimuzR4vnvkUB4XPLwFLB"],"enrUri":"enr:-L24QHgpjn9syjg1nFlScS28PhrpCYnsPIapeg8vtvgEu-wTXh3A2_WRQJH_9_GYyddrsdKZxW36XssoV1nfcAl53kICgmlkgnY0gmlwhKwSvHWKbXVsdGlhZGRyc5YACASsErx1BtqOAAoErBK8dQbaj90DgnJzhQADAQAAiXNlY3AyNTZrMaECeoa4trsh-2mhoueSSk_B1aFUdoKc3UuM1gi6fxROG7CDdGNwgtqOg3VkcILakIV3YWt1MgU"}'
2026-01-30 04:31:07.565 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:31:07.566 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:31:07.566 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:31:07.569 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:31:07.569 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.197
2026-01-30 04:31:07.570 DEBUG [src.node.docker_mananger] Generated ports ['41846', '41847', '41848', '41849', '41850']
2026-01-30 04:31:07.570 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:31:07.570 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:31:07.570 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:31:07.570 DEBUG [src.node.docker_mananger] docker run -i -t -p 41846:41846 -p 41847:41847 -p 41848:41848 -p 41849:41849 -p 41850:41850 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=41848 --rest-port=41846 --tcp-port=41847 --discv5-udp-port=41849 --rest-address=0.0.0.0 --nat=extip:172.18.167.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4acf72d838bdbea02bb8d766b56fcf4bacc32f7666edcd4ddbf0d71aea5233b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41850 --metrics-logging=true --relay=false --filternode=/ip4/172.18.188.117/tcp/55950/p2p/16Uiu2HAm3fxsGf1ZFbD5YfNovFdXscdjimuzR4vnvkUB4XPLwFLB --discv5-bootstrap-node=enr:-L24QHgpjn9syjg1nFlScS28PhrpCYnsPIapeg8vtvgEu-wTXh3A2_WRQJH_9_GYyddrsdKZxW36XssoV1nfcAl53kICgmlkgnY0gmlwhKwSvHWKbXVsdGlhZGRyc5YACASsErx1BtqOAAoErBK8dQbaj90DgnJzhQADAQAAiXNlY3AyNTZrMaECeoa4trsh-2mhoueSSk_B1aFUdoKc3UuM1gi6fxROG7CDdGNwgtqOg3VkcILakIV3YWt1MgU
2026-01-30 04:31:07.771 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.197 waku ec8ffceacb61660afd66ac2fecf667250b04f13b9dcf521fc151edf84cdd8cf8
2026-01-30 04:31:07.802 DEBUG [src.node.docker_mananger] Container started with ID ec8ffceacb61. Setting up logs at ./log/docker/node3_2026-01-30_04-31-02__b7e9e39a-18c8-4c51-bb31-2cd4cb72fb57__wakuorg_nwaku:latest.log
2026-01-30 04:31:07.802 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41846
2026-01-30 04:31:07.802 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:08.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41846/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:08.807 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":"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":"READY"}]}'
2026-01-30 04:31:08.807 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:31:08.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41846/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:08.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.197/tcp/41847/p2p/16Uiu2HAm9tZN8gKz3QUExiTLyc94wtvbKVGqZYiZ3PF9YjtUEeHt","/ip4/172.18.167.197/tcp/41848/ws/p2p/16Uiu2HAm9tZN8gKz3QUExiTLyc94wtvbKVGqZYiZ3PF9YjtUEeHt"],"enrUri":"enr:-L24QDdUXUIVDWYY7fYlEW9jP1ohAxtRUM1--gJG3CvsrXloNzrzNW_cLlkC0UQkAFkydPzpKAEIOyQwd9zIpHUwiD0CgmlkgnY0gmlwhKwSp8WKbXVsdGlhZGRyc5YACASsEqfFBqN3AAoErBKnxQajeN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1ubRxBaSIlgPO2zAlplrYpydLTd_7tWvm25wLX8H9Z-DdGNwgqN3g3VkcIKjeYV3YWt1MgA"}'
2026-01-30 04:31:08.809 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:31:08.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16375/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-30 04:31:08.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:08.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55949/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-30 04:31:08.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:08.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41846/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-30 04:31:08.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-01-30 04:31:08.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16375/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:08.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.188.117/tcp/34480/p2p/16Uiu2HAm3fxsGf1ZFbD5YfNovFdXscdjimuzR4vnvkUB4XPLwFLB","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":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-30 04:31:08.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55949/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:08.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.3.196/tcp/16376/p2p/16Uiu2HAkxennYRAikmDVKpRkzKDbKFki3a7pYU5wvAfSc8sHaToc","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":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.167.197/tcp/36112/p2p/16Uiu2HAm9tZN8gKz3QUExiTLyc94wtvbKVGqZYiZ3PF9YjtUEeHt","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-01-30 04:31:08.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41846/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:08.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.188.117/tcp/55950/p2p/16Uiu2HAm3fxsGf1ZFbD5YfNovFdXscdjimuzR4vnvkUB4XPLwFLB","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":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-30 04:31:08.873 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-30 04:31:38.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16375/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-01-30 04:31:38.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:31:38.879 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:31:39.879 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-30 04:31:39.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41846/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:31:39.882 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":1769747498873852394,"ephemeral":false}]'
2026-01-30 04:31:39.886 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-30 04:31:39.887 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-30 04:31:39.887 DEBUG [src.node.waku_node] Stopping container with id fb218fe2dc62
2026-01-30 04:31:40.408 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:31:40.408 DEBUG [src.node.waku_node] Stopping container with id d2afe7211de7
2026-01-30 04:31:40.973 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:31:40.973 DEBUG [src.node.waku_node] Stopping container with id ec8ffceacb61
2026-01-30 04:31:41.220 ERROR [src.node.docker_mananger] Max retries reached for container fb218fe2dc62. Exiting log stream.
2026-01-30 04:31:41.476 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:31:41.477 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-30 04:31:41.494 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:31:41.518 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:31:41.528 DEBUG [src.node.docker_mananger] No errors found in the waku logs.