108 lines
19 KiB
Plaintext

2026-03-03 04:33:49.817 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-03 04:33:49.817 DEBUG [tests.conftest] Running test: test_msg_stored_when_ephemeral_false with id: 2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850
2026-03-03 04:33:49.818 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-03 04:33:49.818 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-03 04:33:49.819 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-03 04:33:49.828 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-03 04:33:49.828 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850__wakuorg_nwaku:latest.log
2026-03-03 04:33:49.835 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-03 04:33:49.835 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850__wakuorg_nwaku:latest.log
2026-03-03 04:33:49.842 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-03 04:33:49.842 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850__wakuorg_nwaku:latest.log
2026-03-03 04:33:49.842 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-03 04:33:49.842 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-03 04:33:49.843 DEBUG [tests.e2e.test_e2e] Start 3 nodes
2026-03-03 04:33:49.843 DEBUG [src.node.waku_node] Starting Node...
2026-03-03 04:33:49.844 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-03 04:33:49.845 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-03 04:33:49.845 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.244
2026-03-03 04:33:49.845 DEBUG [src.node.docker_mananger] Generated ports ['28025', '28026', '28027', '28028', '28029']
2026-03-03 04:33:49.846 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-03 04:33:49.846 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-03 04:33:49.846 DEBUG [src.node.waku_node] Using volumes []
2026-03-03 04:33:49.846 DEBUG [src.node.docker_mananger] docker run -i -t -p 28025:28025 -p 28026:28026 -p 28027:28027 -p 28028:28028 -p 28029:28029 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=28027 --rest-port=28025 --tcp-port=28026 --discv5-udp-port=28028 --rest-address=0.0.0.0 --nat=extip:172.18.83.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c33cd480d0d009bd46aadceaa8bddf3d9be3a9256bce4ceaeab8f6849fcd1ef7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28029 --metrics-logging=true --relay=true --store=true
2026-03-03 04:33:50.015 ERROR [src.node.docker_mananger] Max retries reached for container f30089097e9a. Exiting log stream.
2026-03-03 04:33:50.040 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.244 waku 6674329a8a278b7cc92a5c506034bcc885483035d2b1cc0f1953c82120a8e9fe
2026-03-03 04:33:50.075 DEBUG [src.node.docker_mananger] Container started with ID 6674329a8a27. Setting up logs at ./log/docker/node1_2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850__wakuorg_nwaku:latest.log
2026-03-03 04:33:50.076 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28025
2026-03-03 04:33:50.076 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-03 04:33:50.638 ERROR [src.node.docker_mananger] Max retries reached for container 5493be247719. Exiting log stream.
2026-03-03 04:33:51.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28025/health" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:51.081 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-03 04:33:51.081 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-03 04:33:51.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28025/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:51.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.244/tcp/28026/p2p/16Uiu2HAmPHhEYuQ1etMov1mAyj4FukQvZtMT4iqdgpVhLmheFkm1","/ip4/172.18.83.244/tcp/28027/ws/p2p/16Uiu2HAmPHhEYuQ1etMov1mAyj4FukQvZtMT4iqdgpVhLmheFkm1"],"enrUri":"enr:-L24QAGIZo0svNZXlNlq-nYLMtSk_G8lMU-IgM7arn5yWTXRcNQC87Z-P5KtEu_ZZNABHyKqg91aza2HucCbt-hDqEgCgmlkgnY0gmlwhKwSU_SKbXVsdGlhZGRyc5YACASsElP0Bm16AAoErBJT9AZte90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnfwBgCrz7_N5UnRIqkfE-kxszyQ4YZsbhg0PpBnHQASDdGNwgm16g3VkcIJtfIV3YWt1MgM"}'
2026-03-03 04:33:51.084 INFO [src.node.waku_node] REST service is ready !!
2026-03-03 04:33:51.084 DEBUG [src.node.waku_node] Starting Node...
2026-03-03 04:33:51.084 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-03 04:33:51.085 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-03 04:33:51.086 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.47
2026-03-03 04:33:51.086 DEBUG [src.node.docker_mananger] Generated ports ['19009', '19010', '19011', '19012', '19013']
2026-03-03 04:33:51.086 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-03 04:33:51.086 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-03 04:33:51.086 DEBUG [src.node.waku_node] Using volumes []
2026-03-03 04:33:51.086 DEBUG [src.node.docker_mananger] docker run -i -t -p 19009:19009 -p 19010:19010 -p 19011:19011 -p 19012:19012 -p 19013:19013 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=19011 --rest-port=19009 --tcp-port=19010 --discv5-udp-port=19012 --rest-address=0.0.0.0 --nat=extip:172.18.162.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=71897aeeeaea1ff29b0b0befd3cc1d9be61dafd3ca6cecefa73f1b38900323a8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19013 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QAGIZo0svNZXlNlq-nYLMtSk_G8lMU-IgM7arn5yWTXRcNQC87Z-P5KtEu_ZZNABHyKqg91aza2HucCbt-hDqEgCgmlkgnY0gmlwhKwSU_SKbXVsdGlhZGRyc5YACASsElP0Bm16AAoErBJT9AZte90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnfwBgCrz7_N5UnRIqkfE-kxszyQ4YZsbhg0PpBnHQASDdGNwgm16g3VkcIJtfIV3YWt1MgM
2026-03-03 04:33:51.291 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.47 waku e19361c705d66e1f7dfca98522a74724213b61934ec4b7c473bfac4c8b52fc84
2026-03-03 04:33:51.323 DEBUG [src.node.docker_mananger] Container started with ID e19361c705d6. Setting up logs at ./log/docker/node2_2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850__wakuorg_nwaku:latest.log
2026-03-03 04:33:51.324 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19009
2026-03-03 04:33:51.325 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-03 04:33:52.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19009/health" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:52.328 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-03 04:33:52.329 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-03 04:33:52.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19009/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:52.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.47/tcp/19010/p2p/16Uiu2HAm1Ps1WJdaR6ZAMqpzAmgLyUfmkHCrBeznh3CNjqKrEyWJ","/ip4/172.18.162.47/tcp/19011/ws/p2p/16Uiu2HAm1Ps1WJdaR6ZAMqpzAmgLyUfmkHCrBeznh3CNjqKrEyWJ"],"enrUri":"enr:-L24QOjfzRowfhWI1XRpHFGRKhP1bSQoAC60aZ40a4gv34kGNVR9Qb0OW_OBKNQ4vgxHKHOwrFALJsG6wvrNLr7IckMCgmlkgnY0gmlwhKwSoi-KbXVsdGlhZGRyc5YACASsEqIvBkpCAAoErBKiLwZKQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECWK9uWk1Zyks90LzP7ePhx62ZpN_hy6FVWznKlCCzT9uDdGNwgkpCg3VkcIJKRIV3YWt1MgM"}'
2026-03-03 04:33:52.332 INFO [src.node.waku_node] REST service is ready !!
2026-03-03 04:33:52.332 DEBUG [src.node.waku_node] Starting Node...
2026-03-03 04:33:52.332 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-03 04:33:52.333 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-03 04:33:52.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.85
2026-03-03 04:33:52.334 DEBUG [src.node.docker_mananger] Generated ports ['56359', '56360', '56361', '56362', '56363']
2026-03-03 04:33:52.334 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-03 04:33:52.334 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-03 04:33:52.334 DEBUG [src.node.waku_node] Using volumes []
2026-03-03 04:33:52.334 DEBUG [src.node.docker_mananger] docker run -i -t -p 56359:56359 -p 56360:56360 -p 56361:56361 -p 56362:56362 -p 56363:56363 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=56361 --rest-port=56359 --tcp-port=56360 --discv5-udp-port=56362 --rest-address=0.0.0.0 --nat=extip:172.18.21.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcca77ed8d619dcc000239f2e61c44ba1c8c3adbd052adccdfbc970d324dcea2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56363 --metrics-logging=true --relay=false --storenode=/ip4/172.18.162.47/tcp/19010/p2p/16Uiu2HAm1Ps1WJdaR6ZAMqpzAmgLyUfmkHCrBeznh3CNjqKrEyWJ --discv5-bootstrap-node=enr:-L24QOjfzRowfhWI1XRpHFGRKhP1bSQoAC60aZ40a4gv34kGNVR9Qb0OW_OBKNQ4vgxHKHOwrFALJsG6wvrNLr7IckMCgmlkgnY0gmlwhKwSoi-KbXVsdGlhZGRyc5YACASsEqIvBkpCAAoErBKiLwZKQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECWK9uWk1Zyks90LzP7ePhx62ZpN_hy6FVWznKlCCzT9uDdGNwgkpCg3VkcIJKRIV3YWt1MgM
2026-03-03 04:33:52.552 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.85 waku 79e4a2f84a3429eca62f2fa9db3ed6a1132ddf600b0055c81a174d82a251b5cf
2026-03-03 04:33:52.589 DEBUG [src.node.docker_mananger] Container started with ID 79e4a2f84a34. Setting up logs at ./log/docker/node3_2026-03-03_04-33-49__31fee9ab-f4a9-4655-8e69-65017d5d8850__wakuorg_nwaku:latest.log
2026-03-03 04:33:52.590 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56359
2026-03-03 04:33:52.590 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-03 04:33:53.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56359/health" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:53.593 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-03 04:33:53.593 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-03 04:33:53.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56359/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:53.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.85/tcp/56360/p2p/16Uiu2HAm7LySoLkW6LE2tHuf8puAG6UXHwzqESg4GRYXhNpaptLP","/ip4/172.18.21.85/tcp/56361/ws/p2p/16Uiu2HAm7LySoLkW6LE2tHuf8puAG6UXHwzqESg4GRYXhNpaptLP"],"enrUri":"enr:-L24QF_mmc4MlUdIlUYzaKupO67F3e2yc_mu3DVV2V5tgyI1dl8bYY-1DGHAFVjlvL1fwrfyPnjYt0WAjKUPM79Y7M4CgmlkgnY0gmlwhKwSFVWKbXVsdGlhZGRyc5YACASsEhVVBtwoAAoErBIVVQbcKd0DgnJzhQADAQAAiXNlY3AyNTZrMaECsRgWZ3qfcT2ztuy-oUyF3DyQYD-cbpWrzWOQZmw7KpiDdGNwgtwog3VkcILcKoV3YWt1MgA"}'
2026-03-03 04:33:53.596 INFO [src.node.waku_node] REST service is ready !!
2026-03-03 04:33:53.596 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
2026-03-03 04:33:53.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28025/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-03 04:33:53.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-03 04:33:53.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19009/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-03 04:33:53.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-03 04:33:53.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28025/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:53.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.162.47/tcp/39710/p2p/16Uiu2HAm1Ps1WJdaR6ZAMqpzAmgLyUfmkHCrBeznh3CNjqKrEyWJ","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-03-03 04:33:53.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19009/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:33:53.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.83.244/tcp/28026/p2p/16Uiu2HAmPHhEYuQ1etMov1mAyj4FukQvZtMT4iqdgpVhLmheFkm1","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-03-03 04:33:53.616 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-03 04:34:23.616 DEBUG [tests.e2e.test_e2e] Node1 publish message with ephemeral = false
2026-03-03 04:34:23.617 DEBUG [src.steps.store] Relaying message
2026-03-03 04:34:23.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28025/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": false}'
2026-03-03 04:34:23.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-03 04:34:23.624 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-03 04:34:23.824 DEBUG [src.libs.common] Sleeping for 3 seconds
2026-03-03 04:34:26.824 DEBUG [tests.e2e.test_e2e] Check if message is stored
2026-03-03 04:34:26.825 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-03 04:34:26.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56359/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-03 04:34:26.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6909c8fe23166c0a016b","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x61819303b753d541fc04ef0c6a278aa5144d48cee3a432500d6bce1395ed0b64"}]}'
2026-03-03 04:34:26.870 DEBUG [src.steps.store] messages length is 1
2026-03-03 04:34:26.880 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-03 04:34:26.881 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-03 04:34:26.881 DEBUG [src.node.waku_node] Stopping container with id 6674329a8a27
2026-03-03 04:34:27.443 DEBUG [src.node.waku_node] Container stopped.
2026-03-03 04:34:27.445 DEBUG [src.node.waku_node] Stopping container with id e19361c705d6
2026-03-03 04:34:27.998 DEBUG [src.node.waku_node] Container stopped.
2026-03-03 04:34:28.000 DEBUG [src.node.waku_node] Stopping container with id 79e4a2f84a34
2026-03-03 04:34:28.331 ERROR [src.node.docker_mananger] Max retries reached for container 6674329a8a27. Exiting log stream.
2026-03-03 04:34:28.552 DEBUG [src.node.waku_node] Container stopped.
2026-03-03 04:34:28.555 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-03 04:34:28.590 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-03 04:34:28.610 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-03 04:34:28.615 DEBUG [src.node.docker_mananger] No errors found in the waku logs.