116 lines
21 KiB
Plaintext

2026-03-17 04:34:43.256 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-17 04:34:43.257 DEBUG [tests.conftest] Running test: test_repeated_filter_requestID with id: 2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7
2026-03-17 04:34:43.257 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-17 04:34:43.257 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-17 04:34:43.257 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-17 04:34:43.267 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:34:43.267 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7__wakuorg_nwaku:latest.log
2026-03-17 04:34:43.273 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:34:43.273 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7__wakuorg_nwaku:latest.log
2026-03-17 04:34:43.282 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-17 04:34:43.283 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7__wakuorg_nwaku:latest.log
2026-03-17 04:34:43.283 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-17 04:34:43.283 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-17 04:34:43.284 DEBUG [tests.e2e.test_e2e] Create 3 nodes
2026-03-17 04:34:43.284 DEBUG [tests.e2e.test_e2e] Start 3 nodes with their corresponding config
2026-03-17 04:34:43.284 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:34:43.285 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:34:43.320 DEBUG [src.node.docker_mananger] Network waku created
2026-03-17 04:34:43.320 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.204
2026-03-17 04:34:43.320 DEBUG [src.node.docker_mananger] Generated ports ['27678', '27679', '27680', '27681', '27682']
2026-03-17 04:34:43.321 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:34:43.321 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:34:43.321 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:34:43.321 DEBUG [src.node.docker_mananger] docker run -i -t -p 27678:27678 -p 27679:27679 -p 27680:27680 -p 27681:27681 -p 27682:27682 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=27680 --rest-port=27678 --tcp-port=27679 --discv5-udp-port=27681 --rest-address=0.0.0.0 --nat=extip:172.18.242.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7adaf5db518d22fff0d4e9701fba404b88bbfeec1b3d248f89b9c014acc110b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27682 --metrics-logging=true --relay=true --store=true
2026-03-17 04:34:46.788 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.204 waku 479cace7f51651a29f941f731184c34076a5d64240f12e8c23ef1ae461a9a79b
2026-03-17 04:34:46.820 DEBUG [src.node.docker_mananger] Container started with ID 479cace7f516. Setting up logs at ./log/docker/node1_2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7__wakuorg_nwaku:latest.log
2026-03-17 04:34:46.820 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27678
2026-03-17 04:34:46.821 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:34:47.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27678/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:47.825 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_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"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:47.825 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:34:47.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27678/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:47.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.204/tcp/27679/p2p/16Uiu2HAmQpkyCaJSiphxfLHwyKXubKNpzyeq4hcNmEG1JuvqyQZ2","/ip4/172.18.242.204/tcp/27680/ws/p2p/16Uiu2HAmQpkyCaJSiphxfLHwyKXubKNpzyeq4hcNmEG1JuvqyQZ2"],"enrUri":"enr:-L24QDM7lkIq1l0kjDOnzFOKUteHSmqGLoCDj1VrzLLnw7DzfCF2psmIzEPe2Rkb_eZFE-5aBOS22glxoZZxkMj1xS4CgmlkgnY0gmlwhKwS8syKbXVsdGlhZGRyc5YACASsEvLMBmwfAAoErBLyzAZsIN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtMzr4q6olHi6xv6L91257Z_ng_gqtly4Rg2jfhu3nN2DdGNwgmwfg3VkcIJsIYV3YWt1MgM"}'
2026-03-17 04:34:47.828 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:34:47.828 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:34:47.828 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:34:47.829 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-17 04:34:47.829 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.182
2026-03-17 04:34:47.830 DEBUG [src.node.docker_mananger] Generated ports ['50251', '50252', '50253', '50254', '50255']
2026-03-17 04:34:47.830 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:34:47.830 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:34:47.830 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:34:47.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 50251:50251 -p 50252:50252 -p 50253:50253 -p 50254:50254 -p 50255:50255 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=50253 --rest-port=50251 --tcp-port=50252 --discv5-udp-port=50254 --rest-address=0.0.0.0 --nat=extip:172.18.147.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=04100cc5a4c5d3d61bffc3f63e9e568feeee21a7cc1d7197f3b4140adf625c4d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50255 --metrics-logging=true --relay=true --store=true --filter=true --discv5-bootstrap-node=enr:-L24QDM7lkIq1l0kjDOnzFOKUteHSmqGLoCDj1VrzLLnw7DzfCF2psmIzEPe2Rkb_eZFE-5aBOS22glxoZZxkMj1xS4CgmlkgnY0gmlwhKwS8syKbXVsdGlhZGRyc5YACASsEvLMBmwfAAoErBLyzAZsIN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtMzr4q6olHi6xv6L91257Z_ng_gqtly4Rg2jfhu3nN2DdGNwgmwfg3VkcIJsIYV3YWt1MgM
2026-03-17 04:34:48.006 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.182 waku c241d9d63e1190acfa07fb4c1b22b4fcdab5dea7416a40ebc072c59a8a7f68d4
2026-03-17 04:34:48.034 DEBUG [src.node.docker_mananger] Container started with ID c241d9d63e11. Setting up logs at ./log/docker/node2_2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7__wakuorg_nwaku:latest.log
2026-03-17 04:34:48.034 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50251
2026-03-17 04:34:48.034 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:34:49.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50251/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:49.038 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":"READY"},{"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":"READY"},{"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:49.038 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:34:49.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50251/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:49.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.182/tcp/50252/p2p/16Uiu2HAm5zT9EJNhxt26LkT3VvJqaW7BLM8VYsXRzupynXUFbrrf","/ip4/172.18.147.182/tcp/50253/ws/p2p/16Uiu2HAm5zT9EJNhxt26LkT3VvJqaW7BLM8VYsXRzupynXUFbrrf"],"enrUri":"enr:-L24QBL3Xxp9E0wfPpNl4mTqRjBJvztoUdTPZuUcUBowxiUoVMwR-xIUuHniYqipUfGIe0UMa3xD6GZZ-hAOhMlgj8kCgmlkgnY0gmlwhKwSk7aKbXVsdGlhZGRyc5YACASsEpO2BsRMAAoErBKTtgbETd0DgnJzhQADAQAAiXNlY3AyNTZrMaECnPqFUfJRMOAJOR8eZoRoz9XYIcH3XfU3jAPRitSbcTSDdGNwgsRMg3VkcILEToV3YWt1Mgc"}'
2026-03-17 04:34:49.041 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:34:49.041 DEBUG [src.node.waku_node] Starting Node...
2026-03-17 04:34:49.041 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-17 04:34:49.044 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-17 04:34:49.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.165
2026-03-17 04:34:49.044 DEBUG [src.node.docker_mananger] Generated ports ['63068', '63069', '63070', '63071', '63072']
2026-03-17 04:34:49.044 DEBUG [src.node.waku_node] Cluster id was resolved to: 3
2026-03-17 04:34:49.044 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-17 04:34:49.044 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-17 04:34:49.044 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-17 04:34:49.044 DEBUG [src.node.waku_node] Using volumes []
2026-03-17 04:34:49.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 63068:63068 -p 63069:63069 -p 63070:63070 -p 63071:63071 -p 63072:63072 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=63070 --rest-port=63068 --tcp-port=63069 --discv5-udp-port=63071 --rest-address=0.0.0.0 --nat=extip:172.18.80.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=45b1478db64c2eecaff4bb98cfb73ade109eef97cedceafa91e3a790fe6f185c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63072 --metrics-logging=true --relay=true --filternode=/ip4/172.18.147.182/tcp/50252/p2p/16Uiu2HAm5zT9EJNhxt26LkT3VvJqaW7BLM8VYsXRzupynXUFbrrf --store=false --discv5-bootstrap-node=enr:-L24QBL3Xxp9E0wfPpNl4mTqRjBJvztoUdTPZuUcUBowxiUoVMwR-xIUuHniYqipUfGIe0UMa3xD6GZZ-hAOhMlgj8kCgmlkgnY0gmlwhKwSk7aKbXVsdGlhZGRyc5YACASsEpO2BsRMAAoErBKTtgbETd0DgnJzhQADAQAAiXNlY3AyNTZrMaECnPqFUfJRMOAJOR8eZoRoz9XYIcH3XfU3jAPRitSbcTSDdGNwgsRMg3VkcILEToV3YWt1Mgc
2026-03-17 04:34:49.224 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.165 waku 72ff2b8fa637774cf96b08e7733bdc9ebc95165c469ddf437f344472b1c04b2b
2026-03-17 04:34:49.257 DEBUG [src.node.docker_mananger] Container started with ID 72ff2b8fa637. Setting up logs at ./log/docker/node3_2026-03-17_04-34-43__dc8cf76a-4b38-4aa0-bc2b-099a3a919fa7__wakuorg_nwaku:latest.log
2026-03-17 04:34:49.257 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63068
2026-03-17 04:34:49.258 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-17 04:34:50.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63068/health" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:50.261 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_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:50.261 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-17 04:34:50.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63068/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:50.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.165/tcp/63069/p2p/16Uiu2HAmKAjNL9YinHATwWPFqyQU2qLb7KSKd4Zp3BRuaHNGB3Vk","/ip4/172.18.80.165/tcp/63070/ws/p2p/16Uiu2HAmKAjNL9YinHATwWPFqyQU2qLb7KSKd4Zp3BRuaHNGB3Vk"],"enrUri":"enr:-L24QCxV56C-kSuCnBpHdutTt-fXJhc1BKdBPmJpynDkmxVsU_vDWPxg1LJ8mEgezfxC5JZBW3-Sr6EsBiBuEZ7cXDcCgmlkgnY0gmlwhKwSUKWKbXVsdGlhZGRyc5YACASsElClBvZdAAoErBJQpQb2Xt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYMSbBsCnhwWEzn74khlRvw6O3pzgie80BYnG7S0nWuuDdGNwgvZdg3VkcIL2X4V3YWt1MgE"}'
2026-03-17 04:34:50.264 INFO [src.node.waku_node] REST service is ready !!
2026-03-17 04:34:50.264 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topics
2026-03-17 04:34:50.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27678/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-17 04:34:50.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:34:50.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50251/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-17 04:34:50.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:34:50.273 DEBUG [tests.e2e.test_e2e] Wait for all nodes auto connection
2026-03-17 04:34:50.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27678/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:50.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.147.182/tcp/60992/p2p/16Uiu2HAm5zT9EJNhxt26LkT3VvJqaW7BLM8VYsXRzupynXUFbrrf","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/store-query/3.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:50.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50251/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:34:50.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.242.204/tcp/27679/p2p/16Uiu2HAmQpkyCaJSiphxfLHwyKXubKNpzyeq4hcNmEG1JuvqyQZ2","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/store-query/3.0.0","/vac/waku/relay/2.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":"Discv5"}]'
2026-03-17 04:34:50.291 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-17 04:35:20.291 DEBUG [tests.e2e.test_e2e] Node3 subscribe to filter for pubsubtopic /waku/2/rs/3/1 2 times with same request id
2026-03-17 04:35:20.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63068/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:35:20.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-17 04:35:20.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63068/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:35:20.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-17 04:35:20.311 DEBUG [tests.e2e.test_e2e] Node1 publish message for topic /waku/2/rs/3/1
2026-03-17 04:35:20.312 DEBUG [src.steps.store] Relaying message
2026-03-17 04:35:20.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27678/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:20.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-17 04:35:20.318 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-17 04:35:20.518 DEBUG [src.libs.common] Sleeping for 5 seconds
2026-03-17 04:35:25.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63068/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:35:25.522 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":1773722120312086847,"ephemeral":false}]'
2026-03-17 04:35:25.522 DEBUG [tests.e2e.test_e2e] Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1773722120312086847, 'ephemeral': False}]
2026-03-17 04:35:25.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63068/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-17 04:35:25.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-03-17 04:35:25.525 DEBUG [tests.e2e.test_e2e] Response for node3 using same request ID is []
2026-03-17 04:35:25.527 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-17 04:35:25.528 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-17 04:35:25.528 DEBUG [src.node.waku_node] Stopping container with id 479cace7f516
2026-03-17 04:35:26.039 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:35:26.040 DEBUG [src.node.waku_node] Stopping container with id c241d9d63e11
2026-03-17 04:35:26.519 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:35:26.520 DEBUG [src.node.waku_node] Stopping container with id 72ff2b8fa637
2026-03-17 04:35:26.853 ERROR [src.node.docker_mananger] Max retries reached for container 479cace7f516. Exiting log stream.
2026-03-17 04:35:27.020 DEBUG [src.node.waku_node] Container stopped.
2026-03-17 04:35:27.024 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-17 04:35:27.052 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-17 04:35:27.076 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-17 04:35:27.097 DEBUG [src.node.docker_mananger] No errors found in the waku logs.