146 lines
27 KiB
Plaintext

2026-01-02 04:36:15.378 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-02 04:36:15.379 DEBUG [tests.conftest] Running test: test_sync_flags with id: 2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86
2026-01-02 04:36:15.379 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-02 04:36:15.388 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:36:15.388 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86__wakuorg_nwaku:latest.log
2026-01-02 04:36:15.397 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:36:15.398 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86__wakuorg_nwaku:latest.log
2026-01-02 04:36:15.404 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:36:15.404 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86__wakuorg_nwaku:latest.log
2026-01-02 04:36:15.405 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-02 04:36:15.406 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:36:15.406 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:36:15.408 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:36:15.409 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.29.194
2026-01-02 04:36:15.409 DEBUG [src.node.docker_mananger] Generated ports ['17626', '17627', '17628', '17629', '17630']
2026-01-02 04:36:15.410 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:36:15.410 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:36:15.411 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:36:15.412 DEBUG [src.node.docker_mananger] docker run -i -t -p 17626:17626 -p 17627:17627 -p 17628:17628 -p 17629:17629 -p 17630:17630 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=17628 --rest-port=17626 --tcp-port=17627 --discv5-udp-port=17629 --rest-address=0.0.0.0 --nat=extip:172.18.29.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=36ebb78b91eb6e74f0540eaa164b3e084eef1abf39fa1f0460ef09cf12bc0a9d --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=17630 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true
2026-01-02 04:36:15.591 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.29.194 waku e25e017a073e00e87d7bc3d165c7e1d2302607eac9e24f57efe7d829add6c8a0
2026-01-02 04:36:15.619 ERROR [src.node.docker_mananger] Max retries reached for container ad3d47708c4a. Exiting log stream.
2026-01-02 04:36:15.624 DEBUG [src.node.docker_mananger] Container started with ID e25e017a073e. Setting up logs at ./log/docker/node1_2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86__wakuorg_nwaku:latest.log
2026-01-02 04:36:15.624 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17626
2026-01-02 04:36:15.625 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:36:16.224 ERROR [src.node.docker_mananger] Max retries reached for container c13b40c9c94a. Exiting log stream.
2026-01-02 04:36:16.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17626/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:16.629 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-01-02 04:36:16.630 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:36:16.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17626/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:16.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.194/tcp/17627/p2p/16Uiu2HAmDebqKL5UECpKyF4Nt2rnmGCZ2Z7HtbypExaR5stcaLMc","/ip4/172.18.29.194/tcp/17628/ws/p2p/16Uiu2HAmDebqKL5UECpKyF4Nt2rnmGCZ2Z7HtbypExaR5stcaLMc"],"enrUri":"enr:-L24QMPA8lo3z7ZowB_B1eq0y0l2VGY9lMGp3BMYv1MEni94APzYsEU2q2-C7KmerGFowuD62qSWm1oiVnSYn9aDUh4CgmlkgnY0gmlwhKwSHcKKbXVsdGlhZGRyc5YACASsEh3CBkTbAAoErBIdwgZE3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDsI6JOuolImUXfu02wjrniAXFIrB5WC57ApVuDKDvg-DdGNwgkTbg3VkcIJE3YV3YWt1MhM"}'
2026-01-02 04:36:16.632 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:36:16.632 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:36:16.633 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:36:16.634 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:36:16.634 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.198
2026-01-02 04:36:16.634 DEBUG [src.node.docker_mananger] Generated ports ['2459', '2460', '2461', '2462', '2463']
2026-01-02 04:36:16.634 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:36:16.634 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:36:16.635 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:36:16.635 DEBUG [src.node.docker_mananger] docker run -i -t -p 2459:2459 -p 2460:2460 -p 2461:2461 -p 2462:2462 -p 2463:2463 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=2461 --rest-port=2459 --tcp-port=2460 --discv5-udp-port=2462 --rest-address=0.0.0.0 --nat=extip:172.18.90.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1ee0a421d18db977ff1cfaa78ffa1ccc23eee54bbaef5edf2ad4008bf03ed1a4 --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=2463 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QMPA8lo3z7ZowB_B1eq0y0l2VGY9lMGp3BMYv1MEni94APzYsEU2q2-C7KmerGFowuD62qSWm1oiVnSYn9aDUh4CgmlkgnY0gmlwhKwSHcKKbXVsdGlhZGRyc5YACASsEh3CBkTbAAoErBIdwgZE3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDsI6JOuolImUXfu02wjrniAXFIrB5WC57ApVuDKDvg-DdGNwgkTbg3VkcIJE3YV3YWt1MhM
2026-01-02 04:36:16.827 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.198 waku 8981d2e6ebecd1516d5a0bb197d45d18fd99abe7bad6d69b3a41a7b9ffe560f1
2026-01-02 04:36:16.858 DEBUG [src.node.docker_mananger] Container started with ID 8981d2e6ebec. Setting up logs at ./log/docker/node2_2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86__wakuorg_nwaku:latest.log
2026-01-02 04:36:16.858 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2459
2026-01-02 04:36:16.858 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:36:17.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2459/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:17.869 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":"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":"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-01-02 04:36:17.871 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:36:17.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2459/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:17.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.198/tcp/2460/p2p/16Uiu2HAm5bT1fRtQW2e5DaBoSFf4XaEne4cdRxNB2Wkdd6Bw3wTV","/ip4/172.18.90.198/tcp/2461/ws/p2p/16Uiu2HAm5bT1fRtQW2e5DaBoSFf4XaEne4cdRxNB2Wkdd6Bw3wTV"],"enrUri":"enr:-L24QHPFjjAuDZljXGmyd1_N5xNToIW6ZdK7FV1t74JhyUZOI15GwQtZ3ozieKqPmLuSIjX_WaR7eqLummXbJhZk4skCgmlkgnY0gmlwhKwSWsaKbXVsdGlhZGRyc5YACASsElrGBgmcAAoErBJaxgYJnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEClxYDwMdDRkQg8D43I3DmLpoqHwas3BkDnJK-pFQqcMiDdGNwggmcg3VkcIIJnoV3YWt1MgE"}'
2026-01-02 04:36:17.876 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:36:17.876 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:36:17.876 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:36:17.880 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:36:17.880 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.3
2026-01-02 04:36:17.880 DEBUG [src.node.docker_mananger] Generated ports ['65128', '65129', '65130', '65131', '65132']
2026-01-02 04:36:17.880 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:36:17.880 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:36:17.880 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:36:17.881 DEBUG [src.node.docker_mananger] docker run -i -t -p 65128:65128 -p 65129:65129 -p 65130:65130 -p 65131:65131 -p 65132:65132 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=65130 --rest-port=65128 --tcp-port=65129 --discv5-udp-port=65131 --rest-address=0.0.0.0 --nat=extip:172.18.82.3 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2cb2ceb311aefdccbc2aca3cdafd5d6ccd3ba40e136e1a9c8177775bdb76b15b --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=65132 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QHPFjjAuDZljXGmyd1_N5xNToIW6ZdK7FV1t74JhyUZOI15GwQtZ3ozieKqPmLuSIjX_WaR7eqLummXbJhZk4skCgmlkgnY0gmlwhKwSWsaKbXVsdGlhZGRyc5YACASsElrGBgmcAAoErBJaxgYJnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEClxYDwMdDRkQg8D43I3DmLpoqHwas3BkDnJK-pFQqcMiDdGNwggmcg3VkcIIJnoV3YWt1MgE
2026-01-02 04:36:18.076 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.3 waku 7560da0b367e5a0f5e55908de28d28eb6b951e42240355ebd3d212173f43e59a
2026-01-02 04:36:18.107 DEBUG [src.node.docker_mananger] Container started with ID 7560da0b367e. Setting up logs at ./log/docker/node3_2026-01-02_04-36-15__5fb22fca-7c64-4681-93f6-1e5de011df86__wakuorg_nwaku:latest.log
2026-01-02 04:36:18.107 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65128
2026-01-02 04:36:18.108 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:36:19.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65128/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:19.118 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":"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"}]}'
2026-01-02 04:36:19.120 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:36:19.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65128/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:19.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.3/tcp/65129/p2p/16Uiu2HAmQNPNZa6otkzgxR1nx2VeoCJ9sEH1ALAfp1doeW6sASZ7","/ip4/172.18.82.3/tcp/65130/ws/p2p/16Uiu2HAmQNPNZa6otkzgxR1nx2VeoCJ9sEH1ALAfp1doeW6sASZ7"],"enrUri":"enr:-L24QBJk1fdztmT1jxpKEaK5s-n-wVke6v2a65H3q5w7-TrsJGiWs0AryHli-AOQXFlN4tuVWFOXz9hh08RdAJDkgEYCgmlkgnY0gmlwhKwSUgOKbXVsdGlhZGRyc5YACASsElIDBv5pAAoErBJSAwb-at0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrgtmfXsfrhMY63EbAy5u4ahOJCm1c1KeMqh2FRX_nDKDdGNwgv5pg3VkcIL-a4V3YWt1MgE"}'
2026-01-02 04:36:19.125 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:36:19.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.29.194/tcp/17627/p2p/16Uiu2HAmDebqKL5UECpKyF4Nt2rnmGCZ2Z7HtbypExaR5stcaLMc"]'
2026-01-02 04:36:19.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65128/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.90.198/tcp/2460/p2p/16Uiu2HAm5bT1fRtQW2e5DaBoSFf4XaEne4cdRxNB2Wkdd6Bw3wTV"]'
2026-01-02 04:36:19.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-02 04:36:19.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2459/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-02 04:36:19.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65128/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-02 04:36:19.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.140 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:19.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:19.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.146 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:19.347 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:19.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:19.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.356 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:19.556 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:19.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:19.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.563 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:19.764 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:19.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:19.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.771 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:19.971 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:19.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:19.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:19.976 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:20.177 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:20.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:20.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:20.184 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:20.384 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:20.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:20.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:20.390 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:20.591 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:20.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:20.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:20.598 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:20.800 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:20.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:20.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:20.805 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:21.006 DEBUG [src.steps.store] Relaying message
2026-01-02 04:36:21.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17626/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-01-02 04:36:21.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:36:21.012 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:36:21.213 DEBUG [src.libs.common] Sleeping for 2 seconds
2026-01-02 04:36:23.213 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-02 04:36:23.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17626/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:23.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x270a6c3c488af983162e5fea268a1fcdc85d6e5f74b7a5bd0c63458a6d9f09e5"},{"messageHash":"0xc964408be00167a0e343bec2aa4034cf4530cc2442f787ff2231ad87dac8fee4"},{"messageHash":"0xb7252f6d36251b6a223411e5cb3166ab8cffb465c7fab19399670559cf9ae468"},{"messageHash":"0x138659c9fea680da3fd871ab64d151dd641d5a44c08f760d4bac4b29cfafd077"},{"messageHash":"0xb6ae54dabb13ab6aa43fd61b74228a3d490458eb0a3a88abf016a238d1cde27a"},{"messageHash":"0xca2f2be7bc852ece79b9b2cb8608a22407db8d942aa847f2ebc57053feba330b"},{"messageHash":"0x2af8456b898f72f4dcc468ecfe9d0df5e01ee1b43330b47f74e6600e44bc6665"},{"messageHash":"0x7e01f758bbc717c489f856ccc27b31df4fd4fa31d02841d11a360f3905e16db6"},{"messageHash":"0x399503ce52e81a0f6e35e8a6c8ba1aff4428e0f89e1475ccec129cc28b9f4f70"},{"messageHash":"0xbe0977a5bb6a9a5eb875a232125654d0eb05b8ac7de7b9f38ef1e80b62d5d7e2"}]}'
2026-01-02 04:36:23.217 DEBUG [src.steps.store] messages length is 10
2026-01-02 04:36:23.218 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-02 04:36:23.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2459/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:23.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5672a26c9c0cb159e219","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x270a6c3c488af983162e5fea268a1fcdc85d6e5f74b7a5bd0c63458a6d9f09e5"},{"messageHash":"0xc964408be00167a0e343bec2aa4034cf4530cc2442f787ff2231ad87dac8fee4"},{"messageHash":"0xb7252f6d36251b6a223411e5cb3166ab8cffb465c7fab19399670559cf9ae468"},{"messageHash":"0x138659c9fea680da3fd871ab64d151dd641d5a44c08f760d4bac4b29cfafd077"},{"messageHash":"0xb6ae54dabb13ab6aa43fd61b74228a3d490458eb0a3a88abf016a238d1cde27a"},{"messageHash":"0xca2f2be7bc852ece79b9b2cb8608a22407db8d942aa847f2ebc57053feba330b"},{"messageHash":"0x2af8456b898f72f4dcc468ecfe9d0df5e01ee1b43330b47f74e6600e44bc6665"},{"messageHash":"0x7e01f758bbc717c489f856ccc27b31df4fd4fa31d02841d11a360f3905e16db6"},{"messageHash":"0x399503ce52e81a0f6e35e8a6c8ba1aff4428e0f89e1475ccec129cc28b9f4f70"},{"messageHash":"0xbe0977a5bb6a9a5eb875a232125654d0eb05b8ac7de7b9f38ef1e80b62d5d7e2"}]}'
2026-01-02 04:36:23.227 DEBUG [src.steps.store] messages length is 10
2026-01-02 04:36:23.228 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-02 04:36:23.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65128/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:36:23.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8d136b859a832d96d66c","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x270a6c3c488af983162e5fea268a1fcdc85d6e5f74b7a5bd0c63458a6d9f09e5"},{"messageHash":"0xc964408be00167a0e343bec2aa4034cf4530cc2442f787ff2231ad87dac8fee4"},{"messageHash":"0xb7252f6d36251b6a223411e5cb3166ab8cffb465c7fab19399670559cf9ae468"},{"messageHash":"0x138659c9fea680da3fd871ab64d151dd641d5a44c08f760d4bac4b29cfafd077"},{"messageHash":"0xb6ae54dabb13ab6aa43fd61b74228a3d490458eb0a3a88abf016a238d1cde27a"},{"messageHash":"0xca2f2be7bc852ece79b9b2cb8608a22407db8d942aa847f2ebc57053feba330b"},{"messageHash":"0x2af8456b898f72f4dcc468ecfe9d0df5e01ee1b43330b47f74e6600e44bc6665"},{"messageHash":"0x7e01f758bbc717c489f856ccc27b31df4fd4fa31d02841d11a360f3905e16db6"},{"messageHash":"0x399503ce52e81a0f6e35e8a6c8ba1aff4428e0f89e1475ccec129cc28b9f4f70"},{"messageHash":"0xbe0977a5bb6a9a5eb875a232125654d0eb05b8ac7de7b9f38ef1e80b62d5d7e2"}]}'
2026-01-02 04:36:23.258 DEBUG [src.steps.store] messages length is 10
2026-01-02 04:36:23.270 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-02 04:36:23.272 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-02 04:36:23.272 DEBUG [src.node.waku_node] Stopping container with id e25e017a073e
2026-01-02 04:36:23.849 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:36:23.849 DEBUG [src.node.waku_node] Stopping container with id 8981d2e6ebec
2026-01-02 04:36:24.393 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:36:24.394 DEBUG [src.node.waku_node] Stopping container with id 7560da0b367e
2026-01-02 04:36:24.661 ERROR [src.node.docker_mananger] Max retries reached for container e25e017a073e. Exiting log stream.
2026-01-02 04:36:24.915 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:36:24.916 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-02 04:36:24.930 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-02 04:36:24.940 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-02 04:36:24.949 DEBUG [src.node.docker_mananger] No errors found in the waku logs.