132 lines
23 KiB
Plaintext

2026-02-01 04:48:23.107 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-01 04:48:23.107 DEBUG [tests.conftest] Running test: test_store_sync_indirect_node with id: 2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a
2026-02-01 04:48:23.107 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-01 04:48:23.114 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:48:23.115 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a__wakuorg_nwaku:latest.log
2026-02-01 04:48:23.121 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:48:23.121 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a__wakuorg_nwaku:latest.log
2026-02-01 04:48:23.128 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-01 04:48:23.128 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a__wakuorg_nwaku:latest.log
2026-02-01 04:48:23.129 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-01 04:48:23.130 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:48:23.130 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:48:23.132 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:48:23.132 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.198
2026-02-01 04:48:23.132 DEBUG [src.node.docker_mananger] Generated ports ['33504', '33505', '33506', '33507', '33508']
2026-02-01 04:48:23.132 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:48:23.132 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:48:23.132 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:48:23.133 DEBUG [src.node.docker_mananger] docker run -i -t -p 33504:33504 -p 33505:33505 -p 33506:33506 -p 33507:33507 -p 33508:33508 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=33506 --rest-port=33504 --tcp-port=33505 --discv5-udp-port=33507 --rest-address=0.0.0.0 --nat=extip:172.18.86.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1fae9ba173deaaee1826c4479a6eba7b46912fa334f610fdee87484f17ef0b4a --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33508 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-02-01 04:48:23.307 ERROR [src.node.docker_mananger] Max retries reached for container f15125f52c4e. Exiting log stream.
2026-02-01 04:48:23.327 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.198 waku 9f796e89642eaeba870f5a2b0910f6bc0c6b68a8134e378d7d92b1e0941cb4bf
2026-02-01 04:48:23.360 DEBUG [src.node.docker_mananger] Container started with ID 9f796e89642e. Setting up logs at ./log/docker/node1_2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a__wakuorg_nwaku:latest.log
2026-02-01 04:48:23.362 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33504
2026-02-01 04:48:23.362 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:48:23.912 ERROR [src.node.docker_mananger] Max retries reached for container 46e2353bcbb7. Exiting log stream.
2026-02-01 04:48:24.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33504/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:48:24.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2026-02-01 04:48:24.366 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:48:24.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33504/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:48:24.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.198/tcp/33505/p2p/16Uiu2HAmHQMrtUT2PrPxHAVG58TaFKnPe1hf858FcY5ALGsCQq7W","/ip4/172.18.86.198/tcp/33506/ws/p2p/16Uiu2HAmHQMrtUT2PrPxHAVG58TaFKnPe1hf858FcY5ALGsCQq7W"],"enrUri":"enr:-L24QN-lGDV7tqRYub-SsnIt0e_Og4vQscJ0HytZEHRhF6lrW5ty12Ba9IQOmL2PrzWCVvD3gCKOz9Yj3Tc2DVowkeACgmlkgnY0gmlwhKwSVsaKbXVsdGlhZGRyc5YACASsElbGBoLhAAoErBJWxgaC4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRosLVod10iEPOHsgH0U0xVyIWlnNKNanU1y37-u_ZQGDdGNwgoLhg3VkcIKC44V3YWt1MhM"}'
2026-02-01 04:48:24.369 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:48:24.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-01 04:48:24.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:24.383 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:48:24.383 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:48:24.385 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:48:24.385 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.18
2026-02-01 04:48:24.385 DEBUG [src.node.docker_mananger] Generated ports ['46628', '46629', '46630', '46631', '46632']
2026-02-01 04:48:24.385 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:48:24.385 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:48:24.385 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:48:24.385 DEBUG [src.node.docker_mananger] docker run -i -t -p 46628:46628 -p 46629:46629 -p 46630:46630 -p 46631:46631 -p 46632:46632 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=46630 --rest-port=46628 --tcp-port=46629 --discv5-udp-port=46631 --rest-address=0.0.0.0 --nat=extip:172.18.11.18 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5db5ae9ebfde9f8f24daee021f1acfdd37bcacfdaac1b2ee2fa1721b689cbdc9 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46632 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QN-lGDV7tqRYub-SsnIt0e_Og4vQscJ0HytZEHRhF6lrW5ty12Ba9IQOmL2PrzWCVvD3gCKOz9Yj3Tc2DVowkeACgmlkgnY0gmlwhKwSVsaKbXVsdGlhZGRyc5YACASsElbGBoLhAAoErBJWxgaC4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRosLVod10iEPOHsgH0U0xVyIWlnNKNanU1y37-u_ZQGDdGNwgoLhg3VkcIKC44V3YWt1MhM
2026-02-01 04:48:24.581 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.18 waku 7e5fb746fb7cf0f4a5decef2ccb388944187b79afe312dc18b6f10238da43143
2026-02-01 04:48:24.616 DEBUG [src.node.docker_mananger] Container started with ID 7e5fb746fb7c. Setting up logs at ./log/docker/node2_2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a__wakuorg_nwaku:latest.log
2026-02-01 04:48:24.616 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46628
2026-02-01 04:48:24.617 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:48:25.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46628/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:48:25.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2026-02-01 04:48:25.622 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:48:25.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46628/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:48:25.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.18/tcp/46629/p2p/16Uiu2HAmBMbX7ex1xRMkQfSKKeJWkniyDewcJpRhQhgVH1fV8mYH","/ip4/172.18.11.18/tcp/46630/ws/p2p/16Uiu2HAmBMbX7ex1xRMkQfSKKeJWkniyDewcJpRhQhgVH1fV8mYH"],"enrUri":"enr:-L24QHlb-5bhQBUGz8RbAi9P3fm5XEe9WxDCEImRf8gDR7lAaFKCcT8DF8FgLQbFuIDFDQf4nlfOxDX1Ws6_BeU_YdoCgmlkgnY0gmlwhKwSCxKKbXVsdGlhZGRyc5YACASsEgsSBrYlAAoErBILEga2Jt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7K-f63l0w27EOnCFC4Cyo2JT-FmG71YXFPYyJ_3R1d6DdGNwgrYlg3VkcIK2J4V3YWt1MhI"}'
2026-02-01 04:48:25.625 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:48:25.625 DEBUG [src.node.waku_node] Starting Node...
2026-02-01 04:48:25.625 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-01 04:48:25.627 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-01 04:48:25.627 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.112
2026-02-01 04:48:25.627 DEBUG [src.node.docker_mananger] Generated ports ['64047', '64048', '64049', '64050', '64051']
2026-02-01 04:48:25.627 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-01 04:48:25.628 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-01 04:48:25.628 DEBUG [src.node.waku_node] Using volumes []
2026-02-01 04:48:25.628 DEBUG [src.node.docker_mananger] docker run -i -t -p 64047:64047 -p 64048:64048 -p 64049:64049 -p 64050:64050 -p 64051:64051 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=64049 --rest-port=64047 --tcp-port=64048 --discv5-udp-port=64050 --rest-address=0.0.0.0 --nat=extip:172.18.102.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ec36646091b9c1d6dcda1c638bb246c3ea864c99f71879bfe4fecbb2e9835c6 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64051 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QHlb-5bhQBUGz8RbAi9P3fm5XEe9WxDCEImRf8gDR7lAaFKCcT8DF8FgLQbFuIDFDQf4nlfOxDX1Ws6_BeU_YdoCgmlkgnY0gmlwhKwSCxKKbXVsdGlhZGRyc5YACASsEgsSBrYlAAoErBILEga2Jt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7K-f63l0w27EOnCFC4Cyo2JT-FmG71YXFPYyJ_3R1d6DdGNwgrYlg3VkcIK2J4V3YWt1MhI
2026-02-01 04:48:25.819 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.112 waku 67424a923102038d72b0839ebede64a7c6113b688c40382c4ada6584633584ff
2026-02-01 04:48:25.852 DEBUG [src.node.docker_mananger] Container started with ID 67424a923102. Setting up logs at ./log/docker/node3_2026-02-01_04-48-23__fb540d95-44c6-4acc-82f7-6f53d8ebc15a__wakuorg_nwaku:latest.log
2026-02-01 04:48:25.853 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64047
2026-02-01 04:48:25.853 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-01 04:48:26.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64047/health" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:48:26.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2026-02-01 04:48:26.859 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-01 04:48:26.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64047/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:48:26.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.112/tcp/64048/p2p/16Uiu2HAm767ffzhD2XJPJyWvnjiZv42fwPJgNLQJRYcfo5u9B3gH","/ip4/172.18.102.112/tcp/64049/ws/p2p/16Uiu2HAm767ffzhD2XJPJyWvnjiZv42fwPJgNLQJRYcfo5u9B3gH"],"enrUri":"enr:-L24QJ7-OIsoBZcvkFOgm7hO_B_mbO9_ihk7z3J8BldxotBNa2eJohizCHySaVdNOoeAxGyb4RA7xVA4A8ZAL1pku1wCgmlkgnY0gmlwhKwSZnCKbXVsdGlhZGRyc5YACASsEmZwBvowAAoErBJmcAb6Md0DgnJzhQADAQAAiXNlY3AyNTZrMaECrUmsBneQpzaHNRwYyHiUmLEVD0CCulB8CQfiOqB0Ub6DdGNwgvowg3VkcIL6MoV3YWt1MhI"}'
2026-02-01 04:48:26.862 INFO [src.node.waku_node] REST service is ready !!
2026-02-01 04:48:26.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46628/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.86.198/tcp/33505/p2p/16Uiu2HAmHQMrtUT2PrPxHAVG58TaFKnPe1hf858FcY5ALGsCQq7W"]'
2026-02-01 04:48:26.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:26.892 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:26.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:26.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:26.901 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:27.101 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:27.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:27.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:27.106 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:27.306 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:27.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:27.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:27.311 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:27.512 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:27.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:27.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:27.516 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:27.717 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:27.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:27.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:27.721 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:27.922 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:27.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:27.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:27.927 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:28.127 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:28.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:28.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:28.132 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:28.333 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:28.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:28.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:28.337 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:28.538 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:28.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:28.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:28.543 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:28.744 DEBUG [src.steps.store] Relaying message
2026-02-01 04:48:28.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33504/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-01 04:48:28.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-01 04:48:28.749 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-01 04:48:28.949 DEBUG [src.libs.common] Sleeping for 65 seconds
2026-02-01 04:49:33.950 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-01 04:49:33.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64047/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-01 04:49:33.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x038c41e75953b39032d107f18fc55e8096fb4b06d252d0da82ec81a22467af2c"},{"messageHash":"0x961447d3bbed69e0b9f79bf92eaaef6853434278f8714085dcd65e34a1ab2dec"},{"messageHash":"0x8b307e1e2887e01b18ab3c7e6a73bd8be8d3d24f267e33af1403c61e78f5521f"},{"messageHash":"0xe27abca87e4c90457dfb4de4f45b642e7dd22e7c42b32aa015198b708d26808a"},{"messageHash":"0x092d4e8da391da461e37f48c8a41329f97397c6e7e82ade11b7726c641e0ce7e"},{"messageHash":"0xb7c919c22e709529d78168bc5be1470c684f6dc53d3d77ce8f28fb7f41948bb2"},{"messageHash":"0xd28b64aadcb7aa53f92b1bef2a20ecb3b57ed244fc53d9039b315fc6cb96166a"},{"messageHash":"0xa67c179f9e3742d4f0d6a5692703fc156fb773de29226cf1ea83c1d07f1cc02e"},{"messageHash":"0xac50b17bdc0eb6053a392711e208cbed4348d5402946459c12ccce7a578caffb"},{"messageHash":"0x99e7d6ce1a774b84cba8bf23803f28e4f4b9700d9abe513a3e03fb93c8341a40"}]}'
2026-02-01 04:49:33.954 DEBUG [src.steps.store] messages length is 10
2026-02-01 04:49:33.956 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-01 04:49:33.958 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-01 04:49:33.958 DEBUG [src.node.waku_node] Stopping container with id 9f796e89642e
2026-02-01 04:49:34.558 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:49:34.558 DEBUG [src.node.waku_node] Stopping container with id 7e5fb746fb7c
2026-02-01 04:49:35.188 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:49:35.189 DEBUG [src.node.waku_node] Stopping container with id 67424a923102
2026-02-01 04:49:35.374 ERROR [src.node.docker_mananger] Max retries reached for container 9f796e89642e. Exiting log stream.
2026-02-01 04:49:35.765 DEBUG [src.node.waku_node] Container stopped.
2026-02-01 04:49:35.766 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-01 04:49:35.815 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-01 04:49:35.884 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-01 04:49:35.916 DEBUG [src.node.docker_mananger] No errors found in the waku logs.