2026-02-25 20:22:16 +00:00

146 lines
27 KiB
Plaintext

2026-02-25 20:09:37.635 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 20:09:37.635 DEBUG [tests.conftest] Running test: test_sync_flags with id: 2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e
2026-02-25 20:09:37.636 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 20:09:37.641 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:09:37.641 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e__wakuorg_nwaku:latest.log
2026-02-25 20:09:37.646 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:09:37.646 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e__wakuorg_nwaku:latest.log
2026-02-25 20:09:37.651 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:09:37.651 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e__wakuorg_nwaku:latest.log
2026-02-25 20:09:37.652 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-25 20:09:37.652 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:09:37.652 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:09:37.654 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:09:37.654 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.136
2026-02-25 20:09:37.654 DEBUG [src.node.docker_mananger] Generated ports ['18369', '18370', '18371', '18372', '18373']
2026-02-25 20:09:37.654 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:09:37.654 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:09:37.654 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:09:37.654 DEBUG [src.node.docker_mananger] docker run -i -t -p 18369:18369 -p 18370:18370 -p 18371:18371 -p 18372:18372 -p 18373:18373 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=18371 --rest-port=18369 --tcp-port=18370 --discv5-udp-port=18372 --rest-address=0.0.0.0 --nat=extip:172.18.32.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e6bc8cca6ff2de57362afd0da154ebcc9b6c7bee5c711b22bf7fcd8fccf6677 --store-sync=true --store=true --store-sync-range=10 --store-sync-interval=1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18373 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true
2026-02-25 20:09:37.798 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.136 waku d2268954c3e60aa077f29fe5e873c4ef60ee7121cbda4949392ac46bcac59215
2026-02-25 20:09:37.821 DEBUG [src.node.docker_mananger] Container started with ID d2268954c3e6. Setting up logs at ./log/docker/node1_2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e__wakuorg_nwaku:latest.log
2026-02-25 20:09:37.822 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18369
2026-02-25 20:09:37.822 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:09:37.949 ERROR [src.node.docker_mananger] Max retries reached for container 87c268e2c678. Exiting log stream.
2026-02-25 20:09:38.400 ERROR [src.node.docker_mananger] Max retries reached for container d2e2b7f1c826. Exiting log stream.
2026-02-25 20:09:38.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18369/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:38.825 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-25 20:09:38.826 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:09:38.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18369/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:38.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.136/tcp/18370/p2p/16Uiu2HAmESJVSAQ6hLPCgrzS3gQez181mpoezQofuqLq2brdawRG","/ip4/172.18.32.136/tcp/18371/ws/p2p/16Uiu2HAmESJVSAQ6hLPCgrzS3gQez181mpoezQofuqLq2brdawRG"],"enrUri":"enr:-L24QIjNhRfNFs6dzL5-rQ6wDsmO5irEjsBFKXm3uMgyR6wrXOw9c4ddFVRI4cjqylvnJaG684zpYetcfdyGf0W5O2YCgmlkgnY0gmlwhKwSIIiKbXVsdGlhZGRyc5YACASsEiCIBkfCAAoErBIgiAZHw90DgnJzhQADAQAAiXNlY3AyNTZrMaEDGndVtDTTAa-VlxDVIs4lPnTKLV2I8yINT4FamBrY4R-DdGNwgkfCg3VkcIJHxIV3YWt1MhM"}'
2026-02-25 20:09:38.828 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:09:38.828 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:09:38.828 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:09:38.829 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:09:38.830 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.223
2026-02-25 20:09:38.830 DEBUG [src.node.docker_mananger] Generated ports ['7949', '7950', '7951', '7952', '7953']
2026-02-25 20:09:38.830 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:09:38.830 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:09:38.830 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:09:38.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 7949:7949 -p 7950:7950 -p 7951:7951 -p 7952:7952 -p 7953:7953 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=7951 --rest-port=7949 --tcp-port=7950 --discv5-udp-port=7952 --rest-address=0.0.0.0 --nat=extip:172.18.153.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cecc867eae954da7c805aaa7b8ddd883cc2fdca7ec1c1273eebe4a9ce1fabfb9 --store-sync=true --store=false --store-sync-range=10 --store-sync-interval=1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7953 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QIjNhRfNFs6dzL5-rQ6wDsmO5irEjsBFKXm3uMgyR6wrXOw9c4ddFVRI4cjqylvnJaG684zpYetcfdyGf0W5O2YCgmlkgnY0gmlwhKwSIIiKbXVsdGlhZGRyc5YACASsEiCIBkfCAAoErBIgiAZHw90DgnJzhQADAQAAiXNlY3AyNTZrMaEDGndVtDTTAa-VlxDVIs4lPnTKLV2I8yINT4FamBrY4R-DdGNwgkfCg3VkcIJHxIV3YWt1MhM
2026-02-25 20:09:38.977 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.223 waku f2335128abab8c732bd0bbc68164ab5c7c4f0311cd4e1623c6265bf166c3061a
2026-02-25 20:09:39.003 DEBUG [src.node.docker_mananger] Container started with ID f2335128abab. Setting up logs at ./log/docker/node2_2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e__wakuorg_nwaku:latest.log
2026-02-25 20:09:39.003 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7949
2026-02-25 20:09:39.003 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:09:40.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7949/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:40.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":"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-25 20:09:40.025 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:09:40.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7949/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:40.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.223/tcp/7950/p2p/16Uiu2HAm9tsWDU9xmXvJ4iwuDcfQzC5erXgqF8MBA6ZFfkHEYccp","/ip4/172.18.153.223/tcp/7951/ws/p2p/16Uiu2HAm9tsWDU9xmXvJ4iwuDcfQzC5erXgqF8MBA6ZFfkHEYccp"],"enrUri":"enr:-L24QMEJn1M-i3YAxzcoRmy-MbgElTGe_Zcp-pHdF2uxz4DvOMaNOlI66gSl2sk1uaQTc17104FKFtZyfPmLIvtI3_0CgmlkgnY0gmlwhKwSmd-KbXVsdGlhZGRyc5YACASsEpnfBh8OAAoErBKZ3wYfD90DgnJzhQADAQAAiXNlY3AyNTZrMaEC1vtUYsmBc-hQp8ErXDk9DbA6UNixbp66mX28IaiaiHGDdGNwgh8Og3VkcIIfEIV3YWt1MgE"}'
2026-02-25 20:09:40.030 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:09:40.031 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:09:40.031 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:09:40.033 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:09:40.033 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.224
2026-02-25 20:09:40.033 DEBUG [src.node.docker_mananger] Generated ports ['62933', '62934', '62935', '62936', '62937']
2026-02-25 20:09:40.033 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:09:40.033 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:09:40.033 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:09:40.034 DEBUG [src.node.docker_mananger] docker run -i -t -p 62933:62933 -p 62934:62934 -p 62935:62935 -p 62936:62936 -p 62937:62937 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=62935 --rest-port=62933 --tcp-port=62934 --discv5-udp-port=62936 --rest-address=0.0.0.0 --nat=extip:172.18.215.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ad8d44ba524c0cd38faaf5d9883df43cb44acf7bb45d56edfcf3efaba5b4aedb --store-sync=true --store=false --store-sync-range=10 --store-sync-interval=1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62937 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QMEJn1M-i3YAxzcoRmy-MbgElTGe_Zcp-pHdF2uxz4DvOMaNOlI66gSl2sk1uaQTc17104FKFtZyfPmLIvtI3_0CgmlkgnY0gmlwhKwSmd-KbXVsdGlhZGRyc5YACASsEpnfBh8OAAoErBKZ3wYfD90DgnJzhQADAQAAiXNlY3AyNTZrMaEC1vtUYsmBc-hQp8ErXDk9DbA6UNixbp66mX28IaiaiHGDdGNwgh8Og3VkcIIfEIV3YWt1MgE
2026-02-25 20:09:40.186 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.224 waku bf3081046c8dc63b85c4027fc7451a41febe0543f648744e8044fd95730d51f0
2026-02-25 20:09:40.211 DEBUG [src.node.docker_mananger] Container started with ID bf3081046c8d. Setting up logs at ./log/docker/node3_2026-02-25_20-09-37__c45d29a0-7bda-4dea-a9d8-82442d7cbc9e__wakuorg_nwaku:latest.log
2026-02-25 20:09:40.211 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62933
2026-02-25 20:09:40.211 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:09:41.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62933/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:41.229 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-02-25 20:09:41.230 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:09:41.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62933/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:41.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.224/tcp/62934/p2p/16Uiu2HAm7PEgVNqdP6ZdRKzRnBqBW9sJ626rC7VsY1fxvEAVpvGa","/ip4/172.18.215.224/tcp/62935/ws/p2p/16Uiu2HAm7PEgVNqdP6ZdRKzRnBqBW9sJ626rC7VsY1fxvEAVpvGa"],"enrUri":"enr:-L24QGRsDYCV78MrsWtKWEkZ9TbwKHtAv4sfXCn-KBgTdkgAfrwb1jhZQBStb_dtGthp_8zkroob-LjOkQvhOoRyyeoCgmlkgnY0gmlwhKwS1-CKbXVsdGlhZGRyc5YACASsEtfgBvXWAAoErBLX4Ab1190DgnJzhQADAQAAiXNlY3AyNTZrMaECsax6ARaZ-VUpFl7niMHISWrUeHcJKnehmU6EZ3Dk4nODdGNwgvXWg3VkcIL12IV3YWt1MgE"}'
2026-02-25 20:09:41.237 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:09:41.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7949/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.32.136/tcp/18370/p2p/16Uiu2HAmESJVSAQ6hLPCgrzS3gQez181mpoezQofuqLq2brdawRG"]'
2026-02-25 20:09:41.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62933/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.223/tcp/7950/p2p/16Uiu2HAm9tsWDU9xmXvJ4iwuDcfQzC5erXgqF8MBA6ZFfkHEYccp"]'
2026-02-25 20:09:41.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-25 20:09:41.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7949/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-25 20:09:41.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62933/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-25 20:09:41.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.250 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:41.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:41.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.255 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:41.455 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:41.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:41.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.462 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:41.663 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:41.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:41.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.668 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:41.869 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:41.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:41.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:41.873 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:42.075 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:42.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:42.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:42.080 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:42.281 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:42.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:42.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:42.286 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:42.488 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:42.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:42.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:42.494 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:42.695 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:42.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:42.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:42.700 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:42.902 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:42.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:42.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:42.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:43.109 DEBUG [src.steps.store] Relaying message
2026-02-25 20:09:43.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:09:43.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:09:43.115 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:09:43.315 DEBUG [src.libs.common] Sleeping for 2 seconds
2026-02-25 20:09:45.316 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-25 20:09:45.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18369/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:45.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2080e0b3a7aaaf62db4fa7aeb1efafb799a8d9751d94da5f17a006fdac8d9846"},{"messageHash":"0xb059bd2d5c6dfd74dfd2a934e94fc0ffa72f04d1d0ee8a3bff3b6a232a622698"},{"messageHash":"0x92c8d4321f6c65b2d2194d9d9dde26e2972cd20ca88db57eb5163a83f961f888"},{"messageHash":"0x6e59f3fb03334a42828b7d36a2f05d7970012138b45fa17774bc8babc9cc5215"},{"messageHash":"0x9f5d9752d8e13bed8e87db6a6e60c87a4c502079a73b2bf00b936aed317c8a87"},{"messageHash":"0x125c32052966c55ef30ae9da0d0f9b04d4cc7d03cbbb5824e032432bf9910532"},{"messageHash":"0x4e326355bf988bdca5c993fb71e1ab7df507a2e55f5735332b30179e38bb0920"},{"messageHash":"0x7cb0046104d80629d1e23d8c588de336fdea921189959f66b37497f841f884ad"},{"messageHash":"0xf09aaca665bb1aba0b6d6cb810f4f3e77721783c773d41cc0c43d7dc9367e49a"},{"messageHash":"0xb3bceac9540aefb1a4375751db11a836ec569cf64e0e37c93143b21a6b28c275"}]}'
2026-02-25 20:09:45.320 DEBUG [src.steps.store] messages length is 10
2026-02-25 20:09:45.321 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-25 20:09:45.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7949/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:45.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"87262a360539fe2005e0","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2080e0b3a7aaaf62db4fa7aeb1efafb799a8d9751d94da5f17a006fdac8d9846"},{"messageHash":"0xb059bd2d5c6dfd74dfd2a934e94fc0ffa72f04d1d0ee8a3bff3b6a232a622698"},{"messageHash":"0x92c8d4321f6c65b2d2194d9d9dde26e2972cd20ca88db57eb5163a83f961f888"},{"messageHash":"0x6e59f3fb03334a42828b7d36a2f05d7970012138b45fa17774bc8babc9cc5215"},{"messageHash":"0x9f5d9752d8e13bed8e87db6a6e60c87a4c502079a73b2bf00b936aed317c8a87"},{"messageHash":"0x125c32052966c55ef30ae9da0d0f9b04d4cc7d03cbbb5824e032432bf9910532"},{"messageHash":"0x4e326355bf988bdca5c993fb71e1ab7df507a2e55f5735332b30179e38bb0920"},{"messageHash":"0x7cb0046104d80629d1e23d8c588de336fdea921189959f66b37497f841f884ad"},{"messageHash":"0xf09aaca665bb1aba0b6d6cb810f4f3e77721783c773d41cc0c43d7dc9367e49a"},{"messageHash":"0xb3bceac9540aefb1a4375751db11a836ec569cf64e0e37c93143b21a6b28c275"}]}'
2026-02-25 20:09:45.329 DEBUG [src.steps.store] messages length is 10
2026-02-25 20:09:45.330 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-25 20:09:45.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62933/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:09:45.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1ded5f9c55aacba79306","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2080e0b3a7aaaf62db4fa7aeb1efafb799a8d9751d94da5f17a006fdac8d9846"},{"messageHash":"0xb059bd2d5c6dfd74dfd2a934e94fc0ffa72f04d1d0ee8a3bff3b6a232a622698"},{"messageHash":"0x92c8d4321f6c65b2d2194d9d9dde26e2972cd20ca88db57eb5163a83f961f888"},{"messageHash":"0x6e59f3fb03334a42828b7d36a2f05d7970012138b45fa17774bc8babc9cc5215"},{"messageHash":"0x9f5d9752d8e13bed8e87db6a6e60c87a4c502079a73b2bf00b936aed317c8a87"},{"messageHash":"0x125c32052966c55ef30ae9da0d0f9b04d4cc7d03cbbb5824e032432bf9910532"},{"messageHash":"0x4e326355bf988bdca5c993fb71e1ab7df507a2e55f5735332b30179e38bb0920"},{"messageHash":"0x7cb0046104d80629d1e23d8c588de336fdea921189959f66b37497f841f884ad"},{"messageHash":"0xf09aaca665bb1aba0b6d6cb810f4f3e77721783c773d41cc0c43d7dc9367e49a"},{"messageHash":"0xb3bceac9540aefb1a4375751db11a836ec569cf64e0e37c93143b21a6b28c275"}]}'
2026-02-25 20:09:45.363 DEBUG [src.steps.store] messages length is 10
2026-02-25 20:09:45.365 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 20:09:45.367 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 20:09:45.367 DEBUG [src.node.waku_node] Stopping container with id d2268954c3e6
2026-02-25 20:09:45.848 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:09:45.849 DEBUG [src.node.waku_node] Stopping container with id f2335128abab
2026-02-25 20:09:46.335 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:09:46.337 DEBUG [src.node.waku_node] Stopping container with id bf3081046c8d
2026-02-25 20:09:46.660 ERROR [src.node.docker_mananger] Max retries reached for container d2268954c3e6. Exiting log stream.
2026-02-25 20:09:46.783 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:09:46.784 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 20:09:46.797 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:09:46.807 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:09:46.816 DEBUG [src.node.docker_mananger] No errors found in the waku logs.