141 lines
26 KiB
Plaintext

2026-03-24 04:40:31.513 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-24 04:40:31.513 DEBUG [tests.conftest] Running test: test_sync_nodes_are_not_relay_and_have_storenode_set with id: 2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf
2026-03-24 04:40:31.514 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-24 04:40:31.520 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:40:31.521 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf__wakuorg_nwaku:latest.log
2026-03-24 04:40:31.526 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:40:31.527 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf__wakuorg_nwaku:latest.log
2026-03-24 04:40:31.533 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:40:31.533 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf__wakuorg_nwaku:latest.log
2026-03-24 04:40:31.533 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-24 04:40:31.534 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:40:31.534 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:40:31.535 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:40:31.536 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.97.116
2026-03-24 04:40:31.536 DEBUG [src.node.docker_mananger] Generated ports ['52603', '52604', '52605', '52606', '52607']
2026-03-24 04:40:31.536 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:40:31.536 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:40:31.536 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:40:31.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 52603:52603 -p 52604:52604 -p 52605:52605 -p 52606:52606 -p 52607:52607 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=52605 --rest-port=52603 --tcp-port=52604 --discv5-udp-port=52606 --rest-address=0.0.0.0 --nat=extip:172.18.97.116 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db29739583e7ab7cfb828e63b8deadc9bcbc6b4d23f97af0c7ccef0ebfe4cda4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52607 --metrics-logging=true --store=true --relay=true
2026-03-24 04:40:31.743 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.97.116 waku b62c21769092b21fb70737aee55964c5cd7a2ade425b43eb2a036666017b6c83
2026-03-24 04:40:31.751 ERROR [src.node.docker_mananger] Max retries reached for container 8632a165694f. Exiting log stream.
2026-03-24 04:40:31.781 DEBUG [src.node.docker_mananger] Container started with ID b62c21769092. Setting up logs at ./log/docker/node1_2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf__wakuorg_nwaku:latest.log
2026-03-24 04:40:31.781 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52603
2026-03-24 04:40:31.781 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:40:32.316 ERROR [src.node.docker_mananger] Max retries reached for container 221e49a7134a. Exiting log stream.
2026-03-24 04:40:32.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52603/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:32.784 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-24 04:40:32.785 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:40:32.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:32.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.116/tcp/52604/p2p/16Uiu2HAkvzjYTTMk3gcGeRcpVkVgrCNWQcu7HgdBehHjDxSFYqrp","/ip4/172.18.97.116/tcp/52605/ws/p2p/16Uiu2HAkvzjYTTMk3gcGeRcpVkVgrCNWQcu7HgdBehHjDxSFYqrp"],"enrUri":"enr:-L24QDfejDmBbBqQW2My8ATiVl5OyW3cQIjcrTRT7yo6IUv_PGq39z9SxXe0QEkMxwqW0eZpEigdvG5Q2BZ4rHl0on0CgmlkgnY0gmlwhKwSYXSKbXVsdGlhZGRyc5YACASsEmF0Bs18AAoErBJhdAbNfd0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1Ph6-2bNZoU8V0G2YPpTFcHLtMRBoKfbwzmE2ZGCCGDdGNwgs18g3VkcILNfoV3YWt1MgM"}'
2026-03-24 04:40:32.787 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:40:32.788 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:40:32.788 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:40:32.789 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:40:32.789 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.102
2026-03-24 04:40:32.789 DEBUG [src.node.docker_mananger] Generated ports ['18587', '18588', '18589', '18590', '18591']
2026-03-24 04:40:32.790 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:40:32.790 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:40:32.790 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:40:32.790 DEBUG [src.node.docker_mananger] docker run -i -t -p 18587:18587 -p 18588:18588 -p 18589:18589 -p 18590:18590 -p 18591:18591 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=18589 --rest-port=18587 --tcp-port=18588 --discv5-udp-port=18590 --rest-address=0.0.0.0 --nat=extip:172.18.160.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=87b75e49bdbe7bbeb28e5be5e68cce35b375fd3a9fc1de89aad52ceafc270abc --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18591 --metrics-logging=true --relay=false --storenode=/ip4/172.18.97.116/tcp/52604/p2p/16Uiu2HAkvzjYTTMk3gcGeRcpVkVgrCNWQcu7HgdBehHjDxSFYqrp --discv5-bootstrap-node=enr:-L24QDfejDmBbBqQW2My8ATiVl5OyW3cQIjcrTRT7yo6IUv_PGq39z9SxXe0QEkMxwqW0eZpEigdvG5Q2BZ4rHl0on0CgmlkgnY0gmlwhKwSYXSKbXVsdGlhZGRyc5YACASsEmF0Bs18AAoErBJhdAbNfd0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1Ph6-2bNZoU8V0G2YPpTFcHLtMRBoKfbwzmE2ZGCCGDdGNwgs18g3VkcILNfoV3YWt1MgM
2026-03-24 04:40:32.984 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.102 waku e2bc65f06b6db019679304846a24a2faa4e69189802f20a53776534f7315ce32
2026-03-24 04:40:33.019 DEBUG [src.node.docker_mananger] Container started with ID e2bc65f06b6d. Setting up logs at ./log/docker/node2_2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf__wakuorg_nwaku:latest.log
2026-03-24 04:40:33.019 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18587
2026-03-24 04:40:33.020 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:40:34.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18587/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:34.023 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-24 04:40:34.023 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:40:34.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18587/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:34.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.102/tcp/18588/p2p/16Uiu2HAmRfYcnMjFVp2s5vp8BmbPz4fB6eMfrd8GUW1uyKJFpber","/ip4/172.18.160.102/tcp/18589/ws/p2p/16Uiu2HAmRfYcnMjFVp2s5vp8BmbPz4fB6eMfrd8GUW1uyKJFpber"],"enrUri":"enr:-L24QGf2dNcatvqRcvaXdul0CesCzFf90NmB7lEN4jlrCk65WxAKsgGc_clRXUTYJYJhTpECYJG91srnkIAncTSOGXICgmlkgnY0gmlwhKwSoGaKbXVsdGlhZGRyc5YACASsEqBmBkicAAoErBKgZgZInd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwUxqIqwzjFH8IrxxOeNvYPsl_IicA05VNPX47Bk4B7ODdGNwgkicg3VkcIJInoV3YWt1MgA"}'
2026-03-24 04:40:34.026 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:40:34.026 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:40:34.026 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:40:34.028 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:40:34.028 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.193.37
2026-03-24 04:40:34.028 DEBUG [src.node.docker_mananger] Generated ports ['21886', '21887', '21888', '21889', '21890']
2026-03-24 04:40:34.028 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:40:34.028 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:40:34.028 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:40:34.029 DEBUG [src.node.docker_mananger] docker run -i -t -p 21886:21886 -p 21887:21887 -p 21888:21888 -p 21889:21889 -p 21890:21890 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=21888 --rest-port=21886 --tcp-port=21887 --discv5-udp-port=21889 --rest-address=0.0.0.0 --nat=extip:172.18.193.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c3b11dcff2d7be2b32ef013ec5a0bf0fffb53f5be43ba7e2df2face2bdfae2d6 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21890 --metrics-logging=true --relay=false --storenode=/ip4/172.18.97.116/tcp/52604/p2p/16Uiu2HAkvzjYTTMk3gcGeRcpVkVgrCNWQcu7HgdBehHjDxSFYqrp --discv5-bootstrap-node=enr:-L24QGf2dNcatvqRcvaXdul0CesCzFf90NmB7lEN4jlrCk65WxAKsgGc_clRXUTYJYJhTpECYJG91srnkIAncTSOGXICgmlkgnY0gmlwhKwSoGaKbXVsdGlhZGRyc5YACASsEqBmBkicAAoErBKgZgZInd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwUxqIqwzjFH8IrxxOeNvYPsl_IicA05VNPX47Bk4B7ODdGNwgkicg3VkcIJInoV3YWt1MgA
2026-03-24 04:40:34.230 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.193.37 waku 352857762f07cde2eeb909cd22dea1a8eec20889c2e225e8d58c986866b30cbc
2026-03-24 04:40:34.265 DEBUG [src.node.docker_mananger] Container started with ID 352857762f07. Setting up logs at ./log/docker/node3_2026-03-24_04-40-31__2619fabc-e947-4ac6-b6b9-c4c5bb943bbf__wakuorg_nwaku:latest.log
2026-03-24 04:40:34.265 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21886
2026-03-24 04:40:34.265 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:40:35.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21886/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:35.269 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-24 04:40:35.269 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:40:35.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21886/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:35.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.37/tcp/21887/p2p/16Uiu2HAkwMk5hXqo9eMzUua9AKRz6z7ihs197S7sLh4CD5MifbD9","/ip4/172.18.193.37/tcp/21888/ws/p2p/16Uiu2HAkwMk5hXqo9eMzUua9AKRz6z7ihs197S7sLh4CD5MifbD9"],"enrUri":"enr:-L24QGShVtmhVMtCPouMQWh3Wgb1QTsZElF1mT2AHakADCZGP8RQAW_7KxxQFyfGiVYoIMQ4SbyoEws9cAO3ghsMdQMCgmlkgnY0gmlwhKwSwSWKbXVsdGlhZGRyc5YACASsEsElBlV_AAoErBLBJQZVgN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHLWwRiApaBSy8pqaJ1W-nPNd9kNRMtblLQn3cr15c4iDdGNwglV_g3VkcIJVgYV3YWt1MgA"}'
2026-03-24 04:40:35.272 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:40:35.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18587/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.116/tcp/52604/p2p/16Uiu2HAkvzjYTTMk3gcGeRcpVkVgrCNWQcu7HgdBehHjDxSFYqrp"]'
2026-03-24 04:40:35.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21886/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.102/tcp/18588/p2p/16Uiu2HAmRfYcnMjFVp2s5vp8BmbPz4fB6eMfrd8GUW1uyKJFpber"]'
2026-03-24 04:40:35.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-24 04:40:35.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.357 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:35.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:35.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.365 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:35.565 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:35.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:35.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.570 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:35.770 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:35.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:35.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.775 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:35.976 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:35.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:35.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:35.981 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:36.181 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:36.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:36.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:36.186 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:36.387 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:36.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:36.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:36.392 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:36.592 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:36.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:36.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:36.597 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:36.798 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:36.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:36.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:36.802 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:37.003 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:37.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:37.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:37.008 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:37.208 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:37.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52603/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-24 04:40:37.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:37.213 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:37.414 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-24 04:40:37.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52603/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:37.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e95eec5dbfcfe8ab5fa51b117385cd1e63844d47389fd788f8077799430c637"},{"messageHash":"0x14af40cab27a14bca6e64eea3c4887f7749fc75bd7e59547b1f33b1b22d99c96"},{"messageHash":"0x567d4c1fc40c9ab6a3d6438dd88e766e96b130c410c6093f553e17d9dd302f5a"},{"messageHash":"0xc96aa2882b7178be3348b663d24f5699f10a6bbe0300e37b3dde9260be1d83cf"},{"messageHash":"0xdcac6984ebad1396b7954a806a31a071c43c2dfdd9a6c29d5891cd5e82e5ba11"},{"messageHash":"0xa9e3f3c5a2518920a11f5ecae7f968648cb3cd11fe2c153bf5614e48d4236370"},{"messageHash":"0x7afe39d86bdffb29eb969211e7d05b430d0ab757c9d437bd52af45c9a956dd34"},{"messageHash":"0x155c576da54bcfb6f1100c719ab1acea5a4543ac8d43a48bf107a8fe0f5e5085"},{"messageHash":"0xf1df6f18f66800d56c0a58916d93fde54e9ce9ac946c506794fea01e0b47176c"},{"messageHash":"0xe820ce38cd743a4440531f8829189a79986ebb25cf6a32290a046dbd63d99da6"}]}'
2026-03-24 04:40:37.418 DEBUG [src.steps.store] messages length is 10
2026-03-24 04:40:37.419 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-24 04:40:37.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18587/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:37.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"30231fbd79aba6f91697","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e95eec5dbfcfe8ab5fa51b117385cd1e63844d47389fd788f8077799430c637"},{"messageHash":"0x14af40cab27a14bca6e64eea3c4887f7749fc75bd7e59547b1f33b1b22d99c96"},{"messageHash":"0x567d4c1fc40c9ab6a3d6438dd88e766e96b130c410c6093f553e17d9dd302f5a"},{"messageHash":"0xc96aa2882b7178be3348b663d24f5699f10a6bbe0300e37b3dde9260be1d83cf"},{"messageHash":"0xdcac6984ebad1396b7954a806a31a071c43c2dfdd9a6c29d5891cd5e82e5ba11"},{"messageHash":"0xa9e3f3c5a2518920a11f5ecae7f968648cb3cd11fe2c153bf5614e48d4236370"},{"messageHash":"0x7afe39d86bdffb29eb969211e7d05b430d0ab757c9d437bd52af45c9a956dd34"},{"messageHash":"0x155c576da54bcfb6f1100c719ab1acea5a4543ac8d43a48bf107a8fe0f5e5085"},{"messageHash":"0xf1df6f18f66800d56c0a58916d93fde54e9ce9ac946c506794fea01e0b47176c"},{"messageHash":"0xe820ce38cd743a4440531f8829189a79986ebb25cf6a32290a046dbd63d99da6"}]}'
2026-03-24 04:40:37.429 DEBUG [src.steps.store] messages length is 10
2026-03-24 04:40:37.430 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-24 04:40:37.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21886/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:37.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"74805fe203090adc9f87","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e95eec5dbfcfe8ab5fa51b117385cd1e63844d47389fd788f8077799430c637"},{"messageHash":"0x14af40cab27a14bca6e64eea3c4887f7749fc75bd7e59547b1f33b1b22d99c96"},{"messageHash":"0x567d4c1fc40c9ab6a3d6438dd88e766e96b130c410c6093f553e17d9dd302f5a"},{"messageHash":"0xc96aa2882b7178be3348b663d24f5699f10a6bbe0300e37b3dde9260be1d83cf"},{"messageHash":"0xdcac6984ebad1396b7954a806a31a071c43c2dfdd9a6c29d5891cd5e82e5ba11"},{"messageHash":"0xa9e3f3c5a2518920a11f5ecae7f968648cb3cd11fe2c153bf5614e48d4236370"},{"messageHash":"0x7afe39d86bdffb29eb969211e7d05b430d0ab757c9d437bd52af45c9a956dd34"},{"messageHash":"0x155c576da54bcfb6f1100c719ab1acea5a4543ac8d43a48bf107a8fe0f5e5085"},{"messageHash":"0xf1df6f18f66800d56c0a58916d93fde54e9ce9ac946c506794fea01e0b47176c"},{"messageHash":"0xe820ce38cd743a4440531f8829189a79986ebb25cf6a32290a046dbd63d99da6"}]}'
2026-03-24 04:40:37.465 DEBUG [src.steps.store] messages length is 10
2026-03-24 04:40:37.476 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-24 04:40:37.477 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-24 04:40:37.478 DEBUG [src.node.waku_node] Stopping container with id b62c21769092
2026-03-24 04:40:38.051 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:40:38.051 DEBUG [src.node.waku_node] Stopping container with id e2bc65f06b6d
2026-03-24 04:40:38.627 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:40:38.627 DEBUG [src.node.waku_node] Stopping container with id 352857762f07
2026-03-24 04:40:38.863 ERROR [src.node.docker_mananger] Max retries reached for container b62c21769092. Exiting log stream.
2026-03-24 04:40:39.208 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:40:39.209 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-24 04:40:39.219 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-24 04:40:39.226 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-24 04:40:39.232 DEBUG [src.node.docker_mananger] No errors found in the waku logs.