116 lines
21 KiB
Plaintext

2026-03-08 04:32:04.779 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-08 04:32:04.779 DEBUG [tests.conftest] Running test: test_repeated_filter_requestID with id: 2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50
2026-03-08 04:32:04.780 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-08 04:32:04.780 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-08 04:32:04.780 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-08 04:32:04.789 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:32:04.789 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50__wakuorg_nwaku:latest.log
2026-03-08 04:32:04.796 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:32:04.796 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50__wakuorg_nwaku:latest.log
2026-03-08 04:32:04.802 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:32:04.802 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50__wakuorg_nwaku:latest.log
2026-03-08 04:32:04.802 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-08 04:32:04.802 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-08 04:32:04.803 DEBUG [tests.e2e.test_e2e] Create 3 nodes
2026-03-08 04:32:04.803 DEBUG [tests.e2e.test_e2e] Start 3 nodes with their corresponding config
2026-03-08 04:32:04.803 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:32:04.804 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:32:04.847 DEBUG [src.node.docker_mananger] Network waku created
2026-03-08 04:32:04.848 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.219
2026-03-08 04:32:04.848 DEBUG [src.node.docker_mananger] Generated ports ['36781', '36782', '36783', '36784', '36785']
2026-03-08 04:32:04.848 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:32:04.848 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:32:04.848 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:32:04.848 DEBUG [src.node.docker_mananger] docker run -i -t -p 36781:36781 -p 36782:36782 -p 36783:36783 -p 36784:36784 -p 36785:36785 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=36783 --rest-port=36781 --tcp-port=36782 --discv5-udp-port=36784 --rest-address=0.0.0.0 --nat=extip:172.18.43.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efa8cfc4ac7d6058f1ef4fc7f02b34ea5c3cf6caee7685f9cfd033c48b6dbdaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36785 --metrics-logging=true --relay=true --store=true
2026-03-08 04:32:08.438 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.219 waku 1e0b175d99d808d27452d6f2b186c8344723dea6aa5a429fd80fb83d1f7854c2
2026-03-08 04:32:08.474 DEBUG [src.node.docker_mananger] Container started with ID 1e0b175d99d8. Setting up logs at ./log/docker/node1_2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50__wakuorg_nwaku:latest.log
2026-03-08 04:32:08.475 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36781
2026-03-08 04:32:08.475 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:32:09.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36781/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:09.480 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-08 04:32:09.480 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:32:09.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36781/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:09.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.219/tcp/36782/p2p/16Uiu2HAmR8EZHYUJpMcz4ZoVPLWW4eAU3qMmEPezSrHmaVRL9z5U","/ip4/172.18.43.219/tcp/36783/ws/p2p/16Uiu2HAmR8EZHYUJpMcz4ZoVPLWW4eAU3qMmEPezSrHmaVRL9z5U"],"enrUri":"enr:-L24QOniFtIE1F1n4F8a-Uxg1rrM7MEqWlzrLouYJcNVTp_fVKlDbgA36v8fYBB9KC7BsHQHvb96JLgEzyEus3EiZ1gCgmlkgnY0gmlwhKwSK9uKbXVsdGlhZGRyc5YACASsEivbBo-uAAoErBIr2waPr90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuUb9GdZDLd8MmWFmkQjZTamrX6GBbmsFdX-pwoUoD_eDdGNwgo-ug3VkcIKPsIV3YWt1MgM"}'
2026-03-08 04:32:09.483 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:32:09.483 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:32:09.483 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:32:09.485 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:32:09.485 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.48
2026-03-08 04:32:09.485 DEBUG [src.node.docker_mananger] Generated ports ['64014', '64015', '64016', '64017', '64018']
2026-03-08 04:32:09.485 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:32:09.485 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:32:09.486 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:32:09.486 DEBUG [src.node.docker_mananger] docker run -i -t -p 64014:64014 -p 64015:64015 -p 64016:64016 -p 64017:64017 -p 64018:64018 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=64016 --rest-port=64014 --tcp-port=64015 --discv5-udp-port=64017 --rest-address=0.0.0.0 --nat=extip:172.18.75.48 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7bfc752d3bfe47633746b539f4577ceb38fcdd8f888bccdd164709d9b77a1966 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64018 --metrics-logging=true --relay=true --store=true --filter=true --discv5-bootstrap-node=enr:-L24QOniFtIE1F1n4F8a-Uxg1rrM7MEqWlzrLouYJcNVTp_fVKlDbgA36v8fYBB9KC7BsHQHvb96JLgEzyEus3EiZ1gCgmlkgnY0gmlwhKwSK9uKbXVsdGlhZGRyc5YACASsEivbBo-uAAoErBIr2waPr90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuUb9GdZDLd8MmWFmkQjZTamrX6GBbmsFdX-pwoUoD_eDdGNwgo-ug3VkcIKPsIV3YWt1MgM
2026-03-08 04:32:09.678 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.48 waku 100c1103689f1403e241a631ba20a0aab7d8ae0528707418fff5f8d1484f12b7
2026-03-08 04:32:09.711 DEBUG [src.node.docker_mananger] Container started with ID 100c1103689f. Setting up logs at ./log/docker/node2_2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50__wakuorg_nwaku:latest.log
2026-03-08 04:32:09.712 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64014
2026-03-08 04:32:09.713 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:32:10.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64014/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:10.716 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-08 04:32:10.717 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:32:10.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64014/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:10.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.48/tcp/64015/p2p/16Uiu2HAkxAUApeXBWYis98n7RrEceXtjJXTJHnH8AzRM5Rgr9Yeg","/ip4/172.18.75.48/tcp/64016/ws/p2p/16Uiu2HAkxAUApeXBWYis98n7RrEceXtjJXTJHnH8AzRM5Rgr9Yeg"],"enrUri":"enr:-L24QHEjyhLtEHsjY8E2QhDkjrXweBIF8vvM-AUxP_6zPVp4CuvvHnzNqJx2szP1MJp6Cea_j0VLjleIMoB7o6Z4PVQCgmlkgnY0gmlwhKwSSzCKbXVsdGlhZGRyc5YACASsEkswBvoPAAoErBJLMAb6EN0DgnJzhQADAQAAiXNlY3AyNTZrMaECKK3-xb8P9uWXvZvrqcVMolo_5gH58CBZmrwtUVl7nJWDdGNwgvoPg3VkcIL6EYV3YWt1Mgc"}'
2026-03-08 04:32:10.719 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:32:10.720 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:32:10.720 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:32:10.721 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:32:10.721 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.205
2026-03-08 04:32:10.721 DEBUG [src.node.docker_mananger] Generated ports ['33730', '33731', '33732', '33733', '33734']
2026-03-08 04:32:10.722 DEBUG [src.node.waku_node] Cluster id was resolved to: 3
2026-03-08 04:32:10.722 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-08 04:32:10.722 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:32:10.722 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:32:10.722 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:32:10.722 DEBUG [src.node.docker_mananger] docker run -i -t -p 33730:33730 -p 33731:33731 -p 33732:33732 -p 33733:33733 -p 33734:33734 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=33732 --rest-port=33730 --tcp-port=33731 --discv5-udp-port=33733 --rest-address=0.0.0.0 --nat=extip:172.18.29.205 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e28c9bbdfe43baba8f54fbb9f9cf2014e723fa655960446d7dfd80ffbdbdfcff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33734 --metrics-logging=true --relay=true --filternode=/ip4/172.18.75.48/tcp/64015/p2p/16Uiu2HAkxAUApeXBWYis98n7RrEceXtjJXTJHnH8AzRM5Rgr9Yeg --store=false --discv5-bootstrap-node=enr:-L24QHEjyhLtEHsjY8E2QhDkjrXweBIF8vvM-AUxP_6zPVp4CuvvHnzNqJx2szP1MJp6Cea_j0VLjleIMoB7o6Z4PVQCgmlkgnY0gmlwhKwSSzCKbXVsdGlhZGRyc5YACASsEkswBvoPAAoErBJLMAb6EN0DgnJzhQADAQAAiXNlY3AyNTZrMaECKK3-xb8P9uWXvZvrqcVMolo_5gH58CBZmrwtUVl7nJWDdGNwgvoPg3VkcIL6EYV3YWt1Mgc
2026-03-08 04:32:10.940 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.205 waku e6337eed95d176e9473923459f89177e5a7ad5dafacae3ec6e8337d9ccddff03
2026-03-08 04:32:10.977 DEBUG [src.node.docker_mananger] Container started with ID e6337eed95d1. Setting up logs at ./log/docker/node3_2026-03-08_04-32-04__60e3e603-3f00-49b9-808f-596e32ad7f50__wakuorg_nwaku:latest.log
2026-03-08 04:32:10.978 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33730
2026-03-08 04:32:10.978 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:32:11.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33730/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:11.981 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-08 04:32:11.981 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:32:11.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33730/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:11.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.205/tcp/33731/p2p/16Uiu2HAmH8fDZ9MyULZuPP43vD83Ugkgx4FLSuiaJXwveBBDAFNn","/ip4/172.18.29.205/tcp/33732/ws/p2p/16Uiu2HAmH8fDZ9MyULZuPP43vD83Ugkgx4FLSuiaJXwveBBDAFNn"],"enrUri":"enr:-L24QPrP76u-pKmRPAeUmj4irtAL_fSyTBgp2oL9sQxvJ7GGPG1zHSgya7W41EVjJq_zZcW4qOyAWz7m8RoF0BnjTU0CgmlkgnY0gmlwhKwSHc2KbXVsdGlhZGRyc5YACASsEh3NBoPDAAoErBIdzQaDxN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQoVgTrUD0G3s2Ei9X9121HPGnvqTWa2p_QMOlrKsAU-DdGNwgoPDg3VkcIKDxYV3YWt1MgE"}'
2026-03-08 04:32:11.984 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:32:11.984 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topics
2026-03-08 04:32:11.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36781/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-08 04:32:11.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:32:11.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64014/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-08 04:32:11.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:32:11.994 DEBUG [tests.e2e.test_e2e] Wait for all nodes auto connection
2026-03-08 04:32:11.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36781/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:11.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.75.48/tcp/34534/p2p/16Uiu2HAkxAUApeXBWYis98n7RrEceXtjJXTJHnH8AzRM5Rgr9Yeg","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.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
2026-03-08 04:32:12.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64014/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:12.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.43.219/tcp/36782/p2p/16Uiu2HAmR8EZHYUJpMcz4ZoVPLWW4eAU3qMmEPezSrHmaVRL9z5U","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.36.0-164-g0ad551","origin":"Discv5"}]'
2026-03-08 04:32:12.002 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-08 04:32:42.002 DEBUG [tests.e2e.test_e2e] Node3 subscribe to filter for pubsubtopic /waku/2/rs/3/1 2 times with same request id
2026-03-08 04:32:42.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33730/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-08 04:32:42.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-08 04:32:42.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33730/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-08 04:32:42.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2026-03-08 04:32:42.022 DEBUG [tests.e2e.test_e2e] Node1 publish message for topic /waku/2/rs/3/1
2026-03-08 04:32:42.022 DEBUG [src.steps.store] Relaying message
2026-03-08 04:32:42.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36781/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-08 04:32:42.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:32:42.029 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:32:42.230 DEBUG [src.libs.common] Sleeping for 5 seconds
2026-03-08 04:32:47.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33730/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:47.233 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":1772944362022324683,"ephemeral":false}]'
2026-03-08 04:32:47.233 DEBUG [tests.e2e.test_e2e] Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772944362022324683, 'ephemeral': False}]
2026-03-08 04:32:47.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33730/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:32:47.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-03-08 04:32:47.236 DEBUG [tests.e2e.test_e2e] Response for node3 using same request ID is []
2026-03-08 04:32:47.238 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-08 04:32:47.239 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-08 04:32:47.239 DEBUG [src.node.waku_node] Stopping container with id 1e0b175d99d8
2026-03-08 04:32:47.786 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:32:47.789 DEBUG [src.node.waku_node] Stopping container with id 100c1103689f
2026-03-08 04:32:48.338 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:32:48.340 DEBUG [src.node.waku_node] Stopping container with id e6337eed95d1
2026-03-08 04:32:48.684 ERROR [src.node.docker_mananger] Max retries reached for container 1e0b175d99d8. Exiting log stream.
2026-03-08 04:32:48.862 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:32:48.862 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-08 04:32:48.910 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:32:48.938 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:32:48.960 DEBUG [src.node.docker_mananger] No errors found in the waku logs.