145 lines
26 KiB
Plaintext

2025-12-08 12:12:31.416 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:12:31.417 DEBUG [tests.conftest] Running test: test_sync_nodes_have_store_true with id: 2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a
2025-12-08 12:12:31.417 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:12:31.424 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:12:31.424 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a__wakuorg_nwaku:latest.log
2025-12-08 12:12:31.429 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:12:31.429 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a__wakuorg_nwaku:latest.log
2025-12-08 12:12:31.435 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:12:31.435 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a__wakuorg_nwaku:latest.log
2025-12-08 12:12:31.435 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:12:31.436 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:12:31.436 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:12:31.438 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:12:31.438 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.227
2025-12-08 12:12:31.438 DEBUG [src.node.docker_mananger] Generated ports ['46106', '46107', '46108', '46109', '46110']
2025-12-08 12:12:31.438 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:12:31.438 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:12:31.438 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:12:31.438 DEBUG [src.node.docker_mananger] docker run -i -t -p 46106:46106 -p 46107:46107 -p 46108:46108 -p 46109:46109 -p 46110:46110 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=46108 --rest-port=46106 --tcp-port=46107 --discv5-udp-port=46109 --rest-address=0.0.0.0 --nat=extip:172.18.220.227 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba6e06a8febb8ae22d6bb5dad8bacb1eb8520c04be21a704c281fadb1beffb6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46110 --metrics-logging=true --store=true --relay=true
2025-12-08 12:12:31.620 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.227 waku b7ed5ce5c719b4537f4af659d549d9d28cd462cc8d1977c4ed0e2efa329baf30
2025-12-08 12:12:31.650 ERROR [src.node.docker_mananger] Max retries reached for container 98b85ddd72bb. Exiting log stream.
2025-12-08 12:12:31.652 DEBUG [src.node.docker_mananger] Container started with ID b7ed5ce5c719. Setting up logs at ./log/docker/node1_2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a__wakuorg_nwaku:latest.log
2025-12-08 12:12:31.653 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46106
2025-12-08 12:12:31.654 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:12:32.223 ERROR [src.node.docker_mananger] Max retries reached for container bdc6d45fd1ec. Exiting log stream.
2025-12-08 12:12:32.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46106/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:32.657 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-08 12:12:32.658 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:12:32.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46106/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:32.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.227/tcp/46107/p2p/16Uiu2HAkv8yGVzsqxiZJLk9kJd4PNMELLz6J37T9SwN28MpNdVGz","/ip4/172.18.220.227/tcp/46108/ws/p2p/16Uiu2HAkv8yGVzsqxiZJLk9kJd4PNMELLz6J37T9SwN28MpNdVGz"],"enrUri":"enr:-L24QAu3-v5rnZSmwCA_yR5kjnq_-GAstJ_L4IF-P8flHWYQWdxbY9QV_X2yHFab9XVzqcIkGOip8EOEPzIdTco04ysCgmlkgnY0gmlwhKwS3OOKbXVsdGlhZGRyc5YACASsEtzjBrQbAAoErBLc4wa0HN0DgnJzhQADAQAAiXNlY3AyNTZrMaECCpRcX_vvABN19JGYbRKN02FgP15HAKMLVZyFLRN9tV-DdGNwgrQbg3VkcIK0HYV3YWt1MgM"}'
2025-12-08 12:12:32.660 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:12:32.660 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:12:32.660 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:12:32.662 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:12:32.662 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.145
2025-12-08 12:12:32.662 DEBUG [src.node.docker_mananger] Generated ports ['9010', '9011', '9012', '9013', '9014']
2025-12-08 12:12:32.662 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:12:32.662 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:12:32.662 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:12:32.662 DEBUG [src.node.docker_mananger] docker run -i -t -p 9010:9010 -p 9011:9011 -p 9012:9012 -p 9013:9013 -p 9014:9014 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=9012 --rest-port=9010 --tcp-port=9011 --discv5-udp-port=9013 --rest-address=0.0.0.0 --nat=extip:172.18.225.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fdfc9d6bc7bd2dbf07bdca6cf5a1ccc75ed48871ab3d2348be7e79ff2e18cd06 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9014 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAu3-v5rnZSmwCA_yR5kjnq_-GAstJ_L4IF-P8flHWYQWdxbY9QV_X2yHFab9XVzqcIkGOip8EOEPzIdTco04ysCgmlkgnY0gmlwhKwS3OOKbXVsdGlhZGRyc5YACASsEtzjBrQbAAoErBLc4wa0HN0DgnJzhQADAQAAiXNlY3AyNTZrMaECCpRcX_vvABN19JGYbRKN02FgP15HAKMLVZyFLRN9tV-DdGNwgrQbg3VkcIK0HYV3YWt1MgM
2025-12-08 12:12:32.854 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.145 waku 6495a8b25a94cfebe58af168dd0f7ba6a5c902c6776beb2d1ac304111880d571
2025-12-08 12:12:32.884 DEBUG [src.node.docker_mananger] Container started with ID 6495a8b25a94. Setting up logs at ./log/docker/node2_2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a__wakuorg_nwaku:latest.log
2025-12-08 12:12:32.884 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9010
2025-12-08 12:12:32.885 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:12:33.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9010/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:33.890 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-08 12:12:33.890 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:12:33.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9010/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:33.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.225.145/tcp/9011/p2p/16Uiu2HAmMkiaVkkEKG2j9aGGV6C1hDYGgEzbSJ1Zw2C7SVKvm4R5","/ip4/172.18.225.145/tcp/9012/ws/p2p/16Uiu2HAmMkiaVkkEKG2j9aGGV6C1hDYGgEzbSJ1Zw2C7SVKvm4R5"],"enrUri":"enr:-L24QIYFrK_wy6553yv9MFHwLGhQa41w7ZZmQDsH1vfzMyS9enAuO3YmSwUtImlwN_IB5cV7ZkvtFBy3_WUzqrPvqK8CgmlkgnY0gmlwhKwS4ZGKbXVsdGlhZGRyc5YACASsEuGRBiMzAAoErBLhkQYjNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhzDVWYQ5ilpH-rN5qJ0vyJFQLWSqwXz2ymNenGrDctCDdGNwgiMzg3VkcIIjNYV3YWt1MhM"}'
2025-12-08 12:12:33.892 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:12:33.893 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:12:33.893 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:12:33.894 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:12:33.894 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.223
2025-12-08 12:12:33.895 DEBUG [src.node.docker_mananger] Generated ports ['50170', '50171', '50172', '50173', '50174']
2025-12-08 12:12:33.895 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:12:33.895 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:12:33.895 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:12:33.895 DEBUG [src.node.docker_mananger] docker run -i -t -p 50170:50170 -p 50171:50171 -p 50172:50172 -p 50173:50173 -p 50174:50174 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=50172 --rest-port=50170 --tcp-port=50171 --discv5-udp-port=50173 --rest-address=0.0.0.0 --nat=extip:172.18.80.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5e5bbe5c85a29bf60aed7dd953f9eef9bf1f5be0a494b57be7af4c2fb1821c6a --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50174 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIYFrK_wy6553yv9MFHwLGhQa41w7ZZmQDsH1vfzMyS9enAuO3YmSwUtImlwN_IB5cV7ZkvtFBy3_WUzqrPvqK8CgmlkgnY0gmlwhKwS4ZGKbXVsdGlhZGRyc5YACASsEuGRBiMzAAoErBLhkQYjNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhzDVWYQ5ilpH-rN5qJ0vyJFQLWSqwXz2ymNenGrDctCDdGNwgiMzg3VkcIIjNYV3YWt1MhM
2025-12-08 12:12:34.117 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.223 waku d7c6cd7a78f80728ca15b98ba73ffc342eaa9435aa76dcc5ff2b129be31ebbd7
2025-12-08 12:12:34.148 DEBUG [src.node.docker_mananger] Container started with ID d7c6cd7a78f8. Setting up logs at ./log/docker/node3_2025-12-08_12-12-31__7470e4ba-668f-4d42-bdbe-371c30ce1d6a__wakuorg_nwaku:latest.log
2025-12-08 12:12:34.148 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50170
2025-12-08 12:12:34.149 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:12:35.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50170/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:35.154 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-08 12:12:35.154 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:12:35.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50170/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:35.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.223/tcp/50171/p2p/16Uiu2HAm2q2W5jADKLAWP1GEYyWJAvUpAgFgtZCKZyDntMrk36kW","/ip4/172.18.80.223/tcp/50172/ws/p2p/16Uiu2HAm2q2W5jADKLAWP1GEYyWJAvUpAgFgtZCKZyDntMrk36kW"],"enrUri":"enr:-L24QF2xhLjcUQqVRIHGUbAbYRrYxSLu3Sbgg1y45Uc6Vx1NGm-p7PEnOye6DKpKk3qqT6Ledy2m-sgW8D-Bxk-95PECgmlkgnY0gmlwhKwSUN-KbXVsdGlhZGRyc5YACASsElDfBsP7AAoErBJQ3wbD_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECbf1fI-7yMPnl33YZ9b75Uw6ScY0pfw754TUgRDIp7q-DdGNwgsP7g3VkcILD_YV3YWt1MhM"}'
2025-12-08 12:12:35.157 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:12:35.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9010/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.220.227/tcp/46107/p2p/16Uiu2HAkv8yGVzsqxiZJLk9kJd4PNMELLz6J37T9SwN28MpNdVGz"]'
2025-12-08 12:12:35.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50170/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.225.145/tcp/9011/p2p/16Uiu2HAmMkiaVkkEKG2j9aGGV6C1hDYGgEzbSJ1Zw2C7SVKvm4R5"]'
2025-12-08 12:12:35.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 12:12:35.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9010/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 12:12:35.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50170/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 12:12:35.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.209 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:35.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:35.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.215 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:35.415 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:35.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:35.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.421 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:35.622 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:35.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:35.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.629 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:35.830 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:35.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:35.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:35.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:36.037 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:36.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:36.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:36.043 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:36.244 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:36.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:36.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:36.249 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:36.450 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:36.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:36.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:36.457 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:36.658 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:36.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:36.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:36.663 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:36.864 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:36.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:36.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:36.870 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:37.071 DEBUG [src.steps.store] Relaying message
2025-12-08 12:12:37.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46106/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-08 12:12:37.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:12:37.077 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:12:37.277 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 12:12:37.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46106/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:37.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x223aab56620d65fdc310f11b34593e039487856408006083f17384762d53b42a"},{"messageHash":"0x3a402536f648213cf2ae06bd7c5d9036160322e644cc042272ea3396ad6f2497"},{"messageHash":"0xa3367903da8733a800f0e1b3b56426a792f4429c122376921c800f230c5b3ae5"},{"messageHash":"0x11b5a9836321735e13c236ffb85f6d6556b3e91d603e1c0fffd60ee1239b54ab"},{"messageHash":"0x8505c293b5bc47081090f8fc5cd81634e56015ad142b1178210094095d69c8fc"},{"messageHash":"0x6e3ce84ddebe3146de8f5af8750596d8d40d98453c67529a38eada1e58ccdee8"},{"messageHash":"0x61dea3538364d8f1c420ea5af31f669504bd9d0daed54e619c505953b658bad5"},{"messageHash":"0x3ed971b2dbdbc03fdef673ef15a22f31e9e5178bb26397de857ac8b294ee71aa"},{"messageHash":"0x26877e0d245f5b0fb22d4db7ea49dc6f1ebff7b6298096dfbe1cbc194ccd600e"},{"messageHash":"0x2f0ee4b0edf93ac5b496122eee86cf10a7549e1fb93382c4bb3678338d6c3dfb"}]}'
2025-12-08 12:12:37.281 DEBUG [src.steps.store] messages length is 10
2025-12-08 12:12:37.282 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 12:12:37.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9010/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:37.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x223aab56620d65fdc310f11b34593e039487856408006083f17384762d53b42a"},{"messageHash":"0x3a402536f648213cf2ae06bd7c5d9036160322e644cc042272ea3396ad6f2497"},{"messageHash":"0xa3367903da8733a800f0e1b3b56426a792f4429c122376921c800f230c5b3ae5"},{"messageHash":"0x11b5a9836321735e13c236ffb85f6d6556b3e91d603e1c0fffd60ee1239b54ab"},{"messageHash":"0x8505c293b5bc47081090f8fc5cd81634e56015ad142b1178210094095d69c8fc"},{"messageHash":"0x6e3ce84ddebe3146de8f5af8750596d8d40d98453c67529a38eada1e58ccdee8"},{"messageHash":"0x61dea3538364d8f1c420ea5af31f669504bd9d0daed54e619c505953b658bad5"},{"messageHash":"0x3ed971b2dbdbc03fdef673ef15a22f31e9e5178bb26397de857ac8b294ee71aa"},{"messageHash":"0x26877e0d245f5b0fb22d4db7ea49dc6f1ebff7b6298096dfbe1cbc194ccd600e"},{"messageHash":"0x2f0ee4b0edf93ac5b496122eee86cf10a7549e1fb93382c4bb3678338d6c3dfb"}]}'
2025-12-08 12:12:37.286 DEBUG [src.steps.store] messages length is 10
2025-12-08 12:12:37.287 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 12:12:37.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50170/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:12:37.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x223aab56620d65fdc310f11b34593e039487856408006083f17384762d53b42a"},{"messageHash":"0x3a402536f648213cf2ae06bd7c5d9036160322e644cc042272ea3396ad6f2497"},{"messageHash":"0xa3367903da8733a800f0e1b3b56426a792f4429c122376921c800f230c5b3ae5"},{"messageHash":"0x11b5a9836321735e13c236ffb85f6d6556b3e91d603e1c0fffd60ee1239b54ab"},{"messageHash":"0x8505c293b5bc47081090f8fc5cd81634e56015ad142b1178210094095d69c8fc"},{"messageHash":"0x6e3ce84ddebe3146de8f5af8750596d8d40d98453c67529a38eada1e58ccdee8"},{"messageHash":"0x61dea3538364d8f1c420ea5af31f669504bd9d0daed54e619c505953b658bad5"},{"messageHash":"0x3ed971b2dbdbc03fdef673ef15a22f31e9e5178bb26397de857ac8b294ee71aa"},{"messageHash":"0x26877e0d245f5b0fb22d4db7ea49dc6f1ebff7b6298096dfbe1cbc194ccd600e"},{"messageHash":"0x2f0ee4b0edf93ac5b496122eee86cf10a7549e1fb93382c4bb3678338d6c3dfb"}]}'
2025-12-08 12:12:37.290 DEBUG [src.steps.store] messages length is 10
2025-12-08 12:12:37.293 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:12:37.294 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:12:37.294 DEBUG [src.node.waku_node] Stopping container with id b7ed5ce5c719
2025-12-08 12:12:37.894 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:12:37.894 DEBUG [src.node.waku_node] Stopping container with id 6495a8b25a94
2025-12-08 12:12:38.439 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:12:38.441 DEBUG [src.node.waku_node] Stopping container with id d7c6cd7a78f8
2025-12-08 12:12:38.707 ERROR [src.node.docker_mananger] Max retries reached for container b7ed5ce5c719. Exiting log stream.
2025-12-08 12:12:39.005 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:12:39.006 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:12:39.015 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:12:39.036 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:12:39.043 DEBUG [src.node.docker_mananger] No errors found in the waku logs.