145 lines
26 KiB
Plaintext

2025-12-14 04:21:49.844 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-14 04:21:49.844 DEBUG [tests.conftest] Running test: test_sync_nodes_have_store_true with id: 2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433
2025-12-14 04:21:49.844 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-14 04:21:49.851 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-14 04:21:49.851 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433__wakuorg_nwaku:latest.log
2025-12-14 04:21:49.857 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-14 04:21:49.857 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433__wakuorg_nwaku:latest.log
2025-12-14 04:21:49.863 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-14 04:21:49.863 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433__wakuorg_nwaku:latest.log
2025-12-14 04:21:49.863 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-14 04:21:49.864 DEBUG [src.node.waku_node] Starting Node...
2025-12-14 04:21:49.864 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-14 04:21:49.865 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-14 04:21:49.865 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.8
2025-12-14 04:21:49.865 DEBUG [src.node.docker_mananger] Generated ports ['57350', '57351', '57352', '57353', '57354']
2025-12-14 04:21:49.866 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-14 04:21:49.866 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-14 04:21:49.866 DEBUG [src.node.waku_node] Using volumes []
2025-12-14 04:21:49.866 DEBUG [src.node.docker_mananger] docker run -i -t -p 57350:57350 -p 57351:57351 -p 57352:57352 -p 57353:57353 -p 57354:57354 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=57352 --rest-port=57350 --tcp-port=57351 --discv5-udp-port=57353 --rest-address=0.0.0.0 --nat=extip:172.18.195.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a0a7bc28d6edb971eade56a74bdba202dc5c509ad8b47ebbdbee0ccdf1f4ad0f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57354 --metrics-logging=true --store=true --relay=true
2025-12-14 04:21:50.043 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.8 waku a2bc0ebbfcd019893f8b1df0b143a99bff45314a68f1a5a8d269e93b93a57b04
2025-12-14 04:21:50.073 DEBUG [src.node.docker_mananger] Container started with ID a2bc0ebbfcd0. Setting up logs at ./log/docker/node1_2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433__wakuorg_nwaku:latest.log
2025-12-14 04:21:50.075 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57350
2025-12-14 04:21:50.075 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-14 04:21:50.147 ERROR [src.node.docker_mananger] Max retries reached for container 4c34656270d8. Exiting log stream.
2025-12-14 04:21:50.641 ERROR [src.node.docker_mananger] Max retries reached for container b9ab956c9b14. Exiting log stream.
2025-12-14 04:21:51.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57350/health" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:51.080 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"}]}'
2025-12-14 04:21:51.080 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-14 04:21:51.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57350/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:51.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.8/tcp/57351/p2p/16Uiu2HAmKagUCGHuHpJ4cE9a4tQW3ry4AnLyyBiUzK5ZFYQ4haJ5","/ip4/172.18.195.8/tcp/57352/ws/p2p/16Uiu2HAmKagUCGHuHpJ4cE9a4tQW3ry4AnLyyBiUzK5ZFYQ4haJ5"],"enrUri":"enr:-L24QDtMQTvp8Ty79-Otu5BgNYmd3zmYkM9eZlFPxe_adiN7UDPr2xBsQn3eKlpqJuKqJ3BiTIYKaSeXFkmtFbQpHuYCgmlkgnY0gmlwhKwSwwiKbXVsdGlhZGRyc5YACASsEsMIBuAHAAoErBLDCAbgCN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZudEZxqwotY_mMywuKdCeHyhEO56hUr79pV3hqNh4RKDdGNwguAHg3VkcILgCYV3YWt1MgM"}'
2025-12-14 04:21:51.082 INFO [src.node.waku_node] REST service is ready !!
2025-12-14 04:21:51.083 DEBUG [src.node.waku_node] Starting Node...
2025-12-14 04:21:51.083 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-14 04:21:51.084 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-14 04:21:51.084 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.48
2025-12-14 04:21:51.084 DEBUG [src.node.docker_mananger] Generated ports ['41053', '41054', '41055', '41056', '41057']
2025-12-14 04:21:51.085 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-14 04:21:51.085 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-14 04:21:51.085 DEBUG [src.node.waku_node] Using volumes []
2025-12-14 04:21:51.085 DEBUG [src.node.docker_mananger] docker run -i -t -p 41053:41053 -p 41054:41054 -p 41055:41055 -p 41056:41056 -p 41057:41057 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=41055 --rest-port=41053 --tcp-port=41054 --discv5-udp-port=41056 --rest-address=0.0.0.0 --nat=extip:172.18.209.48 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1ab0becbdb7fecef3f49a6c0f69517ecea131bdfadbfe6848a77bbadcf34b108 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41057 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDtMQTvp8Ty79-Otu5BgNYmd3zmYkM9eZlFPxe_adiN7UDPr2xBsQn3eKlpqJuKqJ3BiTIYKaSeXFkmtFbQpHuYCgmlkgnY0gmlwhKwSwwiKbXVsdGlhZGRyc5YACASsEsMIBuAHAAoErBLDCAbgCN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZudEZxqwotY_mMywuKdCeHyhEO56hUr79pV3hqNh4RKDdGNwguAHg3VkcILgCYV3YWt1MgM
2025-12-14 04:21:51.260 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.48 waku 573499d5b7a5e8f2fe5711a9f1f7b51b0648093bb94c346225b77468c5a5dc97
2025-12-14 04:21:51.295 DEBUG [src.node.docker_mananger] Container started with ID 573499d5b7a5. Setting up logs at ./log/docker/node2_2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433__wakuorg_nwaku:latest.log
2025-12-14 04:21:51.296 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41053
2025-12-14 04:21:51.297 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-14 04:21:52.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41053/health" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:52.301 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"}]}'
2025-12-14 04:21:52.301 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-14 04:21:52.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41053/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:52.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.48/tcp/41054/p2p/16Uiu2HAm42hWtyTX4B4sumEpu2wmuJX3pNR1dPWDZA5uWDPv8FDb","/ip4/172.18.209.48/tcp/41055/ws/p2p/16Uiu2HAm42hWtyTX4B4sumEpu2wmuJX3pNR1dPWDZA5uWDPv8FDb"],"enrUri":"enr:-L24QCj_zmuQpegstrCiXxrgoHdUbbe6O0D235tg4HaNc25xIkLLg8F_DD3RXEzszzeW8-9Nx4M-CT3duBXnCTex5VcCgmlkgnY0gmlwhKwS0TCKbXVsdGlhZGRyc5YACASsEtEwBqBeAAoErBLRMAagX90DgnJzhQADAQAAiXNlY3AyNTZrMaECf9aPj-J-xOgjjWjJzb8P6NGgowFEEWsax_yzMvoA3XqDdGNwgqBeg3VkcIKgYIV3YWt1MhM"}'
2025-12-14 04:21:52.303 INFO [src.node.waku_node] REST service is ready !!
2025-12-14 04:21:52.303 DEBUG [src.node.waku_node] Starting Node...
2025-12-14 04:21:52.304 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-14 04:21:52.307 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-14 04:21:52.308 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.81
2025-12-14 04:21:52.311 DEBUG [src.node.docker_mananger] Generated ports ['63307', '63308', '63309', '63310', '63311']
2025-12-14 04:21:52.312 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-14 04:21:52.317 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-14 04:21:52.318 DEBUG [src.node.waku_node] Using volumes []
2025-12-14 04:21:52.319 DEBUG [src.node.docker_mananger] docker run -i -t -p 63307:63307 -p 63308:63308 -p 63309:63309 -p 63310:63310 -p 63311:63311 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=63309 --rest-port=63307 --tcp-port=63308 --discv5-udp-port=63310 --rest-address=0.0.0.0 --nat=extip:172.18.167.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbed6e6fe6cffff59aaabfd45834da8e4e45debd58c5a5e5ff2dcf7dcebcbcec --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63311 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCj_zmuQpegstrCiXxrgoHdUbbe6O0D235tg4HaNc25xIkLLg8F_DD3RXEzszzeW8-9Nx4M-CT3duBXnCTex5VcCgmlkgnY0gmlwhKwS0TCKbXVsdGlhZGRyc5YACASsEtEwBqBeAAoErBLRMAagX90DgnJzhQADAQAAiXNlY3AyNTZrMaECf9aPj-J-xOgjjWjJzb8P6NGgowFEEWsax_yzMvoA3XqDdGNwgqBeg3VkcIKgYIV3YWt1MhM
2025-12-14 04:21:52.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.81 waku bcbae955ad14250f8b379d7c80cf4cfa2a706140f81efe2dc5350c61f1892e65
2025-12-14 04:21:52.562 DEBUG [src.node.docker_mananger] Container started with ID bcbae955ad14. Setting up logs at ./log/docker/node3_2025-12-14_04-21-49__06ceb6be-f55b-4ec7-b2ee-3246c06be433__wakuorg_nwaku:latest.log
2025-12-14 04:21:52.564 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63307
2025-12-14 04:21:52.565 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-14 04:21:53.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63307/health" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:53.569 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"}]}'
2025-12-14 04:21:53.570 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-14 04:21:53.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63307/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:53.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.81/tcp/63308/p2p/16Uiu2HAkyHFqWwMmkd7nNZ32kDssQ6rK7abKFSVCynEwJCKmGoEz","/ip4/172.18.167.81/tcp/63309/ws/p2p/16Uiu2HAkyHFqWwMmkd7nNZ32kDssQ6rK7abKFSVCynEwJCKmGoEz"],"enrUri":"enr:-L24QN9g_1Xj1FcnVgczN6o-ri-Un6k1iRauhO8dJpnYROHRaTxKYMNOfGLN0uS_7e8pmFnCluWLEc2acqH5dzOoVb0CgmlkgnY0gmlwhKwSp1GKbXVsdGlhZGRyc5YACASsEqdRBvdMAAoErBKnUQb3Td0DgnJzhQADAQAAiXNlY3AyNTZrMaECOUbNkSXAh75fxcK470wCHjyrs99GF8QubT0llo7yrzuDdGNwgvdMg3VkcIL3ToV3YWt1MhM"}'
2025-12-14 04:21:53.575 INFO [src.node.waku_node] REST service is ready !!
2025-12-14 04:21:53.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41053/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.8/tcp/57351/p2p/16Uiu2HAmKagUCGHuHpJ4cE9a4tQW3ry4AnLyyBiUzK5ZFYQ4haJ5"]'
2025-12-14 04:21:53.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63307/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.209.48/tcp/41054/p2p/16Uiu2HAm42hWtyTX4B4sumEpu2wmuJX3pNR1dPWDZA5uWDPv8FDb"]'
2025-12-14 04:21:53.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-14 04:21:53.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41053/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-14 04:21:53.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63307/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-14 04:21:53.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.617 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:53.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:53.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.622 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:53.823 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:53.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:53.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:53.829 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:54.030 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:54.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:54.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:54.035 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:54.235 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:54.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:54.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:54.240 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:54.441 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:54.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:54.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:54.446 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:54.647 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:54.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:54.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:54.652 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:54.854 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:54.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:54.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:54.859 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:55.060 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:55.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:55.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:55.065 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:55.268 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:55.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:55.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:55.276 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:55.477 DEBUG [src.steps.store] Relaying message
2025-12-14 04:21:55.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57350/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)'}'
2025-12-14 04:21:55.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-14 04:21:55.484 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-14 04:21:55.686 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-14 04:21:55.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57350/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:55.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5024b6a2bfa2eba7570a23dbb5164cd2e3a5ed415006a2f1184e846510bda07c"},{"messageHash":"0x25b26a723b83436ef66da8d7da0b9ab4eac30cd2bd8c20b8a974da7574973f33"},{"messageHash":"0x8d66e39ef6dc4215dd2ea66696acf321530248aee29c48397bb997545b32949b"},{"messageHash":"0xd86aff593ecf69ce314162002d4e302e1427a57b9fd6c4f77849faf3c2266ba8"},{"messageHash":"0xd937da1a5f2a1d2fb3f7bd28594a4166e3c10ca1450e1d0607e021cd3fb4abfa"},{"messageHash":"0x1e547d40bb539278d6ce667de415e9d3644f765d5c110cace67a7109f7b4089c"},{"messageHash":"0x5204cbbfcf89d3f6f4f168927d1eba22ada24acc49e1340120e4302da4bb1591"},{"messageHash":"0x9697377db55eacc0384a1ea596fee9f85ace61f67921c2b1664d9d18b94ff317"},{"messageHash":"0x201538d5b3fcfe9f53beacfe75d9e3db8efc5fb489832fabdaecce7b878ab44a"},{"messageHash":"0x5c1171647c7302fa7d907ed269d768bcca1df1684c8dc1e09a51d2843a385c59"}]}'
2025-12-14 04:21:55.689 DEBUG [src.steps.store] messages length is 10
2025-12-14 04:21:55.691 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-14 04:21:55.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41053/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:55.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5024b6a2bfa2eba7570a23dbb5164cd2e3a5ed415006a2f1184e846510bda07c"},{"messageHash":"0x25b26a723b83436ef66da8d7da0b9ab4eac30cd2bd8c20b8a974da7574973f33"},{"messageHash":"0x8d66e39ef6dc4215dd2ea66696acf321530248aee29c48397bb997545b32949b"},{"messageHash":"0xd86aff593ecf69ce314162002d4e302e1427a57b9fd6c4f77849faf3c2266ba8"},{"messageHash":"0xd937da1a5f2a1d2fb3f7bd28594a4166e3c10ca1450e1d0607e021cd3fb4abfa"},{"messageHash":"0x1e547d40bb539278d6ce667de415e9d3644f765d5c110cace67a7109f7b4089c"},{"messageHash":"0x5204cbbfcf89d3f6f4f168927d1eba22ada24acc49e1340120e4302da4bb1591"},{"messageHash":"0x9697377db55eacc0384a1ea596fee9f85ace61f67921c2b1664d9d18b94ff317"},{"messageHash":"0x201538d5b3fcfe9f53beacfe75d9e3db8efc5fb489832fabdaecce7b878ab44a"},{"messageHash":"0x5c1171647c7302fa7d907ed269d768bcca1df1684c8dc1e09a51d2843a385c59"}]}'
2025-12-14 04:21:55.693 DEBUG [src.steps.store] messages length is 10
2025-12-14 04:21:55.695 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-14 04:21:55.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63307/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-14 04:21:55.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5024b6a2bfa2eba7570a23dbb5164cd2e3a5ed415006a2f1184e846510bda07c"},{"messageHash":"0x25b26a723b83436ef66da8d7da0b9ab4eac30cd2bd8c20b8a974da7574973f33"},{"messageHash":"0x8d66e39ef6dc4215dd2ea66696acf321530248aee29c48397bb997545b32949b"},{"messageHash":"0xd86aff593ecf69ce314162002d4e302e1427a57b9fd6c4f77849faf3c2266ba8"},{"messageHash":"0xd937da1a5f2a1d2fb3f7bd28594a4166e3c10ca1450e1d0607e021cd3fb4abfa"},{"messageHash":"0x1e547d40bb539278d6ce667de415e9d3644f765d5c110cace67a7109f7b4089c"},{"messageHash":"0x5204cbbfcf89d3f6f4f168927d1eba22ada24acc49e1340120e4302da4bb1591"},{"messageHash":"0x9697377db55eacc0384a1ea596fee9f85ace61f67921c2b1664d9d18b94ff317"},{"messageHash":"0x201538d5b3fcfe9f53beacfe75d9e3db8efc5fb489832fabdaecce7b878ab44a"},{"messageHash":"0x5c1171647c7302fa7d907ed269d768bcca1df1684c8dc1e09a51d2843a385c59"}]}'
2025-12-14 04:21:55.698 DEBUG [src.steps.store] messages length is 10
2025-12-14 04:21:55.700 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-14 04:21:55.701 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-14 04:21:55.701 DEBUG [src.node.waku_node] Stopping container with id a2bc0ebbfcd0
2025-12-14 04:21:56.277 DEBUG [src.node.waku_node] Container stopped.
2025-12-14 04:21:56.278 DEBUG [src.node.waku_node] Stopping container with id 573499d5b7a5
2025-12-14 04:21:56.832 DEBUG [src.node.waku_node] Container stopped.
2025-12-14 04:21:56.833 DEBUG [src.node.waku_node] Stopping container with id bcbae955ad14
2025-12-14 04:21:57.090 ERROR [src.node.docker_mananger] Max retries reached for container a2bc0ebbfcd0. Exiting log stream.
2025-12-14 04:21:57.348 DEBUG [src.node.waku_node] Container stopped.
2025-12-14 04:21:57.351 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-14 04:21:57.362 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-14 04:21:57.383 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-14 04:21:57.395 DEBUG [src.node.docker_mananger] No errors found in the waku logs.