132 lines
23 KiB
Plaintext

2026-03-01 04:43:37.678 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-01 04:43:37.678 DEBUG [tests.conftest] Running test: test_store_sync_indirect_node with id: 2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71
2026-03-01 04:43:37.679 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-01 04:43:37.685 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:43:37.686 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71__wakuorg_nwaku:latest.log
2026-03-01 04:43:37.691 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:43:37.692 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71__wakuorg_nwaku:latest.log
2026-03-01 04:43:37.697 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:43:37.698 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71__wakuorg_nwaku:latest.log
2026-03-01 04:43:37.698 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-01 04:43:37.699 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:43:37.699 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:43:37.700 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:43:37.700 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.188
2026-03-01 04:43:37.700 DEBUG [src.node.docker_mananger] Generated ports ['21745', '21746', '21747', '21748', '21749']
2026-03-01 04:43:37.700 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:43:37.701 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:43:37.701 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:43:37.701 DEBUG [src.node.docker_mananger] docker run -i -t -p 21745:21745 -p 21746:21746 -p 21747:21747 -p 21748:21748 -p 21749:21749 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=21747 --rest-port=21745 --tcp-port=21746 --discv5-udp-port=21748 --rest-address=0.0.0.0 --nat=extip:172.18.64.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=12ecef639c6d2fff7aea184ab2b72d44c52f41affc99f6f501b3ea0faf2b8dfe --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=21749 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2026-03-01 04:43:37.884 ERROR [src.node.docker_mananger] Max retries reached for container 98a59635e0bc. Exiting log stream.
2026-03-01 04:43:37.902 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.188 waku 305575ee5be137d37a2a57289165fbb45ca98031c5940985d6631192e7fd448e
2026-03-01 04:43:37.938 DEBUG [src.node.docker_mananger] Container started with ID 305575ee5be1. Setting up logs at ./log/docker/node1_2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71__wakuorg_nwaku:latest.log
2026-03-01 04:43:37.939 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21745
2026-03-01 04:43:37.939 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:43:38.470 ERROR [src.node.docker_mananger] Max retries reached for container 65b5de849dff. Exiting log stream.
2026-03-01 04:43:38.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21745/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:38.942 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-01 04:43:38.942 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:43:38.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21745/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:38.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.188/tcp/21746/p2p/16Uiu2HAkun7eVP6uZn3QuwopKHUaBqNdgVddJLC2JVgBKm2Y7m6y","/ip4/172.18.64.188/tcp/21747/ws/p2p/16Uiu2HAkun7eVP6uZn3QuwopKHUaBqNdgVddJLC2JVgBKm2Y7m6y"],"enrUri":"enr:-L24QIfupQjqTxWE_1cG-du7A44rHzCmzZga_eZHEcvSkUBaeFSB_oorMLmUtlbBpRyeWln894kpxmHOS7kRXY5GtSsCgmlkgnY0gmlwhKwSQLyKbXVsdGlhZGRyc5YACASsEkC8BlTyAAoErBJAvAZU890DgnJzhQADAQAAiXNlY3AyNTZrMaECBTyjXlSTnAevjU89tYuIpXAVkkRudav08YkVGHvlgwqDdGNwglTyg3VkcIJU9IV3YWt1MhM"}'
2026-03-01 04:43:38.945 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:43:38.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-01 04:43:38.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:38.963 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:43:38.963 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:43:38.965 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:43:38.965 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.47
2026-03-01 04:43:38.965 DEBUG [src.node.docker_mananger] Generated ports ['24371', '24372', '24373', '24374', '24375']
2026-03-01 04:43:38.965 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:43:38.965 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:43:38.965 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:43:38.966 DEBUG [src.node.docker_mananger] docker run -i -t -p 24371:24371 -p 24372:24372 -p 24373:24373 -p 24374:24374 -p 24375:24375 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=24373 --rest-port=24371 --tcp-port=24372 --discv5-udp-port=24374 --rest-address=0.0.0.0 --nat=extip:172.18.76.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0e35af3feba764931bacfaf9c886d1a59f7a26c9183afcde2de3fadab09d690 --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=24375 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QIfupQjqTxWE_1cG-du7A44rHzCmzZga_eZHEcvSkUBaeFSB_oorMLmUtlbBpRyeWln894kpxmHOS7kRXY5GtSsCgmlkgnY0gmlwhKwSQLyKbXVsdGlhZGRyc5YACASsEkC8BlTyAAoErBJAvAZU890DgnJzhQADAQAAiXNlY3AyNTZrMaECBTyjXlSTnAevjU89tYuIpXAVkkRudav08YkVGHvlgwqDdGNwglTyg3VkcIJU9IV3YWt1MhM
2026-03-01 04:43:39.161 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.47 waku 92f796ad3986a07ed8203ab5cf0b1128c31affadb6cd1054cfd74d9f25c2a194
2026-03-01 04:43:39.195 DEBUG [src.node.docker_mananger] Container started with ID 92f796ad3986. Setting up logs at ./log/docker/node2_2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71__wakuorg_nwaku:latest.log
2026-03-01 04:43:39.195 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24371
2026-03-01 04:43:39.196 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:43:40.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24371/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:40.200 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":"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-01 04:43:40.200 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:43:40.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24371/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:40.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.47/tcp/24372/p2p/16Uiu2HAm7jtXWwQiQyQnrxiZFUF86qv5wCx8u9jNMWBAf5omDyMx","/ip4/172.18.76.47/tcp/24373/ws/p2p/16Uiu2HAm7jtXWwQiQyQnrxiZFUF86qv5wCx8u9jNMWBAf5omDyMx"],"enrUri":"enr:-L24QNlTjtd5ov_QoV7g2PJEi2-ueAPRCCD1mWDc6o7JKk4VGUsOKCoXiFYkqyQI38hTTLuFprc0Oq9pN3pVMPtTB8YCgmlkgnY0gmlwhKwSTC-KbXVsdGlhZGRyc5YACASsEkwvBl80AAoErBJMLwZfNd0DgnJzhQADAQAAiXNlY3AyNTZrMaECtvbicxPu_ipv_FyKmJwBZa3ZRqP8-wKOCoSssxT4mP-DdGNwgl80g3VkcIJfNoV3YWt1MhI"}'
2026-03-01 04:43:40.203 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:43:40.203 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:43:40.203 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:43:40.205 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:43:40.205 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.206.138
2026-03-01 04:43:40.205 DEBUG [src.node.docker_mananger] Generated ports ['62515', '62516', '62517', '62518', '62519']
2026-03-01 04:43:40.205 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:43:40.206 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:43:40.206 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:43:40.206 DEBUG [src.node.docker_mananger] docker run -i -t -p 62515:62515 -p 62516:62516 -p 62517:62517 -p 62518:62518 -p 62519:62519 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=62517 --rest-port=62515 --tcp-port=62516 --discv5-udp-port=62518 --rest-address=0.0.0.0 --nat=extip:172.18.206.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ea04aaf9dad61e6fafee04f0cd88abedfba4eed3a1ecdf5e6dd43fa1fbfb302 --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=62519 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QNlTjtd5ov_QoV7g2PJEi2-ueAPRCCD1mWDc6o7JKk4VGUsOKCoXiFYkqyQI38hTTLuFprc0Oq9pN3pVMPtTB8YCgmlkgnY0gmlwhKwSTC-KbXVsdGlhZGRyc5YACASsEkwvBl80AAoErBJMLwZfNd0DgnJzhQADAQAAiXNlY3AyNTZrMaECtvbicxPu_ipv_FyKmJwBZa3ZRqP8-wKOCoSssxT4mP-DdGNwgl80g3VkcIJfNoV3YWt1MhI
2026-03-01 04:43:40.401 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.206.138 waku e3569e467ce0874fed41481a258a11ffd2e3f48758c05af27443ccc8ab00ee29
2026-03-01 04:43:40.436 DEBUG [src.node.docker_mananger] Container started with ID e3569e467ce0. Setting up logs at ./log/docker/node3_2026-03-01_04-43-37__2389b5db-76b3-45d4-972d-7125afb0ff71__wakuorg_nwaku:latest.log
2026-03-01 04:43:40.437 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62515
2026-03-01 04:43:40.437 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:43:41.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62515/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:41.440 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":"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-01 04:43:41.440 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:43:41.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62515/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:41.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.206.138/tcp/62516/p2p/16Uiu2HAmGa7TQbPw1fMwy9p97R4Dfm4YGP9rqoMZknpk6p6jnxWJ","/ip4/172.18.206.138/tcp/62517/ws/p2p/16Uiu2HAmGa7TQbPw1fMwy9p97R4Dfm4YGP9rqoMZknpk6p6jnxWJ"],"enrUri":"enr:-L24QF0PSMwTbhodJnUlFxqEMR4yqEK-KXvI4k7MXM16k4cNRJayrHdJTud4BJ8e6NBkhLqLoCErQ4eK7NxoLcUXlgkCgmlkgnY0gmlwhKwSzoqKbXVsdGlhZGRyc5YACASsEs6KBvQ0AAoErBLOigb0Nd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOi7gur5RR98i1TMUacv11bIR9aanGItqVRX1pus3mmeDdGNwgvQ0g3VkcIL0NoV3YWt1MhI"}'
2026-03-01 04:43:41.443 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:43:41.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24371/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.188/tcp/21746/p2p/16Uiu2HAkun7eVP6uZn3QuwopKHUaBqNdgVddJLC2JVgBKm2Y7m6y"]'
2026-03-01 04:43:41.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:41.479 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:41.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:41.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:41.489 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:41.691 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:41.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:41.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:41.697 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:41.897 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:41.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:41.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:41.902 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:42.102 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:42.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:42.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:42.107 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:42.308 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:42.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:42.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:42.312 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:42.513 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:42.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:42.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:42.518 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:42.718 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:42.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:42.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:42.723 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:42.924 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:42.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:42.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:42.928 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:43.129 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:43.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:43.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:43.133 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:43.334 DEBUG [src.steps.store] Relaying message
2026-03-01 04:43:43.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21745/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-01 04:43:43.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:43:43.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:43.539 DEBUG [src.libs.common] Sleeping for 65 seconds
2026-03-01 04:44:48.539 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-01 04:44:48.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62515/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:44:48.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2e2c571d81221689f6db5a639bfc0d68c5f1b8b3c0e37000d6f3fcbebe23e31b"},{"messageHash":"0xaab5f923f00a3c1aa5205b3047a767d7f0a5dc10d0141466a87b1b661a1e3204"},{"messageHash":"0x432c398e001414c887389a956e55bd6cfc26b7a324b7c388acb778cb3ba74f4d"},{"messageHash":"0xc8e0db3227b1eb632e89b405096ac26ecda6449a326027de2f496f458970589b"},{"messageHash":"0x861d28ae650b64a2b04cc4aed54a85d3dd92a30bd7f7f61d2f0ba091a54a5466"},{"messageHash":"0xf577637ba220b694b33d19a8b87b8e2aa52e7da91254f34ceb499d7806f34934"},{"messageHash":"0xc76611b94e3c6572de7e2c8342f98297a66216336399481172a847e2cfb9af23"},{"messageHash":"0xe1106140cf099b726252cdd9c958efc1e0740af0dd745b68f5a88005fe6dc7b8"},{"messageHash":"0x9702421eed6ae04a3ac2b94faeef5e787fabddd7b2139bc9645bbe5f451da013"},{"messageHash":"0x425794846b3f51e9d2dff48ab7a4a5dd1d6d8c330af1c3eb98d543a19005902d"}]}'
2026-03-01 04:44:48.543 DEBUG [src.steps.store] messages length is 10
2026-03-01 04:44:48.546 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-01 04:44:48.548 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-01 04:44:48.548 DEBUG [src.node.waku_node] Stopping container with id 305575ee5be1
2026-03-01 04:44:49.106 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:44:49.106 DEBUG [src.node.waku_node] Stopping container with id 92f796ad3986
2026-03-01 04:44:49.670 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:44:49.672 DEBUG [src.node.waku_node] Stopping container with id e3569e467ce0
2026-03-01 04:44:49.918 ERROR [src.node.docker_mananger] Max retries reached for container 305575ee5be1. Exiting log stream.
2026-03-01 04:44:50.224 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:44:50.227 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-01 04:44:50.269 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:44:50.301 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:44:50.336 DEBUG [src.node.docker_mananger] No errors found in the waku logs.