108 lines
19 KiB
Plaintext

2026-03-15 04:45:11.820 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-15 04:45:11.820 DEBUG [tests.conftest] Running test: test_msg_not_stored_when_ephemeral_true with id: 2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25
2026-03-15 04:45:11.821 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-15 04:45:11.821 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-15 04:45:11.821 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-15 04:45:11.831 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:45:11.831 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25__wakuorg_nwaku:latest.log
2026-03-15 04:45:11.839 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:45:11.839 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25__wakuorg_nwaku:latest.log
2026-03-15 04:45:11.846 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-15 04:45:11.846 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25__wakuorg_nwaku:latest.log
2026-03-15 04:45:11.846 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-15 04:45:11.846 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-15 04:45:11.847 DEBUG [tests.e2e.test_e2e] Start 3 nodes
2026-03-15 04:45:11.848 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:45:11.848 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:45:11.893 DEBUG [src.node.docker_mananger] Network waku created
2026-03-15 04:45:11.893 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.71.125
2026-03-15 04:45:11.893 DEBUG [src.node.docker_mananger] Generated ports ['49449', '49450', '49451', '49452', '49453']
2026-03-15 04:45:11.893 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:45:11.893 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:45:11.893 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:45:11.894 DEBUG [src.node.docker_mananger] docker run -i -t -p 49449:49449 -p 49450:49450 -p 49451:49451 -p 49452:49452 -p 49453:49453 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=49451 --rest-port=49449 --tcp-port=49450 --discv5-udp-port=49452 --rest-address=0.0.0.0 --nat=extip:172.18.71.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=77cbcfedd7bc2cfbbcdccfd379ba1fba75eb5d8e23b7c2544feeafbaa706bacc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49453 --metrics-logging=true --relay=true --store=true
2026-03-15 04:45:14.986 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.71.125 waku 76f2080bef90f1d30fccb3289a20ca2e796e641b702c6cf43243796ab742232b
2026-03-15 04:45:15.020 DEBUG [src.node.docker_mananger] Container started with ID 76f2080bef90. Setting up logs at ./log/docker/node1_2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25__wakuorg_nwaku:latest.log
2026-03-15 04:45:15.021 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49449
2026-03-15 04:45:15.021 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:16.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49449/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:16.025 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-15 04:45:16.026 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:45:16.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49449/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:16.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.71.125/tcp/49450/p2p/16Uiu2HAmCYH9ZVmYJ6vmJfJhcf5Ktu1jeGPSvgnQrMP4pkAFtfwk","/ip4/172.18.71.125/tcp/49451/ws/p2p/16Uiu2HAmCYH9ZVmYJ6vmJfJhcf5Ktu1jeGPSvgnQrMP4pkAFtfwk"],"enrUri":"enr:-L24QOKnLE7jWb5XPjSWi3Tys6khHNyP4lhRrlNpPvWutI36IJNobjLViizcuxOIkZMjHQaH0MX7dQkp-aHQXMk0jtYCgmlkgnY0gmlwhKwSR32KbXVsdGlhZGRyc5YACASsEkd9BsEqAAoErBJHfQbBK90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_kftejwqJqUewmqWg-MDMJnUJ_r3IE_HJCVJj0VSkHeDdGNwgsEqg3VkcILBLIV3YWt1MgM"}'
2026-03-15 04:45:16.028 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:45:16.029 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:45:16.029 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:45:16.030 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-15 04:45:16.030 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.60
2026-03-15 04:45:16.030 DEBUG [src.node.docker_mananger] Generated ports ['29244', '29245', '29246', '29247', '29248']
2026-03-15 04:45:16.031 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:45:16.031 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:45:16.031 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:45:16.031 DEBUG [src.node.docker_mananger] docker run -i -t -p 29244:29244 -p 29245:29245 -p 29246:29246 -p 29247:29247 -p 29248:29248 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=29246 --rest-port=29244 --tcp-port=29245 --discv5-udp-port=29247 --rest-address=0.0.0.0 --nat=extip:172.18.26.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c3ef2db9b0aedbe9f0efc9dbb4a626e33395ad3bc3ebeee4c68c1fe4b5f32ecc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29248 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QOKnLE7jWb5XPjSWi3Tys6khHNyP4lhRrlNpPvWutI36IJNobjLViizcuxOIkZMjHQaH0MX7dQkp-aHQXMk0jtYCgmlkgnY0gmlwhKwSR32KbXVsdGlhZGRyc5YACASsEkd9BsEqAAoErBJHfQbBK90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_kftejwqJqUewmqWg-MDMJnUJ_r3IE_HJCVJj0VSkHeDdGNwgsEqg3VkcILBLIV3YWt1MgM
2026-03-15 04:45:16.224 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.60 waku e7bbff3c366e73c4d8c74e36d1d849949736f2be96480160756e8b8486268006
2026-03-15 04:45:16.262 DEBUG [src.node.docker_mananger] Container started with ID e7bbff3c366e. Setting up logs at ./log/docker/node2_2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25__wakuorg_nwaku:latest.log
2026-03-15 04:45:16.262 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29244
2026-03-15 04:45:16.263 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:17.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29244/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:17.267 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-15 04:45:17.268 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:45:17.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29244/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:17.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.60/tcp/29245/p2p/16Uiu2HAmRD5KnXX858X5Ac5h3t7q3QezkGaYFLVQ9Tbu3gb6Ytwv","/ip4/172.18.26.60/tcp/29246/ws/p2p/16Uiu2HAmRD5KnXX858X5Ac5h3t7q3QezkGaYFLVQ9Tbu3gb6Ytwv"],"enrUri":"enr:-L24QCo1HlTvlB1sWhbtlHlIXImobnrmqhZX6EvZmuP7xPqlE7HehTI4ffn1bGLTcmjUvM3TRpAYb6VcDAC14Ra5EXMCgmlkgnY0gmlwhKwSGjyKbXVsdGlhZGRyc5YACASsEho8BnI9AAoErBIaPAZyPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuoR0BQoiFAiLfHwQmMci6z095by8V4Vw6TGs61BQHsWDdGNwgnI9g3VkcIJyP4V3YWt1MgM"}'
2026-03-15 04:45:17.271 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:45:17.272 DEBUG [src.node.waku_node] Starting Node...
2026-03-15 04:45:17.273 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-15 04:45:17.275 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-15 04:45:17.279 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.69
2026-03-15 04:45:17.279 DEBUG [src.node.docker_mananger] Generated ports ['19215', '19216', '19217', '19218', '19219']
2026-03-15 04:45:17.280 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-15 04:45:17.281 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-15 04:45:17.282 DEBUG [src.node.waku_node] Using volumes []
2026-03-15 04:45:17.283 DEBUG [src.node.docker_mananger] docker run -i -t -p 19215:19215 -p 19216:19216 -p 19217:19217 -p 19218:19218 -p 19219:19219 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=19217 --rest-port=19215 --tcp-port=19216 --discv5-udp-port=19218 --rest-address=0.0.0.0 --nat=extip:172.18.23.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb5c6f40e5ea83e807dc2afe4a5cb0d97ee6168973d72763eca5cf53aeec4b77 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19219 --metrics-logging=true --relay=false --storenode=/ip4/172.18.26.60/tcp/29245/p2p/16Uiu2HAmRD5KnXX858X5Ac5h3t7q3QezkGaYFLVQ9Tbu3gb6Ytwv --discv5-bootstrap-node=enr:-L24QCo1HlTvlB1sWhbtlHlIXImobnrmqhZX6EvZmuP7xPqlE7HehTI4ffn1bGLTcmjUvM3TRpAYb6VcDAC14Ra5EXMCgmlkgnY0gmlwhKwSGjyKbXVsdGlhZGRyc5YACASsEho8BnI9AAoErBIaPAZyPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuoR0BQoiFAiLfHwQmMci6z095by8V4Vw6TGs61BQHsWDdGNwgnI9g3VkcIJyP4V3YWt1MgM
2026-03-15 04:45:17.512 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.69 waku b68856c9647ddc73b1d1f48364e850e9e3485acb7c720ad577fc195498a11646
2026-03-15 04:45:17.549 DEBUG [src.node.docker_mananger] Container started with ID b68856c9647d. Setting up logs at ./log/docker/node3_2026-03-15_04-45-11__568105de-1fc6-492a-93e6-6f51193bbd25__wakuorg_nwaku:latest.log
2026-03-15 04:45:17.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19215
2026-03-15 04:45:17.550 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-15 04:45:18.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19215/health" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:18.553 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-03-15 04:45:18.553 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-15 04:45:18.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19215/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:18.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.69/tcp/19216/p2p/16Uiu2HAkxd7Lc6zBPC9LpGDmZFNpQ8RACJ8F7EfZvNKBdUNYm44x","/ip4/172.18.23.69/tcp/19217/ws/p2p/16Uiu2HAkxd7Lc6zBPC9LpGDmZFNpQ8RACJ8F7EfZvNKBdUNYm44x"],"enrUri":"enr:-L24QAL_5wmBzxrPm4mxtklikaOCuso3Bsz5exF7uyBL9nhYWwpqeYHgxdxsC8X7H95U7cmJTJJul2fBU-Akogjo7fsCgmlkgnY0gmlwhKwSF0WKbXVsdGlhZGRyc5YACASsEhdFBksQAAoErBIXRQZLEd0DgnJzhQADAQAAiXNlY3AyNTZrMaECL4EffWGt0cwcjcUxlwqfubIJSEeNbv0UzbE-mMysHwGDdGNwgksQg3VkcIJLEoV3YWt1MgA"}'
2026-03-15 04:45:18.556 INFO [src.node.waku_node] REST service is ready !!
2026-03-15 04:45:18.556 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
2026-03-15 04:45:18.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49449/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-15 04:45:18.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-15 04:45:18.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29244/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-15 04:45:18.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-15 04:45:18.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49449/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:18.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.26.60/tcp/49848/p2p/16Uiu2HAmRD5KnXX858X5Ac5h3t7q3QezkGaYFLVQ9Tbu3gb6Ytwv","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.37.1-81-g96f1c4","origin":"UnknownOrigin"}]'
2026-03-15 04:45:18.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29244/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:18.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.71.125/tcp/49450/p2p/16Uiu2HAmCYH9ZVmYJ6vmJfJhcf5Ktu1jeGPSvgnQrMP4pkAFtfwk","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.37.1-81-g96f1c4","origin":"Discv5"}]'
2026-03-15 04:45:18.574 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-15 04:45:48.575 DEBUG [tests.e2e.test_e2e] Node1 publish message with flag ephemeral = True
2026-03-15 04:45:48.575 DEBUG [src.steps.store] Relaying message
2026-03-15 04:45:48.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49449/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-03-15 04:45:48.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-15 04:45:48.581 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-15 04:45:48.782 DEBUG [src.libs.common] Sleeping for 3 seconds
2026-03-15 04:45:51.783 DEBUG [tests.e2e.test_e2e] Node3 makes store request to get messages
2026-03-15 04:45:51.783 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-15 04:45:51.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19215/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-15 04:45:51.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"02b7d8d2518bc693ce42","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-15 04:45:51.834 DEBUG [src.steps.store] messages length is 0
2026-03-15 04:45:51.837 DEBUG [tests.e2e.test_e2e] Response for store when ephemeral = true is strPeer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': '02b7d8d2518bc693ce42', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
2026-03-15 04:45:51.838 DEBUG [tests.e2e.test_e2e] Message isn't stored as ephemeral = True
2026-03-15 04:45:51.843 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-15 04:45:51.844 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-15 04:45:51.844 DEBUG [src.node.waku_node] Stopping container with id 76f2080bef90
2026-03-15 04:45:52.406 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:45:52.406 DEBUG [src.node.waku_node] Stopping container with id e7bbff3c366e
2026-03-15 04:45:52.981 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:45:52.981 DEBUG [src.node.waku_node] Stopping container with id b68856c9647d
2026-03-15 04:45:53.221 ERROR [src.node.docker_mananger] Max retries reached for container 76f2080bef90. Exiting log stream.
2026-03-15 04:45:53.509 DEBUG [src.node.waku_node] Container stopped.
2026-03-15 04:45:53.514 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-15 04:45:53.532 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-15 04:45:53.551 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-15 04:45:53.558 DEBUG [src.node.docker_mananger] No errors found in the waku logs.