141 lines
26 KiB
Plaintext

2026-03-07 04:34:26.246 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-07 04:34:26.246 DEBUG [tests.conftest] Running test: test_sync_nodes_are_not_relay_and_have_storenode_set with id: 2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a
2026-03-07 04:34:26.246 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-07 04:34:26.253 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-07 04:34:26.254 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a__wakuorg_nwaku:latest.log
2026-03-07 04:34:26.260 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-07 04:34:26.260 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a__wakuorg_nwaku:latest.log
2026-03-07 04:34:26.266 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-07 04:34:26.266 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a__wakuorg_nwaku:latest.log
2026-03-07 04:34:26.266 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-07 04:34:26.267 DEBUG [src.node.waku_node] Starting Node...
2026-03-07 04:34:26.267 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-07 04:34:26.268 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-07 04:34:26.268 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.154
2026-03-07 04:34:26.268 DEBUG [src.node.docker_mananger] Generated ports ['15555', '15556', '15557', '15558', '15559']
2026-03-07 04:34:26.269 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-07 04:34:26.269 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-07 04:34:26.269 DEBUG [src.node.waku_node] Using volumes []
2026-03-07 04:34:26.269 DEBUG [src.node.docker_mananger] docker run -i -t -p 15555:15555 -p 15556:15556 -p 15557:15557 -p 15558:15558 -p 15559:15559 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=15557 --rest-port=15555 --tcp-port=15556 --discv5-udp-port=15558 --rest-address=0.0.0.0 --nat=extip:172.18.24.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ffd0afdf6f30dee79d8a35baa00480eb129939722bf8a9f1c09de3ef71ca06e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15559 --metrics-logging=true --store=true --relay=true
2026-03-07 04:34:26.448 ERROR [src.node.docker_mananger] Max retries reached for container bc8c51f8a625. Exiting log stream.
2026-03-07 04:34:26.459 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.154 waku 48d1c4074aaad9d7d3f9eafacb7e5792b2ecd8279e0dc207c3576e074edfaaca
2026-03-07 04:34:26.493 DEBUG [src.node.docker_mananger] Container started with ID 48d1c4074aaa. Setting up logs at ./log/docker/node1_2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a__wakuorg_nwaku:latest.log
2026-03-07 04:34:26.494 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15555
2026-03-07 04:34:26.496 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-07 04:34:27.019 ERROR [src.node.docker_mananger] Max retries reached for container b9b55450ab75. Exiting log stream.
2026-03-07 04:34:27.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15555/health" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:27.499 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-07 04:34:27.500 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-07 04:34:27.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15555/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:27.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.154/tcp/15556/p2p/16Uiu2HAmFeRRL1Jiwz1YAe6k6qVEQ51ixY2v9C5AGwGQVkfafL3W","/ip4/172.18.24.154/tcp/15557/ws/p2p/16Uiu2HAmFeRRL1Jiwz1YAe6k6qVEQ51ixY2v9C5AGwGQVkfafL3W"],"enrUri":"enr:-L24QN6wGyKdC2pagbQJvSgP3WZkLFXsquqkWhiCjrtHEjzAKnGXoTxgCWgn2m4X25OjeNXSyXfsdGCDbaw74E6p1D0CgmlkgnY0gmlwhKwSGJqKbXVsdGlhZGRyc5YACASsEhiaBjzEAAoErBIYmgY8xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLG3Th-fHMVQzjZ8L62zK2sJjckm25pVLdCCtPuT60L2DdGNwgjzEg3VkcII8xoV3YWt1MgM"}'
2026-03-07 04:34:27.502 INFO [src.node.waku_node] REST service is ready !!
2026-03-07 04:34:27.502 DEBUG [src.node.waku_node] Starting Node...
2026-03-07 04:34:27.503 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-07 04:34:27.504 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-07 04:34:27.504 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.109
2026-03-07 04:34:27.504 DEBUG [src.node.docker_mananger] Generated ports ['19558', '19559', '19560', '19561', '19562']
2026-03-07 04:34:27.505 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-07 04:34:27.505 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-07 04:34:27.505 DEBUG [src.node.waku_node] Using volumes []
2026-03-07 04:34:27.505 DEBUG [src.node.docker_mananger] docker run -i -t -p 19558:19558 -p 19559:19559 -p 19560:19560 -p 19561:19561 -p 19562:19562 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=19560 --rest-port=19558 --tcp-port=19559 --discv5-udp-port=19561 --rest-address=0.0.0.0 --nat=extip:172.18.134.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6dbfcda0bc3ffd502e2991b9fab5bd6a5e4a4cf80f0eafaa002abdb61837bb09 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19562 --metrics-logging=true --relay=false --storenode=/ip4/172.18.24.154/tcp/15556/p2p/16Uiu2HAmFeRRL1Jiwz1YAe6k6qVEQ51ixY2v9C5AGwGQVkfafL3W --discv5-bootstrap-node=enr:-L24QN6wGyKdC2pagbQJvSgP3WZkLFXsquqkWhiCjrtHEjzAKnGXoTxgCWgn2m4X25OjeNXSyXfsdGCDbaw74E6p1D0CgmlkgnY0gmlwhKwSGJqKbXVsdGlhZGRyc5YACASsEhiaBjzEAAoErBIYmgY8xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLG3Th-fHMVQzjZ8L62zK2sJjckm25pVLdCCtPuT60L2DdGNwgjzEg3VkcII8xoV3YWt1MgM
2026-03-07 04:34:27.711 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.109 waku 15a6bd224acd1c3d9131270001012494e21ecbe26f3046c2c541755b80dc4100
2026-03-07 04:34:27.745 DEBUG [src.node.docker_mananger] Container started with ID 15a6bd224acd. Setting up logs at ./log/docker/node2_2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a__wakuorg_nwaku:latest.log
2026-03-07 04:34:27.746 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19558
2026-03-07 04:34:27.746 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-07 04:34:28.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19558/health" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:28.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-07 04:34:28.750 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-07 04:34:28.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19558/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:28.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.109/tcp/19559/p2p/16Uiu2HAkwMNHckF8gRxP4xVvxQ3kTxJ3RhRV7u2WHEvRpK6F73vk","/ip4/172.18.134.109/tcp/19560/ws/p2p/16Uiu2HAkwMNHckF8gRxP4xVvxQ3kTxJ3RhRV7u2WHEvRpK6F73vk"],"enrUri":"enr:-L24QGogDn7fdnB0VND-CZ9vn5fCIhUJiZebjpBwKmqzwWsEMDU97OnTeSeJ-YC6H4kdEgkF4CYQWpQyS5QsrQJs06ECgmlkgnY0gmlwhKwShm2KbXVsdGlhZGRyc5YACASsEoZtBkxnAAoErBKGbQZMaN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHJ0LoLChzM2oD-XcBZBampL8QI4urjqmpSJMbqnyImWDdGNwgkxng3VkcIJMaYV3YWt1MgA"}'
2026-03-07 04:34:28.752 INFO [src.node.waku_node] REST service is ready !!
2026-03-07 04:34:28.753 DEBUG [src.node.waku_node] Starting Node...
2026-03-07 04:34:28.753 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-07 04:34:28.754 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-07 04:34:28.754 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.126.39
2026-03-07 04:34:28.754 DEBUG [src.node.docker_mananger] Generated ports ['9125', '9126', '9127', '9128', '9129']
2026-03-07 04:34:28.755 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-07 04:34:28.755 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-07 04:34:28.755 DEBUG [src.node.waku_node] Using volumes []
2026-03-07 04:34:28.755 DEBUG [src.node.docker_mananger] docker run -i -t -p 9125:9125 -p 9126:9126 -p 9127:9127 -p 9128:9128 -p 9129:9129 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=9127 --rest-port=9125 --tcp-port=9126 --discv5-udp-port=9128 --rest-address=0.0.0.0 --nat=extip:172.18.126.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=69574cb2ae4665c692eb59b492ef210024fd888404d4b78bc87c9d9caf489acc --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9129 --metrics-logging=true --relay=false --storenode=/ip4/172.18.24.154/tcp/15556/p2p/16Uiu2HAmFeRRL1Jiwz1YAe6k6qVEQ51ixY2v9C5AGwGQVkfafL3W --discv5-bootstrap-node=enr:-L24QGogDn7fdnB0VND-CZ9vn5fCIhUJiZebjpBwKmqzwWsEMDU97OnTeSeJ-YC6H4kdEgkF4CYQWpQyS5QsrQJs06ECgmlkgnY0gmlwhKwShm2KbXVsdGlhZGRyc5YACASsEoZtBkxnAAoErBKGbQZMaN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHJ0LoLChzM2oD-XcBZBampL8QI4urjqmpSJMbqnyImWDdGNwgkxng3VkcIJMaYV3YWt1MgA
2026-03-07 04:34:28.948 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.126.39 waku 82c7dfa23e7d64d8739fb1ba97e2941f00da09d08dff305f71869a0afbc3056f
2026-03-07 04:34:28.988 DEBUG [src.node.docker_mananger] Container started with ID 82c7dfa23e7d. Setting up logs at ./log/docker/node3_2026-03-07_04-34-26__64175b1e-f855-40a0-858b-9b6cc291887a__wakuorg_nwaku:latest.log
2026-03-07 04:34:28.989 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9125
2026-03-07 04:34:28.989 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-07 04:34:29.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9125/health" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:29.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-07 04:34:29.993 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-07 04:34:29.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9125/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:29.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.39/tcp/9126/p2p/16Uiu2HAmPN1M16Q5GmAX7TfHpPPUocaRRuWzoPgLpPJTh9fJpdnK","/ip4/172.18.126.39/tcp/9127/ws/p2p/16Uiu2HAmPN1M16Q5GmAX7TfHpPPUocaRRuWzoPgLpPJTh9fJpdnK"],"enrUri":"enr:-L24QMw6NjJuXa1VYuqCq6rI0O9Jq78hwhrXyyV3hXyKYnlgHR1H149hUoNLNmDDt9pt-mkYpYCZZrqBU47xlBLWrcQCgmlkgnY0gmlwhKwSfieKbXVsdGlhZGRyc5YACASsEn4nBiOmAAoErBJ-JwYjp90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnxbOuqIqLG-8wdIwA7I9wggAI3cBSNPMmdWnlGLRDnyDdGNwgiOmg3VkcIIjqIV3YWt1MgA"}'
2026-03-07 04:34:29.995 INFO [src.node.waku_node] REST service is ready !!
2026-03-07 04:34:29.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19558/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.24.154/tcp/15556/p2p/16Uiu2HAmFeRRL1Jiwz1YAe6k6qVEQ51ixY2v9C5AGwGQVkfafL3W"]'
2026-03-07 04:34:30.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9125/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.134.109/tcp/19559/p2p/16Uiu2HAkwMNHckF8gRxP4xVvxQ3kTxJ3RhRV7u2WHEvRpK6F73vk"]'
2026-03-07 04:34:30.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-07 04:34:30.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.090 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:30.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:30.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.095 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:30.295 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:30.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:30.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.300 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:30.501 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:30.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:30.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.506 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:30.706 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:30.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:30.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:30.912 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:30.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:30.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:30.917 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:31.117 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:31.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:31.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:31.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:31.323 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:31.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:31.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:31.327 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:31.528 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:31.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:31.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:31.532 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:31.732 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:31.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:31.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:31.737 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:31.938 DEBUG [src.steps.store] Relaying message
2026-03-07 04:34:31.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15555/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-07 04:34:31.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-07 04:34:31.942 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-07 04:34:32.142 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-07 04:34:32.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:32.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x080292adc12173f1a08244651e2ec3ecd3d0897985df1be1a69e4c7c46cf49e7"},{"messageHash":"0x86caa2918466f262202da715d7c9fc828d77a77548f1a23b66ba81c2cc76a282"},{"messageHash":"0xad290717bb052dc2aafb890b6ec5a1da8bdc16066af188c39062b874d42e85c4"},{"messageHash":"0x01f11f3ca8666b38d6195e1343e88c69b8c428417ecb7775cbae6a784e80f631"},{"messageHash":"0x09bdc2dcbf647f34cb9630486d1177430df3bb05a4c83307dd979caf3fb9325e"},{"messageHash":"0x0b63f98fd0ab2048942e547cda0b67ac76dbd3db9142d6e85fb0d4a5eb43850f"},{"messageHash":"0x819e7580c1c93771ff59dc789dad7ec795f358ec49fe6b794d4d51023c245a95"},{"messageHash":"0xd6c7da067807fe0cca5372f3b7ee3197c1682cdce63df0ee3a6ddb9f89f785a2"},{"messageHash":"0x06d48405d4c043aa8acc352bdc771159f4c15b1248654023a9c236bb9fdd0984"},{"messageHash":"0xb4997474f319b362ff35260a666e2a77d58467a8f12baf1808cb0f9bed3b99af"}]}'
2026-03-07 04:34:32.146 DEBUG [src.steps.store] messages length is 10
2026-03-07 04:34:32.148 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-07 04:34:32.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19558/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:32.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5aff38d522f7ffd1c714","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x080292adc12173f1a08244651e2ec3ecd3d0897985df1be1a69e4c7c46cf49e7"},{"messageHash":"0x86caa2918466f262202da715d7c9fc828d77a77548f1a23b66ba81c2cc76a282"},{"messageHash":"0xad290717bb052dc2aafb890b6ec5a1da8bdc16066af188c39062b874d42e85c4"},{"messageHash":"0x01f11f3ca8666b38d6195e1343e88c69b8c428417ecb7775cbae6a784e80f631"},{"messageHash":"0x09bdc2dcbf647f34cb9630486d1177430df3bb05a4c83307dd979caf3fb9325e"},{"messageHash":"0x0b63f98fd0ab2048942e547cda0b67ac76dbd3db9142d6e85fb0d4a5eb43850f"},{"messageHash":"0x819e7580c1c93771ff59dc789dad7ec795f358ec49fe6b794d4d51023c245a95"},{"messageHash":"0xd6c7da067807fe0cca5372f3b7ee3197c1682cdce63df0ee3a6ddb9f89f785a2"},{"messageHash":"0x06d48405d4c043aa8acc352bdc771159f4c15b1248654023a9c236bb9fdd0984"},{"messageHash":"0xb4997474f319b362ff35260a666e2a77d58467a8f12baf1808cb0f9bed3b99af"}]}'
2026-03-07 04:34:32.156 DEBUG [src.steps.store] messages length is 10
2026-03-07 04:34:32.158 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-07 04:34:32.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9125/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-07 04:34:32.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e2df51695af283342acc","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x080292adc12173f1a08244651e2ec3ecd3d0897985df1be1a69e4c7c46cf49e7"},{"messageHash":"0x86caa2918466f262202da715d7c9fc828d77a77548f1a23b66ba81c2cc76a282"},{"messageHash":"0xad290717bb052dc2aafb890b6ec5a1da8bdc16066af188c39062b874d42e85c4"},{"messageHash":"0x01f11f3ca8666b38d6195e1343e88c69b8c428417ecb7775cbae6a784e80f631"},{"messageHash":"0x09bdc2dcbf647f34cb9630486d1177430df3bb05a4c83307dd979caf3fb9325e"},{"messageHash":"0x0b63f98fd0ab2048942e547cda0b67ac76dbd3db9142d6e85fb0d4a5eb43850f"},{"messageHash":"0x819e7580c1c93771ff59dc789dad7ec795f358ec49fe6b794d4d51023c245a95"},{"messageHash":"0xd6c7da067807fe0cca5372f3b7ee3197c1682cdce63df0ee3a6ddb9f89f785a2"},{"messageHash":"0x06d48405d4c043aa8acc352bdc771159f4c15b1248654023a9c236bb9fdd0984"},{"messageHash":"0xb4997474f319b362ff35260a666e2a77d58467a8f12baf1808cb0f9bed3b99af"}]}'
2026-03-07 04:34:32.190 DEBUG [src.steps.store] messages length is 10
2026-03-07 04:34:32.203 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-07 04:34:32.204 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-07 04:34:32.204 DEBUG [src.node.waku_node] Stopping container with id 48d1c4074aaa
2026-03-07 04:34:32.800 DEBUG [src.node.waku_node] Container stopped.
2026-03-07 04:34:32.800 DEBUG [src.node.waku_node] Stopping container with id 15a6bd224acd
2026-03-07 04:34:33.362 DEBUG [src.node.waku_node] Container stopped.
2026-03-07 04:34:33.362 DEBUG [src.node.waku_node] Stopping container with id 82c7dfa23e7d
2026-03-07 04:34:33.614 ERROR [src.node.docker_mananger] Max retries reached for container 48d1c4074aaa. Exiting log stream.
2026-03-07 04:34:33.929 DEBUG [src.node.waku_node] Container stopped.
2026-03-07 04:34:33.932 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-07 04:34:33.941 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-07 04:34:33.953 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-07 04:34:33.959 DEBUG [src.node.docker_mananger] No errors found in the waku logs.