2026-02-28 20:41:24 +00:00

108 lines
19 KiB
Plaintext

2026-02-28 20:21:15.935 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-28 20:21:15.935 DEBUG [tests.conftest] Running test: test_msg_not_stored_when_ephemeral_true with id: 2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda
2026-02-28 20:21:15.935 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-28 20:21:15.936 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-28 20:21:15.936 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-28 20:21:15.945 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-28 20:21:15.945 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda__wakuorg_nwaku:latest.log
2026-02-28 20:21:15.951 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-28 20:21:15.951 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda__wakuorg_nwaku:latest.log
2026-02-28 20:21:15.958 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-28 20:21:15.958 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda__wakuorg_nwaku:latest.log
2026-02-28 20:21:15.958 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-28 20:21:15.958 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-28 20:21:15.959 DEBUG [tests.e2e.test_e2e] Start 3 nodes
2026-02-28 20:21:15.960 DEBUG [src.node.waku_node] Starting Node...
2026-02-28 20:21:15.960 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-28 20:21:16.004 DEBUG [src.node.docker_mananger] Network waku created
2026-02-28 20:21:16.004 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.225
2026-02-28 20:21:16.004 DEBUG [src.node.docker_mananger] Generated ports ['13159', '13160', '13161', '13162', '13163']
2026-02-28 20:21:16.004 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-28 20:21:16.004 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-28 20:21:16.004 DEBUG [src.node.waku_node] Using volumes []
2026-02-28 20:21:16.005 DEBUG [src.node.docker_mananger] docker run -i -t -p 13159:13159 -p 13160:13160 -p 13161:13161 -p 13162:13162 -p 13163:13163 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=13161 --rest-port=13159 --tcp-port=13160 --discv5-udp-port=13162 --rest-address=0.0.0.0 --nat=extip:172.18.145.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b44420d093ad091f18442d1cf0c95df8cde502ececfbc504fe7c8cc225ecd71 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13163 --metrics-logging=true --relay=true --store=true
2026-02-28 20:21:19.271 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.225 waku 23738ab97904afc76cf83cf6db2eee6b3a6b790c505c7feb8d0bf6981a44f293
2026-02-28 20:21:19.305 DEBUG [src.node.docker_mananger] Container started with ID 23738ab97904. Setting up logs at ./log/docker/node1_2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda__wakuorg_nwaku:latest.log
2026-02-28 20:21:19.306 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13159
2026-02-28 20:21:19.306 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-28 20:21:20.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13159/health" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:20.310 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-02-28 20:21:20.310 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-28 20:21:20.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:20.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.225/tcp/13160/p2p/16Uiu2HAmEd55WgNya29HqUE9EHc2MH9jx9dVhJ9N8MfpffyCufrn","/ip4/172.18.145.225/tcp/13161/ws/p2p/16Uiu2HAmEd55WgNya29HqUE9EHc2MH9jx9dVhJ9N8MfpffyCufrn"],"enrUri":"enr:-L24QP6L7ql_SbuW_IZsvUydqht9yKWB5U3yHTfDqFB-V_UwZkqCM9YWdNHqA5C-cnaFwh6sKfK3iaLhv6qwd40gnMACgmlkgnY0gmlwhKwSkeGKbXVsdGlhZGRyc5YACASsEpHhBjNoAAoErBKR4QYzad0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHTmO5ItSyGQBMfk7aT-yAD8Y9dOUeLEvQUJ32aIDGO-DdGNwgjNog3VkcIIzaoV3YWt1MgM"}'
2026-02-28 20:21:20.313 INFO [src.node.waku_node] REST service is ready !!
2026-02-28 20:21:20.313 DEBUG [src.node.waku_node] Starting Node...
2026-02-28 20:21:20.313 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-28 20:21:20.315 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-28 20:21:20.315 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.65
2026-02-28 20:21:20.315 DEBUG [src.node.docker_mananger] Generated ports ['51601', '51602', '51603', '51604', '51605']
2026-02-28 20:21:20.315 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-28 20:21:20.316 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-28 20:21:20.316 DEBUG [src.node.waku_node] Using volumes []
2026-02-28 20:21:20.316 DEBUG [src.node.docker_mananger] docker run -i -t -p 51601:51601 -p 51602:51602 -p 51603:51603 -p 51604:51604 -p 51605:51605 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=51603 --rest-port=51601 --tcp-port=51602 --discv5-udp-port=51604 --rest-address=0.0.0.0 --nat=extip:172.18.211.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3c4faacabeed2eeff578cc4f33ac5797ab152eaaca9b67c85eb0f2dbdd4bcecf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51605 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QP6L7ql_SbuW_IZsvUydqht9yKWB5U3yHTfDqFB-V_UwZkqCM9YWdNHqA5C-cnaFwh6sKfK3iaLhv6qwd40gnMACgmlkgnY0gmlwhKwSkeGKbXVsdGlhZGRyc5YACASsEpHhBjNoAAoErBKR4QYzad0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHTmO5ItSyGQBMfk7aT-yAD8Y9dOUeLEvQUJ32aIDGO-DdGNwgjNog3VkcIIzaoV3YWt1MgM
2026-02-28 20:21:20.503 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.65 waku ab40539970d87d93e1d0922fe1d5f5f8faed782160fdef2597a696aaae093f39
2026-02-28 20:21:20.538 DEBUG [src.node.docker_mananger] Container started with ID ab40539970d8. Setting up logs at ./log/docker/node2_2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda__wakuorg_nwaku:latest.log
2026-02-28 20:21:20.538 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51601
2026-02-28 20:21:20.538 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-28 20:21:21.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51601/health" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:21.542 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-02-28 20:21:21.542 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-28 20:21:21.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51601/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:21.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.65/tcp/51602/p2p/16Uiu2HAkzpUdFc1JATmJiAisuuUBpHdE9iTrkTefdkmieNWatrHk","/ip4/172.18.211.65/tcp/51603/ws/p2p/16Uiu2HAkzpUdFc1JATmJiAisuuUBpHdE9iTrkTefdkmieNWatrHk"],"enrUri":"enr:-L24QC3n7tsJ9k7KUGOY-gTeDyivwL8Zw3NvUeAtSGtULhaRf-JAaU80GfxTROjcmEiY_77HCHGbWP03v6_M4eXrc-ACgmlkgnY0gmlwhKwS00GKbXVsdGlhZGRyc5YACASsEtNBBsmSAAoErBLTQQbJk90DgnJzhQADAQAAiXNlY3AyNTZrMaECUCH0fq2PxSiCW7zY2dtmX9EyRuDA_1FqOgsw1t-J9JeDdGNwgsmSg3VkcILJlIV3YWt1MgM"}'
2026-02-28 20:21:21.545 INFO [src.node.waku_node] REST service is ready !!
2026-02-28 20:21:21.545 DEBUG [src.node.waku_node] Starting Node...
2026-02-28 20:21:21.545 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-28 20:21:21.546 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-28 20:21:21.546 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.92
2026-02-28 20:21:21.546 DEBUG [src.node.docker_mananger] Generated ports ['36475', '36476', '36477', '36478', '36479']
2026-02-28 20:21:21.547 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-28 20:21:21.547 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-28 20:21:21.547 DEBUG [src.node.waku_node] Using volumes []
2026-02-28 20:21:21.547 DEBUG [src.node.docker_mananger] docker run -i -t -p 36475:36475 -p 36476:36476 -p 36477:36477 -p 36478:36478 -p 36479:36479 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=36477 --rest-port=36475 --tcp-port=36476 --discv5-udp-port=36478 --rest-address=0.0.0.0 --nat=extip:172.18.115.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5126e3d60fef38dc8bb41b4c2e9cd0bd1317cfb4abfb2d55ad7c2b563a7d3595 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36479 --metrics-logging=true --relay=false --storenode=/ip4/172.18.211.65/tcp/51602/p2p/16Uiu2HAkzpUdFc1JATmJiAisuuUBpHdE9iTrkTefdkmieNWatrHk --discv5-bootstrap-node=enr:-L24QC3n7tsJ9k7KUGOY-gTeDyivwL8Zw3NvUeAtSGtULhaRf-JAaU80GfxTROjcmEiY_77HCHGbWP03v6_M4eXrc-ACgmlkgnY0gmlwhKwS00GKbXVsdGlhZGRyc5YACASsEtNBBsmSAAoErBLTQQbJk90DgnJzhQADAQAAiXNlY3AyNTZrMaECUCH0fq2PxSiCW7zY2dtmX9EyRuDA_1FqOgsw1t-J9JeDdGNwgsmSg3VkcILJlIV3YWt1MgM
2026-02-28 20:21:21.771 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.92 waku c458bed7ff600aabe0079122535b46ed511b4663ceb21eb642559bdf27ea9456
2026-02-28 20:21:21.806 DEBUG [src.node.docker_mananger] Container started with ID c458bed7ff60. Setting up logs at ./log/docker/node3_2026-02-28_20-21-15__46150e5c-0b29-4b2e-ba55-01a48af67cda__wakuorg_nwaku:latest.log
2026-02-28 20:21:21.807 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36475
2026-02-28 20:21:21.807 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-28 20:21:22.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36475/health" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:22.811 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-02-28 20:21:22.812 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-28 20:21:22.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36475/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:22.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.92/tcp/36476/p2p/16Uiu2HAmPAUAjQHGQyXpGVmLQtBwKzhmNofiVEfLNN8e3Meqjws9","/ip4/172.18.115.92/tcp/36477/ws/p2p/16Uiu2HAmPAUAjQHGQyXpGVmLQtBwKzhmNofiVEfLNN8e3Meqjws9"],"enrUri":"enr:-L24QJtg-cs0okmQExGeGqIxu2gVNIhPjgcF-YnrgO-47AztdgnV5D6zEK9_b3m6S7DYtoM40qBDDzRe9Y7bTbMG5OACgmlkgnY0gmlwhKwSc1yKbXVsdGlhZGRyc5YACASsEnNcBo58AAoErBJzXAaOfd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnCIqplWf3uJXmGh3LFnl_3VE0vdHOx6CYbTGG_wW56SDdGNwgo58g3VkcIKOfoV3YWt1MgA"}'
2026-02-28 20:21:22.814 INFO [src.node.waku_node] REST service is ready !!
2026-02-28 20:21:22.814 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
2026-02-28 20:21:22.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13159/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-28 20:21:22.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-28 20:21:22.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51601/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-28 20:21:22.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-28 20:21:22.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13159/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:22.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.211.65/tcp/46874/p2p/16Uiu2HAkzpUdFc1JATmJiAisuuUBpHdE9iTrkTefdkmieNWatrHk","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":"nwaku-v0.36.0-157-gba8587","origin":"UnknownOrigin"}]'
2026-02-28 20:21:22.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51601/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:22.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.145.225/tcp/13160/p2p/16Uiu2HAmEd55WgNya29HqUE9EHc2MH9jx9dVhJ9N8MfpffyCufrn","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":"nwaku-v0.36.0-157-gba8587","origin":"Discv5"}]'
2026-02-28 20:21:22.832 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-28 20:21:52.833 DEBUG [tests.e2e.test_e2e] Node1 publish message with flag ephemeral = True
2026-02-28 20:21:52.833 DEBUG [src.steps.store] Relaying message
2026-02-28 20:21:52.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13159/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)', "ephemeral": true}'
2026-02-28 20:21:52.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-28 20:21:52.840 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-28 20:21:53.041 DEBUG [src.libs.common] Sleeping for 3 seconds
2026-02-28 20:21:56.041 DEBUG [tests.e2e.test_e2e] Node3 makes store request to get messages
2026-02-28 20:21:56.041 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-28 20:21:56.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36475/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-28 20:21:56.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c35078c2c832110c9bb6","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-02-28 20:21:56.089 DEBUG [src.steps.store] messages length is 0
2026-02-28 20:21:56.090 DEBUG [tests.e2e.test_e2e] Response for store when ephemeral = true is strPeer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': 'c35078c2c832110c9bb6', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
2026-02-28 20:21:56.090 DEBUG [tests.e2e.test_e2e] Message isn't stored as ephemeral = True
2026-02-28 20:21:56.097 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-28 20:21:56.098 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-28 20:21:56.098 DEBUG [src.node.waku_node] Stopping container with id 23738ab97904
2026-02-28 20:21:56.667 DEBUG [src.node.waku_node] Container stopped.
2026-02-28 20:21:56.669 DEBUG [src.node.waku_node] Stopping container with id ab40539970d8
2026-02-28 20:21:57.207 DEBUG [src.node.waku_node] Container stopped.
2026-02-28 20:21:57.209 DEBUG [src.node.waku_node] Stopping container with id c458bed7ff60
2026-02-28 20:21:57.481 ERROR [src.node.docker_mananger] Max retries reached for container 23738ab97904. Exiting log stream.
2026-02-28 20:21:57.726 DEBUG [src.node.waku_node] Container stopped.
2026-02-28 20:21:57.726 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-28 20:21:57.744 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-28 20:21:57.765 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-28 20:21:57.772 DEBUG [src.node.docker_mananger] No errors found in the waku logs.