103 lines
20 KiB
Plaintext

2025-12-10 04:10:51.003 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-10 04:10:51.004 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628
2025-12-10 04:10:51.004 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-10 04:10:51.004 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-10 04:10:51.005 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-10 04:10:51.015 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:10:51.015 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628__wakuorg_nwaku:latest.log
2025-12-10 04:10:51.021 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:10:51.021 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628__wakuorg_nwaku:latest.log
2025-12-10 04:10:51.027 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:10:51.027 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628__wakuorg_nwaku:latest.log
2025-12-10 04:10:51.028 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-10 04:10:51.028 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-10 04:10:51.029 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:10:51.029 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:10:51.071 DEBUG [src.node.docker_mananger] Network waku created
2025-12-10 04:10:51.071 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.46
2025-12-10 04:10:51.072 DEBUG [src.node.docker_mananger] Generated ports ['15428', '15429', '15430', '15431', '15432']
2025-12-10 04:10:51.072 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:10:51.072 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:10:51.072 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:10:51.072 DEBUG [src.node.docker_mananger] docker run -i -t -p 15428:15428 -p 15429:15429 -p 15430:15430 -p 15431:15431 -p 15432:15432 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=15430 --rest-port=15428 --tcp-port=15429 --discv5-udp-port=15431 --rest-address=0.0.0.0 --nat=extip:172.18.231.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d8fdedadf4eef6517a6c4fda607cacdb41f9bccbdc7ca53878927ab0e3aed12f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15432 --metrics-logging=true --filter=true --relay=true
2025-12-10 04:10:53.218 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.46 waku db5f2f80b56d618ccf5a6c8dfe4108dfa0faf604eac47004999e0b525d9c0d15
2025-12-10 04:10:53.250 DEBUG [src.node.docker_mananger] Container started with ID db5f2f80b56d. Setting up logs at ./log/docker/node1_2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628__wakuorg_nwaku:latest.log
2025-12-10 04:10:53.250 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15428
2025-12-10 04:10:53.250 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:10:54.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15428/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:54.255 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"}]}'
2025-12-10 04:10:54.256 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:10:54.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15428/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:54.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.46/tcp/15429/p2p/16Uiu2HAmCN1LucUm5FaCyqLdSDXEn7AXBkNrU9K2bNe4zM8vygSs","/ip4/172.18.231.46/tcp/15430/ws/p2p/16Uiu2HAmCN1LucUm5FaCyqLdSDXEn7AXBkNrU9K2bNe4zM8vygSs"],"enrUri":"enr:-L24QP9Sfw6FIKBzjljk3hZLXkB64bzokSSRKFaLvxOyVem2Vjc9teNVQ0TbvP_48wAI03Z-BCkI3tyZaquAyaMpVEECgmlkgnY0gmlwhKwS5y6KbXVsdGlhZGRyc5YACASsEucuBjxFAAoErBLnLgY8Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-6Y_325NNRVbxSQh8NjjupZqlWgili-1n3ZknCzOF0iDdGNwgjxFg3VkcII8R4V3YWt1MgU"}'
2025-12-10 04:10:54.259 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:10:54.259 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:10:54.259 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:10:54.261 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-10 04:10:54.261 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.62
2025-12-10 04:10:54.261 DEBUG [src.node.docker_mananger] Generated ports ['11699', '11700', '11701', '11702', '11703']
2025-12-10 04:10:54.261 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:10:54.261 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:10:54.261 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:10:54.261 DEBUG [src.node.docker_mananger] docker run -i -t -p 11699:11699 -p 11700:11700 -p 11701:11701 -p 11702:11702 -p 11703:11703 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=11701 --rest-port=11699 --tcp-port=11700 --discv5-udp-port=11702 --rest-address=0.0.0.0 --nat=extip:172.18.239.62 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dda197ffb7e69738d7f4e14aebfefc8f0b6d7cdf9cde741fe1f7b83fc5afe28a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11703 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QP9Sfw6FIKBzjljk3hZLXkB64bzokSSRKFaLvxOyVem2Vjc9teNVQ0TbvP_48wAI03Z-BCkI3tyZaquAyaMpVEECgmlkgnY0gmlwhKwS5y6KbXVsdGlhZGRyc5YACASsEucuBjxFAAoErBLnLgY8Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-6Y_325NNRVbxSQh8NjjupZqlWgili-1n3ZknCzOF0iDdGNwgjxFg3VkcII8R4V3YWt1MgU
2025-12-10 04:10:54.453 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.62 waku 73984903e5473ffd49dbea5a7554a8557345de157529549391a9dc8884a501c0
2025-12-10 04:10:54.484 DEBUG [src.node.docker_mananger] Container started with ID 73984903e547. Setting up logs at ./log/docker/node2_2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628__wakuorg_nwaku:latest.log
2025-12-10 04:10:54.485 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11699
2025-12-10 04:10:54.485 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:10:55.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11699/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:55.499 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"}]}'
2025-12-10 04:10:55.501 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:10:55.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11699/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:55.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.62/tcp/11700/p2p/16Uiu2HAmCX8qaDfJ21vKhteM27DBaipzUxxQj9uYsZ2N9GZxRVu2","/ip4/172.18.239.62/tcp/11701/ws/p2p/16Uiu2HAmCX8qaDfJ21vKhteM27DBaipzUxxQj9uYsZ2N9GZxRVu2"],"enrUri":"enr:-L24QLrljQXV6Sheaad5rr-NI7k4zGiuL8IIBau-RgfunyQJJ5TL4HK98Or6iyp3KszoeBOJBLSGWleysEVzE5QV41ACgmlkgnY0gmlwhKwS7z6KbXVsdGlhZGRyc5YACASsEu8-Bi20AAoErBLvPgYttd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_fzzVs12bn_4z3i-4_TKUe_xRJJv17WX7wa6FVS_0qmDdGNwgi20g3VkcIIttoV3YWt1MgU"}'
2025-12-10 04:10:55.507 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:10:55.507 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:10:55.507 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:10:55.510 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-10 04:10:55.510 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.181.50
2025-12-10 04:10:55.511 DEBUG [src.node.docker_mananger] Generated ports ['23535', '23536', '23537', '23538', '23539']
2025-12-10 04:10:55.511 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:10:55.511 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:10:55.511 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:10:55.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 23535:23535 -p 23536:23536 -p 23537:23537 -p 23538:23538 -p 23539:23539 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=23537 --rest-port=23535 --tcp-port=23536 --discv5-udp-port=23538 --rest-address=0.0.0.0 --nat=extip:172.18.181.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=431fe0fef6bb9c5473549edc0c7533192b2a2d558fdde7b1edcdb120eff0d13e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23539 --metrics-logging=true --relay=false --filternode=/ip4/172.18.239.62/tcp/11700/p2p/16Uiu2HAmCX8qaDfJ21vKhteM27DBaipzUxxQj9uYsZ2N9GZxRVu2 --discv5-bootstrap-node=enr:-L24QLrljQXV6Sheaad5rr-NI7k4zGiuL8IIBau-RgfunyQJJ5TL4HK98Or6iyp3KszoeBOJBLSGWleysEVzE5QV41ACgmlkgnY0gmlwhKwS7z6KbXVsdGlhZGRyc5YACASsEu8-Bi20AAoErBLvPgYttd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_fzzVs12bn_4z3i-4_TKUe_xRJJv17WX7wa6FVS_0qmDdGNwgi20g3VkcIIttoV3YWt1MgU
2025-12-10 04:10:55.697 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.181.50 waku c351d9dbc52a797e35418f0e93e5abb4ef0e313367427b0546e9bf76d1fd6a41
2025-12-10 04:10:55.729 DEBUG [src.node.docker_mananger] Container started with ID c351d9dbc52a. Setting up logs at ./log/docker/node3_2025-12-10_04-10-51__a8eeb22f-c0f5-4980-9d61-0a0a3a0ae628__wakuorg_nwaku:latest.log
2025-12-10 04:10:55.730 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23535
2025-12-10 04:10:55.730 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:10:56.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23535/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:56.734 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"}]}'
2025-12-10 04:10:56.735 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:10:56.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23535/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:56.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.181.50/tcp/23536/p2p/16Uiu2HAmBhrHZDJDfRutPNWh747btpsugqsa4mFuHfhf1zdyxd6c","/ip4/172.18.181.50/tcp/23537/ws/p2p/16Uiu2HAmBhrHZDJDfRutPNWh747btpsugqsa4mFuHfhf1zdyxd6c"],"enrUri":"enr:-L24QJUETKLQ3FiXIU4xp3NJ7-ghxNWyKKf7fnr5M0tzxhgMZQU-GemZ1oRlsQ4Vxubj3uobXE8dvucCku1xsg_DflACgmlkgnY0gmlwhKwStTKKbXVsdGlhZGRyc5YACASsErUyBlvwAAoErBK1MgZb8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8d_v5MKbv3OImpcUjJUDEkwzAp6SX-xwePIA47UK0S2DdGNwglvwg3VkcIJb8oV3YWt1MgA"}'
2025-12-10 04:10:56.737 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:10:56.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15428/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-10 04:10:56.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:10:56.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11699/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-10 04:10:56.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:10:56.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23535/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-10 04:10:56.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2025-12-10 04:10:56.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15428/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:56.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.239.62/tcp/35586/p2p/16Uiu2HAmCX8qaDfJ21vKhteM27DBaipzUxxQj9uYsZ2N9GZxRVu2","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-112-g12952d","origin":"UnknownOrigin"}]'
2025-12-10 04:10:56.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11699/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:56.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.231.46/tcp/15429/p2p/16Uiu2HAmCN1LucUm5FaCyqLdSDXEn7AXBkNrU9K2bNe4zM8vygSs","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-112-g12952d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.181.50/tcp/49214/p2p/16Uiu2HAmBhrHZDJDfRutPNWh747btpsugqsa4mFuHfhf1zdyxd6c","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-112-g12952d","origin":"UnknownOrigin"}]'
2025-12-10 04:10:56.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23535/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:10:56.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.239.62/tcp/11700/p2p/16Uiu2HAmCX8qaDfJ21vKhteM27DBaipzUxxQj9uYsZ2N9GZxRVu2","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-112-g12952d","origin":"Discv5"}]'
2025-12-10 04:10:56.798 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-10 04:11:26.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15428/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)'}'
2025-12-10 04:11:26.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:11:26.805 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:11:27.806 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-10 04:11:27.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23535/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:11:27.809 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":1765339886799620664,"ephemeral":false}]'
2025-12-10 04:11:27.813 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-10 04:11:27.814 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-10 04:11:27.814 DEBUG [src.node.waku_node] Stopping container with id db5f2f80b56d
2025-12-10 04:11:28.361 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:11:28.362 DEBUG [src.node.waku_node] Stopping container with id 73984903e547
2025-12-10 04:11:28.900 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:11:28.900 DEBUG [src.node.waku_node] Stopping container with id c351d9dbc52a
2025-12-10 04:11:29.181 ERROR [src.node.docker_mananger] Max retries reached for container db5f2f80b56d. Exiting log stream.
2025-12-10 04:11:29.436 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:11:29.437 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-10 04:11:29.455 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-10 04:11:29.481 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-10 04:11:29.492 DEBUG [src.node.docker_mananger] No errors found in the waku logs.