146 lines
27 KiB
Plaintext

2026-03-08 04:40:11.969 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-08 04:40:11.971 DEBUG [tests.conftest] Running test: test_sync_flags with id: 2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e
2026-03-08 04:40:11.972 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-08 04:40:11.981 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:40:11.981 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e__wakuorg_nwaku:latest.log
2026-03-08 04:40:11.988 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:40:11.989 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e__wakuorg_nwaku:latest.log
2026-03-08 04:40:11.997 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:40:11.997 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e__wakuorg_nwaku:latest.log
2026-03-08 04:40:11.998 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-08 04:40:11.999 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:40:12.000 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:40:12.003 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:40:12.003 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.44
2026-03-08 04:40:12.003 DEBUG [src.node.docker_mananger] Generated ports ['43214', '43215', '43216', '43217', '43218']
2026-03-08 04:40:12.004 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:40:12.004 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:40:12.004 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:40:12.004 DEBUG [src.node.docker_mananger] docker run -i -t -p 43214:43214 -p 43215:43215 -p 43216:43216 -p 43217:43217 -p 43218:43218 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=43216 --rest-port=43214 --tcp-port=43215 --discv5-udp-port=43217 --rest-address=0.0.0.0 --nat=extip:172.18.195.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ded223ccb18eabeb7afebccb3426062bc6316afbfa6ce2325bd9b2bff1faadb --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=43218 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true
2026-03-08 04:40:12.152 ERROR [src.node.docker_mananger] Max retries reached for container 3c423b0044f5. Exiting log stream.
2026-03-08 04:40:12.206 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.44 waku 3474d95aecf81e3796f75509976d3d5015d8fa6e79f150003cbb53b8f49367d1
2026-03-08 04:40:12.243 DEBUG [src.node.docker_mananger] Container started with ID 3474d95aecf8. Setting up logs at ./log/docker/node1_2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e__wakuorg_nwaku:latest.log
2026-03-08 04:40:12.245 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43214
2026-03-08 04:40:12.245 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:40:12.819 ERROR [src.node.docker_mananger] Max retries reached for container bc00ac658047. Exiting log stream.
2026-03-08 04:40:13.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43214/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:13.248 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-08 04:40:13.249 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:40:13.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43214/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:13.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.44/tcp/43215/p2p/16Uiu2HAm4Qt5LgFEESRwti1k6vbAgkqpuxy88TErqGWN97DH6nHp","/ip4/172.18.195.44/tcp/43216/ws/p2p/16Uiu2HAm4Qt5LgFEESRwti1k6vbAgkqpuxy88TErqGWN97DH6nHp"],"enrUri":"enr:-L24QEcqkwzRm9mwNjhlfWb7kVKRhKo_uodqG-01NE6J89fHY4tlBf49vtxJCUqSwEK0Msk6KEfBl4zBI1QpcN8okpoCgmlkgnY0gmlwhKwSwyyKbXVsdGlhZGRyc5YACASsEsMsBqjPAAoErBLDLAao0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEChYVHMZyvhEDY5YLXalpYucHQhd7EYLtyN69-inciFuuDdGNwgqjPg3VkcIKo0YV3YWt1MhM"}'
2026-03-08 04:40:13.251 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:40:13.251 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:40:13.252 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:40:13.253 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:40:13.253 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.136.214
2026-03-08 04:40:13.253 DEBUG [src.node.docker_mananger] Generated ports ['19294', '19295', '19296', '19297', '19298']
2026-03-08 04:40:13.254 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:40:13.254 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:40:13.254 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:40:13.254 DEBUG [src.node.docker_mananger] docker run -i -t -p 19294:19294 -p 19295:19295 -p 19296:19296 -p 19297:19297 -p 19298:19298 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=19296 --rest-port=19294 --tcp-port=19295 --discv5-udp-port=19297 --rest-address=0.0.0.0 --nat=extip:172.18.136.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=46faca1d2e25d7f5baca8dbd3d118855cd1c453fb0a22cceb2a6806c942e0411 --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=19298 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QEcqkwzRm9mwNjhlfWb7kVKRhKo_uodqG-01NE6J89fHY4tlBf49vtxJCUqSwEK0Msk6KEfBl4zBI1QpcN8okpoCgmlkgnY0gmlwhKwSwyyKbXVsdGlhZGRyc5YACASsEsMsBqjPAAoErBLDLAao0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEChYVHMZyvhEDY5YLXalpYucHQhd7EYLtyN69-inciFuuDdGNwgqjPg3VkcIKo0YV3YWt1MhM
2026-03-08 04:40:13.451 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.136.214 waku 7ecd5019cf5744fa4a6ce0e64e421e4f7078f92aa73a148f19e8c348ffe03f3d
2026-03-08 04:40:13.488 DEBUG [src.node.docker_mananger] Container started with ID 7ecd5019cf57. Setting up logs at ./log/docker/node2_2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e__wakuorg_nwaku:latest.log
2026-03-08 04:40:13.488 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19294
2026-03-08 04:40:13.488 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:40:14.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19294/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:14.506 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-03-08 04:40:14.507 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:40:14.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19294/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:14.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.214/tcp/19295/p2p/16Uiu2HAm3nyPqTg5C7oxqAN1hu2VYw55GqyqvPhNnWRobGFsJUq6","/ip4/172.18.136.214/tcp/19296/ws/p2p/16Uiu2HAm3nyPqTg5C7oxqAN1hu2VYw55GqyqvPhNnWRobGFsJUq6"],"enrUri":"enr:-L24QO5bPRLHEQM_4fhGnz4DNZgQyvAVB1Kd_-8t4kfHYNbTN571SU62LRQJp9VebK87jXtVSc230ReWDfVCwaHLuXwCgmlkgnY0gmlwhKwSiNaKbXVsdGlhZGRyc5YACASsEojWBktfAAoErBKI1gZLYN0DgnJzhQADAQAAiXNlY3AyNTZrMaECfFJiES7yE1kjfU9SrBcCh40QcS669uDdd_E5pQnw8vmDdGNwgktfg3VkcIJLYYV3YWt1MgE"}'
2026-03-08 04:40:14.514 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:40:14.514 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:40:14.514 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:40:14.518 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:40:14.518 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.99.64
2026-03-08 04:40:14.518 DEBUG [src.node.docker_mananger] Generated ports ['24692', '24693', '24694', '24695', '24696']
2026-03-08 04:40:14.518 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:40:14.519 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:40:14.519 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:40:14.519 DEBUG [src.node.docker_mananger] docker run -i -t -p 24692:24692 -p 24693:24693 -p 24694:24694 -p 24695:24695 -p 24696:24696 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=24694 --rest-port=24692 --tcp-port=24693 --discv5-udp-port=24695 --rest-address=0.0.0.0 --nat=extip:172.18.99.64 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=feecc375a6737cfb7297ec8d8e1f1cb222bf103aadc6ef8b1e8fd4bd7619dc7d --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=24696 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QO5bPRLHEQM_4fhGnz4DNZgQyvAVB1Kd_-8t4kfHYNbTN571SU62LRQJp9VebK87jXtVSc230ReWDfVCwaHLuXwCgmlkgnY0gmlwhKwSiNaKbXVsdGlhZGRyc5YACASsEojWBktfAAoErBKI1gZLYN0DgnJzhQADAQAAiXNlY3AyNTZrMaECfFJiES7yE1kjfU9SrBcCh40QcS669uDdd_E5pQnw8vmDdGNwgktfg3VkcIJLYYV3YWt1MgE
2026-03-08 04:40:14.721 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.99.64 waku f395d56d1fa7aa8d36fa6ded38629ec014de40513203746d9b776dbcc2f098e0
2026-03-08 04:40:14.756 DEBUG [src.node.docker_mananger] Container started with ID f395d56d1fa7. Setting up logs at ./log/docker/node3_2026-03-08_04-40-11__a651688e-d248-4a83-a39b-a8f1a2cbbc9e__wakuorg_nwaku:latest.log
2026-03-08 04:40:14.757 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24692
2026-03-08 04:40:14.757 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:40:15.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24692/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:15.775 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-03-08 04:40:15.776 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:40:15.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24692/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:15.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.99.64/tcp/24693/p2p/16Uiu2HAmShFTJooVN1hG5wuWUsd3AijLm4jnMqvgin661Ra8GQye","/ip4/172.18.99.64/tcp/24694/ws/p2p/16Uiu2HAmShFTJooVN1hG5wuWUsd3AijLm4jnMqvgin661Ra8GQye"],"enrUri":"enr:-L24QL1UXRyEIgNec-MA-R33I_bE3pkf_QDLtJgfRRovECEyM3eGxaj0MHrQ-JeWa1xB1r_71Ia1j1BTBiaZrO_AoNkCgmlkgnY0gmlwhKwSY0CKbXVsdGlhZGRyc5YACASsEmNABmB1AAoErBJjQAZgdt0DgnJzhQADAQAAiXNlY3AyNTZrMaED0JfbQP-d6M62oPD5VpkXuAmR9R_FHM-Rw-sRO70FcXmDdGNwgmB1g3VkcIJgd4V3YWt1MgE"}'
2026-03-08 04:40:15.784 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:40:15.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19294/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.44/tcp/43215/p2p/16Uiu2HAm4Qt5LgFEESRwti1k6vbAgkqpuxy88TErqGWN97DH6nHp"]'
2026-03-08 04:40:15.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:15.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24692/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.136.214/tcp/19295/p2p/16Uiu2HAm3nyPqTg5C7oxqAN1hu2VYw55GqyqvPhNnWRobGFsJUq6"]'
2026-03-08 04:40:15.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:15.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-08 04:40:15.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:15.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19294/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-08 04:40:15.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:15.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24692/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-08 04:40:15.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:15.800 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:15.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:15.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:15.806 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:16.007 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:16.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:16.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:16.013 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:16.214 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:16.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:16.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:16.220 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:16.420 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:16.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:16.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:16.426 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:16.626 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:16.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:16.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:16.633 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:16.834 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:16.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:16.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:16.841 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:17.042 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:17.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:17.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:17.049 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:17.250 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:17.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:17.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:17.258 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:17.459 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:17.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:17.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:17.467 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:17.667 DEBUG [src.steps.store] Relaying message
2026-03-08 04:40:17.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43214/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-03-08 04:40:17.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:40:17.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-08 04:40:17.875 DEBUG [src.libs.common] Sleeping for 2 seconds
2026-03-08 04:40:19.876 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-08 04:40:19.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43214/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:19.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfec1577ec33a66ded9c7d98711acb14f5e560634c0a8b93a969295d31621f554"},{"messageHash":"0xb1aca6862a8018d9d69d059f6b85dffa9b57808a56c17e5270603fc8208cdd74"},{"messageHash":"0x84c305fdd5c06cd95b472075360748623dff8e6a95cf6a49e6c11b00ac8193d0"},{"messageHash":"0x1c9c72d712fd959b6806f1ce44abb900527412655ad1429ac228a6fe104aee3a"},{"messageHash":"0x797c95c8886e90d1b64c21c3e0edf5a6ce747a7325420b4393c5cd2f3911e8f0"},{"messageHash":"0xa79c0072d0805aafd218ece052f8652e993fb6cf99bd5ff0078ce48b4718af45"},{"messageHash":"0x461add8abcfb9d991c258b8f1ae2d5f10acce38d05b258db836a1a92bf45694b"},{"messageHash":"0x34e34a0c20f5d439b13420649ac5f00dac4485538f8bf9c73c5a9c25d6b9ee84"},{"messageHash":"0xd8a3418c6bab9038dab570ca97d74d7832265e75b9f4da11f179c526a01dee13"},{"messageHash":"0x1c2c9fdd687e721b8880c6ef3f753cdf1d13e96a19f252d20e70935e29c6f2d8"}]}'
2026-03-08 04:40:19.880 DEBUG [src.steps.store] messages length is 10
2026-03-08 04:40:19.881 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-08 04:40:19.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19294/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:19.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"676f46e86d6c654be999","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfec1577ec33a66ded9c7d98711acb14f5e560634c0a8b93a969295d31621f554"},{"messageHash":"0xb1aca6862a8018d9d69d059f6b85dffa9b57808a56c17e5270603fc8208cdd74"},{"messageHash":"0x84c305fdd5c06cd95b472075360748623dff8e6a95cf6a49e6c11b00ac8193d0"},{"messageHash":"0x1c9c72d712fd959b6806f1ce44abb900527412655ad1429ac228a6fe104aee3a"},{"messageHash":"0x797c95c8886e90d1b64c21c3e0edf5a6ce747a7325420b4393c5cd2f3911e8f0"},{"messageHash":"0xa79c0072d0805aafd218ece052f8652e993fb6cf99bd5ff0078ce48b4718af45"},{"messageHash":"0x461add8abcfb9d991c258b8f1ae2d5f10acce38d05b258db836a1a92bf45694b"},{"messageHash":"0x34e34a0c20f5d439b13420649ac5f00dac4485538f8bf9c73c5a9c25d6b9ee84"},{"messageHash":"0xd8a3418c6bab9038dab570ca97d74d7832265e75b9f4da11f179c526a01dee13"},{"messageHash":"0x1c2c9fdd687e721b8880c6ef3f753cdf1d13e96a19f252d20e70935e29c6f2d8"}]}'
2026-03-08 04:40:19.891 DEBUG [src.steps.store] messages length is 10
2026-03-08 04:40:19.892 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-08 04:40:19.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24692/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:40:19.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d01ebf3a3516f602d9fc","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfec1577ec33a66ded9c7d98711acb14f5e560634c0a8b93a969295d31621f554"},{"messageHash":"0xb1aca6862a8018d9d69d059f6b85dffa9b57808a56c17e5270603fc8208cdd74"},{"messageHash":"0x84c305fdd5c06cd95b472075360748623dff8e6a95cf6a49e6c11b00ac8193d0"},{"messageHash":"0x1c9c72d712fd959b6806f1ce44abb900527412655ad1429ac228a6fe104aee3a"},{"messageHash":"0x797c95c8886e90d1b64c21c3e0edf5a6ce747a7325420b4393c5cd2f3911e8f0"},{"messageHash":"0xa79c0072d0805aafd218ece052f8652e993fb6cf99bd5ff0078ce48b4718af45"},{"messageHash":"0x461add8abcfb9d991c258b8f1ae2d5f10acce38d05b258db836a1a92bf45694b"},{"messageHash":"0x34e34a0c20f5d439b13420649ac5f00dac4485538f8bf9c73c5a9c25d6b9ee84"},{"messageHash":"0xd8a3418c6bab9038dab570ca97d74d7832265e75b9f4da11f179c526a01dee13"},{"messageHash":"0x1c2c9fdd687e721b8880c6ef3f753cdf1d13e96a19f252d20e70935e29c6f2d8"}]}'
2026-03-08 04:40:19.933 DEBUG [src.steps.store] messages length is 10
2026-03-08 04:40:19.936 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-08 04:40:19.937 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-08 04:40:19.937 DEBUG [src.node.waku_node] Stopping container with id 3474d95aecf8
2026-03-08 04:40:20.549 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:40:20.550 DEBUG [src.node.waku_node] Stopping container with id 7ecd5019cf57
2026-03-08 04:40:21.178 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:40:21.180 DEBUG [src.node.waku_node] Stopping container with id f395d56d1fa7
2026-03-08 04:40:21.421 ERROR [src.node.docker_mananger] Max retries reached for container 3474d95aecf8. Exiting log stream.
2026-03-08 04:40:21.728 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:40:21.731 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-08 04:40:21.753 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:40:21.763 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:40:21.773 DEBUG [src.node.docker_mananger] No errors found in the waku logs.