108 lines
19 KiB
Plaintext

2026-03-26 04:45:31.493 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-26 04:45:31.494 DEBUG [tests.conftest] Running test: test_msg_not_stored_when_ephemeral_true with id: 2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40
2026-03-26 04:45:31.494 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-26 04:45:31.495 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-26 04:45:31.495 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-26 04:45:31.505 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:45:31.505 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40__wakuorg_nwaku:latest.log
2026-03-26 04:45:31.512 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:45:31.512 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40__wakuorg_nwaku:latest.log
2026-03-26 04:45:31.518 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:45:31.518 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40__wakuorg_nwaku:latest.log
2026-03-26 04:45:31.519 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-26 04:45:31.519 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-26 04:45:31.520 DEBUG [tests.e2e.test_e2e] Start 3 nodes
2026-03-26 04:45:31.520 DEBUG [src.node.waku_node] Starting Node...
2026-03-26 04:45:31.520 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-26 04:45:31.563 DEBUG [src.node.docker_mananger] Network waku created
2026-03-26 04:45:31.564 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.195
2026-03-26 04:45:31.564 DEBUG [src.node.docker_mananger] Generated ports ['37428', '37429', '37430', '37431', '37432']
2026-03-26 04:45:31.564 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-26 04:45:31.564 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-26 04:45:31.564 DEBUG [src.node.waku_node] Using volumes []
2026-03-26 04:45:31.564 DEBUG [src.node.docker_mananger] docker run -i -t -p 37428:37428 -p 37429:37429 -p 37430:37430 -p 37431:37431 -p 37432:37432 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=37430 --rest-port=37428 --tcp-port=37429 --discv5-udp-port=37431 --rest-address=0.0.0.0 --nat=extip:172.18.94.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8ece69a1d3cfaec99a9d32e3dbc5210bcd1e6e52b32d02cd56ab7eee3deeaf9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37432 --metrics-logging=true --relay=true --store=true
2026-03-26 04:45:34.706 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.195 waku 671ed8eac712c24789f43e1ff68dca1dc8e20c9b5c4eda3b3a1aa16774625973
2026-03-26 04:45:34.740 DEBUG [src.node.docker_mananger] Container started with ID 671ed8eac712. Setting up logs at ./log/docker/node1_2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40__wakuorg_nwaku:latest.log
2026-03-26 04:45:34.741 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37428
2026-03-26 04:45:34.742 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-26 04:45:35.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37428/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:35.746 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-26 04:45:35.746 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-26 04:45:35.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37428/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:35.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.195/tcp/37429/p2p/16Uiu2HAmBM4M1jVajgzfUe1P5VyMjARxLb51nb426ivMvfLfXp5V","/ip4/172.18.94.195/tcp/37430/ws/p2p/16Uiu2HAmBM4M1jVajgzfUe1P5VyMjARxLb51nb426ivMvfLfXp5V"],"enrUri":"enr:-L24QNghdsGal8zZ1MShIdXDi-l35Zr0Ge6K7y3LBEQi7WfbPVnbrO_f4BTY13jH8NDCgoQAsMLJY3yQTQP1QyNXzAoCgmlkgnY0gmlwhKwSXsOKbXVsdGlhZGRyc5YACASsEl7DBpI1AAoErBJewwaSNt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7IxgPVPRw8MHgbF5nWgARa5bihcFHZqrvb_O2JBjMpCDdGNwgpI1g3VkcIKSN4V3YWt1MgM"}'
2026-03-26 04:45:35.749 INFO [src.node.waku_node] REST service is ready !!
2026-03-26 04:45:35.749 DEBUG [src.node.waku_node] Starting Node...
2026-03-26 04:45:35.750 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-26 04:45:35.751 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-26 04:45:35.751 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.119.202
2026-03-26 04:45:35.751 DEBUG [src.node.docker_mananger] Generated ports ['36030', '36031', '36032', '36033', '36034']
2026-03-26 04:45:35.751 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-26 04:45:35.751 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-26 04:45:35.752 DEBUG [src.node.waku_node] Using volumes []
2026-03-26 04:45:35.752 DEBUG [src.node.docker_mananger] docker run -i -t -p 36030:36030 -p 36031:36031 -p 36032:36032 -p 36033:36033 -p 36034:36034 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=36032 --rest-port=36030 --tcp-port=36031 --discv5-udp-port=36033 --rest-address=0.0.0.0 --nat=extip:172.18.119.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1f6fccfbe8bae3ba965b77ee4fcacb4b98c4c8fab17fcdab8ead8a7d7ff39b0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36034 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QNghdsGal8zZ1MShIdXDi-l35Zr0Ge6K7y3LBEQi7WfbPVnbrO_f4BTY13jH8NDCgoQAsMLJY3yQTQP1QyNXzAoCgmlkgnY0gmlwhKwSXsOKbXVsdGlhZGRyc5YACASsEl7DBpI1AAoErBJewwaSNt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7IxgPVPRw8MHgbF5nWgARa5bihcFHZqrvb_O2JBjMpCDdGNwgpI1g3VkcIKSN4V3YWt1MgM
2026-03-26 04:45:35.941 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.119.202 waku 1db5c75cf396f3906795458023413c486b09f5fdb3b7de6630f2eee7b42339d5
2026-03-26 04:45:35.976 DEBUG [src.node.docker_mananger] Container started with ID 1db5c75cf396. Setting up logs at ./log/docker/node2_2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40__wakuorg_nwaku:latest.log
2026-03-26 04:45:35.977 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36030
2026-03-26 04:45:35.977 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-26 04:45:36.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36030/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:36.982 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-26 04:45:36.982 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-26 04:45:36.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36030/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:36.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.202/tcp/36031/p2p/16Uiu2HAmL4wvwxDUy1qbFAbEpvzeBUCwhdZ6Z3NVf4dS2b1fE6y8","/ip4/172.18.119.202/tcp/36032/ws/p2p/16Uiu2HAmL4wvwxDUy1qbFAbEpvzeBUCwhdZ6Z3NVf4dS2b1fE6y8"],"enrUri":"enr:-L24QHMvM5UxiuyXqJ_LHDPybCcW_NX7dG6TKPhcm7YL6FrXdHbtcxYPitDOnp9oNZBltJFJJUtA3UlWPvtU_XTjjS4CgmlkgnY0gmlwhKwSd8qKbXVsdGlhZGRyc5YACASsEnfKBoy_AAoErBJ3ygaMwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbiUDD65Z1PtYIWooEP29jdWxn9LEgm2PPL4BvwQpjtODdGNwgoy_g3VkcIKMwYV3YWt1MgM"}'
2026-03-26 04:45:36.985 INFO [src.node.waku_node] REST service is ready !!
2026-03-26 04:45:36.985 DEBUG [src.node.waku_node] Starting Node...
2026-03-26 04:45:36.985 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-26 04:45:36.987 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-26 04:45:36.987 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.78
2026-03-26 04:45:36.987 DEBUG [src.node.docker_mananger] Generated ports ['11283', '11284', '11285', '11286', '11287']
2026-03-26 04:45:36.987 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-26 04:45:36.987 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-26 04:45:36.987 DEBUG [src.node.waku_node] Using volumes []
2026-03-26 04:45:36.988 DEBUG [src.node.docker_mananger] docker run -i -t -p 11283:11283 -p 11284:11284 -p 11285:11285 -p 11286:11286 -p 11287:11287 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=11285 --rest-port=11283 --tcp-port=11284 --discv5-udp-port=11286 --rest-address=0.0.0.0 --nat=extip:172.18.121.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcf98ebc130bff054b35edafe42aeec1dcfa01be2e23ddedcdd513ab71ae6468 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11287 --metrics-logging=true --relay=false --storenode=/ip4/172.18.119.202/tcp/36031/p2p/16Uiu2HAmL4wvwxDUy1qbFAbEpvzeBUCwhdZ6Z3NVf4dS2b1fE6y8 --discv5-bootstrap-node=enr:-L24QHMvM5UxiuyXqJ_LHDPybCcW_NX7dG6TKPhcm7YL6FrXdHbtcxYPitDOnp9oNZBltJFJJUtA3UlWPvtU_XTjjS4CgmlkgnY0gmlwhKwSd8qKbXVsdGlhZGRyc5YACASsEnfKBoy_AAoErBJ3ygaMwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbiUDD65Z1PtYIWooEP29jdWxn9LEgm2PPL4BvwQpjtODdGNwgoy_g3VkcIKMwYV3YWt1MgM
2026-03-26 04:45:37.224 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.78 waku 94afa037ed4a1ab91112b8bbd9540d8f4e9ed41c1914c24e84e359abc1320000
2026-03-26 04:45:37.256 DEBUG [src.node.docker_mananger] Container started with ID 94afa037ed4a. Setting up logs at ./log/docker/node3_2026-03-26_04-45-31__10b81448-0439-4df2-b548-bb2bd2a80a40__wakuorg_nwaku:latest.log
2026-03-26 04:45:37.257 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11283
2026-03-26 04:45:37.257 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-26 04:45:38.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11283/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:38.260 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-26 04:45:38.260 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-26 04:45:38.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11283/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:38.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.78/tcp/11284/p2p/16Uiu2HAmEdeYNfSb7iH2TV5JJbX2BrfVbjxnMJ7xrg2HrrZHx2d6","/ip4/172.18.121.78/tcp/11285/ws/p2p/16Uiu2HAmEdeYNfSb7iH2TV5JJbX2BrfVbjxnMJ7xrg2HrrZHx2d6"],"enrUri":"enr:-L24QLoYqfLeHGkGV-Yo9nsOvM8H1UhGUKFuc_C5ZlokcXgHcWZK5RG7Qysz7511MqsGx0vcLx6XYWOXzlLuGYinYKECgmlkgnY0gmlwhKwSeU6KbXVsdGlhZGRyc5YACASsEnlOBiwUAAoErBJ5TgYsFd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHV9lIr5-Yrfh5FCfV_1UOeAN7bZhl7rYaNLQNVtj66mDdGNwgiwUg3VkcIIsFoV3YWt1MgA"}'
2026-03-26 04:45:38.263 INFO [src.node.waku_node] REST service is ready !!
2026-03-26 04:45:38.263 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
2026-03-26 04:45:38.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37428/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-26 04:45:38.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:45:38.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36030/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-26 04:45:38.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:45:38.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37428/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:38.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.119.202/tcp/60646/p2p/16Uiu2HAmL4wvwxDUy1qbFAbEpvzeBUCwhdZ6Z3NVf4dS2b1fE6y8","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-12-g0b8609","origin":"UnknownOrigin"}]'
2026-03-26 04:45:38.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36030/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:45:38.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.94.195/tcp/37429/p2p/16Uiu2HAmBM4M1jVajgzfUe1P5VyMjARxLb51nb426ivMvfLfXp5V","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-12-g0b8609","origin":"Discv5"}]'
2026-03-26 04:45:38.280 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-26 04:46:08.281 DEBUG [tests.e2e.test_e2e] Node1 publish message with flag ephemeral = True
2026-03-26 04:46:08.281 DEBUG [src.steps.store] Relaying message
2026-03-26 04:46:08.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37428/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-26 04:46:08.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:46:08.288 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-26 04:46:08.488 DEBUG [src.libs.common] Sleeping for 3 seconds
2026-03-26 04:46:11.489 DEBUG [tests.e2e.test_e2e] Node3 makes store request to get messages
2026-03-26 04:46:11.489 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-26 04:46:11.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11283/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:46:11.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8a72208e716ff2c95560","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-26 04:46:11.536 DEBUG [src.steps.store] messages length is 0
2026-03-26 04:46:11.539 DEBUG [tests.e2e.test_e2e] Response for store when ephemeral = true is strPeer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': '8a72208e716ff2c95560', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
2026-03-26 04:46:11.540 DEBUG [tests.e2e.test_e2e] Message isn't stored as ephemeral = True
2026-03-26 04:46:11.546 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-26 04:46:11.547 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-26 04:46:11.548 DEBUG [src.node.waku_node] Stopping container with id 671ed8eac712
2026-03-26 04:46:12.119 DEBUG [src.node.waku_node] Container stopped.
2026-03-26 04:46:12.121 DEBUG [src.node.waku_node] Stopping container with id 1db5c75cf396
2026-03-26 04:46:12.647 DEBUG [src.node.waku_node] Container stopped.
2026-03-26 04:46:12.647 DEBUG [src.node.waku_node] Stopping container with id 94afa037ed4a
2026-03-26 04:46:12.934 ERROR [src.node.docker_mananger] Max retries reached for container 671ed8eac712. Exiting log stream.
2026-03-26 04:46:13.230 DEBUG [src.node.waku_node] Container stopped.
2026-03-26 04:46:13.232 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-26 04:46:13.250 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-26 04:46:13.290 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-26 04:46:13.294 DEBUG [src.node.docker_mananger] No errors found in the waku logs.