deploy: 7b16dd9ddb7a45a7a7fdb2902a2fd6819f9932b0

This commit is contained in:
romanzac 2026-01-29 05:08:04 +00:00
commit 62c7d0022a
1728 changed files with 927774 additions and 0 deletions

0
.nojekyll Normal file
View File

2
nim/1061/app.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,77 @@
2026-01-29 04:45:08.549 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:45:08.550 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/2/1] with id: 2026-01-29_04-45-08__d7f3eab5-5c88-4c3d-a4d0-c10bbe8a7546
2026-01-29 04:45:08.550 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:45:08.550 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:45:08.550 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-01-29 04:45:08.557 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:08.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-45-08__d7f3eab5-5c88-4c3d-a4d0-c10bbe8a7546__wakuorg_nwaku:latest.log
2026-01-29 04:45:08.557 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:08.558 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:08.559 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:08.559 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.67
2026-01-29 04:45:08.559 DEBUG [src.node.docker_mananger] Generated ports ['18635', '18636', '18637', '18638', '18639']
2026-01-29 04:45:08.559 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-01-29 04:45:08.559 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-01-29 04:45:08.560 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:08.560 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:08.560 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:08.560 DEBUG [src.node.docker_mananger] docker run -i -t -p 18635:18635 -p 18636:18636 -p 18637:18637 -p 18638:18638 -p 18639:18639 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=18637 --rest-port=18635 --tcp-port=18636 --discv5-udp-port=18638 --rest-address=0.0.0.0 --nat=extip:172.18.37.67 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7db99013adf4eabdff12f964d77ea84dfebf5db0ee9dfbda5f8afee49afe43ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18639 --metrics-logging=true --relay=true --filter=true
2026-01-29 04:45:08.744 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.67 waku 7c11ba269d33450f9f521da4e62bbcdd8ecd10c74141cb1316dab9b11a4313d9
2026-01-29 04:45:08.773 DEBUG [src.node.docker_mananger] Container started with ID 7c11ba269d33. Setting up logs at ./log/docker/node1_2026-01-29_04-45-08__d7f3eab5-5c88-4c3d-a4d0-c10bbe8a7546__wakuorg_nwaku:latest.log
2026-01-29 04:45:08.774 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18635
2026-01-29 04:45:08.775 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:08.827 ERROR [src.node.docker_mananger] Max retries reached for container 4d1215cc3ca3. Exiting log stream.
2026-01-29 04:45:09.352 ERROR [src.node.docker_mananger] Max retries reached for container 0d3a7526792a. Exiting log stream.
2026-01-29 04:45:09.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18635/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.779 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:45:09.779 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:09.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18635/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.67/tcp/18636/p2p/16Uiu2HAmAPomTWJz9jNsHLsjKPAj1LWcENRPiuxmnxKRMWgdhDiw","/ip4/172.18.37.67/tcp/18637/ws/p2p/16Uiu2HAmAPomTWJz9jNsHLsjKPAj1LWcENRPiuxmnxKRMWgdhDiw"],"enrUri":"enr:-L24QLIyAfmgtn1SoR1wnOAbakfpcUJGMOpnvK_hHeo8arDmOgNROQMlFoZWonkuFMwndTmQDNEN9jHXwUz5kPnCu2ECgmlkgnY0gmlwhKwSJUOKbXVsdGlhZGRyc5YACASsEiVDBkjMAAoErBIlQwZIzd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3mTyikocaGrjopzWuYoZgoPh9qmUkcz8RsyTDAqgdlCDdGNwgkjMg3VkcIJIzoV3YWt1MgU"}'
2026-01-29 04:45:09.782 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:09.788 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:09.788 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-45-08__d7f3eab5-5c88-4c3d-a4d0-c10bbe8a7546__wakuorg_nwaku:latest.log
2026-01-29 04:45:09.788 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:09.788 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:09.789 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:09.790 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.77
2026-01-29 04:45:09.790 DEBUG [src.node.docker_mananger] Generated ports ['65365', '65366', '65367', '65368', '65369']
2026-01-29 04:45:09.790 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-01-29 04:45:09.790 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-01-29 04:45:09.790 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:09.790 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:09.790 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:09.790 DEBUG [src.node.docker_mananger] docker run -i -t -p 65365:65365 -p 65366:65366 -p 65367:65367 -p 65368:65368 -p 65369:65369 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=65367 --rest-port=65365 --tcp-port=65366 --discv5-udp-port=65368 --rest-address=0.0.0.0 --nat=extip:172.18.91.77 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bd896ff4e1ca0bc4ccbfc8dbdcceaf33d87a9fcd57a716caf6f07dda7b7badba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65369 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLIyAfmgtn1SoR1wnOAbakfpcUJGMOpnvK_hHeo8arDmOgNROQMlFoZWonkuFMwndTmQDNEN9jHXwUz5kPnCu2ECgmlkgnY0gmlwhKwSJUOKbXVsdGlhZGRyc5YACASsEiVDBkjMAAoErBIlQwZIzd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3mTyikocaGrjopzWuYoZgoPh9qmUkcz8RsyTDAqgdlCDdGNwgkjMg3VkcIJIzoV3YWt1MgU
2026-01-29 04:45:09.968 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.77 waku 0cddd7eaa0fbfc4b926c8e13d5cf1f441442bc563886122925b44a82e0da14a1
2026-01-29 04:45:10.002 DEBUG [src.node.docker_mananger] Container started with ID 0cddd7eaa0fb. Setting up logs at ./log/docker/node2_2026-01-29_04-45-08__d7f3eab5-5c88-4c3d-a4d0-c10bbe8a7546__wakuorg_nwaku:latest.log
2026-01-29 04:45:10.002 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65365
2026-01-29 04:45:10.002 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:11.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65365/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:45:11.014 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:11.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65365/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.91.77/tcp/65366/p2p/16Uiu2HAmQW8nczXjg8HzpMnci35f5vWTcdBogZLVWdo41nafbXFd","/ip4/172.18.91.77/tcp/65367/ws/p2p/16Uiu2HAmQW8nczXjg8HzpMnci35f5vWTcdBogZLVWdo41nafbXFd"],"enrUri":"enr:-L24QL7aWHU7EccsG7m8LuYmB7nuPJkVaTIBwHLFE_MrAKB3eGC7sVpGuXBVZ6aHTDBaWRJatGOS9cA-PV18dzLgfPQCgmlkgnY0gmlwhKwSW02KbXVsdGlhZGRyc5YACASsEltNBv9WAAoErBJbTQb_V90DgnJzhQACAQAAiXNlY3AyNTZrMaEDsAeOKAKBcMFsx_YH-_plHUQXQ9fo7Ri5GJW-lalnoRiDdGNwgv9Wg3VkcIL_WIV3YWt1MgE"}'
2026-01-29 04:45:11.021 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:11.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65365/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.67/tcp/18636/p2p/16Uiu2HAmAPomTWJz9jNsHLsjKPAj1LWcENRPiuxmnxKRMWgdhDiw"]'
2026-01-29 04:45:11.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:11.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18635/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
2026-01-29 04:45:11.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:11.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65365/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
2026-01-29 04:45:11.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:11.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:11.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:11.039 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:45:11.139 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:45:11.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661911034216134,"ephemeral":false,"proof":""}]'
2026-01-29 04:45:11.145 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:45:11.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65365/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661911034216134,"ephemeral":false,"proof":""}]'
2026-01-29 04:45:11.150 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:45:11.151 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:45:11.151 DEBUG [src.node.waku_node] Stopping container with id 7c11ba269d33
2026-01-29 04:45:11.717 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:11.718 DEBUG [src.node.waku_node] Stopping container with id 0cddd7eaa0fb
2026-01-29 04:45:12.249 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:12.250 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:45:12.257 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:12.262 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,268 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-01-29_04-36-22__692b6b02-8877-43d4-9559-68d74d9f593c
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-36-22__692b6b02-8877-43d4-9559-68d74d9f593c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.107.61
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25949', '25950', '25951', '25952', '25953']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 25949:25949 -p 25950:25950 -p 25951:25951 -p 25952:25952 -p 25953:25953 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=25951 --rest-port=25949 --tcp-port=25950 --discv5-udp-port=25952 --rest-address=0.0.0.0 --nat=extip:172.18.107.61 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bb7ecb6f5ddbffff5bcf75ecb8fc79adeb55fe1f56f2ad5c863cbffd9542372f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25953 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.61 waku 7c0cea33d2c51d753a849eaf50eb6afafc44ae1ac3ecbc9e973e2a80b02c1303
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7c0cea33d2c5. Setting up logs at ./log/docker/node1_2026-01-29_04-36-22__692b6b02-8877-43d4-9559-68d74d9f593c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25949
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e7902e399e4d. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 15e6a564a0b1. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.61/tcp/25950/p2p/16Uiu2HAkvp2HYEtVM52sLCDHiBpfYo8hjfXpUo4YCiwnuLqHn9Cc","/ip4/172.18.107.61/tcp/25951/ws/p2p/16Uiu2HAkvp2HYEtVM52sLCDHiBpfYo8hjfXpUo4YCiwnuLqHn9Cc"],"enrUri":"enr:-L24QPAlabJ01Fkj2l_vbXX9HC0MZ38Q7Z_Q7IFOBJ9TwU1cGLnhU99vtQb_pwwlpMMYoXGDXRiNUp-z4f54p-7ASn8CgmlkgnY0gmlwhKwSaz2KbXVsdGlhZGRyc5YACASsEms9BmVeAAoErBJrPQZlX90DgnJzhQACAQAAiXNlY3AyNTZrMaECFJVsvJc5g9vlp6o3shYWKfoj1-rulxE6tH88s0EYkYmDdGNwgmVeg3VkcIJlYIV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-36-22__692b6b02-8877-43d4-9559-68d74d9f593c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.144.227
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59662', '59663', '59664', '59665', '59666']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59662:59662 -p 59663:59663 -p 59664:59664 -p 59665:59665 -p 59666:59666 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=59664 --rest-port=59662 --tcp-port=59663 --discv5-udp-port=59665 --rest-address=0.0.0.0 --nat=extip:172.18.144.227 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ac6fb2ec2fbc456aede6baf5ee3a20cc0e43ae5db14e1e87cefff8ff03e104de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59666 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPAlabJ01Fkj2l_vbXX9HC0MZ38Q7Z_Q7IFOBJ9TwU1cGLnhU99vtQb_pwwlpMMYoXGDXRiNUp-z4f54p-7ASn8CgmlkgnY0gmlwhKwSaz2KbXVsdGlhZGRyc5YACASsEms9BmVeAAoErBJrPQZlX90DgnJzhQACAQAAiXNlY3AyNTZrMaECFJVsvJc5g9vlp6o3shYWKfoj1-rulxE6tH88s0EYkYmDdGNwgmVeg3VkcIJlYIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.144.227 waku f64f2d5b8ae3df0b522e2e6923c3f7d964fadf4c4b544c106092859128fbd8f1
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f64f2d5b8ae3. Setting up logs at ./log/docker/node2_2026-01-29_04-36-22__692b6b02-8877-43d4-9559-68d74d9f593c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59662
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.227/tcp/59663/p2p/16Uiu2HAkyPTj26AgxzsmCcVjz1aVMCmHPZtLnNXsCBS3x7vz7Jz1","/ip4/172.18.144.227/tcp/59664/ws/p2p/16Uiu2HAkyPTj26AgxzsmCcVjz1aVMCmHPZtLnNXsCBS3x7vz7Jz1"],"enrUri":"enr:-L24QEKQTQb5F_zkXjZGmDLeUzsVxaZPoPbLrOcY51iVkYZ-czPekVb3iFo9LJb1IgGLS0q6PkwZaI9_NDc83gqryf8CgmlkgnY0gmlwhKwSkOOKbXVsdGlhZGRyc5YACASsEpDjBukPAAoErBKQ4wbpEN0DgnJzhQACAQAAiXNlY3AyNTZrMaECOt26yOaDjjvddUZofbX4IbI6nTl2wf4qQGg-L5DH3u6DdGNwgukPg3VkcILpEYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.61/tcp/25950/p2p/16Uiu2HAkvp2HYEtVM52sLCDHiBpfYo8hjfXpUo4YCiwnuLqHn9Cc"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661384893579474,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661384893579474,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1769661385016976096,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1769661385016976096,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769661385140160897,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769661385140160897,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1769661385264686056,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1769661385264686056,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1769661385386505554,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1769661385386505554,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1769661385510988380,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1769661385510988380,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1769661385634056884,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1769661385634056884,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1769661385758613063,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1769661385758613063,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1769661385877669052,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1769661385877669052,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1769661385995821985,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1769661385995821985,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1769661386114515818,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1769661386114515818,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1769661386233110793,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1769661386233110793,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1769661386351775146,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1769661386351775146,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1769661386470157146,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1769661386470157146,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1769661386588390220,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1769661386588390220,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59662/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25949/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25949/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1769661386709345647,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59662/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1769661386709345647,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 7c0cea33d2c5
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id f64f2d5b8ae3
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,69 @@
2026-01-29 04:52:48.367 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:52:48.367 DEBUG [tests.conftest] Running test: test_admin_service_peers_scalar_required_types with id: 2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d
2026-01-29 04:52:48.367 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:52:48.368 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:52:48.368 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:52:48.375 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:52:48.375 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d__wakuorg_nwaku:latest.log
2026-01-29 04:52:48.381 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:52:48.381 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d__wakuorg_nwaku:latest.log
2026-01-29 04:52:48.387 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:52:48.387 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d__wakuorg_nwaku:latest.log
2026-01-29 04:52:48.393 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:52:48.393 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d__wakuorg_nwaku:latest.log
2026-01-29 04:52:48.393 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:52:48.394 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:52:48.394 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:52:48.395 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:52:48.396 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:52:48.396 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.235
2026-01-29 04:52:48.396 DEBUG [src.node.docker_mananger] Generated ports ['49061', '49062', '49063', '49064', '49065']
2026-01-29 04:52:48.396 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:52:48.397 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:52:48.397 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:52:48.397 DEBUG [src.node.docker_mananger] docker run -i -t -p 49061:49061 -p 49062:49062 -p 49063:49063 -p 49064:49064 -p 49065:49065 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=49063 --rest-port=49061 --tcp-port=49062 --discv5-udp-port=49064 --rest-address=0.0.0.0 --nat=extip:172.18.39.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18e6fdad47b5c4fb2efdbb6ca83a14ecbffbd2e1f4322d7bd86cfcaa61edde35 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49065 --metrics-logging=true --relay=true
2026-01-29 04:52:48.586 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.235 waku 4a2197089f5ce72a1f3837a25c0f6c7f2fdc6012611357203f7639ec7eca90c6
2026-01-29 04:52:48.615 ERROR [src.node.docker_mananger] Max retries reached for container 4a9d464e9f8d. Exiting log stream.
2026-01-29 04:52:48.624 DEBUG [src.node.docker_mananger] Container started with ID 4a2197089f5c. Setting up logs at ./log/docker/node1_2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d__wakuorg_nwaku:latest.log
2026-01-29 04:52:48.625 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49061
2026-01-29 04:52:48.625 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:52:49.157 ERROR [src.node.docker_mananger] Max retries reached for container 361cec76090f. Exiting log stream.
2026-01-29 04:52:49.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49061/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:52:49.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:52:49.629 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:52:49.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49061/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:52:49.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.235/tcp/49062/p2p/16Uiu2HAm6Sdm3XkZGkvuA6CJ2Qk3kTyQWA8Q9tS2tSTfX9N59rdf","/ip4/172.18.39.235/tcp/49063/ws/p2p/16Uiu2HAm6Sdm3XkZGkvuA6CJ2Qk3kTyQWA8Q9tS2tSTfX9N59rdf"],"enrUri":"enr:-L24QDe3299iQDR9RVgqfnDHMs8ummrjtVilx6cH9Bwf9Fi4BnCvYx6yk8nKuipjzpVlG1l8BZt0j04EiAR4_BvonPICgmlkgnY0gmlwhKwSJ-uKbXVsdGlhZGRyc5YACASsEifrBr-mAAoErBIn6wa_p90DgnJzhQADAQAAiXNlY3AyNTZrMaECo6-ghleTU5T6ff3xVTmj0SqfMzolXP9F4oY9ccYhWtKDdGNwgr-mg3VkcIK_qIV3YWt1MgE"}'
2026-01-29 04:52:49.632 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:52:49.632 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:52:49.632 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:52:49.633 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:52:49.634 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.124
2026-01-29 04:52:49.634 DEBUG [src.node.docker_mananger] Generated ports ['28492', '28493', '28494', '28495', '28496']
2026-01-29 04:52:49.634 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:52:49.634 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:52:49.634 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:52:49.634 DEBUG [src.node.docker_mananger] docker run -i -t -p 28492:28492 -p 28493:28493 -p 28494:28494 -p 28495:28495 -p 28496:28496 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=28494 --rest-port=28492 --tcp-port=28493 --discv5-udp-port=28495 --rest-address=0.0.0.0 --nat=extip:172.18.37.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e60b7e32e520335acaded91deec1b7b249a1c0f201d646eb8be1dec8c5abc8ff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28496 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDe3299iQDR9RVgqfnDHMs8ummrjtVilx6cH9Bwf9Fi4BnCvYx6yk8nKuipjzpVlG1l8BZt0j04EiAR4_BvonPICgmlkgnY0gmlwhKwSJ-uKbXVsdGlhZGRyc5YACASsEifrBr-mAAoErBIn6wa_p90DgnJzhQADAQAAiXNlY3AyNTZrMaECo6-ghleTU5T6ff3xVTmj0SqfMzolXP9F4oY9ccYhWtKDdGNwgr-mg3VkcIK_qIV3YWt1MgE
2026-01-29 04:52:49.829 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.124 waku e15d41a635953a0f20e9a50b2c81cde672374b11c0d9a630e3856a34301e2aa1
2026-01-29 04:52:49.860 DEBUG [src.node.docker_mananger] Container started with ID e15d41a63595. Setting up logs at ./log/docker/node2_2026-01-29_04-52-48__57ab16b7-0c60-41d0-9ba9-b8583e613f1d__wakuorg_nwaku:latest.log
2026-01-29 04:52:49.861 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28492
2026-01-29 04:52:49.861 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:52:50.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28492/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:52:50.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:52:50.874 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:52:50.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28492/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:52:50.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.124/tcp/28493/p2p/16Uiu2HAmQuLSusKP7a2qBSbdozsXDAxdGCnxXaKurNNciKWvhMQc","/ip4/172.18.37.124/tcp/28494/ws/p2p/16Uiu2HAmQuLSusKP7a2qBSbdozsXDAxdGCnxXaKurNNciKWvhMQc"],"enrUri":"enr:-L24QMFl-cWXH8U74mGQeYE_VoojyNuFMuLSGApAOuIGpti_XMziu6X1iYKP04hiEEHd1jr_7trPHQpmVhhi_xFr_tsCgmlkgnY0gmlwhKwSJXyKbXVsdGlhZGRyc5YACASsEiV8Bm9NAAoErBIlfAZvTt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtfkZHq5jEG1hIfAM2X7SkjS8rmK8BIc07lhoa-sC6dmDdGNwgm9Ng3VkcIJvT4V3YWt1MgE"}'
2026-01-29 04:52:50.879 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:52:50.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49061/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.124/tcp/28493/p2p/16Uiu2HAmQuLSusKP7a2qBSbdozsXDAxdGCnxXaKurNNciKWvhMQc"]'
2026-01-29 04:52:50.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:52:50.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49061/admin/v1/peers/service" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:52:50.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.37.124/tcp/43794/p2p/16Uiu2HAmQuLSusKP7a2qBSbdozsXDAxdGCnxXaKurNNciKWvhMQc","protocols":["/vac/waku/relay/2.0.0","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:52:50.888 DEBUG [tests.rest_flags.test_admin_flags] /admin/v1/peers/service [{'multiaddr': '/ip4/172.18.37.124/tcp/43794/p2p/16Uiu2HAmQuLSusKP7a2qBSbdozsXDAxdGCnxXaKurNNciKWvhMQc', 'protocols': ['/vac/waku/relay/2.0.0', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin'}]
2026-01-29 04:52:50.890 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:52:50.891 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:52:50.891 DEBUG [src.node.waku_node] Stopping container with id 4a2197089f5c
2026-01-29 04:52:51.437 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:52:51.437 DEBUG [src.node.waku_node] Stopping container with id e15d41a63595
2026-01-29 04:52:51.961 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:52:51.962 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:52:51.967 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:52:51.972 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,669 @@
2026-01-29 04:43:17.389 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:43:17.389 DEBUG [tests.conftest] Running test: test_extreme_number_page_size with id: 2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0
2026-01-29 04:43:17.390 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:43:17.390 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:43:17.391 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:43:17.399 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:17.399 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
2026-01-29 04:43:17.399 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:17.400 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:17.403 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:17.404 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.33
2026-01-29 04:43:17.404 DEBUG [src.node.docker_mananger] Generated ports ['4477', '4478', '4479', '4480', '4481']
2026-01-29 04:43:17.404 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:17.405 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:17.405 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:17.405 DEBUG [src.node.docker_mananger] docker run -i -t -p 4477:4477 -p 4478:4478 -p 4479:4479 -p 4480:4480 -p 4481:4481 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=4479 --rest-port=4477 --tcp-port=4478 --discv5-udp-port=4480 --rest-address=0.0.0.0 --nat=extip:172.18.39.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae69208dcaeede5af1b087e3a7aeedb3ec430b2de87fa8b9ce311a3e9c35aaef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4481 --metrics-logging=true --store=true --relay=true
2026-01-29 04:43:17.585 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.33 waku ef105418e3bc6766bc5b3e36b97086b87ab1cbc93a1c034dc6431a820790bfee
2026-01-29 04:43:17.620 DEBUG [src.node.docker_mananger] Container started with ID ef105418e3bc. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
2026-01-29 04:43:17.621 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4477
2026-01-29 04:43:17.621 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:17.642 ERROR [src.node.docker_mananger] Max retries reached for container 082b754d9885. Exiting log stream.
2026-01-29 04:43:18.224 ERROR [src.node.docker_mananger] Max retries reached for container 7d4078bcca24. Exiting log stream.
2026-01-29 04:43:18.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4477/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:18.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:43:18.625 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:43:18.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4477/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:18.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.33/tcp/4478/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy","/ip4/172.18.39.33/tcp/4479/ws/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy"],"enrUri":"enr:-L24QIbsC4neHdI6cOOH-QHmi8NAyn8hH9PJjWu8nluo0OFHClkaqj6OBeJfDu68SxF44r-ycGzrGsH9mBgjLWUYq9UCgmlkgnY0gmlwhKwSJyGKbXVsdGlhZGRyc5YACASsEichBhF-AAoErBInIQYRf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuJO5GLKklimUvbnzqooDZZfosor6ZGDUsiUMay1iY3yDdGNwghF-g3VkcIIRgIV3YWt1MgM"}'
2026-01-29 04:43:18.628 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:43:18.636 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:18.636 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
2026-01-29 04:43:18.636 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:18.636 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:18.638 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:18.638 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.143
2026-01-29 04:43:18.638 DEBUG [src.node.docker_mananger] Generated ports ['28065', '28066', '28067', '28068', '28069']
2026-01-29 04:43:18.638 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:18.638 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:18.639 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:18.639 DEBUG [src.node.docker_mananger] docker run -i -t -p 28065:28065 -p 28066:28066 -p 28067:28067 -p 28068:28068 -p 28069:28069 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=28067 --rest-port=28065 --tcp-port=28066 --discv5-udp-port=28068 --rest-address=0.0.0.0 --nat=extip:172.18.15.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6bab416ebec85da7f836d5a7786b4b18aada0fdddaf316fcc4e2fef3cf0e2f6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28069 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIbsC4neHdI6cOOH-QHmi8NAyn8hH9PJjWu8nluo0OFHClkaqj6OBeJfDu68SxF44r-ycGzrGsH9mBgjLWUYq9UCgmlkgnY0gmlwhKwSJyGKbXVsdGlhZGRyc5YACASsEichBhF-AAoErBInIQYRf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuJO5GLKklimUvbnzqooDZZfosor6ZGDUsiUMay1iY3yDdGNwghF-g3VkcIIRgIV3YWt1MgM --storenode=/ip4/172.18.39.33/tcp/4478/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy --store=true --relay=true
2026-01-29 04:43:18.824 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.143 waku 358827e762a9c72ff007bf4ee53a43dbf1b7677667f4ccc8852b2b659c9585b3
2026-01-29 04:43:18.856 DEBUG [src.node.docker_mananger] Container started with ID 358827e762a9. Setting up logs at ./log/docker/store_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
2026-01-29 04:43:18.856 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28065
2026-01-29 04:43:18.856 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:19.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28065/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:19.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:43:19.863 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:43:19.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:19.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.143/tcp/28066/p2p/16Uiu2HAkxeXjtgYD8jdUDBnfkdCza4Lva1eALXq2fXDqYjb5xHDR","/ip4/172.18.15.143/tcp/28067/ws/p2p/16Uiu2HAkxeXjtgYD8jdUDBnfkdCza4Lva1eALXq2fXDqYjb5xHDR"],"enrUri":"enr:-L24QNiFlah_C-gsNxoReigDQpsPNdhGXL8RhyB8MhsMVm89cYCXfTsdy-uA144oJJFaDZjsrHe5V2OTkIYCIIoCu70CgmlkgnY0gmlwhKwSD4-KbXVsdGlhZGRyc5YACASsEg-PBm2iAAoErBIPjwZto90DgnJzhQADAQAAiXNlY3AyNTZrMaECL95LbqlpXA2-leYEZ2MkJiwtNJkjYHpc_y24CHczcyiDdGNwgm2ig3VkcIJtpIV3YWt1MgM"}'
2026-01-29 04:43:19.866 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:43:19.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.33/tcp/4478/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy"]'
2026-01-29 04:43:19.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:19.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:43:19.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:19.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28065/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:43:19.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:19.875 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:19.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:19.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:19.880 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:20.082 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:20.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:20.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:20.089 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:20.289 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:20.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:20.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:20.295 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:20.497 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:20.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:20.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:20.504 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:20.704 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:20.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:20.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:20.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:20.911 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:20.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:20.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:20.918 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:21.119 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:21.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:21.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:21.125 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:21.326 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:21.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:21.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:21.333 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:21.534 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:21.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:21.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:21.540 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:21.741 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:21.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:21.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:21.747 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:21.948 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:21.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:21.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:21.954 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:22.155 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:22.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:22.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:22.162 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:22.363 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:22.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:22.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:22.369 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:22.571 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:22.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:22.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:22.577 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:22.778 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:22.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:22.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:22.784 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:22.984 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:22.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:22.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:22.991 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:23.192 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:23.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:23.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:23.198 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:23.399 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:23.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:23.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:23.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:23.606 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:23.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:23.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:23.613 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:23.814 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:23.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:23.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:23.820 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:24.021 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:24.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:24.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:24.027 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:24.229 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:24.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:24.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:24.235 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:24.435 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:24.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:24.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:24.442 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:24.643 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:24.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:24.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:24.649 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:24.850 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:24.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:24.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:24.857 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:25.058 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:25.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:25.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:25.064 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:25.265 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:25.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:25.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:25.271 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:25.472 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:25.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:25.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:25.479 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:25.680 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:25.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:25.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:25.686 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:25.887 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:25.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:25.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:25.893 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:26.094 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:26.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:26.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:26.102 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:26.302 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:26.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:26.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:26.309 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:26.510 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:26.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:26.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:26.517 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:26.718 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:26.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:26.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:26.725 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:26.926 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:26.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:26.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:26.932 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:27.133 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:27.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:27.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:27.140 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:27.340 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:27.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:27.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:27.346 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:27.547 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:27.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:27.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:27.553 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:27.754 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:27.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:27.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:27.760 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:27.961 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:27.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:27.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:27.967 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:28.169 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:28.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:28.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:28.175 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:28.377 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:28.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:28.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:28.384 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:28.585 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:28.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:28.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:28.592 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:28.793 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:28.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:28.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:28.799 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:29.000 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:29.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:29.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:29.006 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:29.207 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:29.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:29.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:29.214 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:29.415 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:29.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:29.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:29.422 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:29.622 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:29.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:29.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:29.629 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:29.829 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:29.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:29.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:29.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:30.037 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:30.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:30.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:30.043 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:30.244 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:30.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:30.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:30.250 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:30.451 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:30.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:30.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:30.458 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:30.659 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:30.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:30.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:30.666 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:30.866 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:30.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:30.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:30.874 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:31.075 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:31.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:31.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:31.081 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:31.282 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:31.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:31.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:31.289 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:31.490 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:31.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:31.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:31.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:31.698 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:31.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:31.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:31.705 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:31.906 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:31.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:31.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:31.912 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:32.113 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:32.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:32.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:32.119 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:32.320 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:32.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:32.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:32.327 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:32.527 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:32.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:32.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:32.533 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:32.734 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:32.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:32.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:32.740 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:32.941 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:32.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:32.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:32.947 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:33.148 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:33.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:33.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:33.154 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:33.355 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:33.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:33.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:33.361 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:33.562 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:33.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:33.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:33.568 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:33.769 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:33.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:33.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:33.776 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:33.977 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:33.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:33.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:33.984 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:34.184 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:34.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:34.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:34.191 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:34.391 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:34.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:34.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:34.398 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:34.599 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:34.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:34.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:34.605 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:34.806 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:34.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:34.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:34.813 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:35.014 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:35.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:35.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:35.020 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:35.220 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:35.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:35.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:35.227 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:35.428 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:35.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:35.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:35.433 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:35.634 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:35.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:35.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:35.640 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:35.841 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:35.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:35.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:35.848 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:36.049 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:36.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:36.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:36.056 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:36.257 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:36.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:36.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:36.263 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:36.464 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:36.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:36.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:36.470 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:36.671 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:36.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:36.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:36.677 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:36.878 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:36.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:36.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:36.885 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:37.085 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:37.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:37.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:37.092 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:37.293 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:37.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:37.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:37.300 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:37.501 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:37.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:37.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:37.507 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:37.708 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:37.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:37.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:37.714 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:37.915 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:37.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:37.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:37.921 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:38.124 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:38.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:38.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:38.131 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:38.332 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:38.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:38.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:38.339 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:38.539 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:38.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:38.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:38.546 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:38.747 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:38.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:38.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:38.753 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:38.954 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:38.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:38.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:38.961 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:39.162 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:39.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:39.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:39.168 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:39.369 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:39.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:39.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:39.375 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:39.576 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:39.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:39.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:39.582 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:39.783 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:39.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:39.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:39.789 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:39.990 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:39.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:39.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:39.996 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:40.197 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:40.197 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:40.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:40.204 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:40.405 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:40.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:40.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:40.411 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:40.612 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:40.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:40.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:40.618 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:40.819 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:40.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:40.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:40.826 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:41.027 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:41.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:41.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:41.034 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:41.235 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:41.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:41.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:41.241 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:41.442 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:41.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:41.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:41.449 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:41.650 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:41.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:41.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:41.656 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:41.857 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:41.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:41.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:41.863 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:42.064 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:42.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:42.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:42.071 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:42.271 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:42.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:42.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:42.277 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:42.478 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:42.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:42.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:42.485 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:42.686 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:42.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:42.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:42.692 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:42.894 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:42.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:42.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:42.900 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:43.101 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:43.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:43.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:43.107 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:43.308 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:43.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:43.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:43.314 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:43.515 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:43.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:43.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:43.523 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:43.723 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:43.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:43.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:43.729 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:43.930 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:43.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:43.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:43.968 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:44.169 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:44.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:44.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:44.175 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:44.375 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:44.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:44.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:44.382 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:44.582 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:44.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:44.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:44.589 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:44.790 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:44.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:44.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:44.797 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:44.997 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:44.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:45.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:45.004 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:45.205 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:45.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:45.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:45.211 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:45.412 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:45.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:45.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:45.419 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:45.620 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:45.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:45.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:45.626 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:45.827 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:45.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:45.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:45.834 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:46.034 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:46.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:46.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:46.041 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:46.241 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:46.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:46.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:46.248 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:46.449 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:46.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:46.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:46.455 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:46.656 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:46.656 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:46.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:46.663 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:46.863 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:46.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:46.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:46.871 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:47.071 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:47.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:47.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:47.077 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:47.279 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:47.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:47.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:47.285 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:47.485 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:47.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:47.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:47.491 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:47.692 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:47.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:47.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:47.698 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:47.899 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:47.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:47.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:47.905 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:48.106 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:48.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:48.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:48.113 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:48.314 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:48.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:48.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:48.321 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:48.522 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:48.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:48.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:48.529 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:48.730 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:48.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:48.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:48.737 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:48.937 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:48.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:48.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:48.944 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:49.144 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:49.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:49.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:49.151 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:49.352 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:49.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:49.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:49.359 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:49.560 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:49.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:49.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:49.566 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:49.767 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:49.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:49.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:49.774 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:49.975 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:49.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:49.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:49.981 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:50.182 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:50.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:50.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:50.188 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:50.389 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:50.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:50.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:50.395 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:50.595 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:50.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:50.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:50.601 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:50.802 DEBUG [src.steps.store] Relaying message
2026-01-29 04:43:50.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:43:50.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:50.810 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:43:51.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4477/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1000000&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.017 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-29 04:43:51.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28065/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1000000&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.024 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-29 04:43:51.027 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:43:51.028 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:43:51.028 DEBUG [src.node.waku_node] Stopping container with id ef105418e3bc
2026-01-29 04:43:51.628 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:43:51.629 DEBUG [src.node.waku_node] Stopping container with id 358827e762a9
2026-01-29 04:43:52.183 ERROR [src.node.docker_mananger] Max retries reached for container bcec37c90985. Exiting log stream.
2026-01-29 04:43:52.196 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:43:52.197 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:43:52.247 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:43:52.292 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,731 @@
WRN 2026-01-29 04:49:42.691+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:49:42.691+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:49:42.691+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=true rlnRelay=false store=false filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-01-29 04:49:42.691+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:49:42.691+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
NTC 2026-01-29 04:49:42.691+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:44007
INF 2026-01-29 04:49:42.691+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:44007/
INF 2026-01-29 04:49:42.692+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:49:42.692+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:49:42.693+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:49:42.693+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:49:42.693+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:49:42.693+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:49:42.693+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws]"
INF 2026-01-29 04:49:42.694+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:49:42.694+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:49:42.694+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:49:42.694+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:49:42.694+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:49:42.694+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:49:42.694+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:49:42.694+00:00 Setting max message size tid=1 file=node_factory.nim:318 num_bytes=153600
INF 2026-01-29 04:49:42.694+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:208
TRC 2026-01-29 04:49:42.694+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/relay/2.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-01-29 04:49:42.694+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:225
INF 2026-01-29 04:49:42.694+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-01-29 04:49:42.694+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:49:42.694+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities="[Relay]" wakuPeerRecord="(peerId: 16U*TS4edC, seqNo: 1769662182, addresses: [/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws], mixKey: )"
TRC 2026-01-29 04:49:42.694+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:49:42.694+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:49:42.694+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:49:42.694+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:49:42.694+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:49:42.694+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-01-29 04:49:42.694+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-01-29 04:49:42.694+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-01-29 04:49:42.694+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-01-29 04:49:42.694+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-01-29 04:49:42.694+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-01-29 04:49:42.694+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
INF 2026-01-29 04:49:42.694+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:120
INF 2026-01-29 04:49:42.694+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:362
INF 2026-01-29 04:49:42.694+00:00 Running nwaku node tid=1 file=node_factory.nim:440 version=v0.36.0-127-ga4e44d
INF 2026-01-29 04:49:42.695+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:451 version=v0.36.0-127-ga4e44d
INF 2026-01-29 04:49:42.695+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:336
INF 2026-01-29 04:49:42.695+00:00 start topics="waku relay" tid=1 file=protocol.nim:463
TRC 2026-01-29 04:49:42.695+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
TRC 2026-01-29 04:49:42.695+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:42.695+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:42.695+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=139833690001488
TRC 2026-01-29 04:49:42.695+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
TRC 2026-01-29 04:49:42.695+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
INF 2026-01-29 04:49:42.695+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:357
INF 2026-01-29 04:49:42.695+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:128 interval=10s
INF 2026-01-29 04:49:42.695+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:228
INF 2026-01-29 04:49:42.695+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-01-29 04:49:42.695+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-01-29 04:49:42.695+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:352 peerInfo="(peerId: 16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC, listenAddrs: [/ip4/0.0.0.0/tcp/44009/ws, /ip4/0.0.0.0/tcp/44008], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-127-ga4e44d)"
TRC 2026-01-29 04:49:42.696+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:122
TRC 2026-01-29 04:49:42.696+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:146 address=/ip4/0.0.0.0/tcp/44008
TRC 2026-01-29 04:49:42.696+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/44008]
DBG 2026-01-29 04:49:42.696+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
TRC 2026-01-29 04:49:42.696+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
TRC 2026-01-29 04:49:42.696+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=49 queue=0
TRC 2026-01-29 04:49:42.696+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:160
TRC 2026-01-29 04:49:42.696+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/44009/ws]
TRC 2026-01-29 04:49:42.697+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:261 host=0.0.0.0:44009
TRC 2026-01-29 04:49:42.697+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:210 addresses="[/ip4/0.0.0.0/tcp/44009/ws]"
INF 2026-01-29 04:49:42.697+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:213
TRC 2026-01-29 04:49:42.697+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-01-29 04:49:42.697+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
DBG 2026-01-29 04:49:42.697+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
TRC 2026-01-29 04:49:42.697+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
TRC 2026-01-29 04:49:42.697+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=48 queue=0
TRC 2026-01-29 04:49:42.697+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:285
TRC 2026-01-29 04:49:42.697+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:193
TRC 2026-01-29 04:49:42.697+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
WRN 2026-01-29 04:49:42.697+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:995
WRN 2026-01-29 04:49:42.697+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:629
DBG 2026-01-29 04:49:42.697+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:392 peer="(peerId: 16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC, listenAddrs: [/ip4/0.0.0.0/tcp/44008, /ip4/0.0.0.0/tcp/44009/ws], addrs: [/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-127-ga4e44d)"
INF 2026-01-29 04:49:42.698+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*TS4edC addrs="[/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws]"
INF 2026-01-29 04:49:42.698+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/44008/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC][/ip4/0.0.0.0/tcp/44009/ws/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws]"
INF 2026-01-29 04:49:42.698+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.121.14/tcp/44008/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC][/ip4/172.18.121.14/tcp/44009/ws/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC]
INF 2026-01-29 04:49:42.698+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QLYluR-4dLOX_vj8J99b6zdO7Y6uufcLGUqYJZdppSSAHKrh8mTAjGth3WdRCHY57CPQM1FrXAscT_E0ISScR-0BgmlkgnY0gmlwhKwSeQ6KbXVsdGlhZGRyc4wACgSsEnkOBqvp3QOCcnOFAAMBAACJc2VjcDI1NmsxoQP4GH-7cZ7uFQHu63ziaYdMhV66NzgeibVVQyINWCnLL4N0Y3CCq-iDdWRwgqvqhXdha3UyAQ
INF 2026-01-29 04:49:42.698+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:502
TRC 2026-01-29 04:49:42.698+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:984
TRC 2026-01-29 04:49:42.698+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:977
INF 2026-01-29 04:49:42.698+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:758 inRelayConns=0/20 outRelayConns=0/10 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-01-29 04:49:42.698+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*TS4edC addrs="[/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws]"
INF 2026-01-29 04:49:42.698+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/44008/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC][/ip4/0.0.0.0/tcp/44009/ws/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.121.14/tcp/44008, /ip4/172.18.121.14/tcp/44009/ws]"
INF 2026-01-29 04:49:42.698+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.121.14/tcp/44008/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC][/ip4/172.18.121.14/tcp/44009/ws/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC]
INF 2026-01-29 04:49:42.698+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QLYluR-4dLOX_vj8J99b6zdO7Y6uufcLGUqYJZdppSSAHKrh8mTAjGth3WdRCHY57CPQM1FrXAscT_E0ISScR-0BgmlkgnY0gmlwhKwSeQ6KbXVsdGlhZGRyc4wACgSsEnkOBqvp3QOCcnOFAAMBAACJc2VjcDI1NmsxoQP4GH-7cZ7uFQHu63ziaYdMhV66NzgeibVVQyINWCnLL4N0Y3CCq-iDdWRwgqvqhXdha3UyAQ
INF 2026-01-29 04:49:42.698+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:296 enr=enr:-L24QN11BXSiAuBncWCOaLS4LSCeo7fITwYphHZ8rUE6PXPyKbgCyg6yyKzD4DtXdXx9RKSGpDY67s2IItohRbN0uTUCgmlkgnY0gmlwhKwSeQ6KbXVsdGlhZGRyc5YACASsEnkOBqvoAAoErBJ5Dgar6d0DgnJzhQADAQAAiXNlY3AyNTZrMaED-Bh_u3Ge7hUB7ut84mmHTIVeujc4Hom1VUMiDVgpyy-DdGNwgqvog3VkcIKr6oV3YWt1MgE record="(2, id: \"v4\", ip: 172.18.121.14, multiaddrs: 0x000804AC12790E06ABE8000A04AC12790E06ABE9DD03, rs: 0x0003010000, secp256k1: 0x03F8187FBB719EEE1501EEEB7CE269874C855EBA37381E89B55543220D5829CB2F, tcp: 44008, udp: 44010, waku2: 0x01)"
INF 2026-01-29 04:49:42.699+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-01-29 04:49:42.699+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-01-29 04:49:42.699+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=44010
TRC 2026-01-29 04:49:42.699+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-01-29 04:49:42.699+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-01-29 04:49:42.699+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:49:42.699+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:49:42.699+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-01-29 04:49:42.699+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-01-29 04:49:42.699+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QFTqssyaOwtHfwXiaQk3fZefrTfhnXxPu9QcGppm8JVMQChxC9Xg91L9mK1BWXd-ZtHdExAX4mPr0xjLDkERB1gDgmlkgnY0gmlwhKwSeQ6KbXVsdGlhZGRyc5YACASsEnkOBqvoAAoErBJ5Dgar6d0DgnJzhQADAQAAiXNlY3AyNTZrMaED-Bh_u3Ge7hUB7ut84mmHTIVeujc4Hom1VUMiDVgpyy-DdGNwgqvog3VkcIKr6oV3YWt1MgE enr="(3, id: \"v4\", ip: 172.18.121.14, multiaddrs: 0x000804AC12790E06ABE8000A04AC12790E06ABE9DD03, rs: 0x0003010000, secp256k1: 0x03F8187FBB719EEE1501EEEB7CE269874C855EBA37381E89B55543220D5829CB2F, tcp: 44008, udp: 44010, waku2: 0x01)"
TRC 2026-01-29 04:49:42.699+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-01-29 04:49:42.700+00:00 starting keepalive tid=1 file=node_health_monitor.nim:379 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-01-29 04:49:42.700+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
INF 2026-01-29 04:49:42.700+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:540 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:49:42.700+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:621 topic=/waku/2/rs/3/0
TRC 2026-01-29 04:49:42.700+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:583 name=/waku/2/rs/3/0
TRC 2026-01-29 04:49:42.700+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:42.700+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:42.700+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:42.700+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
INF 2026-01-29 04:49:42.702+00:00 REST services are installed tid=1 file=builder.nim:220
INF 2026-01-29 04:49:42.702+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=44011
INF 2026-01-29 04:49:42.703+00:00 ENR updated successfully topics="waku discv5" tid=1 file=waku_discv5.nim:323 enrUri=enr:-L24QGk5dV__65Yrv7EUHqc5mbJagWLEZVNua1LfoIqo4tscH4EfjObd12ZlMOVZ39IROp3LYvBBDkWqPNTL_txqou0EgmlkgnY0gmlwhKwSeQ6KbXVsdGlhZGRyc5YACASsEnkOBqvoAAoErBJ5Dgar6d0DgnJzhQADAQAAiXNlY3AyNTZrMaED-Bh_u3Ge7hUB7ut84mmHTIVeujc4Hom1VUMiDVgpyy-DdGNwgqvog3VkcIKr6oV3YWt1MgE enr="(4, id: \"v4\", ip: 172.18.121.14, multiaddrs: 0x000804AC12790E06ABE8000A04AC12790E06ABE9DD03, rs: 0x0003010000, secp256k1: 0x03F8187FBB719EEE1501EEEB7CE269874C855EBA37381E89B55543220D5829CB2F, tcp: 44008, udp: 44010, waku2: 0x01)"
INF 2026-01-29 04:49:42.703+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-01-29 04:49:42.703+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=44011
INF 2026-01-29 04:49:42.703+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-01-29 04:49:42.703+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:100
TRC 2026-01-29 04:49:42.717+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
TRC 2026-01-29 04:49:43.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:43.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:43.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:43.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:43.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:43.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
DBG 2026-01-29 04:49:43.720+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40692 meth=GET uri=/health
DBG 2026-01-29 04:49:43.720+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
TRC 2026-01-29 04:49:43.721+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/3.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:49:43.721+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/3.0.0
TRC 2026-01-29 04:49:43.721+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/2.0.0-beta1 peers=[] address=139833689846736
TRC 2026-01-29 04:49:43.721+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/2.0.0-beta1
TRC 2026-01-29 04:49:43.721+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store-query/3.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:49:43.721+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store-query/3.0.0
TRC 2026-01-29 04:49:43.721+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store/2.0.0-beta4 peers=[] address=139833689846736
TRC 2026-01-29 04:49:43.721+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store/2.0.0-beta4
TRC 2026-01-29 04:49:43.721+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/filter-subscribe/2.0.0-beta1 peers=[] address=139833689846736
TRC 2026-01-29 04:49:43.721+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/filter-subscribe/2.0.0-beta1
DBG 2026-01-29 04:49:43.721+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40692 uri=/health content_type=application/json content_size=885
DBG 2026-01-29 04:49:43.723+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40700 meth=GET uri=/debug/v1/info
DBG 2026-01-29 04:49:43.723+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40700 meth=GET uri=/debug/v1/info path_params=[] query_params=[] content_body=(None)
INF 2026-01-29 04:49:43.723+00:00 node info topics="waku node" tid=1 file=waku_node.nim:217 wakuInfo="(listenAddresses: [/ip4/172.18.121.14/tcp/44008/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC, /ip4/172.18.121.14/tcp/44009/ws/p2p/16Uiu2HAmVMT8JNrsa9n92K29tWxjcJT4sqinVsta2sACnZTS4edC], enrUri: enr:-L24QN11BXSiAuBncWCOaLS4LSCeo7fITwYphHZ8rUE6PXPyKbgCyg6yyKzD4DtXdXx9RKSGpDY67s2IItohRbN0uTUCgmlkgnY0gmlwhKwSeQ6KbXVsdGlhZGRyc5YACASsEnkOBqvoAAoErBJ5Dgar6d0DgnJzhQADAQAAiXNlY3AyNTZrMaED-Bh_u3Ge7hUB7ut84mmHTIVeujc4Hom1VUMiDVgpyy-DdGNwgqvog3VkcIKr6oV3YWt1MgE, mixPubKey: none(string))"
DBG 2026-01-29 04:49:43.724+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40700 uri=/debug/v1/info content_type=application/json content_size=473
DBG 2026-01-29 04:49:43.726+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40704 meth=POST uri=/relay/v1/subscriptions
DBG 2026-01-29 04:49:43.737+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40704 meth=POST uri=/relay/v1/subscriptions path_params=[] query_params=[] content_body="(application/json, 18 bytes)"
INF 2026-01-29 04:49:43.737+00:00 post_waku_v2_relay_v1_subscriptions topics="waku node rest relay_api" tid=1 file=handlers.nim:64
DBG 2026-01-29 04:49:43.737+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=POST peer=172.17.0.1:40704 uri=/relay/v1/subscriptions content_type=text/plain content_size=2
TRC 2026-01-29 04:49:44.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:44.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:44.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:44.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:44.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:44.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:45.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:45.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:45.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:45.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:45.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:45.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:46.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:46.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:46.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:46.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:46.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:46.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:47.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:47.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:47.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:47.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:47.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:47.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:47.700+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:49:47.700+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:49:47.700+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:49:47.718+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:49:47.733+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
TRC 2026-01-29 04:49:48.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:48.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:48.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:48.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:48.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:48.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:49.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:49.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:49.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:49.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:49.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:49.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:50.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:50.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:50.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:50.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:50.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:50.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:51.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:51.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:51.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:51.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:51.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:51.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:52.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:52.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:52.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:52.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:52.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:52.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
INF 2026-01-29 04:49:52.697+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:49:52.697+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
TRC 2026-01-29 04:49:52.697+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:49:52.697+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-01-29 04:49:52.697+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
TRC 2026-01-29 04:49:52.697+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-01-29 04:49:52.697+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:49:52.697+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-01-29 04:49:52.697+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-01-29 04:49:52.700+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
TRC 2026-01-29 04:49:52.700+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
TRC 2026-01-29 04:49:52.700+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=11
TRC 2026-01-29 04:49:52.700+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
TRC 2026-01-29 04:49:52.700+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
TRC 2026-01-29 04:49:52.700+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:49:52.700+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:49:52.700+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:49:52.735+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:49:52.750+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:49:53.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:53.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:53.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:53.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:53.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:53.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:54.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:54.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:54.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:54.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:54.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:54.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:54.696+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=139833690001488
TRC 2026-01-29 04:49:54.696+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
TRC 2026-01-29 04:49:54.696+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
TRC 2026-01-29 04:49:55.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:55.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:55.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:55.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:55.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:55.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:56.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:56.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:56.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:56.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:56.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:56.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:57.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:57.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:57.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:57.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:57.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:57.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:57.701+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:49:57.701+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:49:57.701+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:49:57.751+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:49:57.766+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:49:58.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:58.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:58.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:58.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:58.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:58.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:49:59.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:49:59.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:59.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:59.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:59.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:49:59.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:00.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:00.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:00.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:00.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:00.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:00.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:01.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:01.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:01.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:01.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:01.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:01.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:02.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:02.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:02.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:02.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:02.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:02.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
INF 2026-01-29 04:50:02.697+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:50:02.697+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
TRC 2026-01-29 04:50:02.697+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:02.697+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-01-29 04:50:02.697+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
TRC 2026-01-29 04:50:02.698+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-01-29 04:50:02.698+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:02.698+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-01-29 04:50:02.698+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-01-29 04:50:02.701+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
TRC 2026-01-29 04:50:02.701+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
TRC 2026-01-29 04:50:02.701+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=10
TRC 2026-01-29 04:50:02.701+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
TRC 2026-01-29 04:50:02.701+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
TRC 2026-01-29 04:50:02.701+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:02.701+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:02.701+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:02.767+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:02.783+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
TRC 2026-01-29 04:50:03.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:03.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:03.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:03.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:03.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:03.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:04.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:04.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:04.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:04.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:04.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:04.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:05.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:05.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:05.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:05.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:05.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:05.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:06.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:06.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:06.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:06.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:06.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:06.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:06.697+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=139833690001488
TRC 2026-01-29 04:50:06.697+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
TRC 2026-01-29 04:50:06.697+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
TRC 2026-01-29 04:50:07.698+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:07.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:07.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:07.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:07.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:07.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:07.703+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:07.703+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:07.703+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:07.784+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:07.800+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:50:08.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:08.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:08.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:08.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:08.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:08.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:09.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:09.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:09.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:09.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:09.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:09.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:10.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:10.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:10.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:10.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:10.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:10.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:11.698+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:11.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:11.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:11.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:11.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:11.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:12.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:12.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:12.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:12.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:12.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:12.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:12.699+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-01-29 04:50:12.699+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
INF 2026-01-29 04:50:12.699+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:50:12.699+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
TRC 2026-01-29 04:50:12.699+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:12.699+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-01-29 04:50:12.699+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
TRC 2026-01-29 04:50:12.700+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-01-29 04:50:12.700+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:12.700+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-01-29 04:50:12.700+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-01-29 04:50:12.703+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
TRC 2026-01-29 04:50:12.703+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
TRC 2026-01-29 04:50:12.703+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=9
TRC 2026-01-29 04:50:12.703+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
TRC 2026-01-29 04:50:12.703+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
TRC 2026-01-29 04:50:12.703+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:12.703+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:12.703+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:12.801+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:12.816+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:50:13.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:13.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:13.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:13.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:13.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:13.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:14.698+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:14.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:14.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:14.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:14.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:14.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:15.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:15.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:15.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:15.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:15.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:15.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:16.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:16.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:16.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:16.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:16.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:16.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:17.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:17.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:17.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:17.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:17.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:17.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:17.704+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:17.704+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:17.704+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:17.817+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:17.833+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
TRC 2026-01-29 04:50:18.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:18.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:18.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:18.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:18.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:18.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:18.697+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=139833690001488
TRC 2026-01-29 04:50:18.697+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
TRC 2026-01-29 04:50:18.697+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
TRC 2026-01-29 04:50:19.698+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:19.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:19.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:19.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:19.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:19.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:20.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:20.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:20.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:20.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:20.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:20.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:21.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:21.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:21.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:21.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:21.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:21.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:22.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:22.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:22.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:22.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:22.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:22.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
INF 2026-01-29 04:50:22.698+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:50:22.698+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
TRC 2026-01-29 04:50:22.698+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:22.698+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-01-29 04:50:22.698+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
TRC 2026-01-29 04:50:22.699+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-01-29 04:50:22.699+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:22.699+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-01-29 04:50:22.699+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-01-29 04:50:22.703+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
TRC 2026-01-29 04:50:22.703+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
TRC 2026-01-29 04:50:22.703+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=8
TRC 2026-01-29 04:50:22.703+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
TRC 2026-01-29 04:50:22.703+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
TRC 2026-01-29 04:50:22.705+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:22.705+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:22.705+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:22.832+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:22.848+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
TRC 2026-01-29 04:50:23.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:23.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:23.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:23.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:23.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:23.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:24.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:24.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:24.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:24.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:24.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:24.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:25.698+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:25.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:25.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:25.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:25.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:25.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:26.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:26.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:26.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:26.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:26.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:26.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:27.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:27.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:27.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:27.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:27.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:27.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:27.705+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:27.705+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:27.705+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:27.850+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:27.864+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
TRC 2026-01-29 04:50:28.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:28.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:28.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:28.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:28.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:28.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:29.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:29.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:29.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:29.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:29.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:29.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:30.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:30.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:30.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:30.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:30.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:30.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:30.697+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=139833690001488
TRC 2026-01-29 04:50:30.697+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
TRC 2026-01-29 04:50:30.697+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
TRC 2026-01-29 04:50:31.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:31.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:31.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:31.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:31.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:31.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:32.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:32.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:32.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:32.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:32.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:32.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
INF 2026-01-29 04:50:32.699+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:50:32.699+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
TRC 2026-01-29 04:50:32.699+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:32.699+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-01-29 04:50:32.699+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
TRC 2026-01-29 04:50:32.700+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-01-29 04:50:32.700+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:32.700+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-01-29 04:50:32.700+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-01-29 04:50:32.705+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
TRC 2026-01-29 04:50:32.705+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
TRC 2026-01-29 04:50:32.705+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=7
TRC 2026-01-29 04:50:32.705+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
TRC 2026-01-29 04:50:32.705+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
TRC 2026-01-29 04:50:32.706+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:32.706+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:32.706+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:32.865+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:32.881+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:50:33.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:33.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:33.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:33.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:33.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:33.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:34.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:34.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:34.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:34.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:34.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:34.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:35.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:35.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:35.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:35.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:35.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:35.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:36.698+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:36.698+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:36.698+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:36.698+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:36.698+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:36.698+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:37.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:37.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:37.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:37.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:37.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:37.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:37.707+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:37.707+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:37.707+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:37.882+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:37.897+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:50:38.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:38.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:38.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:38.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:38.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:38.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:39.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:39.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:39.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:39.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:39.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:39.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:40.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:40.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:40.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:40.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:40.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:40.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:41.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:41.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:41.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:41.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:41.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:41.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:42.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:42.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:42.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:42.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:42.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:42.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:42.696+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=139833690001488
TRC 2026-01-29 04:50:42.696+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
TRC 2026-01-29 04:50:42.696+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
TRC 2026-01-29 04:50:42.698+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-01-29 04:50:42.698+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
INF 2026-01-29 04:50:42.700+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:383 pubsubTopic=/waku/2/rs/3/0
TRC 2026-01-29 04:50:42.700+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
TRC 2026-01-29 04:50:42.700+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:42.700+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-01-29 04:50:42.700+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
TRC 2026-01-29 04:50:42.701+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-01-29 04:50:42.701+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139833689846736
TRC 2026-01-29 04:50:42.701+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-01-29 04:50:42.701+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-01-29 04:50:42.705+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:259 meshPeers=[]
TRC 2026-01-29 04:50:42.705+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:270 selected=[]
TRC 2026-01-29 04:50:42.705+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=6
TRC 2026-01-29 04:50:42.705+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
TRC 2026-01-29 04:50:42.705+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
TRC 2026-01-29 04:50:42.707+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:42.707+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:42.707+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:42.898+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-01-29 04:50:42.913+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
TRC 2026-01-29 04:50:43.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:43.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:43.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:43.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:43.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:43.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:44.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:44.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:44.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:44.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:44.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:44.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:45.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:45.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:45.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:45.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:45.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:45.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:46.697+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:46.697+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:46.697+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:46.697+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:46.697+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:46.697+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:47.696+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=139833690001488
TRC 2026-01-29 04:50:47.696+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:47.696+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:47.696+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:47.696+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-01-29 04:50:47.696+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
TRC 2026-01-29 04:50:47.708+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-01-29 04:50:47.708+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-01-29 04:50:47.708+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-01-29 04:50:47.914+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
NTC 2026-01-29 04:50:47.915+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:81
INF 2026-01-29 04:50:47.915+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
TRC 2026-01-29 04:50:47.915+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
INF 2026-01-29 04:50:47.915+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
TRC 2026-01-29 04:50:47.915+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:317
TRC 2026-01-29 04:50:47.916+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=48 queue=0
TRC 2026-01-29 04:50:47.916+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=49 queue=0
TRC 2026-01-29 04:50:47.916+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
TRC 2026-01-29 04:50:47.916+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
TRC 2026-01-29 04:50:47.916+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
TRC 2026-01-29 04:50:47.916+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=49 queue=0
TRC 2026-01-29 04:50:47.916+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=50 queue=0
TRC 2026-01-29 04:50:47.916+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
TRC 2026-01-29 04:50:47.916+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
TRC 2026-01-29 04:50:47.916+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
INF 2026-01-29 04:50:47.916+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:243
TRC 2026-01-29 04:50:47.916+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:421
TRC 2026-01-29 04:50:47.916+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:435
TRC 2026-01-29 04:50:47.916+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:165
TRC 2026-01-29 04:50:47.916+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/44008]
TRC 2026-01-29 04:50:47.916+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:195
TRC 2026-01-29 04:50:47.917+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:219
TRC 2026-01-29 04:50:47.917+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/44009/ws]
TRC 2026-01-29 04:50:47.917+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:241
TRC 2026-01-29 04:50:47.917+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1010
TRC 2026-01-29 04:50:47.917+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:343
WRN 2026-01-29 04:50:47.917+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
WRN 2026-01-29 04:50:47.917+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
INF 2026-01-29 04:50:47.917+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:240
INF 2026-01-29 04:50:47.917+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
NTC 2026-01-29 04:50:47.917+00:00 REST service stopped tid=1 file=server.nim:188 address=0.0.0.0:44007

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,134 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_sync_messages_received_via_lightpush with id: 2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.2.19
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14075', '14076', '14077', '14078', '14079']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14075:14075 -p 14076:14076 -p 14077:14077 -p 14078:14078 -p 14079:14079 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=14077 --rest-port=14075 --tcp-port=14076 --discv5-udp-port=14078 --rest-address=0.0.0.0 --nat=extip:172.18.2.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a2c52feec1e2ea59dcfbcd56fe91bd0a0299deaefa8a91ea631ccccdbe78e41 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14079 --metrics-logging=true --relay=true --lightpush=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d880fc58675e. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.2.19 waku 12b1e0d3e4792048aa38d10cf2d936927eee8e5b5a951f23d427ef407ab5e24e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 12b1e0d3e479. Setting up logs at ./log/docker/node1_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14075
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 85a1e91894bb. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14075/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14075/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.19/tcp/14076/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt","/ip4/172.18.2.19/tcp/14077/ws/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt"],"enrUri":"enr:-L24QJKzJk5ngGza76CSnFfjMIKiwfjcmyb43DZd07SI_pLFQEwRD5CD_zMAzjUik-X83D-DqdIGdLcIAtBiwUS-r2ECgmlkgnY0gmlwhKwSAhOKbXVsdGlhZGRyc5YACASsEgITBjb8AAoErBICEwY2_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyO1ggZcRfuDpSo3LoEp5-9FrxEvONC7vFfUgyXFSZu2DdGNwgjb8g3VkcII2_oV3YWt1Mhs"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.93.39
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43004', '43005', '43006', '43007', '43008']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43004:43004 -p 43005:43005 -p 43006:43006 -p 43007:43007 -p 43008:43008 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=43006 --rest-port=43004 --tcp-port=43005 --discv5-udp-port=43007 --rest-address=0.0.0.0 --nat=extip:172.18.93.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd43e9dbe98b89cb646d4cbbb11a7916e3beb790bc0fbfaf44fe4db7e4e0711d --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43008 --metrics-logging=true --relay=true --lightpush=true --discv5-bootstrap-node=enr:-L24QJKzJk5ngGza76CSnFfjMIKiwfjcmyb43DZd07SI_pLFQEwRD5CD_zMAzjUik-X83D-DqdIGdLcIAtBiwUS-r2ECgmlkgnY0gmlwhKwSAhOKbXVsdGlhZGRyc5YACASsEgITBjb8AAoErBICEwY2_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyO1ggZcRfuDpSo3LoEp5-9FrxEvONC7vFfUgyXFSZu2DdGNwgjb8g3VkcII2_oV3YWt1Mhs --lightpushnode=/ip4/172.18.2.19/tcp/14076/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.39 waku b38fba4bb78992a467c46c2443990f05be69628019cf796f03fc1dd516b95e53
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b38fba4bb789. Setting up logs at ./log/docker/node2_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43004
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43004/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"READY"},{"Legacy Lightpush":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43004/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.39/tcp/43005/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs","/ip4/172.18.93.39/tcp/43006/ws/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs"],"enrUri":"enr:-L24QLyQypiXJ3GrBxKhUqZK853hKrlu7f01mexDtQ6i3cOiWiuL91kEA_45zEQp65QziDrELqozMPc2o9qCbtvb_G4CgmlkgnY0gmlwhKwSXSeKbXVsdGlhZGRyc5YACASsEl0nBqf9AAoErBJdJwan_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSb9TXVLkE3Mo_KTXM9fvZRz3HTOybtia7274C3zSzraDdGNwgqf9g3VkcIKn_4V3YWt1Mhs"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.117.49
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5217', '5218', '5219', '5220', '5221']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5217:5217 -p 5218:5218 -p 5219:5219 -p 5220:5220 -p 5221:5221 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=5219 --rest-port=5217 --tcp-port=5218 --discv5-udp-port=5220 --rest-address=0.0.0.0 --nat=extip:172.18.117.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9aae32acbc24ce0dea5cda7202b1acf3acde9ba85fd03d87e10cfd7bb3fe8b73 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5221 --metrics-logging=true --relay=true --storenode=/ip4/172.18.93.39/tcp/43005/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs --discv5-bootstrap-node=enr:-L24QLyQypiXJ3GrBxKhUqZK853hKrlu7f01mexDtQ6i3cOiWiuL91kEA_45zEQp65QziDrELqozMPc2o9qCbtvb_G4CgmlkgnY0gmlwhKwSXSeKbXVsdGlhZGRyc5YACASsEl0nBqf9AAoErBJdJwan_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSb9TXVLkE3Mo_KTXM9fvZRz3HTOybtia7274C3zSzraDdGNwgqf9g3VkcIKn_4V3YWt1Mhs
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.117.49 waku 388875947f94545b6876444d788b85ec0f06c2da55ef001ad39a8ad4e6296afd
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 388875947f94. Setting up logs at ./log/docker/node3_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5217
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5217/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5217/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.49/tcp/5218/p2p/16Uiu2HAmJ2WtE6h5WxhpaMcHSaiXWex3Za6tSKYfTeiyUBXCELbu","/ip4/172.18.117.49/tcp/5219/ws/p2p/16Uiu2HAmJ2WtE6h5WxhpaMcHSaiXWex3Za6tSKYfTeiyUBXCELbu"],"enrUri":"enr:-L24QMzy_-yEMDAyj7CZ96rVpzQhNgmGGQOk6kG_-MAJzVp3JxfFtL75SoewvjEwCEiWkGAUoaufbK_kJT43IuC7HGkCgmlkgnY0gmlwhKwSdTGKbXVsdGlhZGRyc5YACASsEnUxBhRiAAoErBJ1MQYUY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDT84n5RdIYs3bfQTKjfEiD3QQKCJA362ge0YTF0m1LgyDdGNwghRig3VkcIIUZIV3YWt1MhM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43004/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.2.19/tcp/14076/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5217/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.39/tcp/43005/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5217/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661522699350877}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661522912561438}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523126441516}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523339107372}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523551787467}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523765180348}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523978720058}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661524192949142}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661524405552604}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661524618867708}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14075/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8762bef0cf6df72152186e8187ec3c85e95d3f255057f3ee724db4a06f9e1582"},{"messageHash":"0x9d2ce0f92384870fd863fb8a9ea39494f9d6c56750150790e19f8f3cb4eac146"},{"messageHash":"0x2d868551453ce0d66f51b368e5eb33b9a6c1b8bcb96551d4223f6b5f56d723af"},{"messageHash":"0x7af77d281a4087aa6ca429ff22adcebc04b89a5bda5155b34ed5ba8a5868f5e1"},{"messageHash":"0x0bcc2a8370eb3e0defba1bd34c5280bd6575196d71d130a7ca40fe43b6258d99"},{"messageHash":"0xb23c1c6700f2c8aad633ec826612936b66402cdebd0ea212e18b8ad1343ee659"},{"messageHash":"0x7ef095916f67a3c643c61d3c31d0e04d35061e471f050ab2d823be542cb66275"},{"messageHash":"0x23c59d448d3afa4231eab069bc3acd44f881f52e10b57fed6509be560ef2ec82"},{"messageHash":"0x54d2397a2bbe771ddac0fae49cc6a515ec3fcc774afa81d3c1a38f3ff06697d6"},{"messageHash":"0xdc2ea1064033bd17c4df8be0d3bcaa250a489ae273d4c160d7c2a53867c9570c"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 10
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43004/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8762bef0cf6df72152186e8187ec3c85e95d3f255057f3ee724db4a06f9e1582"},{"messageHash":"0x9d2ce0f92384870fd863fb8a9ea39494f9d6c56750150790e19f8f3cb4eac146"},{"messageHash":"0x2d868551453ce0d66f51b368e5eb33b9a6c1b8bcb96551d4223f6b5f56d723af"},{"messageHash":"0x7af77d281a4087aa6ca429ff22adcebc04b89a5bda5155b34ed5ba8a5868f5e1"},{"messageHash":"0x0bcc2a8370eb3e0defba1bd34c5280bd6575196d71d130a7ca40fe43b6258d99"},{"messageHash":"0xb23c1c6700f2c8aad633ec826612936b66402cdebd0ea212e18b8ad1343ee659"},{"messageHash":"0x7ef095916f67a3c643c61d3c31d0e04d35061e471f050ab2d823be542cb66275"},{"messageHash":"0x23c59d448d3afa4231eab069bc3acd44f881f52e10b57fed6509be560ef2ec82"},{"messageHash":"0x54d2397a2bbe771ddac0fae49cc6a515ec3fcc774afa81d3c1a38f3ff06697d6"},{"messageHash":"0xdc2ea1064033bd17c4df8be0d3bcaa250a489ae273d4c160d7c2a53867c9570c"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 10
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5217/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8762bef0cf6df72152186e8187ec3c85e95d3f255057f3ee724db4a06f9e1582"},{"messageHash":"0x9d2ce0f92384870fd863fb8a9ea39494f9d6c56750150790e19f8f3cb4eac146"},{"messageHash":"0x2d868551453ce0d66f51b368e5eb33b9a6c1b8bcb96551d4223f6b5f56d723af"},{"messageHash":"0x7af77d281a4087aa6ca429ff22adcebc04b89a5bda5155b34ed5ba8a5868f5e1"},{"messageHash":"0x0bcc2a8370eb3e0defba1bd34c5280bd6575196d71d130a7ca40fe43b6258d99"},{"messageHash":"0xb23c1c6700f2c8aad633ec826612936b66402cdebd0ea212e18b8ad1343ee659"},{"messageHash":"0x7ef095916f67a3c643c61d3c31d0e04d35061e471f050ab2d823be542cb66275"},{"messageHash":"0x23c59d448d3afa4231eab069bc3acd44f881f52e10b57fed6509be560ef2ec82"},{"messageHash":"0x54d2397a2bbe771ddac0fae49cc6a515ec3fcc774afa81d3c1a38f3ff06697d6"},{"messageHash":"0xdc2ea1064033bd17c4df8be0d3bcaa250a489ae273d4c160d7c2a53867c9570c"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 10
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 12b1e0d3e479
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b38fba4bb789
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 388875947f94
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 12b1e0d3e479. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
2026-01-29 04:38:20.029 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:38:20.030 DEBUG [tests.conftest] Running test: test_publish_with_invalid_meta with id: 2026-01-29_04-38-20__925e0707-339a-474d-bdd0-6006d025398d
2026-01-29 04:38:20.030 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:38:20.030 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:38:20.030 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2026-01-29 04:38:20.037 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:20.037 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-38-20__925e0707-339a-474d-bdd0-6006d025398d__wakuorg_nwaku:latest.log
2026-01-29 04:38:20.037 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:20.038 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:20.039 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:20.039 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.86
2026-01-29 04:38:20.039 DEBUG [src.node.docker_mananger] Generated ports ['11063', '11064', '11065', '11066', '11067']
2026-01-29 04:38:20.039 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:20.039 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:20.040 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:20.040 DEBUG [src.node.docker_mananger] docker run -i -t -p 11063:11063 -p 11064:11064 -p 11065:11065 -p 11066:11066 -p 11067:11067 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=11065 --rest-port=11063 --tcp-port=11064 --discv5-udp-port=11066 --rest-address=0.0.0.0 --nat=extip:172.18.64.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fedc0b2e0f3dfa9c82c9262dffeadbcbcb6aacdfb4c16c4d18ffd5e3e9abeec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11067 --metrics-logging=true --relay=true
2026-01-29 04:38:20.224 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.86 waku 201081778ae716ad08025197a86dad585bd32af860f633f8438f54cd531d4666
2026-01-29 04:38:20.255 DEBUG [src.node.docker_mananger] Container started with ID 201081778ae7. Setting up logs at ./log/docker/node1_2026-01-29_04-38-20__925e0707-339a-474d-bdd0-6006d025398d__wakuorg_nwaku:latest.log
2026-01-29 04:38:20.256 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11063
2026-01-29 04:38:20.256 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:20.320 ERROR [src.node.docker_mananger] Max retries reached for container 09639e43af91. Exiting log stream.
2026-01-29 04:38:20.837 ERROR [src.node.docker_mananger] Max retries reached for container 462ae90ee357. Exiting log stream.
2026-01-29 04:38:21.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11063/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:21.260 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:21.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11063/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.86/tcp/11064/p2p/16Uiu2HAmLVdDkrk7XhUypMBSrMmgmps4Bs2ADDuYPDp7gs1Etkym","/ip4/172.18.64.86/tcp/11065/ws/p2p/16Uiu2HAmLVdDkrk7XhUypMBSrMmgmps4Bs2ADDuYPDp7gs1Etkym"],"enrUri":"enr:-L24QIGi5hbvSWCLDcsxvGm6occYeltmxrxgRthUAFcT55OxEDsJmfZDkcVEY68oyP3FEyZTlFjAlKm_YGODRhj77hYCgmlkgnY0gmlwhKwSQFaKbXVsdGlhZGRyc5YACASsEkBWBis4AAoErBJAVgYrOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdHdgYlaFEBmbBEjgejapRzGE0TMSZ_xSkjjCuEjLD7CDdGNwgis4g3VkcIIrOoV3YWt1MgE"}'
2026-01-29 04:38:21.263 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:21.269 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:21.269 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-38-20__925e0707-339a-474d-bdd0-6006d025398d__wakuorg_nwaku:latest.log
2026-01-29 04:38:21.270 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:21.270 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:21.271 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:21.271 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.124
2026-01-29 04:38:21.271 DEBUG [src.node.docker_mananger] Generated ports ['54253', '54254', '54255', '54256', '54257']
2026-01-29 04:38:21.272 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:21.272 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:21.272 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:21.272 DEBUG [src.node.docker_mananger] docker run -i -t -p 54253:54253 -p 54254:54254 -p 54255:54255 -p 54256:54256 -p 54257:54257 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=54255 --rest-port=54253 --tcp-port=54254 --discv5-udp-port=54256 --rest-address=0.0.0.0 --nat=extip:172.18.169.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=321ca02d0d21820950dde69b67aec14bd0eff9b5f1dc33517d768f5525cce316 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54257 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIGi5hbvSWCLDcsxvGm6occYeltmxrxgRthUAFcT55OxEDsJmfZDkcVEY68oyP3FEyZTlFjAlKm_YGODRhj77hYCgmlkgnY0gmlwhKwSQFaKbXVsdGlhZGRyc5YACASsEkBWBis4AAoErBJAVgYrOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdHdgYlaFEBmbBEjgejapRzGE0TMSZ_xSkjjCuEjLD7CDdGNwgis4g3VkcIIrOoV3YWt1MgE
2026-01-29 04:38:21.477 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.124 waku 4164b230b9dee240cb39a76b6bf6d606723f89a13d9ddef302952fa506e89cc4
2026-01-29 04:38:21.520 DEBUG [src.node.docker_mananger] Container started with ID 4164b230b9de. Setting up logs at ./log/docker/node2_2026-01-29_04-38-20__925e0707-339a-474d-bdd0-6006d025398d__wakuorg_nwaku:latest.log
2026-01-29 04:38:21.521 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54253
2026-01-29 04:38:21.521 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:22.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54253/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:22.530 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:22.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54253/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.124/tcp/54254/p2p/16Uiu2HAkxxrZ36PMs3CVnDa52Kj2TR36zKyXcQe7Upr3rXsAPJUV","/ip4/172.18.169.124/tcp/54255/ws/p2p/16Uiu2HAkxxrZ36PMs3CVnDa52Kj2TR36zKyXcQe7Upr3rXsAPJUV"],"enrUri":"enr:-L24QNJikUkuQ5Iu_9ypk_H9QNwZl0NAPSC-O9RFsCBFUnVkAjp-UMLqUXChIkzoxKqeqtej0rbv6P-JiNhOBSOCOCMCgmlkgnY0gmlwhKwSqXyKbXVsdGlhZGRyc5YACASsEql8BtPuAAoErBKpfAbT790DgnJzhQADAQAAiXNlY3AyNTZrMaECNJAFXnR21cB2k061GWXXdX0ARyFVNIt3u-gNOIBKwd6DdGNwgtPug3VkcILT8IV3YWt1MgE"}'
2026-01-29 04:38:22.533 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:22.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54253/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.86/tcp/11064/p2p/16Uiu2HAmLVdDkrk7XhUypMBSrMmgmps4Bs2ADDuYPDp7gs1Etkym"]'
2026-01-29 04:38:22.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:22.536 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
2026-01-29 04:38:22.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11063/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:38:22.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:22.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54253/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:38:22.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:22.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11063/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:22.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:22.552 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:38:22.652 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:38:22.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11063/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661502546034176,"ephemeral":false,"proof":""}]'
2026-01-29 04:38:22.657 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:38:22.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54253/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661502546034176,"ephemeral":false,"proof":""}]'
2026-01-29 04:38:22.661 INFO [src.steps.relay] WARM UP successful!!
2026-01-29 04:38:22.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11063/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "meta": "Relay works!!"}'
2026-01-29 04:38:22.665 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:11063/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Incorrect base64 string'
2026-01-29 04:38:22.667 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:38:22.668 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:38:22.668 DEBUG [src.node.waku_node] Stopping container with id 201081778ae7
2026-01-29 04:38:23.201 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:23.201 DEBUG [src.node.waku_node] Stopping container with id 4164b230b9de
2026-01-29 04:38:23.736 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:23.739 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:38:23.744 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:38:23.749 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,84 @@
2026-01-29 04:45:31.918 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:45:31.918 DEBUG [tests.conftest] Running test: test_passing_cursor_of_non_existing_message_from_the_store with id: 2026-01-29_04-45-31__cd1b902b-1c70-4006-a545-9ec52dfecb9c
2026-01-29 04:45:31.918 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:45:31.918 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:45:31.919 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:45:31.925 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:31.925 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-45-31__cd1b902b-1c70-4006-a545-9ec52dfecb9c__wakuorg_nwaku:latest.log
2026-01-29 04:45:31.925 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:31.925 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:31.926 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:31.927 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.41
2026-01-29 04:45:31.927 DEBUG [src.node.docker_mananger] Generated ports ['32744', '32745', '32746', '32747', '32748']
2026-01-29 04:45:31.927 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:31.927 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:31.927 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:31.927 DEBUG [src.node.docker_mananger] docker run -i -t -p 32744:32744 -p 32745:32745 -p 32746:32746 -p 32747:32747 -p 32748:32748 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=32746 --rest-port=32744 --tcp-port=32745 --discv5-udp-port=32747 --rest-address=0.0.0.0 --nat=extip:172.18.12.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5aa1cbce6a74d6f3e6c2bf6b4bc045ad5414797fbfff7687efe3badbdc36b3c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32748 --metrics-logging=true --store=true --relay=true
2026-01-29 04:45:32.120 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.41 waku 80cc00b9b1be59bbbb4a414dcc3852978b486c9087b3ee6f33e23546fa7c806f
2026-01-29 04:45:32.152 DEBUG [src.node.docker_mananger] Container started with ID 80cc00b9b1be. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-45-31__cd1b902b-1c70-4006-a545-9ec52dfecb9c__wakuorg_nwaku:latest.log
2026-01-29 04:45:32.152 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32744
2026-01-29 04:45:32.152 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:32.206 ERROR [src.node.docker_mananger] Max retries reached for container 59e6fa5d88d6. Exiting log stream.
2026-01-29 04:45:32.712 ERROR [src.node.docker_mananger] Max retries reached for container 5eed9e538ba1. Exiting log stream.
2026-01-29 04:45:33.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32744/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:33.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:45:33.156 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:33.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32744/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:33.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.41/tcp/32745/p2p/16Uiu2HAmUKLqbYeYFvbFHqcrD6zViG9mPUgSm5S3upSMAyRLAi3B","/ip4/172.18.12.41/tcp/32746/ws/p2p/16Uiu2HAmUKLqbYeYFvbFHqcrD6zViG9mPUgSm5S3upSMAyRLAi3B"],"enrUri":"enr:-L24QJlOqGoHCtDOHoF4k9vVlRaw_vjU0y720vRalLrmAMV4DIyGKVS6iaVM-BpeJk7B9tXhORcsK3rOve56DtmSM2QCgmlkgnY0gmlwhKwSDCmKbXVsdGlhZGRyc5YACASsEgwpBn_pAAoErBIMKQZ_6t0DgnJzhQADAQAAiXNlY3AyNTZrMaED6LKKYS7m0_BN365aAD1BlyZ8-phwUIO99ZvxLONNnFqDdGNwgn_pg3VkcIJ_64V3YWt1MgM"}'
2026-01-29 04:45:33.159 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:33.166 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:33.166 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-45-31__cd1b902b-1c70-4006-a545-9ec52dfecb9c__wakuorg_nwaku:latest.log
2026-01-29 04:45:33.166 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:33.166 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:33.167 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:33.168 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.119.149
2026-01-29 04:45:33.168 DEBUG [src.node.docker_mananger] Generated ports ['16634', '16635', '16636', '16637', '16638']
2026-01-29 04:45:33.168 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:33.168 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:33.168 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:33.168 DEBUG [src.node.docker_mananger] docker run -i -t -p 16634:16634 -p 16635:16635 -p 16636:16636 -p 16637:16637 -p 16638:16638 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=16636 --rest-port=16634 --tcp-port=16635 --discv5-udp-port=16637 --rest-address=0.0.0.0 --nat=extip:172.18.119.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa0caf6ff4fde88a5c4eb2d15fcfab68c3e9953a1cd5facb85da91ee5ba8f4aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16638 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJlOqGoHCtDOHoF4k9vVlRaw_vjU0y720vRalLrmAMV4DIyGKVS6iaVM-BpeJk7B9tXhORcsK3rOve56DtmSM2QCgmlkgnY0gmlwhKwSDCmKbXVsdGlhZGRyc5YACASsEgwpBn_pAAoErBIMKQZ_6t0DgnJzhQADAQAAiXNlY3AyNTZrMaED6LKKYS7m0_BN365aAD1BlyZ8-phwUIO99ZvxLONNnFqDdGNwgn_pg3VkcIJ_64V3YWt1MgM --storenode=/ip4/172.18.12.41/tcp/32745/p2p/16Uiu2HAmUKLqbYeYFvbFHqcrD6zViG9mPUgSm5S3upSMAyRLAi3B --store=true --relay=true
2026-01-29 04:45:33.356 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.119.149 waku 4a95fa34611afcc93f60eef36080b37c6afe9e948113f2056fe991c6ae7e3be4
2026-01-29 04:45:33.384 DEBUG [src.node.docker_mananger] Container started with ID 4a95fa34611a. Setting up logs at ./log/docker/store_node1_2026-01-29_04-45-31__cd1b902b-1c70-4006-a545-9ec52dfecb9c__wakuorg_nwaku:latest.log
2026-01-29 04:45:33.385 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16634
2026-01-29 04:45:33.386 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:34.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16634/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:34.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:45:34.390 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:34.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:34.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.149/tcp/16635/p2p/16Uiu2HAm6SVEsV6hz7tKtLEydgsZHMbDgrKNGJTN5kWiw6fUiDXQ","/ip4/172.18.119.149/tcp/16636/ws/p2p/16Uiu2HAm6SVEsV6hz7tKtLEydgsZHMbDgrKNGJTN5kWiw6fUiDXQ"],"enrUri":"enr:-L24QDyI60C7fYn_MB9Pk2UMv-s1SLeFFk8enhfWGQNonD54PCXj5FVFo9OBg8FBNi_ZR-_G_exWrZZVZcX75bmnbCICgmlkgnY0gmlwhKwSd5WKbXVsdGlhZGRyc5YACASsEneVBkD7AAoErBJ3lQZA_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECo6X-QjYmExQFUuyXi2-RGyewCsg5hNK-hD6qiQDzuKuDdGNwgkD7g3VkcIJA_YV3YWt1MgM"}'
2026-01-29 04:45:34.393 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:34.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.41/tcp/32745/p2p/16Uiu2HAmUKLqbYeYFvbFHqcrD6zViG9mPUgSm5S3upSMAyRLAi3B"]'
2026-01-29 04:45:34.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:34.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32744/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:45:34.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:34.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16634/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:45:34.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:34.402 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:34.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:34.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:34.407 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:34.608 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:34.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:34.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:34.614 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:34.814 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:34.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:34.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:34.821 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:35.022 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:35.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:35.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:35.028 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:35.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32744/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc57e9cd70f569278055b986c6b692114af11d5f2b3dc3ef727768df33decbbbe&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:35.231 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:32744/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc57e9cd70f569278055b986c6b692114af11d5f2b3dc3ef727768df33decbbbe&pageSize=100&ascending=true. Response content: b'error in handleSelfStoreRequest: BAD_RESPONSE: archive error: DRIVER_ERROR: cursor not found'
2026-01-29 04:45:35.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16634/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc57e9cd70f569278055b986c6b692114af11d5f2b3dc3ef727768df33decbbbe&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:35.235 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:16634/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xc57e9cd70f569278055b986c6b692114af11d5f2b3dc3ef727768df33decbbbe&pageSize=100&ascending=true. Response content: b'error in handleSelfStoreRequest: BAD_RESPONSE: archive error: DRIVER_ERROR: cursor not found'
2026-01-29 04:45:35.237 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:45:35.238 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:45:35.238 DEBUG [src.node.waku_node] Stopping container with id 80cc00b9b1be
2026-01-29 04:45:35.754 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:35.756 DEBUG [src.node.waku_node] Stopping container with id 4a95fa34611a
2026-01-29 04:45:36.257 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:36.260 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:45:36.273 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:36.280 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,97 @@
2026-01-29 04:53:51.629 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:53:51.629 DEBUG [tests.conftest] Running test: test_get_peers_after_node1_was_restarted with id: 2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236
2026-01-29 04:53:51.629 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:53:51.630 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:53:51.637 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:53:51.637 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236__wakuorg_nwaku:latest.log
2026-01-29 04:53:51.637 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:53:51.638 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:53:51.639 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:53:51.639 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.123
2026-01-29 04:53:51.639 DEBUG [src.node.docker_mananger] Generated ports ['49576', '49577', '49578', '49579', '49580']
2026-01-29 04:53:51.639 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:53:51.640 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:53:51.640 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:53:51.640 DEBUG [src.node.docker_mananger] docker run -i -t -p 49576:49576 -p 49577:49577 -p 49578:49578 -p 49579:49579 -p 49580:49580 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=49578 --rest-port=49576 --tcp-port=49577 --discv5-udp-port=49579 --rest-address=0.0.0.0 --nat=extip:172.18.127.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffa6bcb46dd0af0cdab14f894ff78eb1faafefad5ddb0fe98ab318a3794240ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49580 --metrics-logging=true --relay=true --relay-peer-exchange=true
2026-01-29 04:53:51.845 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.123 waku 501a9a6b0b0d594144f6ff4e3661050ab16cf85f399fcd4eac55221f2eb2c519
2026-01-29 04:53:51.887 DEBUG [src.node.docker_mananger] Container started with ID 501a9a6b0b0d. Setting up logs at ./log/docker/node1_2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236__wakuorg_nwaku:latest.log
2026-01-29 04:53:51.887 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49576
2026-01-29 04:53:51.887 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:53:52.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49576/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:52.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:53:52.891 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:53:52.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49576/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:52.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.123/tcp/49577/p2p/16Uiu2HAmKeta4eo6h9eUxsyQVYXUXFS7mcBvS3YsEKU84DvJMJMb","/ip4/172.18.127.123/tcp/49578/ws/p2p/16Uiu2HAmKeta4eo6h9eUxsyQVYXUXFS7mcBvS3YsEKU84DvJMJMb"],"enrUri":"enr:-L24QCUKGJGYFuX42CqtbZkvekDyeB538KZQubiUxTZDnf05JVhAQ-I55nmUZxUsXNSI4l-JFwH8fWEK1Rgx1lb9VcMCgmlkgnY0gmlwhKwSf3uKbXVsdGlhZGRyc5YACASsEn97BsGpAAoErBJ_ewbBqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ_tF9j3nVauNJbGbBGeK3IGEwdxcpdTEZQPB5nubJt6DdGNwgsGpg3VkcILBq4V3YWt1MgE"}'
2026-01-29 04:53:52.894 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:53:52.901 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:53:52.901 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236__wakuorg_nwaku:latest.log
2026-01-29 04:53:52.901 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:53:52.901 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:53:52.903 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:53:52.903 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.131.213
2026-01-29 04:53:52.903 DEBUG [src.node.docker_mananger] Generated ports ['42208', '42209', '42210', '42211', '42212']
2026-01-29 04:53:52.903 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:53:52.904 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:53:52.904 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:53:52.904 DEBUG [src.node.docker_mananger] docker run -i -t -p 42208:42208 -p 42209:42209 -p 42210:42210 -p 42211:42211 -p 42212:42212 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=42210 --rest-port=42208 --tcp-port=42209 --discv5-udp-port=42211 --rest-address=0.0.0.0 --nat=extip:172.18.131.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=713d1bebd7ed8deb1dc9984cbbabe4d1c415b52fdc4b6bd6daa0cb0ef54ffdaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42212 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCUKGJGYFuX42CqtbZkvekDyeB538KZQubiUxTZDnf05JVhAQ-I55nmUZxUsXNSI4l-JFwH8fWEK1Rgx1lb9VcMCgmlkgnY0gmlwhKwSf3uKbXVsdGlhZGRyc5YACASsEn97BsGpAAoErBJ_ewbBqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ_tF9j3nVauNJbGbBGeK3IGEwdxcpdTEZQPB5nubJt6DdGNwgsGpg3VkcILBq4V3YWt1MgE
2026-01-29 04:53:53.089 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.131.213 waku 97311ab9fb32d9c6f4e612c17842eb82014efd9bc64d5b4aedd2abc653f133e5
2026-01-29 04:53:53.120 DEBUG [src.node.docker_mananger] Container started with ID 97311ab9fb32. Setting up logs at ./log/docker/node2_2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236__wakuorg_nwaku:latest.log
2026-01-29 04:53:53.120 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42208
2026-01-29 04:53:53.120 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:53:54.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42208/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:54.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:53:54.135 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:53:54.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42208/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:54.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.131.213/tcp/42209/p2p/16Uiu2HAmNUYo25RSxJBrewtAw2Wunz9nTo8CKHgJY68xsKg1dZGV","/ip4/172.18.131.213/tcp/42210/ws/p2p/16Uiu2HAmNUYo25RSxJBrewtAw2Wunz9nTo8CKHgJY68xsKg1dZGV"],"enrUri":"enr:-L24QNQPyaITl4mqCw2tu2nY1Hup1zX1Jrov7g-woZQ6i2i3QQhMmRsRj0x0MKBWNcveCL3c77hIL78g4qQTZnpyqrgCgmlkgnY0gmlwhKwSg9WKbXVsdGlhZGRyc5YACASsEoPVBqThAAoErBKD1Qak4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkegqGuKtIomOTQc54utP6AGrd-iiUjdPVSIL2QALZ4KDdGNwgqThg3VkcIKk44V3YWt1MgE"}'
2026-01-29 04:53:54.140 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:53:54.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42208/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.127.123/tcp/49577/p2p/16Uiu2HAmKeta4eo6h9eUxsyQVYXUXFS7mcBvS3YsEKU84DvJMJMb"]'
2026-01-29 04:53:54.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:53:54.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49576/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
2026-01-29 04:53:54.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:53:54.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42208/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
2026-01-29 04:53:54.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:53:54.163 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:53:55.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49576/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:55.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.131.213/tcp/51132/p2p/16Uiu2HAmNUYo25RSxJBrewtAw2Wunz9nTo8CKHgJY68xsKg1dZGV","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:53:55.167 DEBUG [src.node.waku_node] Restarting container with id 501a9a6b0b0d
2026-01-29 04:53:55.883 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:53:56.891 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:53:56.891 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236__wakuorg_nwaku:latest.log
2026-01-29 04:53:56.892 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:53:56.892 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:53:56.893 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:53:56.894 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.248
2026-01-29 04:53:56.894 DEBUG [src.node.docker_mananger] Generated ports ['1158', '1159', '1160', '1161', '1162']
2026-01-29 04:53:56.894 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:53:56.894 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:53:56.894 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:53:56.894 DEBUG [src.node.docker_mananger] docker run -i -t -p 1158:1158 -p 1159:1159 -p 1160:1160 -p 1161:1161 -p 1162:1162 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=1160 --rest-port=1158 --tcp-port=1159 --discv5-udp-port=1161 --rest-address=0.0.0.0 --nat=extip:172.18.210.248 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=92c6b14ba3bf9ad451f5d1d210bdaa54ed97300be7fc4f12f937aefd07eb61af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1162 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.131.213/tcp/51132/p2p/16Uiu2HAmNUYo25RSxJBrewtAw2Wunz9nTo8CKHgJY68xsKg1dZGV
2026-01-29 04:53:57.084 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.248 waku 133ff10920ad0a06fd90ff357917de83520fd573e743b6fcc2de135c216acbac
2026-01-29 04:53:57.111 DEBUG [src.node.docker_mananger] Container started with ID 133ff10920ad. Setting up logs at ./log/docker/node3_2026-01-29_04-53-51__addb80a1-8e9b-47ac-b4b3-4722d08bb236__wakuorg_nwaku:latest.log
2026-01-29 04:53:57.112 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1158
2026-01-29 04:53:57.112 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:53:58.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1158/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:58.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:53:58.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1158/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:58.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:53:58.223 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:53:58.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1158/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:58.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.248/tcp/1159/p2p/16Uiu2HAmFYiF3qiHBPiBtR1mkmZ6MPLPuJBTCYWYmSunwx5DBCZx","/ip4/172.18.210.248/tcp/1160/ws/p2p/16Uiu2HAmFYiF3qiHBPiBtR1mkmZ6MPLPuJBTCYWYmSunwx5DBCZx"],"enrUri":"enr:-La4QI9yODrwk-VpqMFaaj-8tCa1NCbpHBfkJgoa-uWO-hsOAMAgukPwxLIYBo3aofSbwKmx2b7V5H6RiMQlwpZ0ndoCgmlkgnY0gmlwhKwS0viKbXVsdGlhZGRyc5YACASsEtL4BgSHAAoErBLS-AYEiN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKvdc7q2MNHLCqGJkStac1JYp4FPkKK2xzALPIiivyJODdGNwggSHhXdha3UyAA"}'
2026-01-29 04:53:58.225 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:53:58.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1158/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.127.123/tcp/49577/p2p/16Uiu2HAmKeta4eo6h9eUxsyQVYXUXFS7mcBvS3YsEKU84DvJMJMb"]'
2026-01-29 04:53:58.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:53:58.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1158/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:53:58.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.127.123/tcp/49577/p2p/16Uiu2HAmKeta4eo6h9eUxsyQVYXUXFS7mcBvS3YsEKU84DvJMJMb","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.131.213/tcp/51132/p2p/16Uiu2HAmNUYo25RSxJBrewtAw2Wunz9nTo8CKHgJY68xsKg1dZGV","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"}]'
2026-01-29 04:53:58.259 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:53:58.261 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:53:58.261 DEBUG [src.node.waku_node] Stopping container with id 501a9a6b0b0d
2026-01-29 04:53:58.834 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:53:58.834 DEBUG [src.node.waku_node] Stopping container with id 97311ab9fb32
2026-01-29 04:53:59.383 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:53:59.384 DEBUG [src.node.waku_node] Stopping container with id 133ff10920ad
2026-01-29 04:53:59.646 ERROR [src.node.docker_mananger] Max retries reached for container 501a9a6b0b0d. Exiting log stream.
2026-01-29 04:53:59.895 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:53:59.896 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:53:59.921 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:53:59.930 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:53:59.934 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,72 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_message_with_ephemeral_true with id: 2026-01-29_04-48-42__ebcaf987-6212-413b-a54d-94b38b94658d
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-48-42__ebcaf987-6212-413b-a54d-94b38b94658d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.127.142
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16188', '16189', '16190', '16191', '16192']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 16188:16188 -p 16189:16189 -p 16190:16190 -p 16191:16191 -p 16192:16192 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=16190 --rest-port=16188 --tcp-port=16189 --discv5-udp-port=16191 --rest-address=0.0.0.0 --nat=extip:172.18.127.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=50a3afa6947c3ecc5a23f7cfb3dd1fba2fe23646abecd49c7dbd7723189aeedb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16192 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.127.142 waku 702354e41b35bc142827c6223f0a83531c4f65c63a969ea25bb1a33a03b9a1ef
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c2b4b6ad43b1. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 702354e41b35. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-48-42__ebcaf987-6212-413b-a54d-94b38b94658d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16188
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 87879442aeac. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16188/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16188/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.142/tcp/16189/p2p/16Uiu2HAmLoSDoDkpT6jyXGVyMadjo7x7RR8ozvAtBcStLa2UPwSj","/ip4/172.18.127.142/tcp/16190/ws/p2p/16Uiu2HAmLoSDoDkpT6jyXGVyMadjo7x7RR8ozvAtBcStLa2UPwSj"],"enrUri":"enr:-L24QLiNiidd-4tdPWnXio5GryrXKCS6lCwfGwPnFFyGBkl9DBj0S8OSURoJJamHoPMx19Ixv3__eq2V5_MuUlFbeCkCgmlkgnY0gmlwhKwSf46KbXVsdGlhZGRyc5YACASsEn-OBj89AAoErBJ_jgY_Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeQdk5O6PIMGj3OYFhDb5qAZiVH6bBY6UeYjXHNBq3-yDdGNwgj89g3VkcII_P4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-48-42__ebcaf987-6212-413b-a54d-94b38b94658d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.128.127
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7612', '7613', '7614', '7615', '7616']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7612:7612 -p 7613:7613 -p 7614:7614 -p 7615:7615 -p 7616:7616 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=7614 --rest-port=7612 --tcp-port=7613 --discv5-udp-port=7615 --rest-address=0.0.0.0 --nat=extip:172.18.128.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fad517bce95804de35ddb5cb44c4fbdcab14e7cfd563a9bce6be90db8b931af8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7616 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLiNiidd-4tdPWnXio5GryrXKCS6lCwfGwPnFFyGBkl9DBj0S8OSURoJJamHoPMx19Ixv3__eq2V5_MuUlFbeCkCgmlkgnY0gmlwhKwSf46KbXVsdGlhZGRyc5YACASsEn-OBj89AAoErBJ_jgY_Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeQdk5O6PIMGj3OYFhDb5qAZiVH6bBY6UeYjXHNBq3-yDdGNwgj89g3VkcII_P4V3YWt1MgM --storenode=/ip4/172.18.127.142/tcp/16189/p2p/16Uiu2HAmLoSDoDkpT6jyXGVyMadjo7x7RR8ozvAtBcStLa2UPwSj --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.128.127 waku 0e5c2575d6ec97924865a47a2f22d45983b5214c6c2f99d6df21e8aa6adfec24
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0e5c2575d6ec. Setting up logs at ./log/docker/store_node1_2026-01-29_04-48-42__ebcaf987-6212-413b-a54d-94b38b94658d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7612
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7612/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7612/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.127/tcp/7613/p2p/16Uiu2HAm7HVjLq4tVD8RSqSdyiQSNFGdnDK6X7NSuF7ym6dqGSo7","/ip4/172.18.128.127/tcp/7614/ws/p2p/16Uiu2HAm7HVjLq4tVD8RSqSdyiQSNFGdnDK6X7NSuF7ym6dqGSo7"],"enrUri":"enr:-L24QDd1t9Kv7NC6PgcxmfUb5Lc1xIVOEQMrpmOhMbgGIASWHlZox814mQNRXXHEeOyx75XYjELlhp081ylVumwuQnYCgmlkgnY0gmlwhKwSgH-KbXVsdGlhZGRyc5YACASsEoB_Bh29AAoErBKAfwYdvt0DgnJzhQADAQAAiXNlY3AyNTZrMaECsDQCBRmzVNj05nh1kwxkTL4qvAo4JJIp0DQz9mQzYg6DdGNwgh29g3VkcIIdv4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7612/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.127.142/tcp/16189/p2p/16Uiu2HAmLoSDoDkpT6jyXGVyMadjo7x7RR8ozvAtBcStLa2UPwSj"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16188/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16188/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)', "ephemeral": true}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16188/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
DEBUG  src.steps.store:store.py:228 messages length is 0
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 702354e41b35
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 0e5c2575d6ec
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,78 @@
2026-01-29 04:33:21.900 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:33:21.900 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[7000] with id: 2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d
2026-01-29 04:33:21.900 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:33:21.901 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:33:21.907 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:33:21.907 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
2026-01-29 04:33:21.913 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:33:21.913 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
2026-01-29 04:33:21.914 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
2026-01-29 04:33:21.914 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:33:21.914 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:33:21.916 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:33:21.916 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.129
2026-01-29 04:33:21.916 DEBUG [src.node.docker_mananger] Generated ports ['36986', '36987', '36988', '36989', '36990']
2026-01-29 04:33:21.916 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:33:21.916 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:33:21.916 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:33:21.917 DEBUG [src.node.docker_mananger] docker run -i -t -p 36986:36986 -p 36987:36987 -p 36988:36988 -p 36989:36989 -p 36990:36990 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=36988 --rest-port=36986 --tcp-port=36987 --discv5-udp-port=36989 --rest-address=0.0.0.0 --nat=extip:172.18.188.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0a25c359287ee17b395ac91e30abcd2f7aea2eccf2cdfffe04a17ecae4ca9aa3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36990 --metrics-logging=true --relay=true
2026-01-29 04:33:21.990 ERROR [src.node.docker_mananger] Max retries reached for container 86df9d59f90f. Exiting log stream.
2026-01-29 04:33:22.087 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.129 waku 2f9f80c5637166ba0c0673a7d03bae281ef1dee0bc8492129d7b33f1305f0555
2026-01-29 04:33:22.118 DEBUG [src.node.docker_mananger] Container started with ID 2f9f80c56371. Setting up logs at ./log/docker/node1_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
2026-01-29 04:33:22.119 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36986
2026-01-29 04:33:22.119 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:33:22.509 ERROR [src.node.docker_mananger] Max retries reached for container bd1774c4fd86. Exiting log stream.
2026-01-29 04:33:23.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36986/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:23.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:33:23.124 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:33:23.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36986/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:23.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.129/tcp/36987/p2p/16Uiu2HAm1Q7NedbR7BKHSsfwnVLVJM2fGCX2JcDKfkzaBWqjFakF","/ip4/172.18.188.129/tcp/36988/ws/p2p/16Uiu2HAm1Q7NedbR7BKHSsfwnVLVJM2fGCX2JcDKfkzaBWqjFakF"],"enrUri":"enr:-L24QOkY1Go6SDPu5zwteHOyhCAnWVNc3u8yAn0xvpEimfj_IVoSMSVmRCSG_bEDOu8-E_uR_8KuW4IprbN9DGtNxQQCgmlkgnY0gmlwhKwSvIGKbXVsdGlhZGRyc5YACASsEryBBpB7AAoErBK8gQaQfN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWL-sUMQmxSbnWp0ACXbsr159S-zra9Wk11Sb98U6IYCDdGNwgpB7g3VkcIKQfYV3YWt1MgE"}'
2026-01-29 04:33:23.127 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:33:23.127 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:33:23.127 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:33:23.128 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:33:23.128 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.240
2026-01-29 04:33:23.128 DEBUG [src.node.docker_mananger] Generated ports ['60616', '60617', '60618', '60619', '60620']
2026-01-29 04:33:23.129 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:33:23.129 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:33:23.129 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:33:23.129 DEBUG [src.node.docker_mananger] docker run -i -t -p 60616:60616 -p 60617:60617 -p 60618:60618 -p 60619:60619 -p 60620:60620 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=60618 --rest-port=60616 --tcp-port=60617 --discv5-udp-port=60619 --rest-address=0.0.0.0 --nat=extip:172.18.216.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f2b3a1a28e15bcbac6f15bc1bdf52c48097db138aff74f27c58bc0e1ea3ef90e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60620 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOkY1Go6SDPu5zwteHOyhCAnWVNc3u8yAn0xvpEimfj_IVoSMSVmRCSG_bEDOu8-E_uR_8KuW4IprbN9DGtNxQQCgmlkgnY0gmlwhKwSvIGKbXVsdGlhZGRyc5YACASsEryBBpB7AAoErBK8gQaQfN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWL-sUMQmxSbnWp0ACXbsr159S-zra9Wk11Sb98U6IYCDdGNwgpB7g3VkcIKQfYV3YWt1MgE
2026-01-29 04:33:23.306 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.240 waku 896996fee80029168174e840af0589e6d85addeace5ea80351a6f5ebc95a7a3c
2026-01-29 04:33:23.336 DEBUG [src.node.docker_mananger] Container started with ID 896996fee800. Setting up logs at ./log/docker/node2_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
2026-01-29 04:33:23.337 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60616
2026-01-29 04:33:23.337 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:33:24.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60616/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:24.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:33:24.352 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:33:24.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60616/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:24.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.240/tcp/60617/p2p/16Uiu2HAkw8G1GcPeLKeMczipwyiYcaBD6BDXPRbGzpHLn8o7CmHE","/ip4/172.18.216.240/tcp/60618/ws/p2p/16Uiu2HAkw8G1GcPeLKeMczipwyiYcaBD6BDXPRbGzpHLn8o7CmHE"],"enrUri":"enr:-L24QMM4FXqkeyg9glLRHOppkNSukNYg0H9Zq6QkQoCdMmmZMrmCm11HTGGCtUlrPp_FBjhMUa7J5b4g2O1rEWR6aDYCgmlkgnY0gmlwhKwS2PCKbXVsdGlhZGRyc5YACASsEtjwBuzJAAoErBLY8Absyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECGUFkWcgUyN3kT95c0bClP3XWzsavazL5KK_QLZUsgfWDdGNwguzJg3VkcILsy4V3YWt1MgE"}'
2026-01-29 04:33:24.358 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:33:24.358 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
2026-01-29 04:33:24.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36986/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:33:24.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:24.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:33:24.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:24.367 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
2026-01-29 04:33:24.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36986/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:24.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.216.240/tcp/35976/p2p/16Uiu2HAkw8G1GcPeLKeMczipwyiYcaBD6BDXPRbGzpHLn8o7CmHE","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:33:24.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60616/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:24.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.188.129/tcp/36987/p2p/16Uiu2HAm1Q7NedbR7BKHSsfwnVLVJM2fGCX2JcDKfkzaBWqjFakF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:33:24.373 DEBUG [src.libs.common] Sleeping for 10 seconds
2026-01-29 04:33:34.374 INFO [tests.e2e.test_network_conditions] Applying 7000ms latency to node2
2026-01-29 04:33:34.375 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:33:34.395 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:33:34.404 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '7000ms']
2026-01-29 04:33:34.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36986/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:33:34.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:34.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:48.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661214421774459,"ephemeral":false,"proof":""}]'
2026-01-29 04:33:48.431 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:33:48.442 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:33:48.443 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:33:48.443 DEBUG [src.node.waku_node] Stopping container with id 2f9f80c56371
2026-01-29 04:33:48.970 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:33:48.971 DEBUG [src.node.waku_node] Stopping container with id 896996fee800
2026-01-29 04:33:49.490 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:33:49.492 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:33:49.506 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:33:49.517 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,74 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_from_non_existing_pubsub_topic with id: 2026-01-29_04-36-58__655505c9-645b-4f7e-bd2c-5bb9af1bc61a
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-36-58__655505c9-645b-4f7e-bd2c-5bb9af1bc61a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.162.219
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11339', '11340', '11341', '11342', '11343']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11339:11339 -p 11340:11340 -p 11341:11341 -p 11342:11342 -p 11343:11343 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=11341 --rest-port=11339 --tcp-port=11340 --discv5-udp-port=11342 --rest-address=0.0.0.0 --nat=extip:172.18.162.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5bac21bdd545fbeafc7f1efcddccacab9ee4ebba21fd7a7aaa4eb4a3bda5c8fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11343 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.162.219 waku da98264b6235704762d751e9c04d9b0ee4a76d09071b0bda9fd394bda1583299
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID da98264b6235. Setting up logs at ./log/docker/node1_2026-01-29_04-36-58__655505c9-645b-4f7e-bd2c-5bb9af1bc61a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11339
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d19d021d2dcb. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3376bb7ddea0. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11339/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11339/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.219/tcp/11340/p2p/16Uiu2HAm71nJBs5aB8cGmsFfhStxrPxmSYohUy8KLnyUx5dL8PEC","/ip4/172.18.162.219/tcp/11341/ws/p2p/16Uiu2HAm71nJBs5aB8cGmsFfhStxrPxmSYohUy8KLnyUx5dL8PEC"],"enrUri":"enr:-L24QBCBHYEZn_o3UxvGjCaA8b2twTfv-pGa5oO_v92Wn77tW4qzq2rcc5swgoP4QqzwfniUixsHI49xDcQWjkyErIoCgmlkgnY0gmlwhKwSotuKbXVsdGlhZGRyc5YACASsEqLbBixMAAoErBKi2wYsTd0DgnJzhQADAQAAiXNlY3AyNTZrMaECrC1yTy8ahREdyXgGJ81SaTBxkAJMJZPZP2ltQxGdD12DdGNwgixMg3VkcIIsToV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-36-58__655505c9-645b-4f7e-bd2c-5bb9af1bc61a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.8.49
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45300', '45301', '45302', '45303', '45304']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45300:45300 -p 45301:45301 -p 45302:45302 -p 45303:45303 -p 45304:45304 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=45302 --rest-port=45300 --tcp-port=45301 --discv5-udp-port=45303 --rest-address=0.0.0.0 --nat=extip:172.18.8.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cee6eccd8e6c5be5fd726f8e01aecb8670c5793ae434a4949b0e32f951e5c738 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45304 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBCBHYEZn_o3UxvGjCaA8b2twTfv-pGa5oO_v92Wn77tW4qzq2rcc5swgoP4QqzwfniUixsHI49xDcQWjkyErIoCgmlkgnY0gmlwhKwSotuKbXVsdGlhZGRyc5YACASsEqLbBixMAAoErBKi2wYsTd0DgnJzhQADAQAAiXNlY3AyNTZrMaECrC1yTy8ahREdyXgGJ81SaTBxkAJMJZPZP2ltQxGdD12DdGNwgixMg3VkcIIsToV3YWt1MgU --filternode=/ip4/172.18.162.219/tcp/11340/p2p/16Uiu2HAm71nJBs5aB8cGmsFfhStxrPxmSYohUy8KLnyUx5dL8PEC
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.8.49 waku 1ee7c32b85a057c4536dbb820befb21d52fe8e00c21612bbacd93a3992986bcf
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1ee7c32b85a0. Setting up logs at ./log/docker/node2_2026-01-29_04-36-58__655505c9-645b-4f7e-bd2c-5bb9af1bc61a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45300
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45300/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45300/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.49/tcp/45301/p2p/16Uiu2HAmAHR1dayghXcxRbRt7BNfJQPqzNorfDodwMQbSmSy8dfV","/ip4/172.18.8.49/tcp/45302/ws/p2p/16Uiu2HAmAHR1dayghXcxRbRt7BNfJQPqzNorfDodwMQbSmSy8dfV"],"enrUri":"enr:-L24QPreTBVipoXOZ0SN5Bu9TdP7FWoAlcXwiY4FeaIX_CrAEqBZcfIWuIza_yCeEObJJrfZ9N8fbLIua5aTPisFvbQCgmlkgnY0gmlwhKwSCDGKbXVsdGlhZGRyc5YACASsEggxBrD1AAoErBIIMQaw9t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC3MG7klsWTmIAofc8As3cWgd25zB1DFFeGJ996w1_ooCDdGNwgrD1g3VkcIKw94V3YWt1MgA"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45300/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.219/tcp/11340/p2p/16Uiu2HAm71nJBs5aB8cGmsFfhStxrPxmSYohUy8KLnyUx5dL8PEC"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11339/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45300/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5caeea68-ce43-4ef6-9784-147b8a191f42", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"5caeea68-ce43-4ef6-9784-147b8a191f42","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:45300/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/9"}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:45300/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11339/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45300/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661421215115818,"ephemeral":false}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id da98264b6235
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 1ee7c32b85a0
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,84 @@
2026-01-29 04:49:08.333 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:49:08.334 DEBUG [tests.conftest] Running test: test_message_published_on_different_pubsub_topic_is_not_retrieved with id: 2026-01-29_04-49-08__afa87926-995c-4121-b2ca-591dd3d6a8f9
2026-01-29 04:49:08.334 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:49:08.334 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:49:08.334 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2026-01-29 04:49:08.340 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:49:08.341 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-49-08__afa87926-995c-4121-b2ca-591dd3d6a8f9__wakuorg_nwaku:latest.log
2026-01-29 04:49:08.341 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:49:08.341 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:49:08.342 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:49:08.342 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.109
2026-01-29 04:49:08.342 DEBUG [src.node.docker_mananger] Generated ports ['2929', '2930', '2931', '2932', '2933']
2026-01-29 04:49:08.342 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:49:08.343 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:49:08.343 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:49:08.343 DEBUG [src.node.docker_mananger] docker run -i -t -p 2929:2929 -p 2930:2930 -p 2931:2931 -p 2932:2932 -p 2933:2933 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=2931 --rest-port=2929 --tcp-port=2930 --discv5-udp-port=2932 --rest-address=0.0.0.0 --nat=extip:172.18.214.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3fe7d224fb224d1c3bc518b0ecebff7ea3d185bab120d2bbc97bacfa75c120c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2933 --metrics-logging=true --relay=true
2026-01-29 04:49:08.521 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.109 waku 41844c30228a3334348c2ed0eb1b5e72454ff79e55b42622ebee2e60298882fd
2026-01-29 04:49:08.552 DEBUG [src.node.docker_mananger] Container started with ID 41844c30228a. Setting up logs at ./log/docker/node1_2026-01-29_04-49-08__afa87926-995c-4121-b2ca-591dd3d6a8f9__wakuorg_nwaku:latest.log
2026-01-29 04:49:08.553 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2929
2026-01-29 04:49:08.553 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:49:08.596 ERROR [src.node.docker_mananger] Max retries reached for container 5aa1b72408c2. Exiting log stream.
2026-01-29 04:49:09.133 ERROR [src.node.docker_mananger] Max retries reached for container e91b30cf1812. Exiting log stream.
2026-01-29 04:49:09.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2929/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:09.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:49:09.557 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:49:09.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2929/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:09.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.109/tcp/2930/p2p/16Uiu2HAmSR1JF8fGDA7fyfzZAEub7m49fYFvqqdsEQkHEgZPjM4e","/ip4/172.18.214.109/tcp/2931/ws/p2p/16Uiu2HAmSR1JF8fGDA7fyfzZAEub7m49fYFvqqdsEQkHEgZPjM4e"],"enrUri":"enr:-L24QKOT1BWB6x1KpVJEtRi-d6ZYAzBkHYu1wFOtSsAY1ipPbuUSLJ67bwl2u-lalD6ng2zYk-cNkLd8B40zGZSEWGQCgmlkgnY0gmlwhKwS1m2KbXVsdGlhZGRyc5YACASsEtZtBgtyAAoErBLWbQYLc90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzG6OlfVdoh-ITej_qAbl5875eFaTAj76Ej_4XEmUE9ODdGNwggtyg3VkcIILdIV3YWt1MgE"}'
2026-01-29 04:49:09.560 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:49:09.566 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:49:09.566 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-49-08__afa87926-995c-4121-b2ca-591dd3d6a8f9__wakuorg_nwaku:latest.log
2026-01-29 04:49:09.566 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:49:09.567 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:49:09.568 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:49:09.568 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.27
2026-01-29 04:49:09.568 DEBUG [src.node.docker_mananger] Generated ports ['32004', '32005', '32006', '32007', '32008']
2026-01-29 04:49:09.568 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:49:09.568 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:49:09.568 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:49:09.568 DEBUG [src.node.docker_mananger] docker run -i -t -p 32004:32004 -p 32005:32005 -p 32006:32006 -p 32007:32007 -p 32008:32008 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=32006 --rest-port=32004 --tcp-port=32005 --discv5-udp-port=32007 --rest-address=0.0.0.0 --nat=extip:172.18.17.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbf9e4ffbac112cdbcec08adcdb8c97aee19ba8c12cbd54a2adbefc68a8f89ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32008 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKOT1BWB6x1KpVJEtRi-d6ZYAzBkHYu1wFOtSsAY1ipPbuUSLJ67bwl2u-lalD6ng2zYk-cNkLd8B40zGZSEWGQCgmlkgnY0gmlwhKwS1m2KbXVsdGlhZGRyc5YACASsEtZtBgtyAAoErBLWbQYLc90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzG6OlfVdoh-ITej_qAbl5875eFaTAj76Ej_4XEmUE9ODdGNwggtyg3VkcIILdIV3YWt1MgE
2026-01-29 04:49:09.750 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.27 waku 9b671cf58e909b8f5216d86d4ab710ec43b05ee4e16b1570766ce3e8f44e1085
2026-01-29 04:49:09.781 DEBUG [src.node.docker_mananger] Container started with ID 9b671cf58e90. Setting up logs at ./log/docker/node2_2026-01-29_04-49-08__afa87926-995c-4121-b2ca-591dd3d6a8f9__wakuorg_nwaku:latest.log
2026-01-29 04:49:09.782 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32004
2026-01-29 04:49:09.783 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:49:10.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32004/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:10.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:49:10.796 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:49:10.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32004/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:10.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.27/tcp/32005/p2p/16Uiu2HAmMsUbRJWXbwiAqbyHDc8uTyNhKc1kfH35W29wr8wKmt98","/ip4/172.18.17.27/tcp/32006/ws/p2p/16Uiu2HAmMsUbRJWXbwiAqbyHDc8uTyNhKc1kfH35W29wr8wKmt98"],"enrUri":"enr:-L24QEmYskPuE6JfxWGlSjpR1k27J3HeoEq9eNk3EBkzdkOZB4bUwedi9Af38ritPQtYFmp-NR7WVuXudhX_ViFzEFgCgmlkgnY0gmlwhKwSERuKbXVsdGlhZGRyc5YACASsEhEbBn0FAAoErBIRGwZ9Bt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDiOwWU01q2wK8S-iWQry5R_8YxOy-VdgvqSZ26XB1OgODdGNwgn0Fg3VkcIJ9B4V3YWt1MgE"}'
2026-01-29 04:49:10.800 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:49:10.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32004/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.109/tcp/2930/p2p/16Uiu2HAmSR1JF8fGDA7fyfzZAEub7m49fYFvqqdsEQkHEgZPjM4e"]'
2026-01-29 04:49:10.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.805 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
2026-01-29 04:49:10.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2929/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:49:10.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:49:10.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2929/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:49:10.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.820 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:49:10.920 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:49:10.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2929/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:10.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769662150815105280,"ephemeral":false,"proof":""}]'
2026-01-29 04:49:10.924 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:49:10.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32004/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:10.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769662150815105280,"ephemeral":false,"proof":""}]'
2026-01-29 04:49:10.928 INFO [src.steps.relay] WARM UP successful!!
2026-01-29 04:49:10.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2929/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
2026-01-29 04:49:10.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
2026-01-29 04:49:10.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2929/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:49:10.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:49:10.951 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:49:11.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32004/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:49:11.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-01-29 04:49:11.056 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:49:11.057 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:49:11.057 DEBUG [src.node.waku_node] Stopping container with id 41844c30228a
2026-01-29 04:49:11.595 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:49:11.595 DEBUG [src.node.waku_node] Stopping container with id 9b671cf58e90
2026-01-29 04:49:12.099 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:49:12.100 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:49:12.107 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:49:12.114 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,116 @@
2026-01-29 04:41:23.699 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:41:23.699 DEBUG [tests.conftest] Running test: test_metrics_after_relay_publish with id: 2026-01-29_04-41-23__82e3f331-0bd8-402e-bd73-f1c33b6855fd
2026-01-29 04:41:23.699 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:41:23.700 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:41:23.700 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:41:23.700 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:41:23.700 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:41:23.700 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2026-01-29 04:41:23.707 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:41:23.708 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-41-23__82e3f331-0bd8-402e-bd73-f1c33b6855fd__wakuorg_nwaku:latest.log
2026-01-29 04:41:23.708 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:41:23.708 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:41:23.709 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:41:23.710 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.83
2026-01-29 04:41:23.710 DEBUG [src.node.docker_mananger] Generated ports ['16652', '16653', '16654', '16655', '16656']
2026-01-29 04:41:23.710 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:41:23.710 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:41:23.710 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:41:23.710 DEBUG [src.node.docker_mananger] docker run -i -t -p 16652:16652 -p 16653:16653 -p 16654:16654 -p 16655:16655 -p 16656:16656 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=16654 --rest-port=16652 --tcp-port=16653 --discv5-udp-port=16655 --rest-address=0.0.0.0 --nat=extip:172.18.190.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=82da5bb685bd8442b7bc1cb561df2bfcdcbe9eb9dc0f8c1fcf6defec4db3c9aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16656 --metrics-logging=true --relay=true
2026-01-29 04:41:23.890 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.83 waku 8bcf753c66bb673e63adc844d21d5c6311968f22751ed8c4158ec7c91796ec47
2026-01-29 04:41:23.923 DEBUG [src.node.docker_mananger] Container started with ID 8bcf753c66bb. Setting up logs at ./log/docker/node1_2026-01-29_04-41-23__82e3f331-0bd8-402e-bd73-f1c33b6855fd__wakuorg_nwaku:latest.log
2026-01-29 04:41:23.924 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16652
2026-01-29 04:41:23.925 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:41:23.970 ERROR [src.node.docker_mananger] Max retries reached for container f70e2ef7794f. Exiting log stream.
2026-01-29 04:41:24.501 ERROR [src.node.docker_mananger] Max retries reached for container 110abcec45c6. Exiting log stream.
2026-01-29 04:41:24.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16652/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:24.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:41:24.929 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:41:24.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16652/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:24.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.83/tcp/16653/p2p/16Uiu2HAmJk5dbxiP3cvNqu3gB7hVhHhquPYAcdbA7UfptzSRa9DL","/ip4/172.18.190.83/tcp/16654/ws/p2p/16Uiu2HAmJk5dbxiP3cvNqu3gB7hVhHhquPYAcdbA7UfptzSRa9DL"],"enrUri":"enr:-L24QD4kYy3kaNn0DVa_MxYCVMAdkBHltG454vs9nPu16ld4Fu4pEk0NTCZAyxbcVmVgxGV0CDzdiuecfixupa695MkCgmlkgnY0gmlwhKwSvlOKbXVsdGlhZGRyc5YACASsEr5TBkENAAoErBK-UwZBDt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWnP_RZSz5swSCcgXZugLbBmvqkRUo_xmNO46OpIM0_ODdGNwgkENg3VkcIJBD4V3YWt1MgE"}'
2026-01-29 04:41:24.931 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:41:24.938 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:41:24.938 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-41-23__82e3f331-0bd8-402e-bd73-f1c33b6855fd__wakuorg_nwaku:latest.log
2026-01-29 04:41:24.938 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:41:24.938 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:41:24.940 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:41:24.940 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.62
2026-01-29 04:41:24.940 DEBUG [src.node.docker_mananger] Generated ports ['3240', '3241', '3242', '3243', '3244']
2026-01-29 04:41:24.940 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:41:24.940 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:41:24.940 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:41:24.941 DEBUG [src.node.docker_mananger] docker run -i -t -p 3240:3240 -p 3241:3241 -p 3242:3242 -p 3243:3243 -p 3244:3244 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=3242 --rest-port=3240 --tcp-port=3241 --discv5-udp-port=3243 --rest-address=0.0.0.0 --nat=extip:172.18.216.62 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd4d9dbf4cbbdf507b128c8aec9ef4e3cfc50e90aeb2c7d00acebcd5621cce57 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3244 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD4kYy3kaNn0DVa_MxYCVMAdkBHltG454vs9nPu16ld4Fu4pEk0NTCZAyxbcVmVgxGV0CDzdiuecfixupa695MkCgmlkgnY0gmlwhKwSvlOKbXVsdGlhZGRyc5YACASsEr5TBkENAAoErBK-UwZBDt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWnP_RZSz5swSCcgXZugLbBmvqkRUo_xmNO46OpIM0_ODdGNwgkENg3VkcIJBD4V3YWt1MgE
2026-01-29 04:41:25.127 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.62 waku eec8ce5b88ce76117d1c8ace178aa7cf038140aa5e3ef433fced287ed004fb18
2026-01-29 04:41:25.165 DEBUG [src.node.docker_mananger] Container started with ID eec8ce5b88ce. Setting up logs at ./log/docker/node2_2026-01-29_04-41-23__82e3f331-0bd8-402e-bd73-f1c33b6855fd__wakuorg_nwaku:latest.log
2026-01-29 04:41:25.167 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3240
2026-01-29 04:41:25.167 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:41:26.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3240/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:26.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:41:26.177 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:41:26.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3240/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:26.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.62/tcp/3241/p2p/16Uiu2HAmQAiCziWuY5NHXsDB1H2RvPPHyH2tFriEWkbjEfNhffLU","/ip4/172.18.216.62/tcp/3242/ws/p2p/16Uiu2HAmQAiCziWuY5NHXsDB1H2RvPPHyH2tFriEWkbjEfNhffLU"],"enrUri":"enr:-L24QKxjVmaH9g0OfcB4ZX1VaWP7UA1xldeYjf9yWAwyvZanbxWAtseT0jpDu53qmuhFpNb2IoLsH7wakdUvF_tdAB0CgmlkgnY0gmlwhKwS2D6KbXVsdGlhZGRyc5YACASsEtg-BgypAAoErBLYPgYMqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqw26PmXkyuWkbD0QJ40mKarWrdeM7xhHCwzOU2ObQlGDdGNwggypg3VkcIIMq4V3YWt1MgE"}'
2026-01-29 04:41:26.184 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:41:26.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3240/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.190.83/tcp/16653/p2p/16Uiu2HAmJk5dbxiP3cvNqu3gB7hVhHhquPYAcdbA7UfptzSRa9DL"]'
2026-01-29 04:41:26.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:41:26.188 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
2026-01-29 04:41:26.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16652/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:41:26.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:41:26.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3240/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:41:26.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:41:26.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16652/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:41:26.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:41:26.204 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:41:26.305 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:41:26.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16652/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:26.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661686198191872,"ephemeral":false,"proof":""}]'
2026-01-29 04:41:26.310 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:41:26.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3240/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:26.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661686198191872,"ephemeral":false,"proof":""}]'
2026-01-29 04:41:26.313 INFO [src.steps.relay] WARM UP successful!!
2026-01-29 04:41:26.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16652/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:41:26.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:41:26.319 DEBUG [src.libs.common] Sleeping for 0.5 seconds
2026-01-29 04:41:26.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3240/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:41:26.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661686314743852,"ephemeral":false,"proof":""}]'
2026-01-29 04:41:26.822 DEBUG [src.libs.common] Sleeping for 5 seconds
2026-01-29 04:41:31.823 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
2026-01-29 04:41:31.827 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
2026-01-29 04:41:31.827 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
2026-01-29 04:41:31.830 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
2026-01-29 04:41:31.831 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
2026-01-29 04:41:31.834 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
2026-01-29 04:41:31.834 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
2026-01-29 04:41:31.837 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
2026-01-29 04:41:31.838 DEBUG [src.steps.metrics] Checking metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} has 1
2026-01-29 04:41:31.841 DEBUG [src.steps.metrics] Found metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} with value 2.0
2026-01-29 04:41:31.841 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
2026-01-29 04:41:31.844 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
2026-01-29 04:41:31.845 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
2026-01-29 04:41:31.848 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 2.0
2026-01-29 04:41:31.848 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
2026-01-29 04:41:31.851 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 2.0
2026-01-29 04:41:31.851 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
2026-01-29 04:41:31.855 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
2026-01-29 04:41:31.855 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
2026-01-29 04:41:31.858 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
2026-01-29 04:41:31.858 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
2026-01-29 04:41:31.861 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
2026-01-29 04:41:31.862 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
2026-01-29 04:41:31.865 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
2026-01-29 04:41:31.865 DEBUG [src.steps.metrics] Checking metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} has 1
2026-01-29 04:41:31.868 DEBUG [src.steps.metrics] Found metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} with value 2.0
2026-01-29 04:41:31.869 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
2026-01-29 04:41:31.872 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
2026-01-29 04:41:31.872 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
2026-01-29 04:41:31.875 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 2.0
2026-01-29 04:41:31.876 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
2026-01-29 04:41:31.879 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 2.0
2026-01-29 04:41:31.882 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:41:31.882 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:41:31.883 DEBUG [src.node.waku_node] Stopping container with id 8bcf753c66bb
2026-01-29 04:41:32.451 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:41:32.451 DEBUG [src.node.waku_node] Stopping container with id eec8ce5b88ce
2026-01-29 04:41:33.005 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:41:33.006 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:41:33.013 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:41:33.019 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_single_pubsub_topic[/waku/2/rs/5/999] with id: 2026-01-29_04-41-40__9202ecf6-636f-4ffb-b511-a62c9245298b
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-41-40__9202ecf6-636f-4ffb-b511-a62c9245298b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.123.123
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28173', '28174', '28175', '28176', '28177']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 5
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28173:28173 -p 28174:28174 -p 28175:28175 -p 28176:28176 -p 28177:28177 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=28175 --rest-port=28173 --tcp-port=28174 --discv5-udp-port=28176 --rest-address=0.0.0.0 --nat=extip:172.18.123.123 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=788acdffc12dfa7c5aed7bdf9446aaaadf3242bdfbd087b2a3626cb3beb5cc1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28177 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.123 waku b87fba164f70c2b5560dbe7761e5d5a9ed033b20ef7c21e82f8773b625ebd723
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b87fba164f70. Setting up logs at ./log/docker/node1_2026-01-29_04-41-40__9202ecf6-636f-4ffb-b511-a62c9245298b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28173
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7fd56a3f3b3f. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b4f66f21c24d. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28173/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28173/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.123/tcp/28174/p2p/16Uiu2HAm4i4nouYgaE4BxoCacEouqJmgH44jfUc3WnnZDHabs5VM","/ip4/172.18.123.123/tcp/28175/ws/p2p/16Uiu2HAm4i4nouYgaE4BxoCacEouqJmgH44jfUc3WnnZDHabs5VM"],"enrUri":"enr:-L24QO-O2eIyONgQvbOeIfcTSGQOiC0tJfxmeiEiE_JrnJHUOvOhgsrZjnRZkHq_dEGvRevoa78qaV681HBHCjerxHICgmlkgnY0gmlwhKwSe3uKbXVsdGlhZGRyc5YACASsEnt7Bm4OAAoErBJ7ewZuD90DgnJzhQAFAQAAiXNlY3AyNTZrMaECiexEb_3rjBNBWV7HxTo4aSuzjym7DbNXn2IAAEUoDIyDdGNwgm4Og3VkcIJuEIV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-41-40__9202ecf6-636f-4ffb-b511-a62c9245298b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.1.79
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39653', '39654', '39655', '39656', '39657']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 5
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39653:39653 -p 39654:39654 -p 39655:39655 -p 39656:39656 -p 39657:39657 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=39655 --rest-port=39653 --tcp-port=39654 --discv5-udp-port=39656 --rest-address=0.0.0.0 --nat=extip:172.18.1.79 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=e74e4440009bf31c0e9bbedcff019ecab0fd4ec8eb531b3dfa1eddec1eb6ed30 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39657 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO-O2eIyONgQvbOeIfcTSGQOiC0tJfxmeiEiE_JrnJHUOvOhgsrZjnRZkHq_dEGvRevoa78qaV681HBHCjerxHICgmlkgnY0gmlwhKwSe3uKbXVsdGlhZGRyc5YACASsEnt7Bm4OAAoErBJ7ewZuD90DgnJzhQAFAQAAiXNlY3AyNTZrMaECiexEb_3rjBNBWV7HxTo4aSuzjym7DbNXn2IAAEUoDIyDdGNwgm4Og3VkcIJuEIV3YWt1MgU
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.1.79 waku 7b18400dce8cc7773603cb19351c13774a0f49ae74ed046b924ebb881ceb0f2e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7b18400dce8c. Setting up logs at ./log/docker/node2_2026-01-29_04-41-40__9202ecf6-636f-4ffb-b511-a62c9245298b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39653
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39653/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39653/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.79/tcp/39654/p2p/16Uiu2HAmFLia4j4vRTr8o8zNi9ZsF4DKWq8wxSpoK5Pu8mDXgZSL","/ip4/172.18.1.79/tcp/39655/ws/p2p/16Uiu2HAmFLia4j4vRTr8o8zNi9ZsF4DKWq8wxSpoK5Pu8mDXgZSL"],"enrUri":"enr:-L24QG4C7DCs7iwD_mKVqzDKVIkwjYTk3OtRtkkMHzzOOti9etwiZCH_ReS2VqOp2c5ydGs9z_wcDb05ZE4VUO70uOECgmlkgnY0gmlwhKwSAU-KbXVsdGlhZGRyc5YACASsEgFPBprmAAoErBIBTwaa590DgnJzhQAFAQAAiXNlY3AyNTZrMaEDJ-TDlhCQ447EdadvOu-F6dOHsU5M0hUoJ3xnsWU9XjWDdGNwgprmg3VkcIKa6IV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39653/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.123/tcp/28174/p2p/16Uiu2HAm4i4nouYgaE4BxoCacEouqJmgH44jfUc3WnnZDHabs5VM"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28173/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39653/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28173/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28173/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661702937215949,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39653/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661702937215949,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b87fba164f70
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 7b18400dce8c
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,92 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_time_filter_matches_no_message with id: 2026-01-29_04-45-45__7043a4bc-9aab-4efd-b599-cc2ff38e5bd1
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-45-45__7043a4bc-9aab-4efd-b599-cc2ff38e5bd1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.217.61
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37675', '37676', '37677', '37678', '37679']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 37675:37675 -p 37676:37676 -p 37677:37677 -p 37678:37678 -p 37679:37679 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=37677 --rest-port=37675 --tcp-port=37676 --discv5-udp-port=37678 --rest-address=0.0.0.0 --nat=extip:172.18.217.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ad0efe86cc38c274fe22afebdecbc5dacffabff0165c4729c7eda51f90ace301 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37679 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.61 waku c9445134490a575f07843762f8d63b924ceca8fb127b40d78ad099d5dbe63a5b
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c9445134490a. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-45-45__7043a4bc-9aab-4efd-b599-cc2ff38e5bd1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37675
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8231ad5900b8. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0548bb8195ef. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37675/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37675/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.61/tcp/37676/p2p/16Uiu2HAmD3wtrxDeWUbGnTyxpDUvebXmKyGSYcJrDHuhw3Hk7JcV","/ip4/172.18.217.61/tcp/37677/ws/p2p/16Uiu2HAmD3wtrxDeWUbGnTyxpDUvebXmKyGSYcJrDHuhw3Hk7JcV"],"enrUri":"enr:-L24QN8ORk5GLtJ9NEvVAwBk_zV3kIMu3Z8e5yKMw38VvH32Ut5dqZmkcVw0Yf2qzTUimgM43DN2Hk0vUyBSwA3F2xcCgmlkgnY0gmlwhKwS2T2KbXVsdGlhZGRyc5YACASsEtk9BpMsAAoErBLZPQaTLd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBeGU_ZEmqtq9VMdUQNQDZjfuhlvzjVx8g3GqERTOc46DdGNwgpMsg3VkcIKTLoV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-45-45__7043a4bc-9aab-4efd-b599-cc2ff38e5bd1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.165.85
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50539', '50540', '50541', '50542', '50543']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50539:50539 -p 50540:50540 -p 50541:50541 -p 50542:50542 -p 50543:50543 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=50541 --rest-port=50539 --tcp-port=50540 --discv5-udp-port=50542 --rest-address=0.0.0.0 --nat=extip:172.18.165.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9c075dedeb1aec02e0e39a5cd0b6a1bcf55d0ed5ddfccfb3adfcf8cfd681db8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50543 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QN8ORk5GLtJ9NEvVAwBk_zV3kIMu3Z8e5yKMw38VvH32Ut5dqZmkcVw0Yf2qzTUimgM43DN2Hk0vUyBSwA3F2xcCgmlkgnY0gmlwhKwS2T2KbXVsdGlhZGRyc5YACASsEtk9BpMsAAoErBLZPQaTLd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBeGU_ZEmqtq9VMdUQNQDZjfuhlvzjVx8g3GqERTOc46DdGNwgpMsg3VkcIKTLoV3YWt1MgM --storenode=/ip4/172.18.217.61/tcp/37676/p2p/16Uiu2HAmD3wtrxDeWUbGnTyxpDUvebXmKyGSYcJrDHuhw3Hk7JcV --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.165.85 waku 3915ed4b65d4b291c92f4d9788cfcba035a9821ed343e39c89f955d1b0479e13
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3915ed4b65d4. Setting up logs at ./log/docker/store_node1_2026-01-29_04-45-45__7043a4bc-9aab-4efd-b599-cc2ff38e5bd1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50539
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50539/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50539/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.85/tcp/50540/p2p/16Uiu2HAkxV9qMovDzPnnLfn2z9fEkgtYCSauQC8SB8AM84WSBMYf","/ip4/172.18.165.85/tcp/50541/ws/p2p/16Uiu2HAkxV9qMovDzPnnLfn2z9fEkgtYCSauQC8SB8AM84WSBMYf"],"enrUri":"enr:-L24QD4lv9c1StSblCQ0mMa0Asdsgj2absSTkaMyvmzBz76QVxaeb8j5UT4i3a70WwX3yZ6ENAFJkkIFdiLxoPJJEVUCgmlkgnY0gmlwhKwSpVWKbXVsdGlhZGRyc5YACASsEqVVBsVsAAoErBKlVQbFbd0DgnJzhQADAQAAiXNlY3AyNTZrMaECLXdMacJXWfpMiPJFOkO2r4Ur18AbBTDJWlCBokKqA3yDdGNwgsVsg3VkcILFboV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50539/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.61/tcp/37676/p2p/16Uiu2HAmD3wtrxDeWUbGnTyxpDUvebXmKyGSYcJrDHuhw3Hk7JcV"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50539/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37675/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37675/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1769661944572271968&endTime=1769661944572371868&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50539/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1769661944572271968&endTime=1769661944572371868&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c9445134490a
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3915ed4b65d4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,78 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_different_latency_between_two_nodes[200] with id: 2026-01-29_04-31-13__6882becb-3ba0-4e6b-9817-441c6e228a1b
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-31-13__6882becb-3ba0-4e6b-9817-441c6e228a1b__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-31-13__6882becb-3ba0-4e6b-9817-441c6e228a1b__wakuorg_nwaku:latest.log
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:204 Starting node1 and node2 with relay enabled
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.6.20
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48548', '48549', '48550', '48551', '48552']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48548:48548 -p 48549:48549 -p 48550:48550 -p 48551:48551 -p 48552:48552 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=48550 --rest-port=48548 --tcp-port=48549 --discv5-udp-port=48551 --rest-address=0.0.0.0 --nat=extip:172.18.6.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7f1f0ae6cbcdb697c664b241775aae6cebdcacb536fa4dc40bebad501afff23 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48552 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.6.20 waku 2de3766b563382bd04f4a1571d720714cea75791a926732941d04b9c0a68dd9c
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2de3766b5633. Setting up logs at ./log/docker/node1_2026-01-29_04-31-13__6882becb-3ba0-4e6b-9817-441c6e228a1b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48548
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a976e047eea8. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9b23e501a69f. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48548/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48548/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.20/tcp/48549/p2p/16Uiu2HAmCBFmsTUMGDV7Pu8YmXnRfmWb1vU68v9tmbunFqtgEhFp","/ip4/172.18.6.20/tcp/48550/ws/p2p/16Uiu2HAmCBFmsTUMGDV7Pu8YmXnRfmWb1vU68v9tmbunFqtgEhFp"],"enrUri":"enr:-L24QLXVlo1nRiNQ_z7XTNp4YYILeevTXD91DImIbxhxtkGFBXIikEWmOeeEFfaQmYz_8_1HUGlJcpn0PHxVW82DJcUCgmlkgnY0gmlwhKwSBhSKbXVsdGlhZGRyc5YACASsEgYUBr2lAAoErBIGFAa9pt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-OUtVoXZNYS8C8s_gOAN0piH44rC9EVmc9dfC5Wh_VODdGNwgr2lg3VkcIK9p4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.220.167
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1748', '1749', '1750', '1751', '1752']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1748:1748 -p 1749:1749 -p 1750:1750 -p 1751:1751 -p 1752:1752 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=1750 --rest-port=1748 --tcp-port=1749 --discv5-udp-port=1751 --rest-address=0.0.0.0 --nat=extip:172.18.220.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4eced2aad55e83f01ade8f300c038a948de919e45dbddb89c0581fe9aaed8a18 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1752 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLXVlo1nRiNQ_z7XTNp4YYILeevTXD91DImIbxhxtkGFBXIikEWmOeeEFfaQmYz_8_1HUGlJcpn0PHxVW82DJcUCgmlkgnY0gmlwhKwSBhSKbXVsdGlhZGRyc5YACASsEgYUBr2lAAoErBIGFAa9pt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-OUtVoXZNYS8C8s_gOAN0piH44rC9EVmc9dfC5Wh_VODdGNwgr2lg3VkcIK9p4V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.220.167 waku a0890ef7079a60a299eea62081037ff4760631950986f62ac527cc15ce8225e5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a0890ef7079a. Setting up logs at ./log/docker/node2_2026-01-29_04-31-13__6882becb-3ba0-4e6b-9817-441c6e228a1b__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1748
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1748/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1748/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.167/tcp/1749/p2p/16Uiu2HAmFEyP4YLEyx4ehsp4r3qpGJXoXbTgrEfeGFf8Xvm4rbDz","/ip4/172.18.220.167/tcp/1750/ws/p2p/16Uiu2HAmFEyP4YLEyx4ehsp4r3qpGJXoXbTgrEfeGFf8Xvm4rbDz"],"enrUri":"enr:-L24QAOfUhSjQb_jPeTOYC-pwIQQNmN-9CcZk0urjkypL3Z5P3UrTF1n7J_ULKTXABdOxIEoK-qqMw6y_jvnrf2ut1gCgmlkgnY0gmlwhKwS3KeKbXVsdGlhZGRyc5YACASsEtynBgbVAAoErBLcpwYG1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJmwGc6ZPZrBL9PDAK1Jt4B1Uuv-RjB-c4T6hCERBa1GDdGNwggbVg3VkcIIG14V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:208 Subscribing both nodes to relay topic
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48548/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1748/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:212 Waiting for autoconnection
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48548/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.220.167/tcp/49532/p2p/16Uiu2HAmFEyP4YLEyx4ehsp4r3qpGJXoXbTgrEfeGFf8Xvm4rbDz","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1748/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.6.20/tcp/48549/p2p/16Uiu2HAmCBFmsTUMGDV7Pu8YmXnRfmWb1vU68v9tmbunFqtgEhFp","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
DEBUG  src.libs.common:common.py:47 Sleeping for 10 seconds
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:215 Applying 200ms latency to node2
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '4587', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '4587', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '4587', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '200ms']
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48548/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1748/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661085976075430,"ephemeral":false,"proof":""}]'
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '4587', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 2de3766b5633
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id a0890ef7079a
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,95 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_time_filter_zero_end_time with id: 2026-01-29_04-50-30__bee367db-2549-4f78-a69d-1a3f10f768ef
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-50-30__bee367db-2549-4f78-a69d-1a3f10f768ef__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.113.149
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42890', '42891', '42892', '42893', '42894']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42890:42890 -p 42891:42891 -p 42892:42892 -p 42893:42893 -p 42894:42894 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=42892 --rest-port=42890 --tcp-port=42891 --discv5-udp-port=42893 --rest-address=0.0.0.0 --nat=extip:172.18.113.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4bd5870cf5db683c2f9568eb4ba867ce8fee99858bde1092dad8518a7f78f99e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42894 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.113.149 waku c5a0cd01e7b814aa90814a9b15e8f634a896cc725e8e8b9ef917d5dc93e5fa46
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c5a0cd01e7b8. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-50-30__bee367db-2549-4f78-a69d-1a3f10f768ef__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42890
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 59b7bc4b5268. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9e3845446a30. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42890/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42890/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.149/tcp/42891/p2p/16Uiu2HAmRUd2crrEuUVy8hhT2vACCM6dT87RYRWv7o9EGHeG9Roh","/ip4/172.18.113.149/tcp/42892/ws/p2p/16Uiu2HAmRUd2crrEuUVy8hhT2vACCM6dT87RYRWv7o9EGHeG9Roh"],"enrUri":"enr:-L24QLvIzDlQLYjhOw-52LLTSlCJ-ZTvvMXFdKKb2FKtz0rFJFRNYD6UAII4AKMCVqjTAnPH6zLbXBdD-HWFF8hgRvcCgmlkgnY0gmlwhKwScZWKbXVsdGlhZGRyc5YACASsEnGVBqeLAAoErBJxlQanjN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvoADYH2Y7VXJhR9YGHia-c7uIB6aRAyr5GfrkZw_scSDdGNwgqeLg3VkcIKnjYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-50-30__bee367db-2549-4f78-a69d-1a3f10f768ef__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.219.221
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57639', '57640', '57641', '57642', '57643']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57639:57639 -p 57640:57640 -p 57641:57641 -p 57642:57642 -p 57643:57643 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=57641 --rest-port=57639 --tcp-port=57640 --discv5-udp-port=57642 --rest-address=0.0.0.0 --nat=extip:172.18.219.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9deff8fac3aae24bc666884b077daeecd4d836dee1c4ff2cbc5df3bd52a66fab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57643 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLvIzDlQLYjhOw-52LLTSlCJ-ZTvvMXFdKKb2FKtz0rFJFRNYD6UAII4AKMCVqjTAnPH6zLbXBdD-HWFF8hgRvcCgmlkgnY0gmlwhKwScZWKbXVsdGlhZGRyc5YACASsEnGVBqeLAAoErBJxlQanjN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvoADYH2Y7VXJhR9YGHia-c7uIB6aRAyr5GfrkZw_scSDdGNwgqeLg3VkcIKnjYV3YWt1MgM --storenode=/ip4/172.18.113.149/tcp/42891/p2p/16Uiu2HAmRUd2crrEuUVy8hhT2vACCM6dT87RYRWv7o9EGHeG9Roh --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.219.221 waku bc0108d7265e2a4b0b52be6504994da1e00daaf94fc4e3dfd143dbf7c500a8c6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID bc0108d7265e. Setting up logs at ./log/docker/store_node1_2026-01-29_04-50-30__bee367db-2549-4f78-a69d-1a3f10f768ef__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57639
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57639/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.219.221/tcp/57640/p2p/16Uiu2HAmM4kcYoJTc2ew38cwJrcdyR9c6fDeHYsgenLJCjeGfxKi","/ip4/172.18.219.221/tcp/57641/ws/p2p/16Uiu2HAmM4kcYoJTc2ew38cwJrcdyR9c6fDeHYsgenLJCjeGfxKi"],"enrUri":"enr:-L24QPSGTCAn-Jr49jOEA-hO4LXNGP-PvnZS-B1WisgTAtBzO1ImkhLS4vdRn_tJBG5BOnbi1-BnSGjEoviyYXRw7YACgmlkgnY0gmlwhKwS292KbXVsdGlhZGRyc5YACASsEtvdBuEoAAoErBLb3QbhKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfPPnBz8EaVXfg9GlowDtBq12GN3qHWd3vLN3xPtwQfmDdGNwguEog3VkcILhKoV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57639/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.149/tcp/42891/p2p/16Uiu2HAmRUd2crrEuUVy8hhT2vACCM6dT87RYRWv7o9EGHeG9Roh"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57639/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42890/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  tests.store.test_time_filter:test_time_filter.py:238 inquering stored messages with end time 0
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42890/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e748d3856c9be7c47ea59fb93c221082137a7e41199a5bf561eb9e74972162f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662229632172032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x993dc6ad78a9a23bb39cab1411727de7ef68678ae6a82b23fcb6c845ff7d80ba","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662231632178944,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x8705c8b9b50b9d69c6aece72e26a5928464d3c8fd35c436e3c1f17c51f774f8f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662232532180992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6e8bfc121af803e6499082d4b3714c4fa4efadec203db567f9efb896ae78d7db","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662232732183040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x49960bc6c3740e3eb1d5804e387ab088f8e3dedabd5cb9303fccf7a89fa627dc","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662234632185088,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xa8ed9acfb1c6c51fd49ff9d8821840eb279986b928fb9e8ed6953b5ce7f9d024","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662242632185856,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
DEBUG  tests.store.test_time_filter:test_time_filter.py:241 number of messages stored for end time = 0 is 6
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57639/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e748d3856c9be7c47ea59fb93c221082137a7e41199a5bf561eb9e74972162f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662229632172032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x993dc6ad78a9a23bb39cab1411727de7ef68678ae6a82b23fcb6c845ff7d80ba","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662231632178944,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x8705c8b9b50b9d69c6aece72e26a5928464d3c8fd35c436e3c1f17c51f774f8f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662232532180992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6e8bfc121af803e6499082d4b3714c4fa4efadec203db567f9efb896ae78d7db","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662232732183040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x49960bc6c3740e3eb1d5804e387ab088f8e3dedabd5cb9303fccf7a89fa627dc","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662234632185088,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xa8ed9acfb1c6c51fd49ff9d8821840eb279986b928fb9e8ed6953b5ce7f9d024","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662242632185856,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
DEBUG  tests.store.test_time_filter:test_time_filter.py:241 number of messages stored for end time = 0 is 6
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c5a0cd01e7b8
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id bc0108d7265e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,176 @@
2026-01-29 04:39:04.577 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:39:04.578 DEBUG [tests.conftest] Running test: test_filter_get_message_while_one_peer_is_paused with id: 2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf
2026-01-29 04:39:04.578 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:39:04.578 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:39:04.579 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2026-01-29 04:39:04.586 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:04.586 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:04.586 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:04.586 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:04.588 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:04.588 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.230.214
2026-01-29 04:39:04.588 DEBUG [src.node.docker_mananger] Generated ports ['36992', '36993', '36994', '36995', '36996']
2026-01-29 04:39:04.589 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:04.589 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:04.589 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:04.589 DEBUG [src.node.docker_mananger] docker run -i -t -p 36992:36992 -p 36993:36993 -p 36994:36994 -p 36995:36995 -p 36996:36996 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=36994 --rest-port=36992 --tcp-port=36993 --discv5-udp-port=36995 --rest-address=0.0.0.0 --nat=extip:172.18.230.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1bba6fb6d8eab9df08b9edf92dea7b0c4ad2256ffbb4feaa910d0cbba0b72ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36996 --metrics-logging=true --relay=true --filter=true
2026-01-29 04:39:04.778 ERROR [src.node.docker_mananger] Max retries reached for container 47ffc0bff567. Exiting log stream.
2026-01-29 04:39:04.780 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.230.214 waku 170e70190da09e4a5e156cd4c7f36b2f6a12193757911b011a956dedcf347b0e
2026-01-29 04:39:04.811 DEBUG [src.node.docker_mananger] Container started with ID 170e70190da0. Setting up logs at ./log/docker/node1_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:04.812 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36992
2026-01-29 04:39:04.812 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:04.980 ERROR [src.node.docker_mananger] Max retries reached for container df15e8b86ac9. Exiting log stream.
2026-01-29 04:39:05.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36992/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.817 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:39:05.817 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:05.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36992/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN","/ip4/172.18.230.214/tcp/36994/ws/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN"],"enrUri":"enr:-L24QDsB3f3dzmdTwChBwDjsb3wht4oEnT-8irG_LIgWIpOIOEY1EAdFt4rh3FYrJhvUycT9dsyu4CMytHSKM4tNl50CgmlkgnY0gmlwhKwS5taKbXVsdGlhZGRyc5YACASsEubWBpCBAAoErBLm1gaQgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6k-C4ThlL4CFM0GIzv1ZEETbeWz4PvmGBAaTNWpDpvuDdGNwgpCBg3VkcIKQg4V3YWt1MgU"}'
2026-01-29 04:39:05.820 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:05.820 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2026-01-29 04:39:05.827 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:05.827 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:05.827 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:05.827 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:05.829 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:05.829 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.126
2026-01-29 04:39:05.829 DEBUG [src.node.docker_mananger] Generated ports ['53346', '53347', '53348', '53349', '53350']
2026-01-29 04:39:05.829 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:05.829 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:05.829 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:05.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 53346:53346 -p 53347:53347 -p 53348:53348 -p 53349:53349 -p 53350:53350 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=53348 --rest-port=53346 --tcp-port=53347 --discv5-udp-port=53349 --rest-address=0.0.0.0 --nat=extip:172.18.109.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=15de6f13bee6c95ababca416ab8ffedce4afd61e9456296bf3d725cccdd0aa6b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53350 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDsB3f3dzmdTwChBwDjsb3wht4oEnT-8irG_LIgWIpOIOEY1EAdFt4rh3FYrJhvUycT9dsyu4CMytHSKM4tNl50CgmlkgnY0gmlwhKwS5taKbXVsdGlhZGRyc5YACASsEubWBpCBAAoErBLm1gaQgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6k-C4ThlL4CFM0GIzv1ZEETbeWz4PvmGBAaTNWpDpvuDdGNwgpCBg3VkcIKQg4V3YWt1MgU --filternode=/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN
2026-01-29 04:39:06.028 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.126 waku ae98bf3ff419b2f0fc4241e1d994eedd111c0e7a714c39ce9aaf488e4b089ffe
2026-01-29 04:39:06.056 DEBUG [src.node.docker_mananger] Container started with ID ae98bf3ff419. Setting up logs at ./log/docker/node2_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:06.057 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53346
2026-01-29 04:39:06.057 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:07.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53346/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:39:07.062 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:07.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53346/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.126/tcp/53347/p2p/16Uiu2HAmJakbtwbGRKtMpaAhJLuQdCaXwjB1kxRJKrh9uc77M16Z","/ip4/172.18.109.126/tcp/53348/ws/p2p/16Uiu2HAmJakbtwbGRKtMpaAhJLuQdCaXwjB1kxRJKrh9uc77M16Z"],"enrUri":"enr:-L24QMLagHZcCrdagKeTab_rJhr7U1x4ger6hH5h2SrwpMKbORHDjdQPQ6h_GnaeqFkOeBb4l1nIwoQqQHeWK2Qavs0CgmlkgnY0gmlwhKwSbX6KbXVsdGlhZGRyc5YACASsEm1-BtBjAAoErBJtfgbQZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWBBA0zmcGiE2U-FAoghW-W06ONd-yBTw1PHj6e8KVUKDdGNwgtBjg3VkcILQZYV3YWt1MgA"}'
2026-01-29 04:39:07.064 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:07.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53346/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN"]'
2026-01-29 04:39:07.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:07.102 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:07.102 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:07.102 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:07.102 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:07.104 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:07.104 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.245
2026-01-29 04:39:07.104 DEBUG [src.node.docker_mananger] Generated ports ['51156', '51157', '51158', '51159', '51160']
2026-01-29 04:39:07.104 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:07.104 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:07.105 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:07.105 DEBUG [src.node.docker_mananger] docker run -i -t -p 51156:51156 -p 51157:51157 -p 51158:51158 -p 51159:51159 -p 51160:51160 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=51158 --rest-port=51156 --tcp-port=51157 --discv5-udp-port=51159 --rest-address=0.0.0.0 --nat=extip:172.18.142.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4bacf44adae16e2eb161737614a3fabee95d6f9dedac0af2cce0ec5e2dcfc4d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51160 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDsB3f3dzmdTwChBwDjsb3wht4oEnT-8irG_LIgWIpOIOEY1EAdFt4rh3FYrJhvUycT9dsyu4CMytHSKM4tNl50CgmlkgnY0gmlwhKwS5taKbXVsdGlhZGRyc5YACASsEubWBpCBAAoErBLm1gaQgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6k-C4ThlL4CFM0GIzv1ZEETbeWz4PvmGBAaTNWpDpvuDdGNwgpCBg3VkcIKQg4V3YWt1MgU --filternode=/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN
2026-01-29 04:39:07.304 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.245 waku 49bd6e35ddcc7629619f6152f910ea90e67e1d2872f42ab5a06d54c44abf9577
2026-01-29 04:39:07.334 DEBUG [src.node.docker_mananger] Container started with ID 49bd6e35ddcc. Setting up logs at ./log/docker/node3_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:07.335 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51156
2026-01-29 04:39:07.335 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:08.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51156/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:39:08.340 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:08.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51156/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.245/tcp/51157/p2p/16Uiu2HAm14nUuWBAvKQCVcFJf8ni7jkpxu6jGEyjmwDWjEJVUnx6","/ip4/172.18.142.245/tcp/51158/ws/p2p/16Uiu2HAm14nUuWBAvKQCVcFJf8ni7jkpxu6jGEyjmwDWjEJVUnx6"],"enrUri":"enr:-L24QM_DLFeB8aoJ0vJFr7MiaZfk9yK2blLaV-vN15Y1Hvg8ClKtFtg31kHuDSQDdzJwaw8yg1lpSnaE1k9U_1QHh0sCgmlkgnY0gmlwhKwSjvWKbXVsdGlhZGRyc5YACASsEo71BsfVAAoErBKO9QbH1t0DgnJzhQADAQAAiXNlY3AyNTZrMaECU8xGvd1zBU2i00DD6COQNPq1hZaOdKb4lQ-ty83z8qeDdGNwgsfVg3VkcILH14V3YWt1MgA"}'
2026-01-29 04:39:08.342 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:08.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51156/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN"]'
2026-01-29 04:39:08.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:08.382 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:08.382 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:08.384 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:08.384 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:08.386 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:08.386 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.162
2026-01-29 04:39:08.387 DEBUG [src.node.docker_mananger] Generated ports ['17427', '17428', '17429', '17430', '17431']
2026-01-29 04:39:08.387 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:08.387 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:08.387 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:08.388 DEBUG [src.node.docker_mananger] docker run -i -t -p 17427:17427 -p 17428:17428 -p 17429:17429 -p 17430:17430 -p 17431:17431 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=17429 --rest-port=17427 --tcp-port=17428 --discv5-udp-port=17430 --rest-address=0.0.0.0 --nat=extip:172.18.169.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7a34ea30756ab3ebab0cc8bbddfd25409b3f3da4b1dacb7ed5d3d916b9deeee1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17431 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDsB3f3dzmdTwChBwDjsb3wht4oEnT-8irG_LIgWIpOIOEY1EAdFt4rh3FYrJhvUycT9dsyu4CMytHSKM4tNl50CgmlkgnY0gmlwhKwS5taKbXVsdGlhZGRyc5YACASsEubWBpCBAAoErBLm1gaQgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6k-C4ThlL4CFM0GIzv1ZEETbeWz4PvmGBAaTNWpDpvuDdGNwgpCBg3VkcIKQg4V3YWt1MgU --filternode=/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN
2026-01-29 04:39:08.578 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.162 waku d8e91485f77639fa9b4cbce4ce3db72f28e0d8d4082645f421f59805d14ffb43
2026-01-29 04:39:08.614 DEBUG [src.node.docker_mananger] Container started with ID d8e91485f776. Setting up logs at ./log/docker/node4_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:08.615 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17427
2026-01-29 04:39:08.615 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:09.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17427/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:39:09.620 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:09.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17427/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.162/tcp/17428/p2p/16Uiu2HAmKkoM4jEoB939W4u62yVYqJuXniouN4Hd5SYLd1tWfjwZ","/ip4/172.18.169.162/tcp/17429/ws/p2p/16Uiu2HAmKkoM4jEoB939W4u62yVYqJuXniouN4Hd5SYLd1tWfjwZ"],"enrUri":"enr:-L24QEfprQTgntAE3raMWDhE7UYkHI1urpn_g1lQWzkixKjFDPR7YuIbt1RuM86N4zprWO0TmXdTS3TzGMwDTgcRuSkCgmlkgnY0gmlwhKwSqaKKbXVsdGlhZGRyc5YACASsEqmiBkQUAAoErBKpogZEFd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaX7Z6V7_Bbgf9KNXIGjUL8VYQZPSFIx_rzVGyJ-CduSDdGNwgkQUg3VkcIJEFoV3YWt1MgA"}'
2026-01-29 04:39:09.623 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:09.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17427/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN"]'
2026-01-29 04:39:09.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:09.663 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:09.664 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:09.665 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:09.665 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:09.669 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:09.669 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.213.54
2026-01-29 04:39:09.669 DEBUG [src.node.docker_mananger] Generated ports ['29012', '29013', '29014', '29015', '29016']
2026-01-29 04:39:09.670 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:09.670 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:09.670 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:09.670 DEBUG [src.node.docker_mananger] docker run -i -t -p 29012:29012 -p 29013:29013 -p 29014:29014 -p 29015:29015 -p 29016:29016 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=29014 --rest-port=29012 --tcp-port=29013 --discv5-udp-port=29015 --rest-address=0.0.0.0 --nat=extip:172.18.213.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9a88aed4f0b9c92489a5e9d34abc4bed3df9e706fbdf485deba3acce90c6fecb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29016 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDsB3f3dzmdTwChBwDjsb3wht4oEnT-8irG_LIgWIpOIOEY1EAdFt4rh3FYrJhvUycT9dsyu4CMytHSKM4tNl50CgmlkgnY0gmlwhKwS5taKbXVsdGlhZGRyc5YACASsEubWBpCBAAoErBLm1gaQgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6k-C4ThlL4CFM0GIzv1ZEETbeWz4PvmGBAaTNWpDpvuDdGNwgpCBg3VkcIKQg4V3YWt1MgU --filternode=/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN
2026-01-29 04:39:09.874 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.213.54 waku c91001f63c3a8dd264556cb5694b77b881dbaee745ea7fe69690d6661e748a9c
2026-01-29 04:39:09.905 DEBUG [src.node.docker_mananger] Container started with ID c91001f63c3a. Setting up logs at ./log/docker/node5_2026-01-29_04-39-04__0565161b-4f23-4841-bfa5-6b5992781adf__wakuorg_nwaku:latest.log
2026-01-29 04:39:09.905 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29012
2026-01-29 04:39:09.905 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:10.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29012/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:39:10.911 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:10.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29012/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.213.54/tcp/29013/p2p/16Uiu2HAmEAcPTRya6zv4QB4wSRbk6UqpQ9JYJfxxiCdtoYwXLszL","/ip4/172.18.213.54/tcp/29014/ws/p2p/16Uiu2HAmEAcPTRya6zv4QB4wSRbk6UqpQ9JYJfxxiCdtoYwXLszL"],"enrUri":"enr:-L24QA3r3L1YcKOIaLLzLP3O8xvSc-6IJBcqEYnk_917cBs9V5TST1AxZpmmnpS6kwEfQ3nv4dSEDLoSP5UDdLGdbgcCgmlkgnY0gmlwhKwS1TaKbXVsdGlhZGRyc5YACASsEtU2BnFVAAoErBLVNgZxVt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFnJHKDyp6BHns7NWpkCXIat8Hb8Fq4vJkYchLzpZil2DdGNwgnFVg3VkcIJxV4V3YWt1MgA"}'
2026-01-29 04:39:10.914 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:10.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29012/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.230.214/tcp/36993/p2p/16Uiu2HAmBCKhdrtLfzqNPFBMMAtjZnbxJmhEJh51LXfFyjY8mFkN"]'
2026-01-29 04:39:10.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:10.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36992/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:39:10.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:10.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53346/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4ff4b842-e397-4281-a6ed-72eec59c7f47", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-29 04:39:10.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4ff4b842-e397-4281-a6ed-72eec59c7f47","statusDesc":"OK"}'
2026-01-29 04:39:10.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51156/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d763a5c0-b1a0-456c-a9a8-bd138870f769", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-29 04:39:10.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d763a5c0-b1a0-456c-a9a8-bd138870f769","statusDesc":"OK"}'
2026-01-29 04:39:10.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17427/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ffe57547-35d4-4394-a4c0-0b5a23b5da61", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-29 04:39:10.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ffe57547-35d4-4394-a4c0-0b5a23b5da61","statusDesc":"OK"}'
2026-01-29 04:39:10.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29012/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "29327707-9217-4de7-ae66-a8a982c47f5d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-29 04:39:11.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"29327707-9217-4de7-ae66-a8a982c47f5d","statusDesc":"OK"}'
2026-01-29 04:39:11.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36992/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:39:11.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:11.021 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:39:11.122 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:39:11.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53346/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661551003259986,"ephemeral":false}]'
2026-01-29 04:39:11.128 DEBUG [src.steps.filter] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
2026-01-29 04:39:11.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51156/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661551003259986,"ephemeral":false}]'
2026-01-29 04:39:11.132 DEBUG [src.steps.filter] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
2026-01-29 04:39:11.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17427/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661551003259986,"ephemeral":false}]'
2026-01-29 04:39:11.137 DEBUG [src.steps.filter] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
2026-01-29 04:39:11.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29012/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661551003259986,"ephemeral":false}]'
2026-01-29 04:39:11.142 DEBUG [src.node.waku_node] Pausing container with id ae98bf3ff419
2026-01-29 04:39:11.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36992/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:39:11.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:11.158 DEBUG [src.node.waku_node] Unpause container with id ae98bf3ff419
2026-01-29 04:39:11.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36992/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:39:11.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:11.175 DEBUG [src.libs.common] Sleeping for 0.5 seconds
2026-01-29 04:39:11.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53346/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661551141970737,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661551142048953,"ephemeral":false}]'
2026-01-29 04:39:11.681 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:39:11.682 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:39:11.682 DEBUG [src.node.waku_node] Stopping container with id 170e70190da0
2026-01-29 04:39:12.304 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:12.305 DEBUG [src.node.waku_node] Stopping container with id ae98bf3ff419
2026-01-29 04:39:12.868 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:12.869 DEBUG [src.node.waku_node] Stopping container with id 49bd6e35ddcc
2026-01-29 04:39:13.121 ERROR [src.node.docker_mananger] Max retries reached for container 170e70190da0. Exiting log stream.
2026-01-29 04:39:13.449 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:13.450 DEBUG [src.node.waku_node] Stopping container with id d8e91485f776
2026-01-29 04:39:13.682 ERROR [src.node.docker_mananger] Max retries reached for container ae98bf3ff419. Exiting log stream.
2026-01-29 04:39:14.009 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:14.009 DEBUG [src.node.waku_node] Stopping container with id c91001f63c3a
2026-01-29 04:39:14.263 ERROR [src.node.docker_mananger] Max retries reached for container 49bd6e35ddcc. Exiting log stream.
2026-01-29 04:39:14.536 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:14.537 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:39:14.552 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:14.557 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:14.561 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:14.566 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:14.570 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2026-01-29_04-41-44__0f278168-c21b-406c-aa3a-6d335561599e
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-41-44__0f278168-c21b-406c-aa3a-6d335561599e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.81.41
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17211', '17212', '17213', '17214', '17215']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17211:17211 -p 17212:17212 -p 17213:17213 -p 17214:17214 -p 17215:17215 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=17213 --rest-port=17211 --tcp-port=17212 --discv5-udp-port=17214 --rest-address=0.0.0.0 --nat=extip:172.18.81.41 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6c88cc2f9e1bbee8f5acd28edf54a3fee73ae8ed3e3efb84ceb9a6fc9dc8f3d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17215 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.81.41 waku 8d4c6bea3c818e85e1b4b329a1113b095cb6027c8b4589a47edb3c20fab51073
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8d4c6bea3c81. Setting up logs at ./log/docker/node1_2026-01-29_04-41-44__0f278168-c21b-406c-aa3a-6d335561599e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17211
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b87fba164f70. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7b18400dce8c. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17211/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17211/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.41/tcp/17212/p2p/16Uiu2HAmS1qrfGjLa2cL1RRSk2maCT14yXF4UGcFYwaS6BvmkXSf","/ip4/172.18.81.41/tcp/17213/ws/p2p/16Uiu2HAmS1qrfGjLa2cL1RRSk2maCT14yXF4UGcFYwaS6BvmkXSf"],"enrUri":"enr:-L24QPVjyQNzcBxZndKek93XZB6F3lkPdycnsYf1h_tcmJ06KcG5cUUbJdlTuWcnNPhciqIvKKlaN9sv4KAjKDykIQACgmlkgnY0gmlwhKwSUSmKbXVsdGlhZGRyc5YACASsElEpBkM8AAoErBJRKQZDPd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDxn-F9b5mY2C7cnKsAmguHrBL2IV1SgzfsXhH_2i6I6CDdGNwgkM8g3VkcIJDPoV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-41-44__0f278168-c21b-406c-aa3a-6d335561599e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.47.206
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30879', '30880', '30881', '30882', '30883']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30879:30879 -p 30880:30880 -p 30881:30881 -p 30882:30882 -p 30883:30883 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=30881 --rest-port=30879 --tcp-port=30880 --discv5-udp-port=30882 --rest-address=0.0.0.0 --nat=extip:172.18.47.206 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=62d1eac2ef6fc8d49cce979074881cbeddcf9b6ff4d5433851be681a1dd52373 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30883 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPVjyQNzcBxZndKek93XZB6F3lkPdycnsYf1h_tcmJ06KcG5cUUbJdlTuWcnNPhciqIvKKlaN9sv4KAjKDykIQACgmlkgnY0gmlwhKwSUSmKbXVsdGlhZGRyc5YACASsElEpBkM8AAoErBJRKQZDPd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDxn-F9b5mY2C7cnKsAmguHrBL2IV1SgzfsXhH_2i6I6CDdGNwgkM8g3VkcIJDPoV3YWt1MgU --content-topic=/toychat/2/huilong/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.47.206 waku 8513dd07608c56e1267680ba511331491a7e857b87d5e81aa1e3c6659fd19998
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8513dd07608c. Setting up logs at ./log/docker/node2_2026-01-29_04-41-44__0f278168-c21b-406c-aa3a-6d335561599e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30879
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30879/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30879/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.47.206/tcp/30880/p2p/16Uiu2HAmL1k7DXwmmFrdQKPYK68FaUkGHgEG8btCwcnXLhS7pyPh","/ip4/172.18.47.206/tcp/30881/ws/p2p/16Uiu2HAmL1k7DXwmmFrdQKPYK68FaUkGHgEG8btCwcnXLhS7pyPh"],"enrUri":"enr:-L24QBi2JcduaZmJMtH-WTutihClm32SfBKVQfs3KCUuqS-Zfse0P-ncSJOCOhr1PraCdn0XrKu1yhqi6xo8swxcSLQCgmlkgnY0gmlwhKwSL86KbXVsdGlhZGRyc5YACASsEi_OBnigAAoErBIvzgZ4od0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbVLmud9QgIyWBTKXdz4sff-ckXXRQ1Y8igQTKCZvetyDdGNwgnigg3VkcIJ4ooV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30879/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.81.41/tcp/17212/p2p/16Uiu2HAmS1qrfGjLa2cL1RRSk2maCT14yXF4UGcFYwaS6BvmkXSf"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17211/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30879/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17211/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17211/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661706662731436,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30879/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661706662731436,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8d4c6bea3c81
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8513dd07608c
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,84 @@
2026-01-29 04:40:52.355 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:40:52.355 DEBUG [tests.conftest] Running test: test_store_with_duplicate_hashes with id: 2026-01-29_04-40-52__bdac862e-261f-4b67-ad30-2483c54b27b3
2026-01-29 04:40:52.356 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:40:52.356 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:40:52.356 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:40:52.363 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:40:52.363 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-40-52__bdac862e-261f-4b67-ad30-2483c54b27b3__wakuorg_nwaku:latest.log
2026-01-29 04:40:52.364 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:40:52.364 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:40:52.365 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:40:52.366 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.130
2026-01-29 04:40:52.366 DEBUG [src.node.docker_mananger] Generated ports ['32367', '32368', '32369', '32370', '32371']
2026-01-29 04:40:52.366 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:40:52.366 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:40:52.366 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:40:52.366 DEBUG [src.node.docker_mananger] docker run -i -t -p 32367:32367 -p 32368:32368 -p 32369:32369 -p 32370:32370 -p 32371:32371 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=32369 --rest-port=32367 --tcp-port=32368 --discv5-udp-port=32370 --rest-address=0.0.0.0 --nat=extip:172.18.79.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=74b5ddad93c3b4ef4bcc6e40b6e3dbecccdde5b4de73c72ef5d6bac84ac71ebd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32371 --metrics-logging=true --store=true --relay=true
2026-01-29 04:40:52.554 ERROR [src.node.docker_mananger] Max retries reached for container b289bb858b10. Exiting log stream.
2026-01-29 04:40:52.555 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.130 waku e437ce356ae3fc524f46445d78c197e090779c6590b46dd73f22ea2d4bb2afee
2026-01-29 04:40:52.587 DEBUG [src.node.docker_mananger] Container started with ID e437ce356ae3. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-40-52__bdac862e-261f-4b67-ad30-2483c54b27b3__wakuorg_nwaku:latest.log
2026-01-29 04:40:52.588 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32367
2026-01-29 04:40:52.589 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:40:53.149 ERROR [src.node.docker_mananger] Max retries reached for container 6800e6c5af5b. Exiting log stream.
2026-01-29 04:40:53.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32367/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:53.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:40:53.594 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:40:53.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:53.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.130/tcp/32368/p2p/16Uiu2HAmUFLTzsjG4jetvS8jVoMzebtDKdjveXoDjuLkUXJSGsAc","/ip4/172.18.79.130/tcp/32369/ws/p2p/16Uiu2HAmUFLTzsjG4jetvS8jVoMzebtDKdjveXoDjuLkUXJSGsAc"],"enrUri":"enr:-L24QA5_h-ef2uMvG2OU5VyVR9PzWzTKBEQiqHd7myVaQ4LBaxyL_UYyL5vmHb4Vsp5pYRJnW2k1pFPedBioTU5ora8CgmlkgnY0gmlwhKwST4KKbXVsdGlhZGRyc5YACASsEk-CBn5wAAoErBJPggZ-cd0DgnJzhQADAQAAiXNlY3AyNTZrMaED56vL1-GVKT6_eUiM9rQGNullfoxNLBe5wRgLuglNob2DdGNwgn5wg3VkcIJ-coV3YWt1MgM"}'
2026-01-29 04:40:53.597 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:40:53.604 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:40:53.604 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-40-52__bdac862e-261f-4b67-ad30-2483c54b27b3__wakuorg_nwaku:latest.log
2026-01-29 04:40:53.604 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:40:53.604 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:40:53.606 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:40:53.606 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.235
2026-01-29 04:40:53.606 DEBUG [src.node.docker_mananger] Generated ports ['44687', '44688', '44689', '44690', '44691']
2026-01-29 04:40:53.606 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:40:53.606 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:40:53.606 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:40:53.606 DEBUG [src.node.docker_mananger] docker run -i -t -p 44687:44687 -p 44688:44688 -p 44689:44689 -p 44690:44690 -p 44691:44691 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=44689 --rest-port=44687 --tcp-port=44688 --discv5-udp-port=44690 --rest-address=0.0.0.0 --nat=extip:172.18.135.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=123b2cce645ce09b1dde3779db65be35608ea44d19dd13dcfddca5a6add9b7bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44691 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA5_h-ef2uMvG2OU5VyVR9PzWzTKBEQiqHd7myVaQ4LBaxyL_UYyL5vmHb4Vsp5pYRJnW2k1pFPedBioTU5ora8CgmlkgnY0gmlwhKwST4KKbXVsdGlhZGRyc5YACASsEk-CBn5wAAoErBJPggZ-cd0DgnJzhQADAQAAiXNlY3AyNTZrMaED56vL1-GVKT6_eUiM9rQGNullfoxNLBe5wRgLuglNob2DdGNwgn5wg3VkcIJ-coV3YWt1MgM --storenode=/ip4/172.18.79.130/tcp/32368/p2p/16Uiu2HAmUFLTzsjG4jetvS8jVoMzebtDKdjveXoDjuLkUXJSGsAc --store=true --relay=true
2026-01-29 04:40:53.803 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.235 waku 00d65b39f1583f963ca7cae3945fca62f679a7dc4fb8e157cc8b0005ecd63957
2026-01-29 04:40:53.839 DEBUG [src.node.docker_mananger] Container started with ID 00d65b39f158. Setting up logs at ./log/docker/store_node1_2026-01-29_04-40-52__bdac862e-261f-4b67-ad30-2483c54b27b3__wakuorg_nwaku:latest.log
2026-01-29 04:40:53.841 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44687
2026-01-29 04:40:53.841 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:40:54.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44687/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:54.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:40:54.846 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:40:54.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44687/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:54.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.235/tcp/44688/p2p/16Uiu2HAmMvkCUCH3YgDPSz6bzXbNPPaEhE1scnWydM9sTU7eRqZE","/ip4/172.18.135.235/tcp/44689/ws/p2p/16Uiu2HAmMvkCUCH3YgDPSz6bzXbNPPaEhE1scnWydM9sTU7eRqZE"],"enrUri":"enr:-L24QDpQJ-6mjgGOaJHm1hHj-b0WU6fFJLFaIDJ64baexDaZffcxliV7LAr037bn6i4ovvOH6eaOAkLPEUh9d-dRaU4CgmlkgnY0gmlwhKwSh-uKbXVsdGlhZGRyc5YACASsEofrBq6QAAoErBKH6waukd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDicJ5NjMUXBHwaD3K-Cn9HPLDDu51c_T3_JocqQqwop2DdGNwgq6Qg3VkcIKukoV3YWt1MgM"}'
2026-01-29 04:40:54.849 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:40:54.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44687/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.79.130/tcp/32368/p2p/16Uiu2HAmUFLTzsjG4jetvS8jVoMzebtDKdjveXoDjuLkUXJSGsAc"]'
2026-01-29 04:40:54.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:54.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:40:54.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:54.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44687/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:40:54.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:54.858 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:54.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:54.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:54.863 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:55.064 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:55.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:55.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:55.070 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:55.271 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:55.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:55.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:55.277 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:55.478 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:55.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:55.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:55.484 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:55.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xafe5229aaf5df4ef93e778452a72c59ea07aa3185261ed6cf57f741ba1e51564%2C0xafe5229aaf5df4ef93e778452a72c59ea07aa3185261ed6cf57f741ba1e51564&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:55.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xafe5229aaf5df4ef93e778452a72c59ea07aa3185261ed6cf57f741ba1e51564"}]}'
2026-01-29 04:40:55.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44687/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xafe5229aaf5df4ef93e778452a72c59ea07aa3185261ed6cf57f741ba1e51564%2C0xafe5229aaf5df4ef93e778452a72c59ea07aa3185261ed6cf57f741ba1e51564&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:55.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xafe5229aaf5df4ef93e778452a72c59ea07aa3185261ed6cf57f741ba1e51564"}]}'
2026-01-29 04:40:55.694 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:40:55.695 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:40:55.695 DEBUG [src.node.waku_node] Stopping container with id e437ce356ae3
2026-01-29 04:40:56.302 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:40:56.303 DEBUG [src.node.waku_node] Stopping container with id 00d65b39f158
2026-01-29 04:40:56.889 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:40:56.890 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:40:56.898 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:40:56.904 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,34 @@
WRN 2026-01-29 04:45:45.470+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:45:45.470+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:45:45.471+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:45:45.471+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:45:45.471+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2026-01-29 04:45:45.471+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QB8XAPFQGDqT1-vUtRZY6CiiGqlN9yb5E44jMBZkqo_OQVjC7iJfvXCPwR4g6owNAriNj17TaWyiYY0y0FLASRYCgmlkgnY0gmlwhKwSNZiKbXVsdGlhZGRyc5YACASsEjWYBn6TAAoErBI1mAZ-lN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGniB0mprMxRgpsLtV88aMHfyE2vORqT6Fh0m_5UqC46DdGNwgn6Tg3VkcIJ-lYV3YWt1Mgk
NTC 2026-01-29 04:45:45.471+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:43121
INF 2026-01-29 04:45:45.471+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:43121/
INF 2026-01-29 04:45:45.472+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:45:45.472+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:45:45.473+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:45:45.473+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:45:45.473+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:45:45.473+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:45:45.473+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.123.38/tcp/43122, /ip4/172.18.123.38/tcp/43123/ws]"
INF 2026-01-29 04:45:45.473+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:45:45.473+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:45:45.473+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:45:45.473+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:45:45.473+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:45:45.473+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:45:45.473+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:45:45.473+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:45:45.473+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*R2uPNU, seqNo: 1769661945, addresses: [/ip4/172.18.123.38/tcp/43122, /ip4/172.18.123.38/tcp/43123/ws], mixKey: )"
TRC 2026-01-29 04:45:45.473+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:45:45.473+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:45:45.473+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:45:45.474+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:45:45.474+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:45:45.474+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:45:45.474+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:45:45.474+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:45:45.474+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,34 @@
WRN 2026-01-29 04:48:27.731+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:48:27.731+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:48:27.731+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:48:27.731+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:48:27.731+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2026-01-29 04:48:27.731+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QGfCv8332rMF-aOOLDpe_EcvGDCjSF0YmT5bkwjZtDA_THM08KDTXm17jiNsmgyJlwNPZQep0SbMx_CO-7oiaTsCgmlkgnY0gmlwhKwS8-eKbXVsdGlhZGRyc5YACASsEvPnBmHdAAoErBLz5wZh3t0DgnJzhQADAQAAiXNlY3AyNTZrMaECjUWloucnwEG_2k9Af_us0BVapsJldjsUKYMs0ZQGz4GDdGNwgmHdg3VkcIJh34V3YWt1Mgk
NTC 2026-01-29 04:48:27.731+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:65092
INF 2026-01-29 04:48:27.731+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:65092/
INF 2026-01-29 04:48:27.732+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:48:27.732+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:48:27.733+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:48:27.733+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:48:27.733+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:48:27.733+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:48:27.733+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.99.92/tcp/65093, /ip4/172.18.99.92/tcp/65094/ws]"
INF 2026-01-29 04:48:27.733+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:48:27.733+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:48:27.733+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:48:27.733+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:48:27.733+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:48:27.733+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:48:27.733+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:48:27.733+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:48:27.733+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*eJhJ9i, seqNo: 1769662107, addresses: [/ip4/172.18.99.92/tcp/65093, /ip4/172.18.99.92/tcp/65094/ws], mixKey: )"
TRC 2026-01-29 04:48:27.734+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:48:27.734+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:48:27.734+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:48:27.734+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:48:27.734+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:48:27.734+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:48:27.734+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:48:27.734+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:48:27.734+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,105 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_receiving_node_not_connected_directly_to_lightpushing_node with id: 2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c__wakuorg_nwaku:latest.log
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.197.71
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15681', '15682', '15683', '15684', '15685']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15681:15681 -p 15682:15682 -p 15683:15683 -p 15684:15684 -p 15685:15685 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=15683 --rest-port=15681 --tcp-port=15682 --discv5-udp-port=15684 --rest-address=0.0.0.0 --nat=extip:172.18.197.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcabfa56a481fcbe93aea7c72ffe7de032efefb9ce0b385df41bab7092dd6123 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15685 --metrics-logging=true --lightpush=true --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3673bafa6c87. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.197.71 waku cd14f392cdc5ef3cfa46693cca5c529c2007b235e67192fa3e76e73ce2c66178
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID cd14f392cdc5. Setting up logs at ./log/docker/node1_2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15681
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cdfca3487565. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15681/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.71/tcp/15682/p2p/16Uiu2HAm6KDbNSs8TkFka1RsnF1XAjcR1tf3Fh8CYYV8PbLf6Z6d","/ip4/172.18.197.71/tcp/15683/ws/p2p/16Uiu2HAm6KDbNSs8TkFka1RsnF1XAjcR1tf3Fh8CYYV8PbLf6Z6d"],"enrUri":"enr:-L24QI_vWwjoNfjtG1usgrL8wjVvmAiM2kLgJi-q19x9rTE7SRDWco8b2HYVG_XnCegw9DC0dr3xnysFmh9wtwLuopECgmlkgnY0gmlwhKwSxUeKbXVsdGlhZGRyc5YACASsEsVHBj1CAAoErBLFRwY9Q90DgnJzhQADAQAAiXNlY3AyNTZrMaECock8ZIaOWwzl9DrU7ysm7gyWr-kMgsj7RMjhw4vJck6DdGNwgj1Cg3VkcII9RIV3YWt1Mgk"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.46.115
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65448', '65449', '65450', '65451', '65452']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 65448:65448 -p 65449:65449 -p 65450:65450 -p 65451:65451 -p 65452:65452 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=65450 --rest-port=65448 --tcp-port=65449 --discv5-udp-port=65451 --rest-address=0.0.0.0 --nat=extip:172.18.46.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b50de56317ec3866fb0a25d3e0cbefb4f2d273751e3044ceceac104eefafe5db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65452 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QI_vWwjoNfjtG1usgrL8wjVvmAiM2kLgJi-q19x9rTE7SRDWco8b2HYVG_XnCegw9DC0dr3xnysFmh9wtwLuopECgmlkgnY0gmlwhKwSxUeKbXVsdGlhZGRyc5YACASsEsVHBj1CAAoErBLFRwY9Q90DgnJzhQADAQAAiXNlY3AyNTZrMaECock8ZIaOWwzl9DrU7ysm7gyWr-kMgsj7RMjhw4vJck6DdGNwgj1Cg3VkcII9RIV3YWt1Mgk --lightpushnode=/ip4/172.18.197.71/tcp/15682/p2p/16Uiu2HAm6KDbNSs8TkFka1RsnF1XAjcR1tf3Fh8CYYV8PbLf6Z6d
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.46.115 waku 4f0e8e2c93564c64213e043a86cf20010b02170747ad47bfa36d99fb7e27b005
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4f0e8e2c9356. Setting up logs at ./log/docker/node2_2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65448
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65448/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65448/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.115/tcp/65449/p2p/16Uiu2HAm9P2Yckg6CXWLrx45zcnGmhQiKffCUW4ZJv9zPLten42p","/ip4/172.18.46.115/tcp/65450/ws/p2p/16Uiu2HAm9P2Yckg6CXWLrx45zcnGmhQiKffCUW4ZJv9zPLten42p"],"enrUri":"enr:-L24QHHQsQ9cz_AE2sfT1E9KXGXioA5BKF-tPMqU_ag3UafvU6E100hdiNfTY2IptCa5M-66I7ATbCj9Btd1O6ZjQlgCgmlkgnY0gmlwhKwSLnOKbXVsdGlhZGRyc5YACASsEi5zBv-pAAoErBIucwb_qt0DgnJzhQADAQAAiXNlY3AyNTZrMaECz1Yg5fQGqrFZj9KomKvOq5aCeehafoV99tO_wqGdNc2DdGNwgv-pg3VkcIL_q4V3YWt1Mgk"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.99.254
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36137', '36138', '36139', '36140', '36141']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36137:36137 -p 36138:36138 -p 36139:36139 -p 36140:36140 -p 36141:36141 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=36139 --rest-port=36137 --tcp-port=36138 --discv5-udp-port=36140 --rest-address=0.0.0.0 --nat=extip:172.18.99.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc6d6a9f8fe1af33d4f4ec6be2a3aeaecaed4cdde7d95bcaf3c83aa7e32646cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36141 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHHQsQ9cz_AE2sfT1E9KXGXioA5BKF-tPMqU_ag3UafvU6E100hdiNfTY2IptCa5M-66I7ATbCj9Btd1O6ZjQlgCgmlkgnY0gmlwhKwSLnOKbXVsdGlhZGRyc5YACASsEi5zBv-pAAoErBIucwb_qt0DgnJzhQADAQAAiXNlY3AyNTZrMaECz1Yg5fQGqrFZj9KomKvOq5aCeehafoV99tO_wqGdNc2DdGNwgv-pg3VkcIL_q4V3YWt1Mgk
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.99.254 waku ca0a28b0cbbe0068a2a6cac002b155fc9bf941fdc3eaf308e527bbb86b361c16
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ca0a28b0cbbe. Setting up logs at ./log/docker/node3_2026-01-29_04-31-49__c647efb8-3cbd-449d-bf61-85951df9595c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36137
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36137/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36137/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.99.254/tcp/36138/p2p/16Uiu2HAmSsfXkid7DHmLzwbS3KF3LXVLZm1uQYgxqXEH61DQqbu6","/ip4/172.18.99.254/tcp/36139/ws/p2p/16Uiu2HAmSsfXkid7DHmLzwbS3KF3LXVLZm1uQYgxqXEH61DQqbu6"],"enrUri":"enr:-L24QItCfW7v0k9A0aKARU5ncXUK2AnM2Yezpd2f5K0N1vgfURojumxh7nEC1tKb2zYh3YUrzL_Q6IBP0NxGJAHwwUwCgmlkgnY0gmlwhKwSY_6KbXVsdGlhZGRyc5YACASsEmP-Bo0qAAoErBJj_gaNK90DgnJzhQADAQAAiXNlY3AyNTZrMaED00LjXEE8wJXEWNhfkx8AEmILooYXt7WvYRMlNgJ6IIWDdGNwgo0qg3VkcIKNLIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15681/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65448/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36137/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15681/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/50490/p2p/16Uiu2HAm9P2Yckg6CXWLrx45zcnGmhQiKffCUW4ZJv9zPLten42p","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65448/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.99.254/tcp/46502/p2p/16Uiu2HAmSsfXkid7DHmLzwbS3KF3LXVLZm1uQYgxqXEH61DQqbu6","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.197.71/tcp/15682/p2p/16Uiu2HAm6KDbNSs8TkFka1RsnF1XAjcR1tf3Fh8CYYV8PbLf6Z6d","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36137/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.46.115/tcp/65449/p2p/16Uiu2HAm9P2Yckg6CXWLrx45zcnGmhQiKffCUW4ZJv9zPLten42p","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
DEBUG  src.libs.common:common.py:47 Sleeping for 30 seconds
DEBUG  src.steps.light_push:light_push.py:121 Lightpushing message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15681/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1769661142868347812}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.light_push:light_push.py:125 Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36137/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661142868347812,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id cd14f392cdc5
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 4f0e8e2c9356
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ca0a28b0cbbe
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cd14f392cdc5. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,95 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_time_filter_end_time_now with id: 2026-01-29_04-41-11__d2b1fbab-a313-45ab-837a-a359c98596b9
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-41-11__d2b1fbab-a313-45ab-837a-a359c98596b9__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.87.140
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40224', '40225', '40226', '40227', '40228']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40224:40224 -p 40225:40225 -p 40226:40226 -p 40227:40227 -p 40228:40228 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=40226 --rest-port=40224 --tcp-port=40225 --discv5-udp-port=40227 --rest-address=0.0.0.0 --nat=extip:172.18.87.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ebc1fd75ff6deb3a4fcbf3e99ebcbf9fabda84e0fe44ef8d8c5fe44dadfa3ceb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40228 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.87.140 waku ece194cdede30a55b74c7f7152f9832e331c981d9cd7437bb3658a71b82c0f6b
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5ee1bd2a4995. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ece194cdede3. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-41-11__d2b1fbab-a313-45ab-837a-a359c98596b9__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40224
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 393fa9c7fd56. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40224/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40224/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.140/tcp/40225/p2p/16Uiu2HAmCvnuDybA5CSUdCTMNNxtEui6Da5WtWawesesJWCNavpx","/ip4/172.18.87.140/tcp/40226/ws/p2p/16Uiu2HAmCvnuDybA5CSUdCTMNNxtEui6Da5WtWawesesJWCNavpx"],"enrUri":"enr:-L24QGG16-6B12O_tOGN0erMwZIveahZ4h8s6R2k4niZVIxsDkt9bgi3rqwnMF9-zH5MeQKBWlEUjFBgMykdCBJavYgCgmlkgnY0gmlwhKwSV4yKbXVsdGlhZGRyc5YACASsEleMBp0hAAoErBJXjAadIt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBAxY2TmyaArU1MIw5Y3WuR0LybsoKho1Um6cdSj8zmmDdGNwgp0hg3VkcIKdI4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-41-11__d2b1fbab-a313-45ab-837a-a359c98596b9__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.5.133
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10650', '10651', '10652', '10653', '10654']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 10650:10650 -p 10651:10651 -p 10652:10652 -p 10653:10653 -p 10654:10654 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=10652 --rest-port=10650 --tcp-port=10651 --discv5-udp-port=10653 --rest-address=0.0.0.0 --nat=extip:172.18.5.133 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=759d447aed3c8db7789f984dfd82c735b4206d3e6bc15ef4b5d2e20e4c6a6bd6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10654 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGG16-6B12O_tOGN0erMwZIveahZ4h8s6R2k4niZVIxsDkt9bgi3rqwnMF9-zH5MeQKBWlEUjFBgMykdCBJavYgCgmlkgnY0gmlwhKwSV4yKbXVsdGlhZGRyc5YACASsEleMBp0hAAoErBJXjAadIt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBAxY2TmyaArU1MIw5Y3WuR0LybsoKho1Um6cdSj8zmmDdGNwgp0hg3VkcIKdI4V3YWt1MgM --storenode=/ip4/172.18.87.140/tcp/40225/p2p/16Uiu2HAmCvnuDybA5CSUdCTMNNxtEui6Da5WtWawesesJWCNavpx --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.5.133 waku e294c59e5ab40d2c86f3309b437c0063c2560675244a4ea9d057dd5a0622b974
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e294c59e5ab4. Setting up logs at ./log/docker/store_node1_2026-01-29_04-41-11__d2b1fbab-a313-45ab-837a-a359c98596b9__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10650
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10650/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10650/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.133/tcp/10651/p2p/16Uiu2HAmSEJJKEuTyiP5mBwrg5rKPQ9fqr7Ho2Bab5jXWAN5Fz2E","/ip4/172.18.5.133/tcp/10652/ws/p2p/16Uiu2HAmSEJJKEuTyiP5mBwrg5rKPQ9fqr7Ho2Bab5jXWAN5Fz2E"],"enrUri":"enr:-L24QG-FNSNPP-P8T3qYjatLoJG_lZNvVbWTr1DycdKJWY1xFNJVBZR2uIqhPOLqq7uTSLRptUMrSm8pmbtBM9XGAXMCgmlkgnY0gmlwhKwSBYWKbXVsdGlhZGRyc5YACASsEgWFBimbAAoErBIFhQYpnN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDybBkM_UO3CNdAuSCZLRWI-vmENvG7SP5YQ0qb47QsJuDdGNwgimbg3VkcIIpnYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10650/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.140/tcp/40225/p2p/16Uiu2HAmCvnuDybA5CSUdCTMNNxtEui6Da5WtWawesesJWCNavpx"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10650/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40224/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  tests.store.test_time_filter:test_time_filter.py:186 inquering stored messages with start time 1769661671278244096 after end time 1769661675521992960
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40224/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1769661671278244096&endTime=1769661675521992960&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2b26fa57a6b856eb1b0fc3164164b824a8cbb47cd41f9d95bcf0d5585e61512c","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661671278244096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x4d866cfa8bdf006a793e69bce75ca116219d9cef8ccd04d35992015c594916d5","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661673278251008,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x8485afd85e32453413083bddbb16c7ba537ae434d684ce9b9288f4db9a78554e","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661674178253056,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
DEBUG  tests.store.test_time_filter:test_time_filter.py:189 number of messages stored for start time 1769661671278244096 and end time = 1769661675521992960 is 3
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10650/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1769661671278244096&endTime=1769661675521992960&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2b26fa57a6b856eb1b0fc3164164b824a8cbb47cd41f9d95bcf0d5585e61512c","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661671278244096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x4d866cfa8bdf006a793e69bce75ca116219d9cef8ccd04d35992015c594916d5","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661673278251008,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x8485afd85e32453413083bddbb16c7ba537ae434d684ce9b9288f4db9a78554e","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661674178253056,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
DEBUG  tests.store.test_time_filter:test_time_filter.py:189 number of messages stored for start time 1769661671278244096 and end time = 1769661675521992960 is 3
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ece194cdede3
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e294c59e5ab4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,203 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_get_message_after_one_peer_was_stopped with id: 2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.245.99
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64090', '64091', '64092', '64093', '64094']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64090:64090 -p 64091:64091 -p 64092:64092 -p 64093:64093 -p 64094:64094 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=64092 --rest-port=64090 --tcp-port=64091 --discv5-udp-port=64093 --rest-address=0.0.0.0 --nat=extip:172.18.245.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bb90cfadac836c3c2fae94fea5efe1d243ecaa88aabbabfc1e89f054e5d12cf5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64094 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.245.99 waku 45fa2e59f80543336b3afaa1c1cea32fe68dee78d4eb3409353cbd2229d38e88
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 45fa2e59f805. Setting up logs at ./log/docker/node1_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64090
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 202c3e2af5fb. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ad6d3f725d83. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64090/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64090/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.245.99/tcp/64091/p2p/16Uiu2HAmViEaRqJyUpnJ1Htd1BtWwVFvAioqdnxpMTWBB7PPcygn","/ip4/172.18.245.99/tcp/64092/ws/p2p/16Uiu2HAmViEaRqJyUpnJ1Htd1BtWwVFvAioqdnxpMTWBB7PPcygn"],"enrUri":"enr:-L24QGZrRviaIHBmoDlOqA9RocOHIddJa_53RK7bmq5zDMHEWT4bdedcqxTOidUrHa5YBhWqqsm5bdzyLInzsKZCDaECgmlkgnY0gmlwhKwS9WOKbXVsdGlhZGRyc5YACASsEvVjBvpbAAoErBL1Ywb6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaED_WuBlGohtCzMp4Z21L-_seeP9YCqLPLUF5UWxxYKmfuDdGNwgvpbg3VkcIL6XYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.213.121
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36704', '36705', '36706', '36707', '36708']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36704:36704 -p 36705:36705 -p 36706:36706 -p 36707:36707 -p 36708:36708 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=36706 --rest-port=36704 --tcp-port=36705 --discv5-udp-port=36707 --rest-address=0.0.0.0 --nat=extip:172.18.213.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0aefe9ea91a537e5d0ee3bc04dbdcae061c6cae4c8cc013a0debddcedafdf4a4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36708 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGZrRviaIHBmoDlOqA9RocOHIddJa_53RK7bmq5zDMHEWT4bdedcqxTOidUrHa5YBhWqqsm5bdzyLInzsKZCDaECgmlkgnY0gmlwhKwS9WOKbXVsdGlhZGRyc5YACASsEvVjBvpbAAoErBL1Ywb6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaED_WuBlGohtCzMp4Z21L-_seeP9YCqLPLUF5UWxxYKmfuDdGNwgvpbg3VkcIL6XYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.213.121 waku c6949fb734cc43c89265534edd4f4481c4749072b03a108c5e409209c6a8febe
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c6949fb734cc. Setting up logs at ./log/docker/node2_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36704
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36704/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.213.121/tcp/36705/p2p/16Uiu2HAm6QUPMs43o1RteFUTn6DMkts1CuVEg79Lk89qATjYGomR","/ip4/172.18.213.121/tcp/36706/ws/p2p/16Uiu2HAm6QUPMs43o1RteFUTn6DMkts1CuVEg79Lk89qATjYGomR"],"enrUri":"enr:-L24QMzebv0vHqaxYUH0-uRHzJbAYbpON5FmfbKX_dy59HnvGfNM2myFvo4-TeGHz2RlwtulwdhP4qrw1ay-ng5Oxv0CgmlkgnY0gmlwhKwS1XmKbXVsdGlhZGRyc5YACASsEtV5Bo9hAAoErBLVeQaPYt0DgnJzhQADAQAAiXNlY3AyNTZrMaECoyHdyqscpDY5WqN4T9-f3lQ8IsVDyRkuZ_7OUNaLFRCDdGNwgo9hg3VkcIKPY4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36704/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.245.99/tcp/64091/p2p/16Uiu2HAmViEaRqJyUpnJ1Htd1BtWwVFvAioqdnxpMTWBB7PPcygn"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.relay:relay.py:46 Running fixture setup: setup_optional_relay_nodes
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.194.75
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38530', '38531', '38532', '38533', '38534']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 38530:38530 -p 38531:38531 -p 38532:38532 -p 38533:38533 -p 38534:38534 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=38532 --rest-port=38530 --tcp-port=38531 --discv5-udp-port=38533 --rest-address=0.0.0.0 --nat=extip:172.18.194.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adbfbcedfb4bffb9bde112daa63cb748efbe0fb679c78bb1badb2df92f84725b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38534 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGZrRviaIHBmoDlOqA9RocOHIddJa_53RK7bmq5zDMHEWT4bdedcqxTOidUrHa5YBhWqqsm5bdzyLInzsKZCDaECgmlkgnY0gmlwhKwS9WOKbXVsdGlhZGRyc5YACASsEvVjBvpbAAoErBL1Ywb6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaED_WuBlGohtCzMp4Z21L-_seeP9YCqLPLUF5UWxxYKmfuDdGNwgvpbg3VkcIL6XYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.194.75 waku 2017c0de79bdcccd97bb849277ad2b54c712f1df569ab905280b88e1a9557a48
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2017c0de79bd. Setting up logs at ./log/docker/node3_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38530
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38530/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38530/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.75/tcp/38531/p2p/16Uiu2HAkxwhUUE83wYoFPiMfeM39RijeDbos1ggCJbF4pVWUWPFC","/ip4/172.18.194.75/tcp/38532/ws/p2p/16Uiu2HAkxwhUUE83wYoFPiMfeM39RijeDbos1ggCJbF4pVWUWPFC"],"enrUri":"enr:-L24QGi44hR4jDYpLTu2rM_y9FRmWsw9Q3KuYTtOP31fvuM3auNNofMQYvkFrpn2q98k9UjftsH74k2ZAhwp5RlEvk0CgmlkgnY0gmlwhKwSwkuKbXVsdGlhZGRyc5YACASsEsJLBpaDAAoErBLCSwaWhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECNEQsv_pi0eiTcyY-gn3qtPyOCnjBTwVUMF3D2hzBGieDdGNwgpaDg3VkcIKWhYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38530/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.245.99/tcp/64091/p2p/16Uiu2HAmViEaRqJyUpnJ1Htd1BtWwVFvAioqdnxpMTWBB7PPcygn"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.222.132
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60230', '60231', '60232', '60233', '60234']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60230:60230 -p 60231:60231 -p 60232:60232 -p 60233:60233 -p 60234:60234 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=60232 --rest-port=60230 --tcp-port=60231 --discv5-udp-port=60233 --rest-address=0.0.0.0 --nat=extip:172.18.222.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=badd2bce6ff1eab32874a36d71c4ddba6fb8f7ccececd198057842ddbecfb3c1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60234 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGZrRviaIHBmoDlOqA9RocOHIddJa_53RK7bmq5zDMHEWT4bdedcqxTOidUrHa5YBhWqqsm5bdzyLInzsKZCDaECgmlkgnY0gmlwhKwS9WOKbXVsdGlhZGRyc5YACASsEvVjBvpbAAoErBL1Ywb6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaED_WuBlGohtCzMp4Z21L-_seeP9YCqLPLUF5UWxxYKmfuDdGNwgvpbg3VkcIL6XYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.222.132 waku e146c50355491e82fe3cb7d45c5af715b98ef4580b89c4f5cf1270bde87c5acc
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e146c5035549. Setting up logs at ./log/docker/node4_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60230
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60230/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60230/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.132/tcp/60231/p2p/16Uiu2HAmDVJazMnRzBQ4Xcjk5oDkwZjQhDr7xDGBsHqVM8YwKpbX","/ip4/172.18.222.132/tcp/60232/ws/p2p/16Uiu2HAmDVJazMnRzBQ4Xcjk5oDkwZjQhDr7xDGBsHqVM8YwKpbX"],"enrUri":"enr:-L24QAnu4knwSx6cCQdbfTGyGEQF5PPgQjWt0PMNvYOmgmf1H-mXKcy1gCqMm3ZTFXlBEr29xiHHBHJWesJDJYCl8xcCgmlkgnY0gmlwhKwS3oSKbXVsdGlhZGRyc5YACASsEt6EButHAAoErBLehAbrSN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDGB_otApzOa8_yHbSvYe8dDltmPwduT4vH0McpC0cb6DdGNwgutHg3VkcILrSYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60230/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.245.99/tcp/64091/p2p/16Uiu2HAmViEaRqJyUpnJ1Htd1BtWwVFvAioqdnxpMTWBB7PPcygn"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.255.170
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7463', '7464', '7465', '7466', '7467']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7463:7463 -p 7464:7464 -p 7465:7465 -p 7466:7466 -p 7467:7467 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=7465 --rest-port=7463 --tcp-port=7464 --discv5-udp-port=7466 --rest-address=0.0.0.0 --nat=extip:172.18.255.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e09caefcabdb825de9c98c5f61d08dd3b9999ee2a76b98c24fdbe8d67537b9a1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7467 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGZrRviaIHBmoDlOqA9RocOHIddJa_53RK7bmq5zDMHEWT4bdedcqxTOidUrHa5YBhWqqsm5bdzyLInzsKZCDaECgmlkgnY0gmlwhKwS9WOKbXVsdGlhZGRyc5YACASsEvVjBvpbAAoErBL1Ywb6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaED_WuBlGohtCzMp4Z21L-_seeP9YCqLPLUF5UWxxYKmfuDdGNwgvpbg3VkcIL6XYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.255.170 waku 9c017958366b5221cadebbffb9b2ea9fa6651706ecaa4daf76a4d5b3ea754e30
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9c017958366b. Setting up logs at ./log/docker/node5_2026-01-29_04-44-28__2a90ff21-ff10-4a7b-ac5f-7b25964dab3d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7463
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7463/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7463/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.170/tcp/7464/p2p/16Uiu2HAmQhfim7GafAYK6ZswpaHPkwP9bFWLCodedChuKPfZdRUN","/ip4/172.18.255.170/tcp/7465/ws/p2p/16Uiu2HAmQhfim7GafAYK6ZswpaHPkwP9bFWLCodedChuKPfZdRUN"],"enrUri":"enr:-L24QGD1hLI7XDLrhejI53serzgmK9jtqRDvuVk7IIZmrflcb7NfpDWGXq5zwrBC4MBX85PAADiroMswzejQYbgO1V8CgmlkgnY0gmlwhKwS_6qKbXVsdGlhZGRyc5YACASsEv-qBh0oAAoErBL_qgYdKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsvvrtswgbcyDV-qga-glXQZgeKL1-T4e4unN6vTUjXODdGNwgh0og3VkcIIdKoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7463/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.245.99/tcp/64091/p2p/16Uiu2HAmViEaRqJyUpnJ1Htd1BtWwVFvAioqdnxpMTWBB7PPcygn"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64090/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.relay:relay.py:64 Running fixture setup: subscribe_optional_relay_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38530/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60230/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64090/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64090/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874845566976,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874845566976,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38530/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874845566976,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60230/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874845566976,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874845566976,"ephemeral":false,"proof":""}]'
INFO  src.steps.relay:relay.py:71 WARM UP successful!!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64090/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64090/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874974534670,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874974534670,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38530/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874974534670,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60230/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874974534670,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661874974534670,"ephemeral":false,"proof":""}]'
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c6949fb734cc
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64090/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38530/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661875641327104,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60230/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661875641327104,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661875641327104,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 45fa2e59f805
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 2017c0de79bd
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c6949fb734cc. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e146c5035549
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 45fa2e59f805. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 9c017958366b
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2017c0de79bd. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,80 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_from_single_content_topic with id: 2026-01-29_04-33-51__52292796-d2b0-4198-81db-0be2c197502d
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-33-51__52292796-d2b0-4198-81db-0be2c197502d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.141.60
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14357', '14358', '14359', '14360', '14361']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14357:14357 -p 14358:14358 -p 14359:14359 -p 14360:14360 -p 14361:14361 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=14359 --rest-port=14357 --tcp-port=14358 --discv5-udp-port=14360 --rest-address=0.0.0.0 --nat=extip:172.18.141.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ac6b6732afde2ff5b71b5bdb82abb8cffe99b1eded95315809255df12aa3755e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14361 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.141.60 waku 58e5213a8072a811673a5673630cf57f952eeccdc63fbf0b9c54285eb1ada97d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 58e5213a8072. Setting up logs at ./log/docker/node1_2026-01-29_04-33-51__52292796-d2b0-4198-81db-0be2c197502d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14357
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6890f3223a7e. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1f329f5755b8. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14357/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14357/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.60/tcp/14358/p2p/16Uiu2HAmUXqrVbqq9Qdo6HZ94jacrUbtc2f3VGVkcDgmQabThZz8","/ip4/172.18.141.60/tcp/14359/ws/p2p/16Uiu2HAmUXqrVbqq9Qdo6HZ94jacrUbtc2f3VGVkcDgmQabThZz8"],"enrUri":"enr:-L24QBvZ6Ry2Sg9BABXtF_0EdF5uBWbb2T3kGX6OtkAtOZG5bukENhLJCJMiJxYbVTkUpZE_7Png0ICG7HSMqjaEYfwCgmlkgnY0gmlwhKwSjTyKbXVsdGlhZGRyc5YACASsEo08BjgWAAoErBKNPAY4F90DgnJzhQADAQAAiXNlY3AyNTZrMaED6-ZRcqP-ZWpvvKfL5rddfZcT_bVmqKBbPPe18WklFFGDdGNwgjgWg3VkcII4GIV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-33-51__52292796-d2b0-4198-81db-0be2c197502d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.191.193
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35932', '35933', '35934', '35935', '35936']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35932:35932 -p 35933:35933 -p 35934:35934 -p 35935:35935 -p 35936:35936 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=35934 --rest-port=35932 --tcp-port=35933 --discv5-udp-port=35935 --rest-address=0.0.0.0 --nat=extip:172.18.191.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a3fc59cfd37d586a7bb0cddf7a6ee554c6593b07ce701a9d277435b9bdec818a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35936 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBvZ6Ry2Sg9BABXtF_0EdF5uBWbb2T3kGX6OtkAtOZG5bukENhLJCJMiJxYbVTkUpZE_7Png0ICG7HSMqjaEYfwCgmlkgnY0gmlwhKwSjTyKbXVsdGlhZGRyc5YACASsEo08BjgWAAoErBKNPAY4F90DgnJzhQADAQAAiXNlY3AyNTZrMaED6-ZRcqP-ZWpvvKfL5rddfZcT_bVmqKBbPPe18WklFFGDdGNwgjgWg3VkcII4GIV3YWt1MgU --filternode=/ip4/172.18.141.60/tcp/14358/p2p/16Uiu2HAmUXqrVbqq9Qdo6HZ94jacrUbtc2f3VGVkcDgmQabThZz8
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.193 waku 77dcf363278e1eac913ed45e5f57b6d0da874a8f89d3e4d9f29c28bed6b98256
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 77dcf363278e. Setting up logs at ./log/docker/node2_2026-01-29_04-33-51__52292796-d2b0-4198-81db-0be2c197502d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35932
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35932/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35932/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.193/tcp/35933/p2p/16Uiu2HAmLWgN3tKL5SuRW96g12z6SsF2xhdTk46pMP9J2Jm93a5d","/ip4/172.18.191.193/tcp/35934/ws/p2p/16Uiu2HAmLWgN3tKL5SuRW96g12z6SsF2xhdTk46pMP9J2Jm93a5d"],"enrUri":"enr:-L24QLmlT3BpIYgsz1dFC0aJXNLz3UnV8FU0ZzOYEaZSCc_KbV0fU8G1nzn8plnLEUqeaX2VO0wg6zGQMVoKaHVK-YgCgmlkgnY0gmlwhKwSv8GKbXVsdGlhZGRyc5YACASsEr_BBoxdAAoErBK_wQaMXt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdLyC15-0z5r6xIEuDrqwfy27TFBzBYiSyRD03F0rhMCDdGNwgoxdg3VkcIKMX4V3YWt1MgA"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35932/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.60/tcp/14358/p2p/16Uiu2HAmUXqrVbqq9Qdo6HZ94jacrUbtc2f3VGVkcDgmQabThZz8"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14357/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35932/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7ff7f15c-ab1b-47d8-9391-19cb2f808524", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"7ff7f15c-ab1b-47d8-9391-19cb2f808524","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14357/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35932/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1769661233977726313,"ephemeral":false}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:35932/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14357/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35932/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35932/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 58e5213a8072
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 77dcf363278e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,34 @@
WRN 2026-01-29 04:37:19.092+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:37:19.092+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:37:19.093+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:37:19.093+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:37:19.093+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2026-01-29 04:37:19.093+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QOLpBtSxuwGQuwkmgM5-279xWhYinS3MKO6m8gd84AAfTo8adr2AKysy4-dlPdyJ6U5Q8cyu9LWLBCHMdp6YFUgCgmlkgnY0gmlwhKwS9miKbXVsdGlhZGRyc5YACASsEvZoBuzbAAoErBL2aAbs3N0DgnJzhQADAQAAiXNlY3AyNTZrMaECAaQ-MGQkeGWCY5DplLrIkCyMsxHoR8ltVSpFtJrnDjGDdGNwguzbg3VkcILs3YV3YWt1MgQ
NTC 2026-01-29 04:37:19.093+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:30136
INF 2026-01-29 04:37:19.093+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:30136/
INF 2026-01-29 04:37:19.093+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:37:19.093+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:37:19.095+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:37:19.095+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:37:19.095+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:37:19.095+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:37:19.095+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.170.196/tcp/30137, /ip4/172.18.170.196/tcp/30138/ws]"
INF 2026-01-29 04:37:19.095+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:37:19.095+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:37:19.095+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:37:19.095+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:37:19.095+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:37:19.095+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:37:19.095+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:37:19.095+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:37:19.095+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*QtfBH2, seqNo: 1769661439, addresses: [/ip4/172.18.170.196/tcp/30137, /ip4/172.18.170.196/tcp/30138/ws], mixKey: )"
TRC 2026-01-29 04:37:19.095+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:37:19.095+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:37:19.095+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:37:19.096+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:37:19.096+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:37:19.096+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:37:19.096+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:37:19.096+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:37:19.096+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

View File

@ -0,0 +1,83 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_store_with_wrongPeerAddr with id: 2026-01-29_05-05-13__b22f2647-e3ef-42b2-97ae-d9cefb2efe20
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_05-05-13__b22f2647-e3ef-42b2-97ae-d9cefb2efe20__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.43.149
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51353', '51354', '51355', '51356', '51357']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51353:51353 -p 51354:51354 -p 51355:51355 -p 51356:51356 -p 51357:51357 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=51355 --rest-port=51353 --tcp-port=51354 --discv5-udp-port=51356 --rest-address=0.0.0.0 --nat=extip:172.18.43.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcd1aefc95fb05c9d19d72a6097ed0e2c6b5d3e96d1ffddd7eabdefb5a2fb1d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51357 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.43.149 waku 1e97c27df49d2c341491d4873798c3363d24bc4c20375499c356305a35f1abd4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1e97c27df49d. Setting up logs at ./log/docker/publishing_node1_2026-01-29_05-05-13__b22f2647-e3ef-42b2-97ae-d9cefb2efe20__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51353
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f3ba51be8a06. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 758f0e3f9411. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51353/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51353/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.149/tcp/51354/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS","/ip4/172.18.43.149/tcp/51355/ws/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS"],"enrUri":"enr:-L24QCbqGMF7H_YZ8HUUanWl3OP5Z4pNmUU9yrKoHaea4iz3WQgX1bVhcMCRUAeSgYwmyxrg2o1HYc6Ucglt5F_2dQsCgmlkgnY0gmlwhKwSK5WKbXVsdGlhZGRyc5YACASsEiuVBsiaAAoErBIrlQbIm90DgnJzhQADAQAAiXNlY3AyNTZrMaECVo6n7A-nCyRr6jpwocznKol3pO6IsurjBlLQGKZpnI-DdGNwgsiag3VkcILInIV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_05-05-13__b22f2647-e3ef-42b2-97ae-d9cefb2efe20__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.1.38
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9229', '9230', '9231', '9232', '9233']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9229:9229 -p 9230:9230 -p 9231:9231 -p 9232:9232 -p 9233:9233 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=9231 --rest-port=9229 --tcp-port=9230 --discv5-udp-port=9232 --rest-address=0.0.0.0 --nat=extip:172.18.1.38 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=237aa0ca9b3cd2f3fb81aebd9c20aab34a6d451c9c72ebc8b2c25e97c93a5dfa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9233 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbqGMF7H_YZ8HUUanWl3OP5Z4pNmUU9yrKoHaea4iz3WQgX1bVhcMCRUAeSgYwmyxrg2o1HYc6Ucglt5F_2dQsCgmlkgnY0gmlwhKwSK5WKbXVsdGlhZGRyc5YACASsEiuVBsiaAAoErBIrlQbIm90DgnJzhQADAQAAiXNlY3AyNTZrMaECVo6n7A-nCyRr6jpwocznKol3pO6IsurjBlLQGKZpnI-DdGNwgsiag3VkcILInIV3YWt1MgM --storenode=/ip4/172.18.43.149/tcp/51354/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.1.38 waku 1a82268f798efdf9ecfbe6e8816672917ade1ec773c4eb431bfa38c5b05805c4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1a82268f798e. Setting up logs at ./log/docker/store_node1_2026-01-29_05-05-13__b22f2647-e3ef-42b2-97ae-d9cefb2efe20__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9229
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9229/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9229/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.38/tcp/9230/p2p/16Uiu2HAmT9SwzxgoGPgbNQhWp343GuCgJs7PiSuzCH472GLW4cLa","/ip4/172.18.1.38/tcp/9231/ws/p2p/16Uiu2HAmT9SwzxgoGPgbNQhWp343GuCgJs7PiSuzCH472GLW4cLa"],"enrUri":"enr:-L24QPuaaNNyMbA_VViSA8-8Hy4MFt-UoUYClfOEFFo49V9bF8Jdji3hWwFDhtkTpASf81nRiagWwDbg0mABXu7AZ6oCgmlkgnY0gmlwhKwSASaKbXVsdGlhZGRyc5YACASsEgEmBiQOAAoErBIBJgYkD90DgnJzhQADAQAAiXNlY3AyNTZrMaED1030X_bwRUKafOZ8ectE-vpHYMa1tm9WTPHF4GAqOMODdGNwgiQOg3VkcIIkEIV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9229/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.43.149/tcp/51354/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51353/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9229/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51353/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  tests.store.test_api_flags:test_api_flags.py:23 Running test with wrong_peer_addr: ip4/172.18.43.149/tcp/51354/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9229/store/v3/messages?peerAddr=ip4%2F172.18.43.149%2Ftcp%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:9229/store/v3/messages?peerAddr=ip4%2F172.18.43.149%2Ftcp%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Invalid MultiAddress, must start with `/`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:28 Response with wrong peer address is Error: 400 Client Error: Bad Request for url: http://127.0.0.1:9229/store/v3/messages?peerAddr=ip4%2F172.18.43.149%2Ftcp%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0 with response: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Invalid MultiAddress, must start with `/`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:32 Running test with wrong_peer_addr /ip4/172.18.43.149/tcp/51354/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5ae
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9229/store/v3/messages?peerAddr=%2Fip4%2F172.18.43.149%2Ftcp%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5ae&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:9229/store/v3/messages?peerAddr=%2Fip4%2F172.18.43.149%2Ftcp%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5ae&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Error encoding `p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5ae`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:37 Response with wrong peer id is Error: 400 Client Error: Bad Request for url: http://127.0.0.1:9229/store/v3/messages?peerAddr=%2Fip4%2F172.18.43.149%2Ftcp%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5ae&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0 with response: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Error encoding `p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5ae`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:42 logger is /ip4/172.18.43.149/51354/p2p/16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9229/store/v3/messages?peerAddr=%2Fip4%2F172.18.43.149%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:9229/store/v3/messages?peerAddr=%2Fip4%2F172.18.43.149%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b"Failed parsing remote peer info: MultiAddress.init [multiaddress: Unsupported protocol '51354']"
DEBUG  tests.store.test_api_flags:test_api_flags.py:47 Response with wrong peer address is Error: 400 Client Error: Bad Request for url: http://127.0.0.1:9229/store/v3/messages?peerAddr=%2Fip4%2F172.18.43.149%2F51354%2Fp2p%2F16Uiu2HAm1FZCzniDjiVPwVU4wrYw19sMgUcCTE2Gao56HjkQ5aeS&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0 with response: b"Failed parsing remote peer info: MultiAddress.init [multiaddress: Unsupported protocol '51354']"
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 1e97c27df49d
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 1a82268f798e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,68 @@
2026-01-29 04:37:02.475 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:37:02.476 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_extra_field with id: 2026-01-29_04-37-02__7f4bc64a-d00f-4763-b314-a7ed49a43b7b
2026-01-29 04:37:02.476 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:37:02.476 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:37:02.476 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2026-01-29 04:37:02.483 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:37:02.483 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-37-02__7f4bc64a-d00f-4763-b314-a7ed49a43b7b__wakuorg_nwaku:latest.log
2026-01-29 04:37:02.483 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:37:02.483 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:37:02.484 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:37:02.485 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.237
2026-01-29 04:37:02.485 DEBUG [src.node.docker_mananger] Generated ports ['27851', '27852', '27853', '27854', '27855']
2026-01-29 04:37:02.485 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:37:02.485 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:37:02.485 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:37:02.485 DEBUG [src.node.docker_mananger] docker run -i -t -p 27851:27851 -p 27852:27852 -p 27853:27853 -p 27854:27854 -p 27855:27855 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=27853 --rest-port=27851 --tcp-port=27852 --discv5-udp-port=27854 --rest-address=0.0.0.0 --nat=extip:172.18.233.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c37fc99e6cce28a6dd4fb314aa32be48ecdf9c6834e494b3accfe8e7a18193b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27855 --metrics-logging=true --relay=true --filter=true
2026-01-29 04:37:02.665 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.237 waku 91b50ce41845aa771b0dafc182a73504171a3d30b3345ecd092f95061fefd785
2026-01-29 04:37:02.696 DEBUG [src.node.docker_mananger] Container started with ID 91b50ce41845. Setting up logs at ./log/docker/node1_2026-01-29_04-37-02__7f4bc64a-d00f-4763-b314-a7ed49a43b7b__wakuorg_nwaku:latest.log
2026-01-29 04:37:02.698 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27851
2026-01-29 04:37:02.698 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:37:02.732 ERROR [src.node.docker_mananger] Max retries reached for container da98264b6235. Exiting log stream.
2026-01-29 04:37:03.274 ERROR [src.node.docker_mananger] Max retries reached for container 1ee7c32b85a0. Exiting log stream.
2026-01-29 04:37:03.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27851/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:03.702 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:37:03.702 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:37:03.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27851/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:03.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.237/tcp/27852/p2p/16Uiu2HAmQbtVboujs4psXjXyDXGsnkJsNFtXVyU3rvA6DJ3kLih9","/ip4/172.18.233.237/tcp/27853/ws/p2p/16Uiu2HAmQbtVboujs4psXjXyDXGsnkJsNFtXVyU3rvA6DJ3kLih9"],"enrUri":"enr:-L24QKBHUPp7DxbebaB6qLyg94I0E6bfCCXuRlXtK5WRqqNqELfpNnaW_LuzPN7ntwE2e6C2uMuA5nu_udNvehtLwAgCgmlkgnY0gmlwhKwS6e2KbXVsdGlhZGRyc5YACASsEuntBmzMAAoErBLp7QZszd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsYDg5Mx8nkU9ammb6Y6hgo5Nxab3bh_LC5aOqIUZxQSDdGNwgmzMg3VkcIJszoV3YWt1MgU"}'
2026-01-29 04:37:03.705 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:37:03.705 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2026-01-29 04:37:03.711 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:37:03.711 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-37-02__7f4bc64a-d00f-4763-b314-a7ed49a43b7b__wakuorg_nwaku:latest.log
2026-01-29 04:37:03.712 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:37:03.712 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:37:03.713 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:37:03.713 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.169
2026-01-29 04:37:03.713 DEBUG [src.node.docker_mananger] Generated ports ['9261', '9262', '9263', '9264', '9265']
2026-01-29 04:37:03.714 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:37:03.714 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:37:03.714 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:37:03.714 DEBUG [src.node.docker_mananger] docker run -i -t -p 9261:9261 -p 9262:9262 -p 9263:9263 -p 9264:9264 -p 9265:9265 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=9263 --rest-port=9261 --tcp-port=9262 --discv5-udp-port=9264 --rest-address=0.0.0.0 --nat=extip:172.18.5.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0aa1bfbfd97a4f4f3e0a4f588bd4df28f45df0fe6901bc66a5e38ff94adf6a31 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9265 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKBHUPp7DxbebaB6qLyg94I0E6bfCCXuRlXtK5WRqqNqELfpNnaW_LuzPN7ntwE2e6C2uMuA5nu_udNvehtLwAgCgmlkgnY0gmlwhKwS6e2KbXVsdGlhZGRyc5YACASsEuntBmzMAAoErBLp7QZszd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsYDg5Mx8nkU9ammb6Y6hgo5Nxab3bh_LC5aOqIUZxQSDdGNwgmzMg3VkcIJszoV3YWt1MgU --filternode=/ip4/172.18.233.237/tcp/27852/p2p/16Uiu2HAmQbtVboujs4psXjXyDXGsnkJsNFtXVyU3rvA6DJ3kLih9
2026-01-29 04:37:03.900 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.169 waku 3b088056ca776935d9a1c8da4586a26aaa6086152ad4254d0bb1dfbf3ede4030
2026-01-29 04:37:03.930 DEBUG [src.node.docker_mananger] Container started with ID 3b088056ca77. Setting up logs at ./log/docker/node2_2026-01-29_04-37-02__7f4bc64a-d00f-4763-b314-a7ed49a43b7b__wakuorg_nwaku:latest.log
2026-01-29 04:37:03.930 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9261
2026-01-29 04:37:03.931 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:37:04.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9261/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:37:04.935 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:37:04.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9261/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.169/tcp/9262/p2p/16Uiu2HAm8vWLgNSqijon3ViytcKoQrTsqg6MX3mn5JJgg2ij1i2G","/ip4/172.18.5.169/tcp/9263/ws/p2p/16Uiu2HAm8vWLgNSqijon3ViytcKoQrTsqg6MX3mn5JJgg2ij1i2G"],"enrUri":"enr:-L24QDR7D0wx7CVYph6gutpiwG7ZeeYGisXAPfn2A0onoB3rTxQ0vK2AnfnT01ouTBq-et1iR7BHQEHPyXgf1pV5tHUCgmlkgnY0gmlwhKwSBamKbXVsdGlhZGRyc5YACASsEgWpBiQuAAoErBIFqQYkL90DgnJzhQADAQAAiXNlY3AyNTZrMaECyIrfpvtu6ewZ0FopMefNM2n5sl7ucaT_yE6IA_JqKw2DdGNwgiQug3VkcIIkMIV3YWt1MgA"}'
2026-01-29 04:37:04.938 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:37:04.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9261/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.233.237/tcp/27852/p2p/16Uiu2HAmQbtVboujs4psXjXyDXGsnkJsNFtXVyU3rvA6DJ3kLih9"]'
2026-01-29 04:37:04.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:04.971 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2026-01-29 04:37:04.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27851/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:37:04.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:04.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9261/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7db2badd-b198-40ae-ab89-3a8722f8987a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2026-01-29 04:37:04.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7db2badd-b198-40ae-ab89-3a8722f8987a","statusDesc":"OK"}'
2026-01-29 04:37:04.994 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:9261/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1", "extraField": "extraValue"}'
2026-01-29 04:37:04.997 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:9261/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
2026-01-29 04:37:04.999 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:37:05.000 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:37:05.000 DEBUG [src.node.waku_node] Stopping container with id 91b50ce41845
2026-01-29 04:37:05.542 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:37:05.542 DEBUG [src.node.waku_node] Stopping container with id 3b088056ca77
2026-01-29 04:37:06.044 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:37:06.046 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:37:06.051 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:37:06.055 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,237 @@
2026-01-29 04:33:25.812 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:33:25.812 DEBUG [tests.conftest] Running test: test_latency_with_load_sender_side with id: 2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93
2026-01-29 04:33:25.812 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:33:25.812 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:33:25.819 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:33:25.820 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:25.826 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:33:25.826 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:25.833 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:33:25.833 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:25.839 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:33:25.839 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:25.839 INFO [tests.e2e.test_network_conditions] Starting 4 nodes with relay enabled
2026-01-29 04:33:25.840 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:33:25.840 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:33:25.841 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:33:25.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.138
2026-01-29 04:33:25.841 DEBUG [src.node.docker_mananger] Generated ports ['23936', '23937', '23938', '23939', '23940']
2026-01-29 04:33:25.841 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:33:25.842 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:33:25.842 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:33:25.842 DEBUG [src.node.docker_mananger] docker run -i -t -p 23936:23936 -p 23937:23937 -p 23938:23938 -p 23939:23939 -p 23940:23940 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=23938 --rest-port=23936 --tcp-port=23937 --discv5-udp-port=23939 --rest-address=0.0.0.0 --nat=extip:172.18.195.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f0be34edad34bcacbfedcfe272cecd7edfc6d5b62a4b2dcc01a57bcf00214e20 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23940 --metrics-logging=true --relay=true
2026-01-29 04:33:25.872 ERROR [src.node.docker_mananger] Max retries reached for container c0f010c5edaf. Exiting log stream.
2026-01-29 04:33:26.022 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.138 waku 63f97e70da03cc45211ed879c3dbcaf1e14b32d9e7d6c900db99a5ab10e59b4a
2026-01-29 04:33:26.052 DEBUG [src.node.docker_mananger] Container started with ID 63f97e70da03. Setting up logs at ./log/docker/node1_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:26.053 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23936
2026-01-29 04:33:26.053 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:33:26.417 ERROR [src.node.docker_mananger] Max retries reached for container 5d59902ccfaf. Exiting log stream.
2026-01-29 04:33:27.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23936/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:27.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:33:27.057 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:33:27.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23936/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:27.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.138/tcp/23937/p2p/16Uiu2HAm7ZfMRrHi5nJmVgRiyhgVVnckVvxdfVf13EdFBdGm8XHf","/ip4/172.18.195.138/tcp/23938/ws/p2p/16Uiu2HAm7ZfMRrHi5nJmVgRiyhgVVnckVvxdfVf13EdFBdGm8XHf"],"enrUri":"enr:-L24QG8v9BKg02UzHcoaRdxS23zwdqxCjQovYoUDYruq2jUZTIdE6YoDwu6vIX_keL92ifbv__qtquIUCdvJwWA9NXQCgmlkgnY0gmlwhKwSw4qKbXVsdGlhZGRyc5YACASsEsOKBl2BAAoErBLDigZdgt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtFguQH-g8xeIxBesahhvuQy3ui04JVDXb7bKtDTZrDaDdGNwgl2Bg3VkcIJdg4V3YWt1MgE"}'
2026-01-29 04:33:27.060 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:33:27.060 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:33:27.060 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:33:27.062 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:33:27.062 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.109
2026-01-29 04:33:27.062 DEBUG [src.node.docker_mananger] Generated ports ['15870', '15871', '15872', '15873', '15874']
2026-01-29 04:33:27.062 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:33:27.063 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:33:27.063 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:33:27.063 DEBUG [src.node.docker_mananger] docker run -i -t -p 15870:15870 -p 15871:15871 -p 15872:15872 -p 15873:15873 -p 15874:15874 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=15872 --rest-port=15870 --tcp-port=15871 --discv5-udp-port=15873 --rest-address=0.0.0.0 --nat=extip:172.18.208.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=157c6b1d9bfcaaeb4d0b0c1a7595f9bbadfb797cfc6e0aff07bc9cab71c1ea03 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15874 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QG8v9BKg02UzHcoaRdxS23zwdqxCjQovYoUDYruq2jUZTIdE6YoDwu6vIX_keL92ifbv__qtquIUCdvJwWA9NXQCgmlkgnY0gmlwhKwSw4qKbXVsdGlhZGRyc5YACASsEsOKBl2BAAoErBLDigZdgt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtFguQH-g8xeIxBesahhvuQy3ui04JVDXb7bKtDTZrDaDdGNwgl2Bg3VkcIJdg4V3YWt1MgE
2026-01-29 04:33:27.246 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.109 waku 47ffc0bff56741261a1288ded258b0aef99b724d9d51d0ca4cc425636424c164
2026-01-29 04:33:27.274 DEBUG [src.node.docker_mananger] Container started with ID 47ffc0bff567. Setting up logs at ./log/docker/node2_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:27.275 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15870
2026-01-29 04:33:27.275 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:33:28.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15870/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:28.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:33:28.296 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:33:28.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15870/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:28.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.109/tcp/15871/p2p/16Uiu2HAmEgqJtxFYEgkeLag66twJB9Rh8nZeA8QhR8LWgLhKXj23","/ip4/172.18.208.109/tcp/15872/ws/p2p/16Uiu2HAmEgqJtxFYEgkeLag66twJB9Rh8nZeA8QhR8LWgLhKXj23"],"enrUri":"enr:-L24QEQOYJKnXQdhUvnGv3rvyZwvAhk7uxVvBvYHl3YIkRZ7XLTJ2LdSrO1ESpIKVQE_h-QXCvHEYBgKT8a3hxmd0xQCgmlkgnY0gmlwhKwS0G2KbXVsdGlhZGRyc5YACASsEtBtBj3_AAoErBLQbQY-AN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHjBP_r3mM0krItCVaYo4PdR6Z9huI34lyRC-f0PAfDSDdGNwgj3_g3VkcII-AYV3YWt1MgE"}'
2026-01-29 04:33:28.304 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:33:28.304 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:33:28.304 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:33:28.305 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:33:28.306 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.198
2026-01-29 04:33:28.306 DEBUG [src.node.docker_mananger] Generated ports ['4281', '4282', '4283', '4284', '4285']
2026-01-29 04:33:28.306 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:33:28.306 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:33:28.306 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:33:28.306 DEBUG [src.node.docker_mananger] docker run -i -t -p 4281:4281 -p 4282:4282 -p 4283:4283 -p 4284:4284 -p 4285:4285 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=4283 --rest-port=4281 --tcp-port=4282 --discv5-udp-port=4284 --rest-address=0.0.0.0 --nat=extip:172.18.157.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=65afa5ca75a242def910e45e993f9d781ce1d5834dc18850d00acdd18ceefc23 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4285 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QG8v9BKg02UzHcoaRdxS23zwdqxCjQovYoUDYruq2jUZTIdE6YoDwu6vIX_keL92ifbv__qtquIUCdvJwWA9NXQCgmlkgnY0gmlwhKwSw4qKbXVsdGlhZGRyc5YACASsEsOKBl2BAAoErBLDigZdgt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtFguQH-g8xeIxBesahhvuQy3ui04JVDXb7bKtDTZrDaDdGNwgl2Bg3VkcIJdg4V3YWt1MgE
2026-01-29 04:33:28.484 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.198 waku 9961222890dac81317178a542e71b74e28d5da5c0d51ebe2fa24527113ccf3b7
2026-01-29 04:33:28.514 DEBUG [src.node.docker_mananger] Container started with ID 9961222890da. Setting up logs at ./log/docker/node3_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:28.514 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4281
2026-01-29 04:33:28.515 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:33:29.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4281/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:29.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:33:29.529 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:33:29.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4281/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:29.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.198/tcp/4282/p2p/16Uiu2HAmEAFL1JZz85afT5X6y6t8y5AQrLwsDvicm1TPGxDeFsGt","/ip4/172.18.157.198/tcp/4283/ws/p2p/16Uiu2HAmEAFL1JZz85afT5X6y6t8y5AQrLwsDvicm1TPGxDeFsGt"],"enrUri":"enr:-L24QKn5p7Jfp4lJ5hZAJFnXN4G7D5Ac8NNEJ-WKis4p51SqHWYPYx_URNKI2ioNyYkHuJFFQ2aPNmYyw0CejstDrWYCgmlkgnY0gmlwhKwSncaKbXVsdGlhZGRyc5YACASsEp3GBhC6AAoErBKdxgYQu90DgnJzhQADAQAAiXNlY3AyNTZrMaEDFlp3RjpA8rEEtx0juvftK98ZjCa1je4Zb3-P1TaKKOGDdGNwghC6g3VkcIIQvIV3YWt1MgE"}'
2026-01-29 04:33:29.538 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:33:29.538 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:33:29.538 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:33:29.540 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:33:29.540 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.44
2026-01-29 04:33:29.540 DEBUG [src.node.docker_mananger] Generated ports ['19073', '19074', '19075', '19076', '19077']
2026-01-29 04:33:29.540 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:33:29.540 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:33:29.540 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:33:29.541 DEBUG [src.node.docker_mananger] docker run -i -t -p 19073:19073 -p 19074:19074 -p 19075:19075 -p 19076:19076 -p 19077:19077 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=19075 --rest-port=19073 --tcp-port=19074 --discv5-udp-port=19076 --rest-address=0.0.0.0 --nat=extip:172.18.66.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=46ddda085a29ac6c7e5ab01ebebc566fcf3a372b53efc9eb1b2fbf36af5de445 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19077 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QG8v9BKg02UzHcoaRdxS23zwdqxCjQovYoUDYruq2jUZTIdE6YoDwu6vIX_keL92ifbv__qtquIUCdvJwWA9NXQCgmlkgnY0gmlwhKwSw4qKbXVsdGlhZGRyc5YACASsEsOKBl2BAAoErBLDigZdgt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtFguQH-g8xeIxBesahhvuQy3ui04JVDXb7bKtDTZrDaDdGNwgl2Bg3VkcIJdg4V3YWt1MgE
2026-01-29 04:33:29.720 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.44 waku df15e8b86ac9af72c8d2d0c5e0baee3c374505010fc0e862336804d7bbd29d17
2026-01-29 04:33:29.749 DEBUG [src.node.docker_mananger] Container started with ID df15e8b86ac9. Setting up logs at ./log/docker/node4_2026-01-29_04-33-25__9b9e50e9-dda1-4e8b-bc84-73cbf4ef1a93__wakuorg_nwaku:latest.log
2026-01-29 04:33:29.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19073
2026-01-29 04:33:29.749 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:33:30.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19073/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:30.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:33:30.762 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:33:30.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19073/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:30.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.44/tcp/19074/p2p/16Uiu2HAmN5gm5zPFumHEVqbvmDrSd1tsH65XGCC5uR2auVoeBp6w","/ip4/172.18.66.44/tcp/19075/ws/p2p/16Uiu2HAmN5gm5zPFumHEVqbvmDrSd1tsH65XGCC5uR2auVoeBp6w"],"enrUri":"enr:-L24QCWtuXKBae3eHe7Yu5y1kkLtUZCTOs8QYvoAHQ32yaq2F0UFhgzF2621aOYk_ARQnux7m06852cFiXh4Xgvfb08CgmlkgnY0gmlwhKwSQiyKbXVsdGlhZGRyc5YACASsEkIsBkqCAAoErBJCLAZKg90DgnJzhQADAQAAiXNlY3AyNTZrMaEDjAzQVmZJBt5V7KR3tujPU8874qpSEKuXET8X4IAYwpSDdGNwgkqCg3VkcIJKhIV3YWt1MgE"}'
2026-01-29 04:33:30.766 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:33:30.767 INFO [tests.e2e.test_network_conditions] Subscribing all nodes to relay topic
2026-01-29 04:33:30.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:33:30.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:30.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15870/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:33:30.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:30.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4281/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:33:30.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:30.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19073/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:33:30.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:33:30.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23936/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:30.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.208.109/tcp/44638/p2p/16Uiu2HAmEgqJtxFYEgkeLag66twJB9Rh8nZeA8QhR8LWgLhKXj23","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.66.44/tcp/40062/p2p/16Uiu2HAmN5gm5zPFumHEVqbvmDrSd1tsH65XGCC5uR2auVoeBp6w","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.157.198/tcp/36804/p2p/16Uiu2HAmEAFL1JZz85afT5X6y6t8y5AQrLwsDvicm1TPGxDeFsGt","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:33:30.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15870/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:30.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.138/tcp/23937/p2p/16Uiu2HAm7ZfMRrHi5nJmVgRiyhgVVnckVvxdfVf13EdFBdGm8XHf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:33:30.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4281/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:30.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.138/tcp/23937/p2p/16Uiu2HAm7ZfMRrHi5nJmVgRiyhgVVnckVvxdfVf13EdFBdGm8XHf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:33:30.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19073/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:33:30.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.138/tcp/23937/p2p/16Uiu2HAm7ZfMRrHi5nJmVgRiyhgVVnckVvxdfVf13EdFBdGm8XHf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:33:30.804 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-29 04:34:00.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19073/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:00.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-01-29 04:34:00.808 INFO [tests.e2e.test_network_conditions] Applying 3000ms latency on sender node1
2026-01-29 04:34:00.809 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6679', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:34:00.820 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6679', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:34:00.830 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6679', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '3000ms']
2026-01-29 04:34:00.839 INFO [tests.e2e.test_network_conditions] Sending 50 messages from node1
2026-01-29 04:34:00.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:06.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:06.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:12.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:12.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:18.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:18.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:24.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:24.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:30.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:30.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:36.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:36.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:42.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:42.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:48.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:48.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:34:54.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:54.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:00.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:00.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:06.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:06.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:12.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:12.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:18.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:18.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:24.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:24.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:30.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:30.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:36.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:36.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:42.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:42.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:48.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:48.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:35:54.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:54.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:00.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:00.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:06.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:06.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:12.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:12.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:18.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:18.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:24.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:24.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:30.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:30.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:37.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:37.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:43.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:43.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:49.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:49.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:36:55.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:55.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:01.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:01.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:07.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:07.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:13.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:13.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:19.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:19.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:25.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:25.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:31.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:31.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:37.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:37.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:43.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:43.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:49.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:49.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:37:55.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:37:55.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:01.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:01.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:07.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:07.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:13.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:19.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:19.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:25.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:25.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:31.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:31.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:37.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:37.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:43.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:43.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:49.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:49.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:55.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:55.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23936/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:39:01.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:01.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19073/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.176 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-29 04:39:01.176 INFO [tests.e2e.test_network_conditions] Node4 received 50 messages (min_expected=25.0, total_sent=50)
2026-01-29 04:39:01.178 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6679', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:39:01.188 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:39:01.189 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:39:01.189 DEBUG [src.node.waku_node] Stopping container with id 63f97e70da03
2026-01-29 04:39:01.749 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:01.749 DEBUG [src.node.waku_node] Stopping container with id 47ffc0bff567
2026-01-29 04:39:02.290 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:02.291 DEBUG [src.node.waku_node] Stopping container with id 9961222890da
2026-01-29 04:39:02.566 ERROR [src.node.docker_mananger] Max retries reached for container 63f97e70da03. Exiting log stream.
2026-01-29 04:39:02.822 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:02.824 DEBUG [src.node.waku_node] Stopping container with id df15e8b86ac9
2026-01-29 04:39:03.389 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:03.391 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:39:03.613 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:04.087 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:04.326 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:04.571 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:04.573 ERROR [src.node.docker_mananger] Max retries reached for container 9961222890da. Exiting log stream.

View File

@ -0,0 +1,188 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_page_size_0_defaults_to_20 with id: 2026-01-29_04-53-24__729b7f60-4c8d-4d23-a730-4ac9d4519957
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-53-24__729b7f60-4c8d-4d23-a730-4ac9d4519957__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.126.103
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10463', '10464', '10465', '10466', '10467']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 10463:10463 -p 10464:10464 -p 10465:10465 -p 10466:10466 -p 10467:10467 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=10465 --rest-port=10463 --tcp-port=10464 --discv5-udp-port=10466 --rest-address=0.0.0.0 --nat=extip:172.18.126.103 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a106a7b1ced950c384f2b7cf65c7f6cbeb4bbaaca6a3a6d421b3c0e1db4fcf5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10467 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.126.103 waku 202f1774331d8bd5728185e1905044ceab789b504858192bfc32f36cba9822f1
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 202f1774331d. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-53-24__729b7f60-4c8d-4d23-a730-4ac9d4519957__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10463
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0008d57c9f78. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 07cc662cfc8f. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10463/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10463/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.103/tcp/10464/p2p/16Uiu2HAkuxRix85Tm6QUyNLQTfM9uL1y7R1m4qQ8xVgBwYf72VS2","/ip4/172.18.126.103/tcp/10465/ws/p2p/16Uiu2HAkuxRix85Tm6QUyNLQTfM9uL1y7R1m4qQ8xVgBwYf72VS2"],"enrUri":"enr:-L24QHlISbpcfwnz3JlcQOwfYBozKAd89l_BmwfbrfxAEU2Rc2GYOeCgdDref40dJRig7xeYhcCB5OduZlg5KiQMNCsCgmlkgnY0gmlwhKwSfmeKbXVsdGlhZGRyc5YACASsEn5nBijgAAoErBJ-ZwYo4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECB-DiySBl-Xtorts7-_qrB_ynzsHTS48-vv5Cuoz_xKODdGNwgijgg3VkcIIo4oV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-53-24__729b7f60-4c8d-4d23-a730-4ac9d4519957__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.131.180
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2451', '2452', '2453', '2454', '2455']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2451:2451 -p 2452:2452 -p 2453:2453 -p 2454:2454 -p 2455:2455 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=2453 --rest-port=2451 --tcp-port=2452 --discv5-udp-port=2454 --rest-address=0.0.0.0 --nat=extip:172.18.131.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1df4a0bedfdbeecfe697e51bb4d38a98656d75c9bc9ff5d418f71e1bebcc0bae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2455 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHlISbpcfwnz3JlcQOwfYBozKAd89l_BmwfbrfxAEU2Rc2GYOeCgdDref40dJRig7xeYhcCB5OduZlg5KiQMNCsCgmlkgnY0gmlwhKwSfmeKbXVsdGlhZGRyc5YACASsEn5nBijgAAoErBJ-ZwYo4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECB-DiySBl-Xtorts7-_qrB_ynzsHTS48-vv5Cuoz_xKODdGNwgijgg3VkcIIo4oV3YWt1MgM --storenode=/ip4/172.18.126.103/tcp/10464/p2p/16Uiu2HAkuxRix85Tm6QUyNLQTfM9uL1y7R1m4qQ8xVgBwYf72VS2 --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.131.180 waku dc65c570ca62a28397ca8386ad06eff2afb13e5288b14164919bcb42b107c010
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID dc65c570ca62. Setting up logs at ./log/docker/store_node1_2026-01-29_04-53-24__729b7f60-4c8d-4d23-a730-4ac9d4519957__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2451
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2451/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2451/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.131.180/tcp/2452/p2p/16Uiu2HAmD6gb4BuyfZadrYQyJD1uuTLm1TbEK94cybsaeN541Chb","/ip4/172.18.131.180/tcp/2453/ws/p2p/16Uiu2HAmD6gb4BuyfZadrYQyJD1uuTLm1TbEK94cybsaeN541Chb"],"enrUri":"enr:-L24QOXJe7JW5L2wKEI9JHG5Ad2BduMM4P71fxUzDHzDO5HwBhVtlTxe8s9MoiLQe2ueWplC53J2BZph_89D3sdjjjcCgmlkgnY0gmlwhKwSg7SKbXVsdGlhZGRyc5YACASsEoO0BgmUAAoErBKDtAYJld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBpUESM5viFOtdpBYFXZHsroLBNLPk9TfsbXn2sLYbC6DdGNwggmUg3VkcIIJloV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2451/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.126.103/tcp/10464/p2p/16Uiu2HAkuxRix85Tm6QUyNLQTfM9uL1y7R1m4qQ8xVgBwYf72VS2"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2451/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:10463/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10463/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=0&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf3da451b4b6e7f4c932c2f3af9876451d6cb23f1177a48359d69e87a748fc386"},{"messageHash":"0xb7d1c0fc169bd8af06145a41e83a26f66d677dc7f8e60b048b10844c94d75171"},{"messageHash":"0x3b7b95325662720db1dfa1b1b2970fca98657e4d9d6967196bede02617a5da33"},{"messageHash":"0x0ddaf7dbdf0f6a298e03d5c319d9438b85f4c13928eee87163c2fb75dfb3ac31"},{"messageHash":"0xbd5632d38aacbf379d9d7834df522ef4fcb42e88be5caf408e658f56cf51361d"},{"messageHash":"0x27b288c82ea6e027d824398dc5f7bff184b4f71b9c7417e8945c3a651d4460be"},{"messageHash":"0x707dcea9a4699e12e0ab856c83adebff794f64b007f5b2ca40b76f67cb44106c"},{"messageHash":"0xaffceb43d0de668137953ddd28568411a236bf1daa6e04b4b9a4645f52f83c16"},{"messageHash":"0x7ecb971403b3dada88f4c9367d66f0cc3c0b3ee8e47a208cbb0ccc2b4bbe4744"},{"messageHash":"0x18df3c16a38824852479c1111787e8cff1cb4d30b1510c3b3f944cb88a95865f"},{"messageHash":"0xdcbd4206ebec64673c17a68e84a11ad7cb7afc258f37c18be0a7d215cd5d4afd"},{"messageHash":"0x99fc6230a3db35aa8b25239380d73995ebc874e0329bfea56a4e940407e9d5c0"},{"messageHash":"0x2bbffb12ac45c1fd092ded224cd811d99d5510a785a12e98a1189980a5e8c845"},{"messageHash":"0x465f61c77f419f7800b2433d6c12cbef26817fcfbbc457a8e5173b958ddffdce"},{"messageHash":"0xd312621c4c36bf0b9a621e149eafa5189533a8c569bc92a6a237b38da4998cc7"},{"messageHash":"0x141569a52c88dba2b1f0a656e820d553d84cc3bc9c5f8fd969c416e4925b7524"},{"messageHash":"0x235d155e182dfc35c706fd707a6c6bf6590c5b598783a2770f3e7496dd66a061"},{"messageHash":"0x5a5ec3a59034d01b47b3c24e5256c4c2612dc5fe484bd1c0c762e34029accb3e"},{"messageHash":"0x6a7185aa66be4c031adf2addb14c9cfd9f4fae385ab098318001f55b51f76ae6"},{"messageHash":"0x2dbe2891b6acfe1dfff734f335dcb93bacf85833af669839cf3d083790cee4dc"}],"paginationCursor":"0x2dbe2891b6acfe1dfff734f335dcb93bacf85833af669839cf3d083790cee4dc"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2451/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=0&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf3da451b4b6e7f4c932c2f3af9876451d6cb23f1177a48359d69e87a748fc386"},{"messageHash":"0xb7d1c0fc169bd8af06145a41e83a26f66d677dc7f8e60b048b10844c94d75171"},{"messageHash":"0x3b7b95325662720db1dfa1b1b2970fca98657e4d9d6967196bede02617a5da33"},{"messageHash":"0x0ddaf7dbdf0f6a298e03d5c319d9438b85f4c13928eee87163c2fb75dfb3ac31"},{"messageHash":"0xbd5632d38aacbf379d9d7834df522ef4fcb42e88be5caf408e658f56cf51361d"},{"messageHash":"0x27b288c82ea6e027d824398dc5f7bff184b4f71b9c7417e8945c3a651d4460be"},{"messageHash":"0x707dcea9a4699e12e0ab856c83adebff794f64b007f5b2ca40b76f67cb44106c"},{"messageHash":"0xaffceb43d0de668137953ddd28568411a236bf1daa6e04b4b9a4645f52f83c16"},{"messageHash":"0x7ecb971403b3dada88f4c9367d66f0cc3c0b3ee8e47a208cbb0ccc2b4bbe4744"},{"messageHash":"0x18df3c16a38824852479c1111787e8cff1cb4d30b1510c3b3f944cb88a95865f"},{"messageHash":"0xdcbd4206ebec64673c17a68e84a11ad7cb7afc258f37c18be0a7d215cd5d4afd"},{"messageHash":"0x99fc6230a3db35aa8b25239380d73995ebc874e0329bfea56a4e940407e9d5c0"},{"messageHash":"0x2bbffb12ac45c1fd092ded224cd811d99d5510a785a12e98a1189980a5e8c845"},{"messageHash":"0x465f61c77f419f7800b2433d6c12cbef26817fcfbbc457a8e5173b958ddffdce"},{"messageHash":"0xd312621c4c36bf0b9a621e149eafa5189533a8c569bc92a6a237b38da4998cc7"},{"messageHash":"0x141569a52c88dba2b1f0a656e820d553d84cc3bc9c5f8fd969c416e4925b7524"},{"messageHash":"0x235d155e182dfc35c706fd707a6c6bf6590c5b598783a2770f3e7496dd66a061"},{"messageHash":"0x5a5ec3a59034d01b47b3c24e5256c4c2612dc5fe484bd1c0c762e34029accb3e"},{"messageHash":"0x6a7185aa66be4c031adf2addb14c9cfd9f4fae385ab098318001f55b51f76ae6"},{"messageHash":"0x2dbe2891b6acfe1dfff734f335dcb93bacf85833af669839cf3d083790cee4dc"}],"paginationCursor":"0x2dbe2891b6acfe1dfff734f335dcb93bacf85833af669839cf3d083790cee4dc"}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 202f1774331d
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id dc65c570ca62
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,864 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_ephemeral with id: 2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.203.48
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58666', '58667', '58668', '58669', '58670']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58666:58666 -p 58667:58667 -p 58668:58668 -p 58669:58669 -p 58670:58670 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=58668 --rest-port=58666 --tcp-port=58667 --discv5-udp-port=58669 --rest-address=0.0.0.0 --nat=extip:172.18.203.48 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ce44b8e9f50fb4b104120e2779ff9cb4fbdd8efdfdf7dde00d219e77aaad5818 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58670 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.203.48 waku 7a9fc237126ccf26d7706aa3937e612b0140ec0424700bee943e925a5e01f10e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7a9fc237126c. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58666
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ce7489bfa286. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bbef068fba97. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58666/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58666/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.48/tcp/58667/p2p/16Uiu2HAkwWBCb8dyzCxd1ZVVC8XAJuXmFjpJY9zN5E4pygXgx7SK","/ip4/172.18.203.48/tcp/58668/ws/p2p/16Uiu2HAkwWBCb8dyzCxd1ZVVC8XAJuXmFjpJY9zN5E4pygXgx7SK"],"enrUri":"enr:-L24QIg3b-UPhBd7XktOINXjk8NY_Ora3tl1_sWvuMCsUrg9ZZ3mAblw5XYMbyBWPAsis5mHJb5DuOhU9kNEvmSqsHcCgmlkgnY0gmlwhKwSyzCKbXVsdGlhZGRyc5YACASsEsswBuUrAAoErBLLMAblLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHt68qHrUH6g_E8i5qzGqMQJK8D10H04FM3pj3vH4OhyDdGNwguUrg3VkcILlLYV3YWt1Mgk"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.217.0
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44373', '44374', '44375', '44376', '44377']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44373:44373 -p 44374:44374 -p 44375:44375 -p 44376:44376 -p 44377:44377 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=44375 --rest-port=44373 --tcp-port=44374 --discv5-udp-port=44376 --rest-address=0.0.0.0 --nat=extip:172.18.217.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=60ae7ae4fbb1f07a9603c9e3823e9f88a2eae1d5bc576d4ceaecfd4bef80f4c1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44377 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.0 waku ad3f70acce993a03fc4e5c5b2a6963b6e86e17a07727db6756d5e3797bd8dfd9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ad3f70acce99. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44373
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44373/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44373/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.0/tcp/44374/p2p/16Uiu2HAmUmchDNUwq24Q5urZsxPWMGbt8B8tnEvADJ19XoQg1Cc5","/ip4/172.18.217.0/tcp/44375/ws/p2p/16Uiu2HAmUmchDNUwq24Q5urZsxPWMGbt8B8tnEvADJ19XoQg1Cc5"],"enrUri":"enr:-L24QIwEAsRpIHUj8ro6cLSeEtf9CyvxsVOA8ozcj57gF8XYZzJUv_3a94pnxhGvWhmXHCAfTCVg_yWdeJu6gsVASVACgmlkgnY0gmlwhKwS2QCKbXVsdGlhZGRyc5YACASsEtkABq1WAAoErBLZAAatV90DgnJzhQADAQAAiXNlY3AyNTZrMaED722Rxe1viusoZrYNA-ttOZssPTJg6W5C5MfS15Nk3c6DdGNwgq1Wg3VkcIKtWIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44373/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.203.48/tcp/58667/p2p/16Uiu2HAkwWBCb8dyzCxd1ZVVC8XAJuXmFjpJY9zN5E4pygXgx7SK"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.172.206
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15159', '15160', '15161', '15162', '15163']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15159:15159 -p 15160:15160 -p 15161:15161 -p 15162:15162 -p 15163:15163 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=15161 --rest-port=15159 --tcp-port=15160 --discv5-udp-port=15162 --rest-address=0.0.0.0 --nat=extip:172.18.172.206 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb4cbb722f893f5d863d1a70d9f53856dbb0af69d79c41a2de1570fefc6cebf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15163 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIg3b-UPhBd7XktOINXjk8NY_Ora3tl1_sWvuMCsUrg9ZZ3mAblw5XYMbyBWPAsis5mHJb5DuOhU9kNEvmSqsHcCgmlkgnY0gmlwhKwSyzCKbXVsdGlhZGRyc5YACASsEsswBuUrAAoErBLLMAblLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHt68qHrUH6g_E8i5qzGqMQJK8D10H04FM3pj3vH4OhyDdGNwguUrg3VkcILlLYV3YWt1Mgk --lightpushnode=/ip4/172.18.203.48/tcp/58667/p2p/16Uiu2HAkwWBCb8dyzCxd1ZVVC8XAJuXmFjpJY9zN5E4pygXgx7SK --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.172.206 waku aeeee815dc5b4598cf15bdde2c261dbe4d66d4f2cd913e72b5e78fa41f408119
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID aeeee815dc5b. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15159
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container aeeee815dc5b. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=15159): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f270f3b3200>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.26.212
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21916', '21917', '21918', '21919', '21920']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21916:21916 -p 21917:21917 -p 21918:21918 -p 21919:21919 -p 21920:21920 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=21918 --rest-port=21916 --tcp-port=21917 --discv5-udp-port=21919 --rest-address=0.0.0.0 --nat=extip:172.18.26.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d78f66c3ce6ef4bcdde4dab8964dee0e5e432cc97f385046af7ab32a65be3adb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21920 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIg3b-UPhBd7XktOINXjk8NY_Ora3tl1_sWvuMCsUrg9ZZ3mAblw5XYMbyBWPAsis5mHJb5DuOhU9kNEvmSqsHcCgmlkgnY0gmlwhKwSyzCKbXVsdGlhZGRyc5YACASsEsswBuUrAAoErBLLMAblLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHt68qHrUH6g_E8i5qzGqMQJK8D10H04FM3pj3vH4OhyDdGNwguUrg3VkcILlLYV3YWt1Mgk --lightpushnode=/ip4/172.18.203.48/tcp/58667/p2p/16Uiu2HAkwWBCb8dyzCxd1ZVVC8XAJuXmFjpJY9zN5E4pygXgx7SK --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.26.212 waku ea7d1e0784e46dcaf97837d4f9982b942287f03fc07c2438d6d0b3b7b99adbf4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ea7d1e0784e4. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21916
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ea7d1e0784e4. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21916/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=21916): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f270f176b10>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.3.26
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57844', '57845', '57846', '57847', '57848']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57844:57844 -p 57845:57845 -p 57846:57846 -p 57847:57847 -p 57848:57848 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=57846 --rest-port=57844 --tcp-port=57845 --discv5-udp-port=57847 --rest-address=0.0.0.0 --nat=extip:172.18.3.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae8cea2f6a0968f11d20fac15a0aca07d7bb1d12d7cc9f6db44413f79fc54815 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57848 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIg3b-UPhBd7XktOINXjk8NY_Ora3tl1_sWvuMCsUrg9ZZ3mAblw5XYMbyBWPAsis5mHJb5DuOhU9kNEvmSqsHcCgmlkgnY0gmlwhKwSyzCKbXVsdGlhZGRyc5YACASsEsswBuUrAAoErBLLMAblLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHt68qHrUH6g_E8i5qzGqMQJK8D10H04FM3pj3vH4OhyDdGNwguUrg3VkcILlLYV3YWt1Mgk --lightpushnode=/ip4/172.18.203.48/tcp/58667/p2p/16Uiu2HAkwWBCb8dyzCxd1ZVVC8XAJuXmFjpJY9zN5E4pygXgx7SK --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.3.26 waku 04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 04ae278b11ac. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-31-35__185580e7-c519-4484-b540-dab3fb938ab2__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57844
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 04ae278b11ac. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57844/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=57844): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f270f22fc80>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 7a9fc237126c
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ad3f70acce99
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7a9fc237126c. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ad3f70acce99. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323/stop: Not Found ("No such container: 04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323/stop: Not Found ("No such container: 04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 04ae278b11ac
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323/stop: Not Found ("No such container: 04ae278b11ac6b0ec44ab52557c8ab66437e3e8510c9ac5dee0c3f4f7b20b323")
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,84 @@
2026-01-29 04:38:10.881 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:38:10.881 DEBUG [tests.conftest] Running test: test_store_with_empty_hashes with id: 2026-01-29_04-38-10__df3ea3b7-b8aa-4bbb-9069-ea8a5a89c0f4
2026-01-29 04:38:10.882 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:38:10.884 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:38:10.885 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:38:10.893 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:10.893 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-38-10__df3ea3b7-b8aa-4bbb-9069-ea8a5a89c0f4__wakuorg_nwaku:latest.log
2026-01-29 04:38:10.893 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:10.894 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:10.896 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:10.897 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.89
2026-01-29 04:38:10.897 DEBUG [src.node.docker_mananger] Generated ports ['12668', '12669', '12670', '12671', '12672']
2026-01-29 04:38:10.897 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:10.897 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:10.897 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:10.898 DEBUG [src.node.docker_mananger] docker run -i -t -p 12668:12668 -p 12669:12669 -p 12670:12670 -p 12671:12671 -p 12672:12672 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=12670 --rest-port=12668 --tcp-port=12669 --discv5-udp-port=12671 --rest-address=0.0.0.0 --nat=extip:172.18.3.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd5c0c82cedf647badf78fbdb5d30657dca8bc6a9aaa232d104efc97dea8e570 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12672 --metrics-logging=true --store=true --relay=true
2026-01-29 04:38:11.065 ERROR [src.node.docker_mananger] Max retries reached for container 8a56610c8cdb. Exiting log stream.
2026-01-29 04:38:11.099 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.89 waku d1c5c77b544d3cd1f910e45f5483bcffa7aa866028f9ccedae2ff8f3fc75739a
2026-01-29 04:38:11.133 DEBUG [src.node.docker_mananger] Container started with ID d1c5c77b544d. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-38-10__df3ea3b7-b8aa-4bbb-9069-ea8a5a89c0f4__wakuorg_nwaku:latest.log
2026-01-29 04:38:11.135 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12668
2026-01-29 04:38:11.135 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:11.823 ERROR [src.node.docker_mananger] Max retries reached for container ef02565f5e58. Exiting log stream.
2026-01-29 04:38:12.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12668/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:12.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:12.139 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:12.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12668/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:12.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.89/tcp/12669/p2p/16Uiu2HAmSrthkuoJ1RXeiwa9vauxMEJp3K2MsB175SQc9gmT5om6","/ip4/172.18.3.89/tcp/12670/ws/p2p/16Uiu2HAmSrthkuoJ1RXeiwa9vauxMEJp3K2MsB175SQc9gmT5om6"],"enrUri":"enr:-L24QKP0BEWn6KTvYfnin4qTFS_xmg7iCqTz5s4Twq5-GUyjACgfo_qmO9ZPouZ737hf2tQxpi96QVN9TLl00xyCRRQCgmlkgnY0gmlwhKwSA1mKbXVsdGlhZGRyc5YACASsEgNZBjF9AAoErBIDWQYxft0DgnJzhQADAQAAiXNlY3AyNTZrMaED0xAzlA4rzLw9qU291V4yZYOCCtehvkSAxtWAlDwkvvWDdGNwgjF9g3VkcIIxf4V3YWt1MgM"}'
2026-01-29 04:38:12.141 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:12.148 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:12.148 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-38-10__df3ea3b7-b8aa-4bbb-9069-ea8a5a89c0f4__wakuorg_nwaku:latest.log
2026-01-29 04:38:12.148 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:12.148 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:12.150 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:12.150 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.164
2026-01-29 04:38:12.150 DEBUG [src.node.docker_mananger] Generated ports ['21762', '21763', '21764', '21765', '21766']
2026-01-29 04:38:12.150 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:12.150 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:12.151 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:12.151 DEBUG [src.node.docker_mananger] docker run -i -t -p 21762:21762 -p 21763:21763 -p 21764:21764 -p 21765:21765 -p 21766:21766 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=21764 --rest-port=21762 --tcp-port=21763 --discv5-udp-port=21765 --rest-address=0.0.0.0 --nat=extip:172.18.24.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdbafa93d2fba67e5f4cf48ce95faa4282ccf85880e1ebeba251f6dc2c81eceb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21766 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKP0BEWn6KTvYfnin4qTFS_xmg7iCqTz5s4Twq5-GUyjACgfo_qmO9ZPouZ737hf2tQxpi96QVN9TLl00xyCRRQCgmlkgnY0gmlwhKwSA1mKbXVsdGlhZGRyc5YACASsEgNZBjF9AAoErBIDWQYxft0DgnJzhQADAQAAiXNlY3AyNTZrMaED0xAzlA4rzLw9qU291V4yZYOCCtehvkSAxtWAlDwkvvWDdGNwgjF9g3VkcIIxf4V3YWt1MgM --storenode=/ip4/172.18.3.89/tcp/12669/p2p/16Uiu2HAmSrthkuoJ1RXeiwa9vauxMEJp3K2MsB175SQc9gmT5om6 --store=true --relay=true
2026-01-29 04:38:12.332 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.164 waku ac4a1d3f5a18c55705ec74bd7b443ba01d409d565a9e6e983fe1b4403e9665b8
2026-01-29 04:38:12.365 DEBUG [src.node.docker_mananger] Container started with ID ac4a1d3f5a18. Setting up logs at ./log/docker/store_node1_2026-01-29_04-38-10__df3ea3b7-b8aa-4bbb-9069-ea8a5a89c0f4__wakuorg_nwaku:latest.log
2026-01-29 04:38:12.366 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21762
2026-01-29 04:38:12.366 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:13.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21762/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:13.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:13.371 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:13.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21762/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:13.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.164/tcp/21763/p2p/16Uiu2HAmDmHXCaGUDnmX36JW8ZhCtsVNZEiEyKWfsKPM5PMNeAQT","/ip4/172.18.24.164/tcp/21764/ws/p2p/16Uiu2HAmDmHXCaGUDnmX36JW8ZhCtsVNZEiEyKWfsKPM5PMNeAQT"],"enrUri":"enr:-L24QEXKiovcIfjwVuM36N5kfmKTUfqTxWWPVvNv-VJOXvJAdKWmcJTqC-7sKxUG4HGI9AVZ6HLC_oP7VX2xq_Il044CgmlkgnY0gmlwhKwSGKSKbXVsdGlhZGRyc5YACASsEhikBlUDAAoErBIYpAZVBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEHiWQhXtimMVUXLymy2JalEx9m5j5PVCsKY6rFjkYayDdGNwglUDg3VkcIJVBYV3YWt1MgM"}'
2026-01-29 04:38:13.374 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:13.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21762/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.89/tcp/12669/p2p/16Uiu2HAmSrthkuoJ1RXeiwa9vauxMEJp3K2MsB175SQc9gmT5om6"]'
2026-01-29 04:38:13.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12668/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:38:13.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21762/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:38:13.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.383 DEBUG [src.steps.store] Relaying message
2026-01-29 04:38:13.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12668/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:13.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.388 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:13.589 DEBUG [src.steps.store] Relaying message
2026-01-29 04:38:13.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12668/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:13.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.596 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:13.797 DEBUG [src.steps.store] Relaying message
2026-01-29 04:38:13.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12668/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:13.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:13.802 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:14.003 DEBUG [src.steps.store] Relaying message
2026-01-29 04:38:14.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12668/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:38:14.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:14.008 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:14.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12668/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:14.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0abb3b24dbcbfed87683bbf4b391faa79a061f39561ebd5f2cbef570b8545718"},{"messageHash":"0x71ff26231cc0abfeb96419c2962986b05e45ca5565e4af26f6a23953a638e40d"},{"messageHash":"0xdb3816a6f27d4b96e2151945fdddf261d3ab4f2844d78420c0655c61c7c47b7f"},{"messageHash":"0x05dbcc761f5d3eb2582e7603f6b561d14ca9e417d1fe844f27bddc7fdbd7a341"}]}'
2026-01-29 04:38:14.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21762/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:14.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0abb3b24dbcbfed87683bbf4b391faa79a061f39561ebd5f2cbef570b8545718"},{"messageHash":"0x71ff26231cc0abfeb96419c2962986b05e45ca5565e4af26f6a23953a638e40d"},{"messageHash":"0xdb3816a6f27d4b96e2151945fdddf261d3ab4f2844d78420c0655c61c7c47b7f"},{"messageHash":"0x05dbcc761f5d3eb2582e7603f6b561d14ca9e417d1fe844f27bddc7fdbd7a341"}]}'
2026-01-29 04:38:14.216 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:38:14.217 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:38:14.217 DEBUG [src.node.waku_node] Stopping container with id d1c5c77b544d
2026-01-29 04:38:14.741 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:14.742 DEBUG [src.node.waku_node] Stopping container with id ac4a1d3f5a18
2026-01-29 04:38:15.323 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:15.324 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:38:15.331 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:38:15.337 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,859 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_invalid_payloads with id: 2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.57.77
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22451', '22452', '22453', '22454', '22455']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 22451:22451 -p 22452:22452 -p 22453:22453 -p 22454:22454 -p 22455:22455 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=22453 --rest-port=22451 --tcp-port=22452 --discv5-udp-port=22454 --rest-address=0.0.0.0 --nat=extip:172.18.57.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b676e73b7833cb6b539ffb6ef7ecd60aaba15ea5aadde5ae7fdb3f18dc2fe8ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22455 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.57.77 waku c170cc6831c4dedabe6d4d1d2ff56b5eb5c9e66738f042287f2ad393440ff103
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c170cc6831c4. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22451
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22451/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22451/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.77/tcp/22452/p2p/16Uiu2HAmVQeCSGagauUpcQ44gs74cj7u5J5PShfQH8yyn8sjqe9X","/ip4/172.18.57.77/tcp/22453/ws/p2p/16Uiu2HAmVQeCSGagauUpcQ44gs74cj7u5J5PShfQH8yyn8sjqe9X"],"enrUri":"enr:-L24QIo1rYsNw-AyuOTqXCaJ4W4lRQD2QDcvJkjE6808TkbuU-qdahIQEsTWHGixelI_uVo92-J5q-3ECKflLyiW3ZgCgmlkgnY0gmlwhKwSOU2KbXVsdGlhZGRyc5YACASsEjlNBle0AAoErBI5TQZXtd0DgnJzhQADAQAAiXNlY3AyNTZrMaED-OnCfyq-WuEDMbzchgN1bHMHitshNEPqeK5MORPbRcKDdGNwgle0g3VkcIJXtoV3YWt1Mgk"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.143.30
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43176', '43177', '43178', '43179', '43180']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43176:43176 -p 43177:43177 -p 43178:43178 -p 43179:43179 -p 43180:43180 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=43178 --rest-port=43176 --tcp-port=43177 --discv5-udp-port=43179 --rest-address=0.0.0.0 --nat=extip:172.18.143.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e8fbbbad2d1a06bcab0aa2efaf20235f4e3b110cdf5f84df74094e5d4fefdebd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43180 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.143.30 waku 5bf38de8d26ff8617f3b113ee719aea0c62095509b12b275c295f18a6033d2ad
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5bf38de8d26f. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43176
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43176/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43176/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.30/tcp/43177/p2p/16Uiu2HAmLJnpkhPsAKc24nfiZPQ7hpjup1NxChTXzKPHnsVQ56bX","/ip4/172.18.143.30/tcp/43178/ws/p2p/16Uiu2HAmLJnpkhPsAKc24nfiZPQ7hpjup1NxChTXzKPHnsVQ56bX"],"enrUri":"enr:-L24QJI5lYpuVgyBP9TcX8y3TrIHPFI_Su3AaNJHvnfcoVL7LMDWaCKV7VOL_992DSJ5uCUjImhL7nCDxCVh0Nv9Gq8CgmlkgnY0gmlwhKwSjx6KbXVsdGlhZGRyc5YACASsEo8eBqipAAoErBKPHgaoqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcbDYoJHN_izsMDC2GHNkvS2nFY8CxGBG4qIrDI1lqRaDdGNwgqipg3VkcIKoq4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43176/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.57.77/tcp/22452/p2p/16Uiu2HAmVQeCSGagauUpcQ44gs74cj7u5J5PShfQH8yyn8sjqe9X"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.50.88
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56356', '56357', '56358', '56359', '56360']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 56356:56356 -p 56357:56357 -p 56358:56358 -p 56359:56359 -p 56360:56360 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=56358 --rest-port=56356 --tcp-port=56357 --discv5-udp-port=56359 --rest-address=0.0.0.0 --nat=extip:172.18.50.88 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8c0ec063431daa07d56b9aeba5bcce3ebe1335fcbaab5e3bef142fab9d6756a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56360 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIo1rYsNw-AyuOTqXCaJ4W4lRQD2QDcvJkjE6808TkbuU-qdahIQEsTWHGixelI_uVo92-J5q-3ECKflLyiW3ZgCgmlkgnY0gmlwhKwSOU2KbXVsdGlhZGRyc5YACASsEjlNBle0AAoErBI5TQZXtd0DgnJzhQADAQAAiXNlY3AyNTZrMaED-OnCfyq-WuEDMbzchgN1bHMHitshNEPqeK5MORPbRcKDdGNwgle0g3VkcIJXtoV3YWt1Mgk --lightpushnode=/ip4/172.18.57.77/tcp/22452/p2p/16Uiu2HAmVQeCSGagauUpcQ44gs74cj7u5J5PShfQH8yyn8sjqe9X --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.50.88 waku 0edf1e9fbb2c3096da846f4544c15b74f998b8783a804ca07e9b701b48fbdcc8
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0edf1e9fbb2c. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56356
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0edf1e9fbb2c. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56356/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=56356): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f498d0ef5c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.226.136
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27818', '27819', '27820', '27821', '27822']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27818:27818 -p 27819:27819 -p 27820:27820 -p 27821:27821 -p 27822:27822 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=27820 --rest-port=27818 --tcp-port=27819 --discv5-udp-port=27821 --rest-address=0.0.0.0 --nat=extip:172.18.226.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1a75b8ce0681b622f2aba903eb9b8c8d4d4018a9c6896b4fababd7a39fec50f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27822 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIo1rYsNw-AyuOTqXCaJ4W4lRQD2QDcvJkjE6808TkbuU-qdahIQEsTWHGixelI_uVo92-J5q-3ECKflLyiW3ZgCgmlkgnY0gmlwhKwSOU2KbXVsdGlhZGRyc5YACASsEjlNBle0AAoErBI5TQZXtd0DgnJzhQADAQAAiXNlY3AyNTZrMaED-OnCfyq-WuEDMbzchgN1bHMHitshNEPqeK5MORPbRcKDdGNwgle0g3VkcIJXtoV3YWt1Mgk --lightpushnode=/ip4/172.18.57.77/tcp/22452/p2p/16Uiu2HAmVQeCSGagauUpcQ44gs74cj7u5J5PShfQH8yyn8sjqe9X --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.136 waku 271fd7ad6e1424c0cd297bbe8984b2e01f3dfb093fb354847776b08c565bd4bb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 271fd7ad6e14. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27818
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 271fd7ad6e14. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27818/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=27818): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f498d58a5d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.125.244
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43533', '43534', '43535', '43536', '43537']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43533:43533 -p 43534:43534 -p 43535:43535 -p 43536:43536 -p 43537:43537 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=43535 --rest-port=43533 --tcp-port=43534 --discv5-udp-port=43536 --rest-address=0.0.0.0 --nat=extip:172.18.125.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d88f62bdc0900df5c2dabfcb5f8fd24c1a1ff9b0e20bbea5fed1abbaa1b6fb59 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43537 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIo1rYsNw-AyuOTqXCaJ4W4lRQD2QDcvJkjE6808TkbuU-qdahIQEsTWHGixelI_uVo92-J5q-3ECKflLyiW3ZgCgmlkgnY0gmlwhKwSOU2KbXVsdGlhZGRyc5YACASsEjlNBle0AAoErBI5TQZXtd0DgnJzhQADAQAAiXNlY3AyNTZrMaED-OnCfyq-WuEDMbzchgN1bHMHitshNEPqeK5MORPbRcKDdGNwgle0g3VkcIJXtoV3YWt1Mgk --lightpushnode=/ip4/172.18.57.77/tcp/22452/p2p/16Uiu2HAmVQeCSGagauUpcQ44gs74cj7u5J5PShfQH8yyn8sjqe9X --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.125.244 waku b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b0eed893013b. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-35-54__7247fef6-2e52-4113-9a85-0145b450fe59__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43533
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b0eed893013b. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43533/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=43533): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f498d0c5bb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c170cc6831c4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 5bf38de8d26f
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c170cc6831c4. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5bf38de8d26f. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7/stop: Not Found ("No such container: b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7/stop: Not Found ("No such container: b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b0eed893013b
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7/stop: Not Found ("No such container: b0eed893013b13ddec3bfc54c07a99f7948c73fca18cd2b4228525ca352300d7")
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,73 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_single_content_topic[/app/22/sometopic/someencoding] with id: 2026-01-29_04-49-26__9c9c1a78-9a68-4b66-8e2e-f8b1b13cae30
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-49-26__9c9c1a78-9a68-4b66-8e2e-f8b1b13cae30__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.183.72
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51932', '51933', '51934', '51935', '51936']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51932:51932 -p 51933:51933 -p 51934:51934 -p 51935:51935 -p 51936:51936 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=51934 --rest-port=51932 --tcp-port=51933 --discv5-udp-port=51935 --rest-address=0.0.0.0 --nat=extip:172.18.183.72 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5c6d8eb54a2ceaef4bdf1cdadfe4ddef5a2d5f01f7ae825e0afca1beb82c8fac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51936 --metrics-logging=true --relay=true --filter=true --content-topic=/app/22/sometopic/someencoding
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.183.72 waku e5732673a052bac9b66816b3eadd46e831a17e14249782a7083a4b343b864674
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e5732673a052. Setting up logs at ./log/docker/node1_2026-01-29_04-49-26__9c9c1a78-9a68-4b66-8e2e-f8b1b13cae30__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51932
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ea34cc8dd01a. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 231b108f6104. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51932/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51932/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.72/tcp/51933/p2p/16Uiu2HAmCqrgENFmktuNEUWPYdfXJ48K9jmi53TquW4k14ofBME6","/ip4/172.18.183.72/tcp/51934/ws/p2p/16Uiu2HAmCqrgENFmktuNEUWPYdfXJ48K9jmi53TquW4k14ofBME6"],"enrUri":"enr:-L24QG2bQMUMBPAKOFKbV2nRAOiuFZQhf4izyCL5Mv0OsH_3ATdeJdKp6Lb0KchxvgFloCjAgaB5bXbR_-tbgrOiJB8CgmlkgnY0gmlwhKwSt0iKbXVsdGlhZGRyc5YACASsErdIBsrdAAoErBK3SAbK3t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDAsi2aHWf71HGCHdZO782c5Y78vy-2br-0oRWZFcLgjeDdGNwgsrdg3VkcILK34V3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-49-26__9c9c1a78-9a68-4b66-8e2e-f8b1b13cae30__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.170.191
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43615', '43616', '43617', '43618', '43619']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43615:43615 -p 43616:43616 -p 43617:43617 -p 43618:43618 -p 43619:43619 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=43617 --rest-port=43615 --tcp-port=43616 --discv5-udp-port=43618 --rest-address=0.0.0.0 --nat=extip:172.18.170.191 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f8df9569dbb15acbcca40b8b977cebb7cbe6b3babd68db15cc84bcee1ce4e4b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43619 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QG2bQMUMBPAKOFKbV2nRAOiuFZQhf4izyCL5Mv0OsH_3ATdeJdKp6Lb0KchxvgFloCjAgaB5bXbR_-tbgrOiJB8CgmlkgnY0gmlwhKwSt0iKbXVsdGlhZGRyc5YACASsErdIBsrdAAoErBK3SAbK3t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDAsi2aHWf71HGCHdZO782c5Y78vy-2br-0oRWZFcLgjeDdGNwgsrdg3VkcILK34V3YWt1MgU --content-topic=/app/22/sometopic/someencoding
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.170.191 waku e49fde466112809a49cd12706d9ffea5b60947234d485c9412ba73e8326a8882
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e49fde466112. Setting up logs at ./log/docker/node2_2026-01-29_04-49-26__9c9c1a78-9a68-4b66-8e2e-f8b1b13cae30__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43615
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43615/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43615/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.170.191/tcp/43616/p2p/16Uiu2HAm9kksSSBttAdGfotVVapV3ZJuMXKAi1Uib2tFFinDfLT7","/ip4/172.18.170.191/tcp/43617/ws/p2p/16Uiu2HAm9kksSSBttAdGfotVVapV3ZJuMXKAi1Uib2tFFinDfLT7"],"enrUri":"enr:-L24QK8mi9U52BjjA1nZx0CUGOFGShFexqJvatTigWHLxi6yWx7cx1uuk-skUo1OEpB-A7bVIZ8xxis7T0tO2zVGKeQCgmlkgnY0gmlwhKwSqr-KbXVsdGlhZGRyc5YACASsEqq_BqpgAAoErBKqvwaqYd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1Oculpfcr0_GZ59D3w4qRaaoRLiSPyrZrzKWGfMVHqaDdGNwgqpgg3VkcIKqYoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43615/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.72/tcp/51933/p2p/16Uiu2HAmCqrgENFmktuNEUWPYdfXJ48K9jmi53TquW4k14ofBME6"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51932/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43615/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51932/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51932/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769662169274221839,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43615/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769662169274221839,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e5732673a052
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e49fde466112
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,53 @@
2026-01-29 04:45:42.257 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:45:42.257 DEBUG [tests.conftest] Running test: test_log_level_INFO_from_DEBUG with id: 2026-01-29_04-45-42__d43c4d7c-1847-43fd-967c-a1a4e027df85
2026-01-29 04:45:42.258 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:45:42.258 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:45:42.258 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:45:42.265 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:42.265 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-45-42__d43c4d7c-1847-43fd-967c-a1a4e027df85__wakuorg_nwaku:latest.log
2026-01-29 04:45:42.271 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:42.271 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-45-42__d43c4d7c-1847-43fd-967c-a1a4e027df85__wakuorg_nwaku:latest.log
2026-01-29 04:45:42.277 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:42.277 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-45-42__d43c4d7c-1847-43fd-967c-a1a4e027df85__wakuorg_nwaku:latest.log
2026-01-29 04:45:42.283 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:42.283 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-45-42__d43c4d7c-1847-43fd-967c-a1a4e027df85__wakuorg_nwaku:latest.log
2026-01-29 04:45:42.283 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:45:42.283 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:45:42.284 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:42.284 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:42.286 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:42.286 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.241
2026-01-29 04:45:42.286 DEBUG [src.node.docker_mananger] Generated ports ['31596', '31597', '31598', '31599', '31600']
2026-01-29 04:45:42.286 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:42.286 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:42.286 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:42.287 DEBUG [src.node.docker_mananger] docker run -i -t -p 31596:31596 -p 31597:31597 -p 31598:31598 -p 31599:31599 -p 31600:31600 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=31598 --rest-port=31596 --tcp-port=31597 --discv5-udp-port=31599 --rest-address=0.0.0.0 --nat=extip:172.18.166.241 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=130d30d4ccaad94dccbd0a6d13df7abf12dfaf2676e80eeefeaccbac9775bf9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31600 --metrics-logging=true --relay=true
2026-01-29 04:45:42.462 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.241 waku e01481492a882ac79b6096ffb6f03216cf90bf6e83226e972e1751d92cdd865c
2026-01-29 04:45:42.496 DEBUG [src.node.docker_mananger] Container started with ID e01481492a88. Setting up logs at ./log/docker/node1_2026-01-29_04-45-42__d43c4d7c-1847-43fd-967c-a1a4e027df85__wakuorg_nwaku:latest.log
2026-01-29 04:45:42.497 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31596
2026-01-29 04:45:42.497 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:42.544 ERROR [src.node.docker_mananger] Max retries reached for container ab53f6e0415b. Exiting log stream.
2026-01-29 04:45:43.064 ERROR [src.node.docker_mananger] Max retries reached for container 3d357cd0a296. Exiting log stream.
2026-01-29 04:45:43.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31596/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:43.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:45:43.501 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:43.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31596/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:43.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.241/tcp/31597/p2p/16Uiu2HAmUnfKyLNWsFohavDtRmbLJdTaCUcPLEQhuxWEp7Zg2QxB","/ip4/172.18.166.241/tcp/31598/ws/p2p/16Uiu2HAmUnfKyLNWsFohavDtRmbLJdTaCUcPLEQhuxWEp7Zg2QxB"],"enrUri":"enr:-L24QL8gGP3sTQ9tWcvHy7zTMdT9HR4z2C837mEReEZHxAQvVdBC5nMxrsJFkKeXsMmLbgMBEGf6fJwETkKFLONwFuACgmlkgnY0gmlwhKwSpvGKbXVsdGlhZGRyc5YACASsEqbxBnttAAoErBKm8QZ7bt0DgnJzhQADAQAAiXNlY3AyNTZrMaED77Ig1A3qLhDmxnDeEF__PimKKbHgK_ZZCl3skr16dFSDdGNwgnttg3VkcIJ7b4V3YWt1MgE"}'
2026-01-29 04:45:43.504 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:43.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31596/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:43.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:43.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31596/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:43.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.241/tcp/31597/p2p/16Uiu2HAmUnfKyLNWsFohavDtRmbLJdTaCUcPLEQhuxWEp7Zg2QxB","/ip4/172.18.166.241/tcp/31598/ws/p2p/16Uiu2HAmUnfKyLNWsFohavDtRmbLJdTaCUcPLEQhuxWEp7Zg2QxB"],"enrUri":"enr:-L24QL8gGP3sTQ9tWcvHy7zTMdT9HR4z2C837mEReEZHxAQvVdBC5nMxrsJFkKeXsMmLbgMBEGf6fJwETkKFLONwFuACgmlkgnY0gmlwhKwSpvGKbXVsdGlhZGRyc5YACASsEqbxBnttAAoErBKm8QZ7bt0DgnJzhQADAQAAiXNlY3AyNTZrMaED77Ig1A3qLhDmxnDeEF__PimKKbHgK_ZZCl3skr16dFSDdGNwgnttg3VkcIJ7b4V3YWt1MgE"}'
2026-01-29 04:45:43.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31596/version" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:43.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
2026-01-29 04:45:43.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31596/debug/v1/version" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:43.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
2026-01-29 04:45:45.512 DEBUG [tests.rest_flags.test_admin_flags] counts at INFO: {'TRC': 0, 'DBG': 0, 'INF': 1, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
2026-01-29 04:45:45.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31596/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:45.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:45.517 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:45:45.518 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:45:45.518 DEBUG [src.node.waku_node] Stopping container with id e01481492a88
2026-01-29 04:45:46.090 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:46.092 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:45:46.095 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_single_pubsub_topic[/waku/2/rs/5/0] with id: 2026-01-29_04-38-59__795f2f5f-4477-4b2e-8450-c8f0a19d642c
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-38-59__795f2f5f-4477-4b2e-8450-c8f0a19d642c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.127.90
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9064', '9065', '9066', '9067', '9068']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 5
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9064:9064 -p 9065:9065 -p 9066:9066 -p 9067:9067 -p 9068:9068 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=9066 --rest-port=9064 --tcp-port=9065 --discv5-udp-port=9067 --rest-address=0.0.0.0 --nat=extip:172.18.127.90 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=93bbdc4ffaec516a168f2faf9abaaa34d47258dfe2ae0bc58eb4f9b7a8a4eecd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9068 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.127.90 waku de51164d4f59754701efc43e67991f5d0964cf4ab5678e338930468060d6f291
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8ed612b9f036. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID de51164d4f59. Setting up logs at ./log/docker/node1_2026-01-29_04-38-59__795f2f5f-4477-4b2e-8450-c8f0a19d642c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9064
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 197ad51dd138. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9064/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9064/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.90/tcp/9065/p2p/16Uiu2HAmASEvXR7q7MLAti27taNkiPxpSX7jVP1J56CgtTVoE3Y2","/ip4/172.18.127.90/tcp/9066/ws/p2p/16Uiu2HAmASEvXR7q7MLAti27taNkiPxpSX7jVP1J56CgtTVoE3Y2"],"enrUri":"enr:-L24QJuI0HZcJVTiDTmgrt_nn4C7bETZ8zAdyytbjkkssejgS0R09Y1BAnDvjM9dHjZ_fvSC4DMD1vXyj7P17diBbVUCgmlkgnY0gmlwhKwSf1qKbXVsdGlhZGRyc5YACASsEn9aBiNpAAoErBJ_WgYjat0DgnJzhQAFAQAAiXNlY3AyNTZrMaEC3wSNq5Nxkzp_dv-VN37k0GNSw6PwSq32_Kb1bZM5zreDdGNwgiNpg3VkcIIja4V3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-38-59__795f2f5f-4477-4b2e-8450-c8f0a19d642c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.70.188
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6983', '6984', '6985', '6986', '6987']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 5
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 6983:6983 -p 6984:6984 -p 6985:6985 -p 6986:6986 -p 6987:6987 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=6985 --rest-port=6983 --tcp-port=6984 --discv5-udp-port=6986 --rest-address=0.0.0.0 --nat=extip:172.18.70.188 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=fd4c08028cebf49d5ff6e2eddbfeade6bc42ee83f5c6f8d3533e9cb2b83acbef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6987 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJuI0HZcJVTiDTmgrt_nn4C7bETZ8zAdyytbjkkssejgS0R09Y1BAnDvjM9dHjZ_fvSC4DMD1vXyj7P17diBbVUCgmlkgnY0gmlwhKwSf1qKbXVsdGlhZGRyc5YACASsEn9aBiNpAAoErBJ_WgYjat0DgnJzhQAFAQAAiXNlY3AyNTZrMaEC3wSNq5Nxkzp_dv-VN37k0GNSw6PwSq32_Kb1bZM5zreDdGNwgiNpg3VkcIIja4V3YWt1MgU
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.70.188 waku b301750539c231a2869a374687323c25f46e194548706ca3f4fc68c7f64cc225
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b301750539c2. Setting up logs at ./log/docker/node2_2026-01-29_04-38-59__795f2f5f-4477-4b2e-8450-c8f0a19d642c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6983
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6983/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6983/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.188/tcp/6984/p2p/16Uiu2HAm7L93tBL96AUxcoWv2GgKGCjBhZ1yZFD7kEmADL116AMQ","/ip4/172.18.70.188/tcp/6985/ws/p2p/16Uiu2HAm7L93tBL96AUxcoWv2GgKGCjBhZ1yZFD7kEmADL116AMQ"],"enrUri":"enr:-L24QCUsWKbS8aKLdZqVvXE9UxTTwE493VhO5Ep4t4IJbHarNChK3MzXJER2mYEvEFpVKAnVOrae5-EHjX4E5y2CDiACgmlkgnY0gmlwhKwSRryKbXVsdGlhZGRyc5YACASsEka8BhtIAAoErBJGvAYbSd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECsOFd8tvD93AkNaEP9_nYmYAJwH3w9J-A0lqRb0kFP2uDdGNwghtIg3VkcIIbSoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6983/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.127.90/tcp/9065/p2p/16Uiu2HAmASEvXR7q7MLAti27taNkiPxpSX7jVP1J56CgtTVoE3Y2"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9064/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6983/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661542142704938,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6983/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661542142704938,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id de51164d4f59
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b301750539c2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,68 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_with_no_request_id with id: 2026-01-29_04-31-45__14da3da0-4585-405d-877b-4828951f72a3
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-31-45__14da3da0-4585-405d-877b-4828951f72a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.211.113
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63403', '63404', '63405', '63406', '63407']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63403:63403 -p 63404:63404 -p 63405:63405 -p 63406:63406 -p 63407:63407 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=63405 --rest-port=63403 --tcp-port=63404 --discv5-udp-port=63406 --rest-address=0.0.0.0 --nat=extip:172.18.211.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fcca6da483a5fbf2dc1caeaaf14dea2f4e3d611ce423327bbcec4cb43ff24ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63407 --metrics-logging=true --relay=true --filter=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3c924b29085d. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.113 waku 60053bf8dc1136146ae38fa1f4558001ef03b79308cb170b6148f3963bc41161
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 60053bf8dc11. Setting up logs at ./log/docker/node1_2026-01-29_04-31-45__14da3da0-4585-405d-877b-4828951f72a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63403
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 85631659e6ef. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63403/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63403/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.113/tcp/63404/p2p/16Uiu2HAm3fpVoqLWS4utjehEzHW5a7QjP7R9AxdiazJ7WEnskZ24","/ip4/172.18.211.113/tcp/63405/ws/p2p/16Uiu2HAm3fpVoqLWS4utjehEzHW5a7QjP7R9AxdiazJ7WEnskZ24"],"enrUri":"enr:-L24QO2qyKFuak_ymgQiXf2CNdlBF8DZGkpN2daHAf9ZcGBMQwz9ohJyc-V6Ws6sGbavZ-8btT3-On7ZOXg90dZQVSACgmlkgnY0gmlwhKwS03GKbXVsdGlhZGRyc5YACASsEtNxBvesAAoErBLTcQb3rd0DgnJzhQADAQAAiXNlY3AyNTZrMaECen1B65wWV-vk1IFi4qV2EyMthaualKZnjcyKuzzNAXWDdGNwgvesg3VkcIL3roV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-31-45__14da3da0-4585-405d-877b-4828951f72a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.64.74
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20364', '20365', '20366', '20367', '20368']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20364:20364 -p 20365:20365 -p 20366:20366 -p 20367:20367 -p 20368:20368 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=20366 --rest-port=20364 --tcp-port=20365 --discv5-udp-port=20367 --rest-address=0.0.0.0 --nat=extip:172.18.64.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a85e9d384352592d335148ed95d3fc85aac7a9baed1fe8cbabf50a8c1fa366c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20368 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QO2qyKFuak_ymgQiXf2CNdlBF8DZGkpN2daHAf9ZcGBMQwz9ohJyc-V6Ws6sGbavZ-8btT3-On7ZOXg90dZQVSACgmlkgnY0gmlwhKwS03GKbXVsdGlhZGRyc5YACASsEtNxBvesAAoErBLTcQb3rd0DgnJzhQADAQAAiXNlY3AyNTZrMaECen1B65wWV-vk1IFi4qV2EyMthaualKZnjcyKuzzNAXWDdGNwgvesg3VkcIL3roV3YWt1MgU --filternode=/ip4/172.18.211.113/tcp/63404/p2p/16Uiu2HAm3fpVoqLWS4utjehEzHW5a7QjP7R9AxdiazJ7WEnskZ24
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.64.74 waku eaa9d8eda857a55b49e4f5fe51a84bdc75dc03b52eeac7847cb91e7592588798
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID eaa9d8eda857. Setting up logs at ./log/docker/node2_2026-01-29_04-31-45__14da3da0-4585-405d-877b-4828951f72a3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20364
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20364/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20364/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.74/tcp/20365/p2p/16Uiu2HAmTe31pvz9mDjYDBJ7W7mCpX75GxBemX41nCVM249hrpKm","/ip4/172.18.64.74/tcp/20366/ws/p2p/16Uiu2HAmTe31pvz9mDjYDBJ7W7mCpX75GxBemX41nCVM249hrpKm"],"enrUri":"enr:-L24QCkz8OJcVA9flU6FAxZhJwMSVxDzYrO2S7u_8yjpXYF6J4g2uZNm7yapHu7tbWw0yJQXvzZtSJL_-ajhSUaxDD0CgmlkgnY0gmlwhKwSQEqKbXVsdGlhZGRyc5YACASsEkBKBk-NAAoErBJASgZPjt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3qC8W7djt5f3Yc0aMInondrtL0FL-IDK4jtFrudPhESDdGNwgk-Ng3VkcIJPj4V3YWt1MgA"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20364/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.113/tcp/63404/p2p/16Uiu2HAm3fpVoqLWS4utjehEzHW5a7QjP7R9AxdiazJ7WEnskZ24"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63403/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7a10391c-81d7-49b2-9efe-a766eaf2a6f9", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"7a10391c-81d7-49b2-9efe-a766eaf2a6f9","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:20364/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:20364/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 60053bf8dc11
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id eaa9d8eda857
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,88 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_invalid_hash_param with id: 2026-01-29_04-41-55__c9c5c09a-1ed6-4a7c-9a03-8be04d3c3af0
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-41-55__c9c5c09a-1ed6-4a7c-9a03-8be04d3c3af0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.148.182
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54562', '54563', '54564', '54565', '54566']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 54562:54562 -p 54563:54563 -p 54564:54564 -p 54565:54565 -p 54566:54566 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=54564 --rest-port=54562 --tcp-port=54563 --discv5-udp-port=54565 --rest-address=0.0.0.0 --nat=extip:172.18.148.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ca62eb4ad4bc9d8ceec5f3e2eaad2bfc4bca303abe8b9add6144d68fd1a28cb3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54566 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.148.182 waku 947e3835dfb22d0bc63ad2035b27ba7a414c0999c26823d6cd9a4c5573f8f6a3
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 947e3835dfb2. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-41-55__c9c5c09a-1ed6-4a7c-9a03-8be04d3c3af0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54562
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0996bcc1b5f2. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container db8405cbc857. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54562/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54562/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.182/tcp/54563/p2p/16Uiu2HAm2kiqUwUpwZGzWKtB5diRa34dkbHYXWK6Mo7xjvRRqhVX","/ip4/172.18.148.182/tcp/54564/ws/p2p/16Uiu2HAm2kiqUwUpwZGzWKtB5diRa34dkbHYXWK6Mo7xjvRRqhVX"],"enrUri":"enr:-L24QIge45oPmmBy72pYVi3_KT6-SKO1tRsoCapYpByHp2n6Mce9Ejj71QAwS3VBOhf6Zncy3L-iaMD-9bZsg42sjEcCgmlkgnY0gmlwhKwSlLaKbXVsdGlhZGRyc5YACASsEpS2BtUjAAoErBKUtgbVJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECbOMS7h5j-bazB5ex89rHlznjEt139KqNYkytp5gp-1aDdGNwgtUjg3VkcILVJYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-41-55__c9c5c09a-1ed6-4a7c-9a03-8be04d3c3af0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.20.4
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41832', '41833', '41834', '41835', '41836']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41832:41832 -p 41833:41833 -p 41834:41834 -p 41835:41835 -p 41836:41836 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=41834 --rest-port=41832 --tcp-port=41833 --discv5-udp-port=41835 --rest-address=0.0.0.0 --nat=extip:172.18.20.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6bb68bbc62eee9a198d95e79f1b57daab84d4fdbcb2fce43f787ad669ecbf73b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41836 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIge45oPmmBy72pYVi3_KT6-SKO1tRsoCapYpByHp2n6Mce9Ejj71QAwS3VBOhf6Zncy3L-iaMD-9bZsg42sjEcCgmlkgnY0gmlwhKwSlLaKbXVsdGlhZGRyc5YACASsEpS2BtUjAAoErBKUtgbVJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECbOMS7h5j-bazB5ex89rHlznjEt139KqNYkytp5gp-1aDdGNwgtUjg3VkcILVJYV3YWt1MgM --storenode=/ip4/172.18.148.182/tcp/54563/p2p/16Uiu2HAm2kiqUwUpwZGzWKtB5diRa34dkbHYXWK6Mo7xjvRRqhVX --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.20.4 waku dd4ba294ad6d789f14762eec2dd7e13641f69738cc573560f3ad8b75acca1c4f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID dd4ba294ad6d. Setting up logs at ./log/docker/store_node1_2026-01-29_04-41-55__c9c5c09a-1ed6-4a7c-9a03-8be04d3c3af0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41832
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41832/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41832/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.4/tcp/41833/p2p/16Uiu2HAmA9221yQhwpE4u4exDMDXzCxizutAKiYH1Vww159sGS9u","/ip4/172.18.20.4/tcp/41834/ws/p2p/16Uiu2HAmA9221yQhwpE4u4exDMDXzCxizutAKiYH1Vww159sGS9u"],"enrUri":"enr:-L24QD-_FBfP-a4pPn3shuVMFMxgaDzhhg9TmvwdOjvH4RdJeuWtF08N_MyYBZ-lxZyEEvA_L30YtZPOjtC8fvUdnoICgmlkgnY0gmlwhKwSFASKbXVsdGlhZGRyc5YACASsEhQEBqNpAAoErBIUBAajat0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2psWaw6VwgH-lxMvZriDwMiKLQPCJIhS7IxkZepvSACDdGNwgqNpg3VkcIKja4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41832/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.182/tcp/54563/p2p/16Uiu2HAm2kiqUwUpwZGzWKtB5diRa34dkbHYXWK6Mo7xjvRRqhVX"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54562/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41832/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54562/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54562/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54562/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54562/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54562/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54562/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true&hash=0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6cbb763b6c5d49db61f55c6346dd444c522e2dde11cd6cff208a1958cab0b08a"},{"messageHash":"0xb28ff67402d38ff19f539674246f2d30277d7e4add943fd0602b62d8ba3c96ce"},{"messageHash":"0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6"},{"messageHash":"0x66c921487ee2286a6a0c8fac4da7b446871e91b17bdb50dc5a1c1d6cade2d21c"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41832/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41832/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true&hash=0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6cbb763b6c5d49db61f55c6346dd444c522e2dde11cd6cff208a1958cab0b08a"},{"messageHash":"0xb28ff67402d38ff19f539674246f2d30277d7e4add943fd0602b62d8ba3c96ce"},{"messageHash":"0x00e9fd2eda7793ded34c3410c8b6e40ae16a02d0d4caaa5e733175c52bd434d6"},{"messageHash":"0x66c921487ee2286a6a0c8fac4da7b446871e91b17bdb50dc5a1c1d6cade2d21c"}]}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 947e3835dfb2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id dd4ba294ad6d
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,188 @@
2026-01-29 04:45:53.521 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:45:53.521 DEBUG [tests.conftest] Running test: test_default_page_size with id: 2026-01-29_04-45-53__0a739f79-320f-4610-954b-77159e6e1d6c
2026-01-29 04:45:53.522 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:45:53.522 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:45:53.522 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:45:53.529 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:53.529 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-45-53__0a739f79-320f-4610-954b-77159e6e1d6c__wakuorg_nwaku:latest.log
2026-01-29 04:45:53.529 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:53.529 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:53.531 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:53.531 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.70.138
2026-01-29 04:45:53.531 DEBUG [src.node.docker_mananger] Generated ports ['61083', '61084', '61085', '61086', '61087']
2026-01-29 04:45:53.531 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:53.531 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:53.531 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:53.532 DEBUG [src.node.docker_mananger] docker run -i -t -p 61083:61083 -p 61084:61084 -p 61085:61085 -p 61086:61086 -p 61087:61087 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=61085 --rest-port=61083 --tcp-port=61084 --discv5-udp-port=61086 --rest-address=0.0.0.0 --nat=extip:172.18.70.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f7b3cd2d73fdb97bff8f1c3f5cf2edbe62e7d11ca451fa29cdcf7f15e6bbada --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61087 --metrics-logging=true --store=true --relay=true
2026-01-29 04:45:53.718 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.70.138 waku 996d338852ac5a52c2c673401ea7264f97393a35f9e636d36c4eea51895dcf27
2026-01-29 04:45:53.751 DEBUG [src.node.docker_mananger] Container started with ID 996d338852ac. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-45-53__0a739f79-320f-4610-954b-77159e6e1d6c__wakuorg_nwaku:latest.log
2026-01-29 04:45:53.753 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61083
2026-01-29 04:45:53.753 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:53.794 ERROR [src.node.docker_mananger] Max retries reached for container 0f66d275b779. Exiting log stream.
2026-01-29 04:45:54.329 ERROR [src.node.docker_mananger] Max retries reached for container 66c7afd66492. Exiting log stream.
2026-01-29 04:45:54.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61083/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:54.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:45:54.757 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:54.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61083/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:54.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.138/tcp/61084/p2p/16Uiu2HAkwtfKJB1bSahhv2AVJXypvXVL3UUF1fugdEqCvthURLhB","/ip4/172.18.70.138/tcp/61085/ws/p2p/16Uiu2HAkwtfKJB1bSahhv2AVJXypvXVL3UUF1fugdEqCvthURLhB"],"enrUri":"enr:-L24QF6VJuEEhlGjyY3-WeZ7aC1t-Vsh6tOf-bXaHOadSRwZP3PsST0lo7CZtchxBPGYQN5_LVs1RfOcG9bJyyq8-MsCgmlkgnY0gmlwhKwSRoqKbXVsdGlhZGRyc5YACASsEkaKBu6cAAoErBJGigbund0DgnJzhQADAQAAiXNlY3AyNTZrMaECJKFOIkPLvQk366_gLXNQLBpvVmwFR3x4Yk6F9ERaMnaDdGNwgu6cg3VkcILunoV3YWt1MgM"}'
2026-01-29 04:45:54.760 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:54.767 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:45:54.767 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-45-53__0a739f79-320f-4610-954b-77159e6e1d6c__wakuorg_nwaku:latest.log
2026-01-29 04:45:54.767 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:45:54.767 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:45:54.768 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:45:54.769 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.254
2026-01-29 04:45:54.769 DEBUG [src.node.docker_mananger] Generated ports ['54252', '54253', '54254', '54255', '54256']
2026-01-29 04:45:54.769 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:45:54.769 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:45:54.769 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:45:54.769 DEBUG [src.node.docker_mananger] docker run -i -t -p 54252:54252 -p 54253:54253 -p 54254:54254 -p 54255:54255 -p 54256:54256 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=54254 --rest-port=54252 --tcp-port=54253 --discv5-udp-port=54255 --rest-address=0.0.0.0 --nat=extip:172.18.130.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dddb6d2a5c1de0fcf0656b8aff1ac1faa2ace9b4df76cfa09aedb70d591cfde1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54256 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QF6VJuEEhlGjyY3-WeZ7aC1t-Vsh6tOf-bXaHOadSRwZP3PsST0lo7CZtchxBPGYQN5_LVs1RfOcG9bJyyq8-MsCgmlkgnY0gmlwhKwSRoqKbXVsdGlhZGRyc5YACASsEkaKBu6cAAoErBJGigbund0DgnJzhQADAQAAiXNlY3AyNTZrMaECJKFOIkPLvQk366_gLXNQLBpvVmwFR3x4Yk6F9ERaMnaDdGNwgu6cg3VkcILunoV3YWt1MgM --storenode=/ip4/172.18.70.138/tcp/61084/p2p/16Uiu2HAkwtfKJB1bSahhv2AVJXypvXVL3UUF1fugdEqCvthURLhB --store=true --relay=true
2026-01-29 04:45:54.945 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.254 waku e9d6b8d6c258fc6c9ece3b608eb64ae597587035250f10f5b66ec06ea3377950
2026-01-29 04:45:54.977 DEBUG [src.node.docker_mananger] Container started with ID e9d6b8d6c258. Setting up logs at ./log/docker/store_node1_2026-01-29_04-45-53__0a739f79-320f-4610-954b-77159e6e1d6c__wakuorg_nwaku:latest.log
2026-01-29 04:45:54.978 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54252
2026-01-29 04:45:54.978 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:45:55.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54252/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:55.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:45:55.983 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:45:55.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54252/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:55.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.254/tcp/54253/p2p/16Uiu2HAmHKHEwWub9yw3dXoE1wVa79bu4vQv2oqrn1bQhEBLaCxk","/ip4/172.18.130.254/tcp/54254/ws/p2p/16Uiu2HAmHKHEwWub9yw3dXoE1wVa79bu4vQv2oqrn1bQhEBLaCxk"],"enrUri":"enr:-L24QFuvIo16_W0cxpk2IhLEuRfk2farysRb0QFPTFpqXpOzQRSxKpegnudb170SYY0oSNtCS_iVJxwlRMuNH9e9xDMCgmlkgnY0gmlwhKwSgv6KbXVsdGlhZGRyc5YACASsEoL-BtPtAAoErBKC_gbT7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRT3qqKXAf3oEwElCEByf7EkNhhOGS-rahZwq0tpqJQWDdGNwgtPtg3VkcILT74V3YWt1MgM"}'
2026-01-29 04:45:55.986 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:45:55.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54252/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.70.138/tcp/61084/p2p/16Uiu2HAkwtfKJB1bSahhv2AVJXypvXVL3UUF1fugdEqCvthURLhB"]'
2026-01-29 04:45:55.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:55.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:45:55.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:55.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54252/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:45:55.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:55.995 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:55.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:56.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:56.001 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:56.202 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:56.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:56.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:56.208 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:56.409 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:56.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:56.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:56.415 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:56.615 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:56.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:56.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:56.621 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:56.822 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:56.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:56.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:56.828 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:57.029 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:57.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:57.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:57.034 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:57.235 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:57.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:57.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:57.241 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:57.441 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:57.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:57.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:57.448 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:57.649 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:57.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:57.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:57.655 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:57.855 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:57.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:57.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:57.861 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:58.062 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:58.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:58.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:58.068 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:58.270 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:58.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:58.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:58.277 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:58.477 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:58.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:58.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:58.483 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:58.684 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:58.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:58.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:58.690 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:58.891 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:58.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:58.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:58.897 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:59.098 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:59.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:59.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:59.104 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:59.305 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:59.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:59.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:59.311 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:59.513 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:59.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:59.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:59.518 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:59.719 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:59.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:59.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:59.726 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:45:59.926 DEBUG [src.steps.store] Relaying message
2026-01-29 04:45:59.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:45:59.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:45:59.932 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:00.133 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:00.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:00.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:00.139 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:00.340 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:00.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:00.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:00.346 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:00.546 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:00.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:00.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:00.553 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:00.754 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:00.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:00.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:00.760 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:00.962 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:00.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:00.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:00.968 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:01.169 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:01.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:01.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:01.175 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:01.376 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:01.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:01.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:01.383 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:01.584 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:01.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:01.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:01.590 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:01.790 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:01.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:01.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:01.797 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:01.997 DEBUG [src.steps.store] Relaying message
2026-01-29 04:46:01.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61083/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:02.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:02.005 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:46:02.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61083/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:02.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbe4c1e652fc3562aff7086e3a858ad042435334b5e650eb26d9bdcff5f3856ee"},{"messageHash":"0x48c2ea77e5444a629eb043174982f765d6ec0b13284a2224436f1dafaf1ecc9c"},{"messageHash":"0x2dadf6d37481f2c02f532501ae0545740ed989e8b136be34e3d472f821a81a93"},{"messageHash":"0xfa9fc2d86f02b9edb1f3631d72d0c5fb02db1c4be7f586db0477c72c7d43ab9e"},{"messageHash":"0x4641a54e64d7e4cf51ab002cdcfce89b24944c9522cdde4b4228e91024d34d5b"},{"messageHash":"0xcbcc2775d6f8c425c5a0ae1087fddcd9bafd277b3dae5ce75def178ce5e9994c"},{"messageHash":"0x5a348782a322db976334f020fef9450d35688f374dae267a1a71ffe6387af403"},{"messageHash":"0x4eb20fa38860245e89fb9794bd29bb9e6a35e161869cfadb16593a1ff0da5bb8"},{"messageHash":"0x36c192411c4913b419107f101830158a1942eeec5371739bbc3ab500ddeabe34"},{"messageHash":"0xd7f6ab012220201dd1b20fed7ab4656ab115b5d9704408642ee98e737f6a2dc0"},{"messageHash":"0x83c0a14d3310d70dc9612aa061ce78be5eb1cb4db7822d5fff94afd0f05ebcda"},{"messageHash":"0x7e3a119ea7c21c04ef9db41bc501a6d444d56dadfbcbc4fecb4e62d78e7b0299"},{"messageHash":"0x67746a9d81abfe8ab98d4609f57740c553e4aa407cf98c195d60fbda6b0180bd"},{"messageHash":"0x942f0c24361f16b5e492a39a1d2fff968087103547af844cee46f736100c5bdb"},{"messageHash":"0xdaa547cabd52a6ff2319daec15172665278ea0542c44813acd4c85a1b0aef1ee"},{"messageHash":"0xe9fa5b1e7ffc61a7b96e7552fb5670b18ad125ee62302c46313615b08910eac2"},{"messageHash":"0x7099b2787be27b0366a627eb9c19e21ca0fa0afb4a18b7ca890b128d0eb93343"},{"messageHash":"0x193cae43f0b07fe540e0cb7f63ece8b12b2320a8a614a79e39f0bf48d5d88598"},{"messageHash":"0xfe2612dc1e63accb9a5e932071ca4024edca15d2628097b2e19356b6029d1223"},{"messageHash":"0x7d8142230db2a0f69039dcf30cab6fe691d7f16c50b6b522f29fd0b7188d0d2a"}],"paginationCursor":"0x7d8142230db2a0f69039dcf30cab6fe691d7f16c50b6b522f29fd0b7188d0d2a"}'
2026-01-29 04:46:02.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54252/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:02.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbe4c1e652fc3562aff7086e3a858ad042435334b5e650eb26d9bdcff5f3856ee"},{"messageHash":"0x48c2ea77e5444a629eb043174982f765d6ec0b13284a2224436f1dafaf1ecc9c"},{"messageHash":"0x2dadf6d37481f2c02f532501ae0545740ed989e8b136be34e3d472f821a81a93"},{"messageHash":"0xfa9fc2d86f02b9edb1f3631d72d0c5fb02db1c4be7f586db0477c72c7d43ab9e"},{"messageHash":"0x4641a54e64d7e4cf51ab002cdcfce89b24944c9522cdde4b4228e91024d34d5b"},{"messageHash":"0xcbcc2775d6f8c425c5a0ae1087fddcd9bafd277b3dae5ce75def178ce5e9994c"},{"messageHash":"0x5a348782a322db976334f020fef9450d35688f374dae267a1a71ffe6387af403"},{"messageHash":"0x4eb20fa38860245e89fb9794bd29bb9e6a35e161869cfadb16593a1ff0da5bb8"},{"messageHash":"0x36c192411c4913b419107f101830158a1942eeec5371739bbc3ab500ddeabe34"},{"messageHash":"0xd7f6ab012220201dd1b20fed7ab4656ab115b5d9704408642ee98e737f6a2dc0"},{"messageHash":"0x83c0a14d3310d70dc9612aa061ce78be5eb1cb4db7822d5fff94afd0f05ebcda"},{"messageHash":"0x7e3a119ea7c21c04ef9db41bc501a6d444d56dadfbcbc4fecb4e62d78e7b0299"},{"messageHash":"0x67746a9d81abfe8ab98d4609f57740c553e4aa407cf98c195d60fbda6b0180bd"},{"messageHash":"0x942f0c24361f16b5e492a39a1d2fff968087103547af844cee46f736100c5bdb"},{"messageHash":"0xdaa547cabd52a6ff2319daec15172665278ea0542c44813acd4c85a1b0aef1ee"},{"messageHash":"0xe9fa5b1e7ffc61a7b96e7552fb5670b18ad125ee62302c46313615b08910eac2"},{"messageHash":"0x7099b2787be27b0366a627eb9c19e21ca0fa0afb4a18b7ca890b128d0eb93343"},{"messageHash":"0x193cae43f0b07fe540e0cb7f63ece8b12b2320a8a614a79e39f0bf48d5d88598"},{"messageHash":"0xfe2612dc1e63accb9a5e932071ca4024edca15d2628097b2e19356b6029d1223"},{"messageHash":"0x7d8142230db2a0f69039dcf30cab6fe691d7f16c50b6b522f29fd0b7188d0d2a"}],"paginationCursor":"0x7d8142230db2a0f69039dcf30cab6fe691d7f16c50b6b522f29fd0b7188d0d2a"}'
2026-01-29 04:46:02.215 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:46:02.216 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:46:02.216 DEBUG [src.node.waku_node] Stopping container with id 996d338852ac
2026-01-29 04:46:02.792 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:46:02.792 DEBUG [src.node.waku_node] Stopping container with id e9d6b8d6c258
2026-01-29 04:46:03.343 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:46:03.347 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:46:03.358 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:46:03.371 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,147 @@
2026-01-29 04:31:27.502 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:31:27.502 DEBUG [tests.conftest] Running test: test_relay_4_nodes_sender_packet_loss with id: 2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba
2026-01-29 04:31:27.502 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:31:27.502 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:31:27.509 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:27.509 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:27.515 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:27.515 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:27.522 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:27.522 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:27.528 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:31:27.528 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:27.528 INFO [tests.e2e.test_network_conditions] Starting 4 nodes with relay enabled (bootstrap chain)
2026-01-29 04:31:27.528 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:27.529 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:27.530 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:31:27.530 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.251
2026-01-29 04:31:27.530 DEBUG [src.node.docker_mananger] Generated ports ['41702', '41703', '41704', '41705', '41706']
2026-01-29 04:31:27.531 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:27.531 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:27.531 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:27.531 DEBUG [src.node.docker_mananger] docker run -i -t -p 41702:41702 -p 41703:41703 -p 41704:41704 -p 41705:41705 -p 41706:41706 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=41704 --rest-port=41702 --tcp-port=41703 --discv5-udp-port=41705 --rest-address=0.0.0.0 --nat=extip:172.18.129.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd1db0d5a90f6d9a5dee927b95439cb66cdba0b5393b90ca9f1f446c6aebcad2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41706 --metrics-logging=true --relay=true
2026-01-29 04:31:27.715 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.251 waku 234279c33ba20004a378f2ea820676d45b39421be08d0cb92bff1b932ead2ca3
2026-01-29 04:31:27.744 DEBUG [src.node.docker_mananger] Container started with ID 234279c33ba2. Setting up logs at ./log/docker/node1_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:27.746 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41702
2026-01-29 04:31:27.746 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:27.753 ERROR [src.node.docker_mananger] Max retries reached for container 2de3766b5633. Exiting log stream.
2026-01-29 04:31:28.309 ERROR [src.node.docker_mananger] Max retries reached for container a0890ef7079a. Exiting log stream.
2026-01-29 04:31:28.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41702/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:28.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:31:28.750 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:28.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41702/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:28.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.251/tcp/41703/p2p/16Uiu2HAkvShnVJvqtPgShHnnEQbF8xkn3kPXMmVHJ33Y1MX6XzR5","/ip4/172.18.129.251/tcp/41704/ws/p2p/16Uiu2HAkvShnVJvqtPgShHnnEQbF8xkn3kPXMmVHJ33Y1MX6XzR5"],"enrUri":"enr:-L24QD8TlD5bdwxcwKJND-Z35TqvsBWsRLC40I7bxe4YLiQrOSLOJnTIPNOT7b25RZ_3Yx5RpfO5rdRk0GJ7IAqfdpACgmlkgnY0gmlwhKwSgfuKbXVsdGlhZGRyc5YACASsEoH7BqLnAAoErBKB-wai6N0DgnJzhQADAQAAiXNlY3AyNTZrMaECDx9PCuz2LghUYA9EWnSWEUbU3Hudi18cw93BgFVbzTiDdGNwgqLng3VkcIKi6YV3YWt1MgE"}'
2026-01-29 04:31:28.752 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:28.753 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:28.753 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:28.754 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:31:28.754 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.170.222
2026-01-29 04:31:28.755 DEBUG [src.node.docker_mananger] Generated ports ['45921', '45922', '45923', '45924', '45925']
2026-01-29 04:31:28.755 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:28.755 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:28.755 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:28.755 DEBUG [src.node.docker_mananger] docker run -i -t -p 45921:45921 -p 45922:45922 -p 45923:45923 -p 45924:45924 -p 45925:45925 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=45923 --rest-port=45921 --tcp-port=45922 --discv5-udp-port=45924 --rest-address=0.0.0.0 --nat=extip:172.18.170.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9bbcf63afd7a4ce89cdbbbeb42b6d8fce59eca11ef4a69ad22c038d5ac135871 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45925 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD8TlD5bdwxcwKJND-Z35TqvsBWsRLC40I7bxe4YLiQrOSLOJnTIPNOT7b25RZ_3Yx5RpfO5rdRk0GJ7IAqfdpACgmlkgnY0gmlwhKwSgfuKbXVsdGlhZGRyc5YACASsEoH7BqLnAAoErBKB-wai6N0DgnJzhQADAQAAiXNlY3AyNTZrMaECDx9PCuz2LghUYA9EWnSWEUbU3Hudi18cw93BgFVbzTiDdGNwgqLng3VkcIKi6YV3YWt1MgE
2026-01-29 04:31:28.928 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.170.222 waku 19429bad87c8d900d9cd99e0581a04f79e118a27b330888b71d5267541e87f79
2026-01-29 04:31:28.961 DEBUG [src.node.docker_mananger] Container started with ID 19429bad87c8. Setting up logs at ./log/docker/node2_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:28.962 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45921
2026-01-29 04:31:28.962 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:29.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45921/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:29.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:31:29.977 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:29.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45921/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:29.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.170.222/tcp/45922/p2p/16Uiu2HAmAZG6PP6reYjcUmN5LgcTDnjbXJZZafEMnXqrPbYRv67M","/ip4/172.18.170.222/tcp/45923/ws/p2p/16Uiu2HAmAZG6PP6reYjcUmN5LgcTDnjbXJZZafEMnXqrPbYRv67M"],"enrUri":"enr:-L24QCBi4r0hufAPLGvbIKI-UYkZU-s5ZEaFYR8Tvxh3UZsSTF6HuqCqCdizf6GWhpYAaLt_urVqfVGiaJyvtm7XGLoCgmlkgnY0gmlwhKwSqt6KbXVsdGlhZGRyc5YACASsEqreBrNiAAoErBKq3gazY90DgnJzhQADAQAAiXNlY3AyNTZrMaEC4NDxJ9_GSI-YVQ2p-N6GD0mEhY5IGwvsdaj3VNUK0cyDdGNwgrNig3VkcIKzZIV3YWt1MgE"}'
2026-01-29 04:31:29.981 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:29.981 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:29.981 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:29.983 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:31:29.983 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.63.21
2026-01-29 04:31:29.983 DEBUG [src.node.docker_mananger] Generated ports ['48277', '48278', '48279', '48280', '48281']
2026-01-29 04:31:29.983 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:29.983 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:29.983 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:29.983 DEBUG [src.node.docker_mananger] docker run -i -t -p 48277:48277 -p 48278:48278 -p 48279:48279 -p 48280:48280 -p 48281:48281 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=48279 --rest-port=48277 --tcp-port=48278 --discv5-udp-port=48280 --rest-address=0.0.0.0 --nat=extip:172.18.63.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efefad6c8ecfbe3ac97da72df9b078af7c3d95fc1a0ebd3cb2aaab82be0a16f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48281 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCBi4r0hufAPLGvbIKI-UYkZU-s5ZEaFYR8Tvxh3UZsSTF6HuqCqCdizf6GWhpYAaLt_urVqfVGiaJyvtm7XGLoCgmlkgnY0gmlwhKwSqt6KbXVsdGlhZGRyc5YACASsEqreBrNiAAoErBKq3gazY90DgnJzhQADAQAAiXNlY3AyNTZrMaEC4NDxJ9_GSI-YVQ2p-N6GD0mEhY5IGwvsdaj3VNUK0cyDdGNwgrNig3VkcIKzZIV3YWt1MgE
2026-01-29 04:31:30.180 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.63.21 waku 72a89320100b9bf020efe9be6fe75520e2082c24cf657b47dbb9787d92956eb8
2026-01-29 04:31:30.209 DEBUG [src.node.docker_mananger] Container started with ID 72a89320100b. Setting up logs at ./log/docker/node3_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:30.209 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48277
2026-01-29 04:31:30.209 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:31.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48277/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:31.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:31:31.222 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:31.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48277/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:31.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.63.21/tcp/48278/p2p/16Uiu2HAmGR8FWyMjHW4rejRkmee7B2W4vbMY19nFzKr28CKP7zSe","/ip4/172.18.63.21/tcp/48279/ws/p2p/16Uiu2HAmGR8FWyMjHW4rejRkmee7B2W4vbMY19nFzKr28CKP7zSe"],"enrUri":"enr:-L24QGYDui9Kw960HnTeeBezr3gLPgH0lLv7KvRkY6-5gdMnCRS1_qkS8_EFwQ2_oUewCFXnSqJr2HYdX3Z3C3Xqc7wCgmlkgnY0gmlwhKwSPxWKbXVsdGlhZGRyc5YACASsEj8VBryWAAoErBI_FQa8l90DgnJzhQADAQAAiXNlY3AyNTZrMaEDN-GMqoGSAD28Or-z5Qy9iTbLgkTx0BCeMcyo3GI2LaODdGNwgryWg3VkcIK8mIV3YWt1MgE"}'
2026-01-29 04:31:31.227 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:31.228 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:31:31.228 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:31:31.230 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:31:31.231 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.12
2026-01-29 04:31:31.232 DEBUG [src.node.docker_mananger] Generated ports ['45435', '45436', '45437', '45438', '45439']
2026-01-29 04:31:31.232 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:31:31.232 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:31:31.232 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:31:31.232 DEBUG [src.node.docker_mananger] docker run -i -t -p 45435:45435 -p 45436:45436 -p 45437:45437 -p 45438:45438 -p 45439:45439 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=45437 --rest-port=45435 --tcp-port=45436 --discv5-udp-port=45438 --rest-address=0.0.0.0 --nat=extip:172.18.208.12 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9cc80c0bb9c47fec40d549da54acbaef7bdf0fee3961cd6fdd0d3e614dba4e53 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45439 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGYDui9Kw960HnTeeBezr3gLPgH0lLv7KvRkY6-5gdMnCRS1_qkS8_EFwQ2_oUewCFXnSqJr2HYdX3Z3C3Xqc7wCgmlkgnY0gmlwhKwSPxWKbXVsdGlhZGRyc5YACASsEj8VBryWAAoErBI_FQa8l90DgnJzhQADAQAAiXNlY3AyNTZrMaEDN-GMqoGSAD28Or-z5Qy9iTbLgkTx0BCeMcyo3GI2LaODdGNwgryWg3VkcIK8mIV3YWt1MgE
2026-01-29 04:31:31.415 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.12 waku 926b972cc78a394719976c53da363c46b137955afb21cd364be254ecf249b009
2026-01-29 04:31:31.445 DEBUG [src.node.docker_mananger] Container started with ID 926b972cc78a. Setting up logs at ./log/docker/node4_2026-01-29_04-31-27__033b8d9d-ee18-44c1-bb36-315e78f2deba__wakuorg_nwaku:latest.log
2026-01-29 04:31:31.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45435
2026-01-29 04:31:31.446 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:31:32.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45435/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:32.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:31:32.458 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:31:32.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45435/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:32.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.12/tcp/45436/p2p/16Uiu2HAmMN8mg6E3U8tn7eXreSUV2hBREckNmQhCc429Wjkp4k2m","/ip4/172.18.208.12/tcp/45437/ws/p2p/16Uiu2HAmMN8mg6E3U8tn7eXreSUV2hBREckNmQhCc429Wjkp4k2m"],"enrUri":"enr:-L24QFWxteEPlDcV6qffHkuF7Z7-vdCan50pUCrlYDWWajjpC6UEUvbx7trVzBwY6DNzojBBATDdFHB1AaWuHP4inIUCgmlkgnY0gmlwhKwS0AyKbXVsdGlhZGRyc5YACASsEtAMBrF8AAoErBLQDAaxfd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgWfUYDHReMIJyQsAXIUXfFTo7H16u8HQoOuRnS-42LqDdGNwgrF8g3VkcIKxfoV3YWt1MgE"}'
2026-01-29 04:31:32.463 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:31:32.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41702/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:31:32.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:32.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45921/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:31:32.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:32.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48277/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:31:32.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:32.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45435/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:31:32.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:32.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41702/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:32.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.170.222/tcp/60338/p2p/16Uiu2HAmAZG6PP6reYjcUmN5LgcTDnjbXJZZafEMnXqrPbYRv67M","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:31:32.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45921/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:32.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.129.251/tcp/41703/p2p/16Uiu2HAkvShnVJvqtPgShHnnEQbF8xkn3kPXMmVHJ33Y1MX6XzR5","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.63.21/tcp/44844/p2p/16Uiu2HAmGR8FWyMjHW4rejRkmee7B2W4vbMY19nFzKr28CKP7zSe","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:31:32.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48277/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:32.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.208.12/tcp/47070/p2p/16Uiu2HAmMN8mg6E3U8tn7eXreSUV2hBREckNmQhCc429Wjkp4k2m","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.170.222/tcp/45922/p2p/16Uiu2HAmAZG6PP6reYjcUmN5LgcTDnjbXJZZafEMnXqrPbYRv67M","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:31:32.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45435/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:32.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.63.21/tcp/48278/p2p/16Uiu2HAmGR8FWyMjHW4rejRkmee7B2W4vbMY19nFzKr28CKP7zSe","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:31:32.504 DEBUG [src.libs.common] Sleeping for 20 seconds
2026-01-29 04:31:52.505 INFO [tests.e2e.test_network_conditions] Applying 30.0% packet loss on sender node1
2026-01-29 04:31:52.506 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '5320', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:31:52.517 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '5320', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'loss', '30.0%']
2026-01-29 04:31:52.526 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '5320', '-n', 'tc', '-s', 'qdisc', 'show', 'dev', 'eth0']
2026-01-29 04:31:52.535 DEBUG [src.steps.network_conditions] tc -s qdisc show dev eth0:
qdisc netem 8002: root refcnt 5 limit 1000 loss 30%
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
2026-01-29 04:31:52.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45435/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:52.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
2026-01-29 04:31:52.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41702/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:31:52.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:31:52.549 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '5320', '-n', 'tc', '-s', 'qdisc', 'show', 'dev', 'eth0']
2026-01-29 04:31:52.563 DEBUG [src.steps.network_conditions] tc -s qdisc show dev eth0:
qdisc netem 8002: root refcnt 5 limit 1000 loss 30%
Sent 566 bytes 6 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
2026-01-29 04:31:52.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45435/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:31:52.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661112537905892,"ephemeral":false,"proof":""}]'
2026-01-29 04:31:52.566 INFO [tests.e2e.test_network_conditions] Node4 received messages from node1 after 0 trails
2026-01-29 04:31:52.567 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '5320', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
2026-01-29 04:31:52.577 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:31:52.578 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:31:52.578 DEBUG [src.node.waku_node] Stopping container with id 234279c33ba2
2026-01-29 04:31:53.149 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:53.149 DEBUG [src.node.waku_node] Stopping container with id 19429bad87c8
2026-01-29 04:31:53.692 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:53.693 DEBUG [src.node.waku_node] Stopping container with id 72a89320100b
2026-01-29 04:31:53.965 ERROR [src.node.docker_mananger] Max retries reached for container 234279c33ba2. Exiting log stream.
2026-01-29 04:31:54.202 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:54.202 DEBUG [src.node.waku_node] Stopping container with id 926b972cc78a
2026-01-29 04:31:54.601 ERROR [src.node.docker_mananger] Max retries reached for container 19429bad87c8. Exiting log stream.
2026-01-29 04:31:54.693 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:31:54.695 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:31:54.714 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:31:54.759 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:31:54.780 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:31:54.799 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,76 @@
2026-01-29 04:39:50.573 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:39:50.573 DEBUG [tests.conftest] Running test: test_get_store_message_with_version with id: 2026-01-29_04-39-50__961914f0-dc6a-43eb-a149-15e01a6ddf14
2026-01-29 04:39:50.573 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:39:50.574 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:39:50.574 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:39:50.581 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:50.581 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-39-50__961914f0-dc6a-43eb-a149-15e01a6ddf14__wakuorg_nwaku:latest.log
2026-01-29 04:39:50.581 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:50.581 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:50.582 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:50.583 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.165
2026-01-29 04:39:50.583 DEBUG [src.node.docker_mananger] Generated ports ['5111', '5112', '5113', '5114', '5115']
2026-01-29 04:39:50.583 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:50.583 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:50.583 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:50.583 DEBUG [src.node.docker_mananger] docker run -i -t -p 5111:5111 -p 5112:5112 -p 5113:5113 -p 5114:5114 -p 5115:5115 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=5113 --rest-port=5111 --tcp-port=5112 --discv5-udp-port=5114 --rest-address=0.0.0.0 --nat=extip:172.18.117.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5cf6a38c4a3b319bd6d4ebd0ebddaca810cfafcbd1a2f4ce9d27f1b8f8fd493d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5115 --metrics-logging=true --store=true --relay=true
2026-01-29 04:39:50.760 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.165 waku 73ee5ff2a34f7f4c0a77c1f2beeb219e21fffca41b4c551906658146f54dc053
2026-01-29 04:39:50.795 DEBUG [src.node.docker_mananger] Container started with ID 73ee5ff2a34f. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-39-50__961914f0-dc6a-43eb-a149-15e01a6ddf14__wakuorg_nwaku:latest.log
2026-01-29 04:39:50.795 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5111
2026-01-29 04:39:50.795 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:50.821 ERROR [src.node.docker_mananger] Max retries reached for container 16c65e4fde36. Exiting log stream.
2026-01-29 04:39:51.348 ERROR [src.node.docker_mananger] Max retries reached for container ed1a7dcee953. Exiting log stream.
2026-01-29 04:39:51.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5111/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:51.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:39:51.799 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:51.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5111/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:51.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.165/tcp/5112/p2p/16Uiu2HAm2MaTAjSiavxpBgEjyj9vxgsyjPrxeF6QqwDuNHMu3PtE","/ip4/172.18.117.165/tcp/5113/ws/p2p/16Uiu2HAm2MaTAjSiavxpBgEjyj9vxgsyjPrxeF6QqwDuNHMu3PtE"],"enrUri":"enr:-L24QHT37qygWgOCSdr_1z73CGjzmPleiIU_upVQU0lUOwJnQHu2Ypj-IohYSW8dnQzu0ieI_qpGOGrnce7UldYZWG8CgmlkgnY0gmlwhKwSdaWKbXVsdGlhZGRyc5YACASsEnWlBhP4AAoErBJ1pQYT-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECZvU8FVtDlNmN2lr4cpzmfmeQr7P1FeCzVW8b4Df47UODdGNwghP4g3VkcIIT-oV3YWt1MgM"}'
2026-01-29 04:39:51.802 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:51.809 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:39:51.809 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-39-50__961914f0-dc6a-43eb-a149-15e01a6ddf14__wakuorg_nwaku:latest.log
2026-01-29 04:39:51.810 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:39:51.810 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:39:51.811 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:39:51.811 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.30.35
2026-01-29 04:39:51.811 DEBUG [src.node.docker_mananger] Generated ports ['22338', '22339', '22340', '22341', '22342']
2026-01-29 04:39:51.811 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:39:51.812 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:39:51.812 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:39:51.812 DEBUG [src.node.docker_mananger] docker run -i -t -p 22338:22338 -p 22339:22339 -p 22340:22340 -p 22341:22341 -p 22342:22342 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=22340 --rest-port=22338 --tcp-port=22339 --discv5-udp-port=22341 --rest-address=0.0.0.0 --nat=extip:172.18.30.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0e4c87e016fedbf75a4a26dc55b21fefbc230bb39efe6eaa045fc5b3b1f5c3ff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22342 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHT37qygWgOCSdr_1z73CGjzmPleiIU_upVQU0lUOwJnQHu2Ypj-IohYSW8dnQzu0ieI_qpGOGrnce7UldYZWG8CgmlkgnY0gmlwhKwSdaWKbXVsdGlhZGRyc5YACASsEnWlBhP4AAoErBJ1pQYT-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECZvU8FVtDlNmN2lr4cpzmfmeQr7P1FeCzVW8b4Df47UODdGNwghP4g3VkcIIT-oV3YWt1MgM --storenode=/ip4/172.18.117.165/tcp/5112/p2p/16Uiu2HAm2MaTAjSiavxpBgEjyj9vxgsyjPrxeF6QqwDuNHMu3PtE --store=true --relay=true
2026-01-29 04:39:51.997 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.30.35 waku 1c0ca18041c569661f9ec6020f1ba31624a0827f621ca01f74a4c29c1686e3cf
2026-01-29 04:39:52.030 DEBUG [src.node.docker_mananger] Container started with ID 1c0ca18041c5. Setting up logs at ./log/docker/store_node1_2026-01-29_04-39-50__961914f0-dc6a-43eb-a149-15e01a6ddf14__wakuorg_nwaku:latest.log
2026-01-29 04:39:52.030 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22338
2026-01-29 04:39:52.031 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:39:53.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22338/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:53.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:39:53.036 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:39:53.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22338/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:53.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.30.35/tcp/22339/p2p/16Uiu2HAmGVZWEndADFMZWEjHQ89guNWGWgMpnJ1o2zRGEMab7ft7","/ip4/172.18.30.35/tcp/22340/ws/p2p/16Uiu2HAmGVZWEndADFMZWEjHQ89guNWGWgMpnJ1o2zRGEMab7ft7"],"enrUri":"enr:-L24QAyKqWNTebuCYEp0cU7xriun8q5Pal3gQTYxjHfJrXy1MPmjKwhtQJeORqW04qBuuA2idVih15T5D0HfojuaUekCgmlkgnY0gmlwhKwSHiOKbXVsdGlhZGRyc5YACASsEh4jBldDAAoErBIeIwZXRN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOQRtYqPUQ1TclvZ1phcMgz9mGbhuB9yzYgR59-NUkhyDdGNwgldDg3VkcIJXRYV3YWt1MgM"}'
2026-01-29 04:39:53.038 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:39:53.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22338/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.117.165/tcp/5112/p2p/16Uiu2HAm2MaTAjSiavxpBgEjyj9vxgsyjPrxeF6QqwDuNHMu3PtE"]'
2026-01-29 04:39:53.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:53.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5111/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:39:53.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:53.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22338/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:39:53.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:53.047 DEBUG [src.steps.store] Relaying message
2026-01-29 04:39:53.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5111/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)', "version": 10}'
2026-01-29 04:39:53.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:39:53.052 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:39:53.253 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 04:39:53.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5111/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:53.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x405a83dd15fb4acd26e09adea0339e780145a281e5ddc1e257550a8db5d1c6c2"}]}'
2026-01-29 04:39:53.256 DEBUG [src.steps.store] messages length is 1
2026-01-29 04:39:53.257 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 04:39:53.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22338/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:53.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x405a83dd15fb4acd26e09adea0339e780145a281e5ddc1e257550a8db5d1c6c2"}]}'
2026-01-29 04:39:53.260 DEBUG [src.steps.store] messages length is 1
2026-01-29 04:39:53.261 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:39:53.262 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:39:53.263 DEBUG [src.node.waku_node] Stopping container with id 73ee5ff2a34f
2026-01-29 04:39:53.843 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:53.843 DEBUG [src.node.waku_node] Stopping container with id 1c0ca18041c5
2026-01-29 04:39:54.407 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:54.410 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:39:54.416 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:54.424 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,859 @@
2026-01-29 04:43:31.568 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:43:31.569 DEBUG [tests.conftest] Running test: test_light_push_and_retrieve_duplicate_message with id: 2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e
2026-01-29 04:43:31.569 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:43:31.569 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:43:31.579 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:31.579 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:31.579 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:31.580 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:31.581 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:31.581 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.73
2026-01-29 04:43:31.581 DEBUG [src.node.docker_mananger] Generated ports ['22305', '22306', '22307', '22308', '22309']
2026-01-29 04:43:31.582 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:31.582 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:31.582 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:31.582 DEBUG [src.node.docker_mananger] docker run -i -t -p 22305:22305 -p 22306:22306 -p 22307:22307 -p 22308:22308 -p 22309:22309 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=22307 --rest-port=22305 --tcp-port=22306 --discv5-udp-port=22308 --rest-address=0.0.0.0 --nat=extip:172.18.36.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0adecfb2663ae3ad80f96b158e0aedc43eb9aeef7b2ac4b9d58bde6cf4bedf0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22309 --metrics-logging=true --lightpush=true --relay=true
2026-01-29 04:43:31.777 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.73 waku e546b38b167c4a83973369dc4cf83620e5aecf4be54dd21f45d0363240051b2b
2026-01-29 04:43:31.813 DEBUG [src.node.docker_mananger] Container started with ID e546b38b167c. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:31.814 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22305
2026-01-29 04:43:31.814 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:32.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22305/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:32.820 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:43:32.820 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:43:32.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22305/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:32.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.73/tcp/22306/p2p/16Uiu2HAkwxP8q8yB2m3bThwiLEy2TvkBvwuhwsAS8DVkoFeqEVwq","/ip4/172.18.36.73/tcp/22307/ws/p2p/16Uiu2HAkwxP8q8yB2m3bThwiLEy2TvkBvwuhwsAS8DVkoFeqEVwq"],"enrUri":"enr:-L24QGPcsPdNCb73OvZMVUwW-AY77GjW3BL6j2WXfta-h2HIBvSPWZ2rLkLlAXzVCkZOVIwlHgyNqkL8We8DQNrl-DICgmlkgnY0gmlwhKwSJEmKbXVsdGlhZGRyc5YACASsEiRJBlciAAoErBIkSQZXI90DgnJzhQADAQAAiXNlY3AyNTZrMaECJZVVSYRMdoAFOHsgmI5QKNxP-ME0J19LWQapMTR6-QSDdGNwglcig3VkcIJXJIV3YWt1Mgk"}'
2026-01-29 04:43:32.823 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:43:32.831 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:32.831 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:32.831 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:32.832 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:32.833 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:32.833 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.240
2026-01-29 04:43:32.833 DEBUG [src.node.docker_mananger] Generated ports ['23311', '23312', '23313', '23314', '23315']
2026-01-29 04:43:32.833 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:32.834 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:32.834 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:32.834 DEBUG [src.node.docker_mananger] docker run -i -t -p 23311:23311 -p 23312:23312 -p 23313:23313 -p 23314:23314 -p 23315:23315 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=23313 --rest-port=23311 --tcp-port=23312 --discv5-udp-port=23314 --rest-address=0.0.0.0 --nat=extip:172.18.251.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ab358474b873f87d020c80cba93fb40b56febe9bd140d0ce96a5c4096ad71fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23315 --metrics-logging=true --lightpush=false --relay=true
2026-01-29 04:43:33.025 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.240 waku 5ffbd2d5c92f426e3275aff9d1f0495dfbd04b45dfdb1a5adbf995a7f74a87c3
2026-01-29 04:43:33.055 DEBUG [src.node.docker_mananger] Container started with ID 5ffbd2d5c92f. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:33.056 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23311
2026-01-29 04:43:33.057 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:34.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23311/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:34.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:43:34.061 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:43:34.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23311/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:34.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.240/tcp/23312/p2p/16Uiu2HAmTAXgT44vS7TeUp5cNTL9soESBWW7PALspFXgQmnNcDfJ","/ip4/172.18.251.240/tcp/23313/ws/p2p/16Uiu2HAmTAXgT44vS7TeUp5cNTL9soESBWW7PALspFXgQmnNcDfJ"],"enrUri":"enr:-L24QDw6IqRsJI2Soo09olOsD_kvW3FHfC_3thIw_7jzLdHfJljpoQBGUltYhJxb3aA7OlpMiDSx5cblVkQEOPMvVpECgmlkgnY0gmlwhKwS-_CKbXVsdGlhZGRyc5YACASsEvvwBlsQAAoErBL78AZbEd0DgnJzhQADAQAAiXNlY3AyNTZrMaED15Tiwbh3iSR3BAW-9W5IhXuBtgwOXFSYoAE7_DdMwMWDdGNwglsQg3VkcIJbEoV3YWt1MgE"}'
2026-01-29 04:43:34.063 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:43:34.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23311/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.36.73/tcp/22306/p2p/16Uiu2HAkwxP8q8yB2m3bThwiLEy2TvkBvwuhwsAS8DVkoFeqEVwq"]'
2026-01-29 04:43:34.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:34.114 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:34.114 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:34.114 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:34.114 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:34.116 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:34.116 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.148
2026-01-29 04:43:34.116 DEBUG [src.node.docker_mananger] Generated ports ['23880', '23881', '23882', '23883', '23884']
2026-01-29 04:43:34.116 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:34.116 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:34.117 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:34.117 DEBUG [src.node.docker_mananger] docker run -i -t -p 23880:23880 -p 23881:23881 -p 23882:23882 -p 23883:23883 -p 23884:23884 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=23882 --rest-port=23880 --tcp-port=23881 --discv5-udp-port=23883 --rest-address=0.0.0.0 --nat=extip:172.18.62.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be3ce0fcd1fbecfa40da3db4cbc580ca42bdb97efcd004d46fedda9836c46eea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23884 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGPcsPdNCb73OvZMVUwW-AY77GjW3BL6j2WXfta-h2HIBvSPWZ2rLkLlAXzVCkZOVIwlHgyNqkL8We8DQNrl-DICgmlkgnY0gmlwhKwSJEmKbXVsdGlhZGRyc5YACASsEiRJBlciAAoErBIkSQZXI90DgnJzhQADAQAAiXNlY3AyNTZrMaECJZVVSYRMdoAFOHsgmI5QKNxP-ME0J19LWQapMTR6-QSDdGNwglcig3VkcIJXJIV3YWt1Mgk --lightpushnode=/ip4/172.18.36.73/tcp/22306/p2p/16Uiu2HAkwxP8q8yB2m3bThwiLEy2TvkBvwuhwsAS8DVkoFeqEVwq --lightpush=true --relay=false
2026-01-29 04:43:34.300 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.148 waku 5d20b98b3cd3121ea3ba3312959c6046d89effd19eef7219e902e493124c0e84
2026-01-29 04:43:34.328 DEBUG [src.node.docker_mananger] Container started with ID 5d20b98b3cd3. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:34.329 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23880
2026-01-29 04:43:34.329 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:35.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:35.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:35.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:35.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:35.664 ERROR [src.node.docker_mananger] Max retries reached for container 5d20b98b3cd3. Exiting log stream.
2026-01-29 04:43:35.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:35.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:35.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:36.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:37.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:38.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:39.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:40.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:41.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:42.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:43.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:44.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:45.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:46.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:47.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:48.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:51.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.334 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=23880): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb144fe90a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:43:55.434 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:55.435 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:55.436 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:55.436 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.32
2026-01-29 04:43:55.437 DEBUG [src.node.docker_mananger] Generated ports ['5531', '5532', '5533', '5534', '5535']
2026-01-29 04:43:55.437 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:55.437 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:55.437 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:55.437 DEBUG [src.node.docker_mananger] docker run -i -t -p 5531:5531 -p 5532:5532 -p 5533:5533 -p 5534:5534 -p 5535:5535 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=5533 --rest-port=5531 --tcp-port=5532 --discv5-udp-port=5534 --rest-address=0.0.0.0 --nat=extip:172.18.106.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=374f6bae81ab6bc4f67a5e1dfa0fccbe65afd04c6763c7c0aaf0f9dc5a3df39d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5535 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGPcsPdNCb73OvZMVUwW-AY77GjW3BL6j2WXfta-h2HIBvSPWZ2rLkLlAXzVCkZOVIwlHgyNqkL8We8DQNrl-DICgmlkgnY0gmlwhKwSJEmKbXVsdGlhZGRyc5YACASsEiRJBlciAAoErBIkSQZXI90DgnJzhQADAQAAiXNlY3AyNTZrMaECJZVVSYRMdoAFOHsgmI5QKNxP-ME0J19LWQapMTR6-QSDdGNwglcig3VkcIJXJIV3YWt1Mgk --lightpushnode=/ip4/172.18.36.73/tcp/22306/p2p/16Uiu2HAkwxP8q8yB2m3bThwiLEy2TvkBvwuhwsAS8DVkoFeqEVwq --lightpush=true --relay=false
2026-01-29 04:43:55.633 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.32 waku d72d5203985f1c4a3f1f26bbbb3889e729f45f3d081707ea644c07a0761d45a0
2026-01-29 04:43:55.664 DEBUG [src.node.docker_mananger] Container started with ID d72d5203985f. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:43:55.664 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5531
2026-01-29 04:43:55.665 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:56.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.047 ERROR [src.node.docker_mananger] Max retries reached for container d72d5203985f. Exiting log stream.
2026-01-29 04:43:57.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5531/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.687 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=5531): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb144f84f20>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:16.787 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:16.787 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:16.789 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:16.789 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.71
2026-01-29 04:44:16.789 DEBUG [src.node.docker_mananger] Generated ports ['9946', '9947', '9948', '9949', '9950']
2026-01-29 04:44:16.789 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:16.790 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:16.790 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:16.790 DEBUG [src.node.docker_mananger] docker run -i -t -p 9946:9946 -p 9947:9947 -p 9948:9948 -p 9949:9949 -p 9950:9950 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=9948 --rest-port=9946 --tcp-port=9947 --discv5-udp-port=9949 --rest-address=0.0.0.0 --nat=extip:172.18.101.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdc5cbbc4a8fb895329d6f938e77ae9e0cb1bac8e2686ee8d8f68a3c390ab1f6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9950 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGPcsPdNCb73OvZMVUwW-AY77GjW3BL6j2WXfta-h2HIBvSPWZ2rLkLlAXzVCkZOVIwlHgyNqkL8We8DQNrl-DICgmlkgnY0gmlwhKwSJEmKbXVsdGlhZGRyc5YACASsEiRJBlciAAoErBIkSQZXI90DgnJzhQADAQAAiXNlY3AyNTZrMaECJZVVSYRMdoAFOHsgmI5QKNxP-ME0J19LWQapMTR6-QSDdGNwglcig3VkcIJXJIV3YWt1Mgk --lightpushnode=/ip4/172.18.36.73/tcp/22306/p2p/16Uiu2HAkwxP8q8yB2m3bThwiLEy2TvkBvwuhwsAS8DVkoFeqEVwq --lightpush=true --relay=false
2026-01-29 04:44:16.974 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.71 waku c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8
2026-01-29 04:44:17.005 DEBUG [src.node.docker_mananger] Container started with ID c99834c06299. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-43-31__1e785f42-0f2e-421c-b188-1ac87898522e__wakuorg_nwaku:latest.log
2026-01-29 04:44:17.006 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9946
2026-01-29 04:44:17.007 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:18.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.345 ERROR [src.node.docker_mananger] Max retries reached for container c99834c06299. Exiting log stream.
2026-01-29 04:44:18.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9946/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.027 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=9946): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb144ff6fc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:38.212 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:44:38.213 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:44:38.214 DEBUG [src.node.waku_node] Stopping container with id e546b38b167c
2026-01-29 04:44:38.790 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:44:38.790 DEBUG [src.node.waku_node] Stopping container with id 5ffbd2d5c92f
2026-01-29 04:44:39.324 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:44:39.325 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:39.428 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:39.529 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:39.603 ERROR [src.node.docker_mananger] Max retries reached for container e546b38b167c. Exiting log stream.
2026-01-29 04:44:39.631 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:39.733 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:39.834 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:39.936 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.037 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.138 ERROR [src.node.docker_mananger] Max retries reached for container 5ffbd2d5c92f. Exiting log stream.
2026-01-29 04:44:40.139 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.240 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.342 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.444 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.546 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.648 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.750 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.851 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:40.953 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.055 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.157 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.259 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.361 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.463 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.565 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.667 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.769 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.871 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:41.973 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.075 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.177 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.279 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.381 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.483 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.585 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.687 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.789 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.891 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:42.992 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.094 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.196 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.298 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.400 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.502 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.604 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.706 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.808 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:43.909 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.011 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.113 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.215 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.317 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.419 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.420 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8/stop: Not Found ("No such container: c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8")
2026-01-29 04:44:44.421 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.522 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.624 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.726 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.827 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:44.929 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.031 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.133 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.234 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.336 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.438 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.540 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.642 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.743 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.845 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:45.947 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.049 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.151 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.253 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.355 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.456 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.558 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.660 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.762 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.864 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:46.966 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.068 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.170 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.271 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.373 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.475 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.577 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.679 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.781 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.883 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:47.984 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.086 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.188 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.290 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.392 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.494 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.595 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.697 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.799 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:48.901 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.003 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.105 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.207 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.309 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.410 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.512 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.514 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8/stop: Not Found ("No such container: c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8")
2026-01-29 04:44:49.514 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.615 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.717 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.819 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:49.921 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.022 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.124 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.226 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.328 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.430 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.532 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.634 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.735 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.837 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:50.939 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.041 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.143 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.245 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.347 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.448 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.550 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.652 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.754 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.855 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:51.957 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.059 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.161 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.263 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.364 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.466 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.568 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.670 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.772 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.874 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:52.975 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.077 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.179 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.281 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.383 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.485 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.587 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.688 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.790 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.892 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:53.994 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.096 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.198 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.300 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.401 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.503 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.605 DEBUG [src.node.waku_node] Stopping container with id c99834c06299
2026-01-29 04:44:54.607 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8/stop: Not Found ("No such container: c99834c06299b8d5165961c8e5ed157d58911909851532491c06a0dfa8cd30b8")
2026-01-29 04:44:54.608 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:44:54.632 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:44:54.656 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:44:54.657 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:44:54.657 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:44:54.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_content_topic_also_in_docker_flags[/aaaaa/3/bbbbb/proto] with id: 2026-01-29_04-48-30__53319f6c-1ad2-4500-9247-d1cb6b5b62bf
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-48-30__53319f6c-1ad2-4500-9247-d1cb6b5b62bf__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.240.205
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7761', '7762', '7763', '7764', '7765']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7761:7761 -p 7762:7762 -p 7763:7763 -p 7764:7764 -p 7765:7765 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=7763 --rest-port=7761 --tcp-port=7762 --discv5-udp-port=7764 --rest-address=0.0.0.0 --nat=extip:172.18.240.205 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e03ebfca03f31825caa9e67f0db9fcc5ad66bb36c27ca630dfdf537f7dcf3ebf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7765 --metrics-logging=true --relay=true --filter=true --content-topic=/aaaaa/3/bbbbb/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.240.205 waku 6c676b2face4d5194c6515f94a1e8b2beac5e17ef5607a7bc21fb1b9bd7e778a
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 19446e43cdf5. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6c676b2face4. Setting up logs at ./log/docker/node1_2026-01-29_04-48-30__53319f6c-1ad2-4500-9247-d1cb6b5b62bf__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7761
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5dd6ee807c7a. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7761/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7761/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.205/tcp/7762/p2p/16Uiu2HAm2XQHUqAfQNNvmDansC1FAfGHzD8FQKRQxxM6EJG9bxow","/ip4/172.18.240.205/tcp/7763/ws/p2p/16Uiu2HAm2XQHUqAfQNNvmDansC1FAfGHzD8FQKRQxxM6EJG9bxow"],"enrUri":"enr:-L24QAe3CfnNxCvta82P76yujiVky2C1I0tALegDySjowoMXDnpUng-VNK6qOjNGO-5mMg2yjZhIiKyOsgpso-0HnEMCgmlkgnY0gmlwhKwS8M2KbXVsdGlhZGRyc5YACASsEvDNBh5SAAoErBLwzQYeU90DgnJzhQACAQAAiXNlY3AyNTZrMaECaXmMAPtnrwbhjFE4VYKl4xH3bmbIBXjjIbqPsU8Cx06DdGNwgh5Sg3VkcIIeVIV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-48-30__53319f6c-1ad2-4500-9247-d1cb6b5b62bf__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.95.32
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27037', '27038', '27039', '27040', '27041']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
DEBUG  src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27037:27037 -p 27038:27038 -p 27039:27039 -p 27040:27040 -p 27041:27041 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=27039 --rest-port=27037 --tcp-port=27038 --discv5-udp-port=27040 --rest-address=0.0.0.0 --nat=extip:172.18.95.32 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9af2a566c251efde3c3792f6bfb7e595fb76bedbc0f91be057d69a139acba1a6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27041 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAe3CfnNxCvta82P76yujiVky2C1I0tALegDySjowoMXDnpUng-VNK6qOjNGO-5mMg2yjZhIiKyOsgpso-0HnEMCgmlkgnY0gmlwhKwS8M2KbXVsdGlhZGRyc5YACASsEvDNBh5SAAoErBLwzQYeU90DgnJzhQACAQAAiXNlY3AyNTZrMaECaXmMAPtnrwbhjFE4VYKl4xH3bmbIBXjjIbqPsU8Cx06DdGNwgh5Sg3VkcIIeVIV3YWt1MgU --content-topic=/aaaaa/3/bbbbb/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.95.32 waku 3fec37a79da2d8b807b07e4973efad1fe04343830da098bc0da384c53a731db1
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3fec37a79da2. Setting up logs at ./log/docker/node2_2026-01-29_04-48-30__53319f6c-1ad2-4500-9247-d1cb6b5b62bf__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27037
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27037/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27037/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.32/tcp/27038/p2p/16Uiu2HAm26GaVL6i1yTvxfrprzRHVNEtLG7gpGZo48LJPAM8aedL","/ip4/172.18.95.32/tcp/27039/ws/p2p/16Uiu2HAm26GaVL6i1yTvxfrprzRHVNEtLG7gpGZo48LJPAM8aedL"],"enrUri":"enr:-L24QBysAKbZxgDFT6vru83nQh2SrzNG9Pht7lM0fTCkOI15N7Mm4W_k8JA0Moocjp7dE8HdlG4bOa37M6Q18aP_2W8CgmlkgnY0gmlwhKwSXyCKbXVsdGlhZGRyc5YACASsEl8gBmmeAAoErBJfIAZpn90DgnJzhQACAQAAiXNlY3AyNTZrMaECYwlQB4pl90nQsrMUYiC_kBoMf4mjdyiwj3EBJaUm68eDdGNwgmmeg3VkcIJpoIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27037/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.240.205/tcp/7762/p2p/16Uiu2HAm2XQHUqAfQNNvmDansC1FAfGHzD8FQKRQxxM6EJG9bxow"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7761/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27037/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7761/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7761/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662112932154880,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27037/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662112932154880,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 6c676b2face4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3fec37a79da2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,34 @@
WRN 2026-01-29 04:39:36.011+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:39:36.011+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:39:36.011+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:39:36.011+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:39:36.011+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2026-01-29 04:39:36.011+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QAalhkZVk1TNZJ0MPCv_Scutn-cWxhThuP7SdXESn3m-YkMU1Yn47-Lts8MrWl5OjPIYl7s0v8gr-qaONmQAHRQCgmlkgnY0gmlwhKwSuXyKbXVsdGlhZGRyc5YACASsErl8BvrmAAoErBK5fAb6590DgnJzhQADAQAAiXNlY3AyNTZrMaEDP0vsygpA-_bbJd1ieY6YqCEJ5eWSD-1DXmAv7wm1iWODdGNwgvrmg3VkcIL66IV3YWt1Mgk
NTC 2026-01-29 04:39:36.012+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:45733
INF 2026-01-29 04:39:36.012+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:45733/
INF 2026-01-29 04:39:36.012+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:39:36.012+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:39:36.013+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:39:36.013+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:39:36.013+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:39:36.013+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:39:36.013+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.221.48/tcp/45734, /ip4/172.18.221.48/tcp/45735/ws]"
INF 2026-01-29 04:39:36.014+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:39:36.014+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:39:36.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:39:36.014+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:39:36.014+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:39:36.014+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:39:36.014+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:39:36.014+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:39:36.014+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*ymiK8q, seqNo: 1769661576, addresses: [/ip4/172.18.221.48/tcp/45734, /ip4/172.18.221.48/tcp/45735/ws], mixKey: )"
TRC 2026-01-29 04:39:36.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:39:36.014+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:39:36.014+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:39:36.015+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:39:36.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:39:36.015+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:39:36.015+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:39:36.015+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:39:36.015+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

View File

@ -0,0 +1,86 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_subscribe_to_already_existing_pubsub_topic with id: 2026-01-29_04-44-51__12e4ae8e-e31e-4628-82e2-3eb867ff447a
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-44-51__12e4ae8e-e31e-4628-82e2-3eb867ff447a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.153.70
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37781', '37782', '37783', '37784', '37785']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 37781:37781 -p 37782:37782 -p 37783:37783 -p 37784:37784 -p 37785:37785 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=37783 --rest-port=37781 --tcp-port=37782 --discv5-udp-port=37784 --rest-address=0.0.0.0 --nat=extip:172.18.153.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ddfbdebbe2e7d9ef62ab52dcf6634fd0e0827bd0becfe485fdb46d09052dea1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37785 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.153.70 waku 3be4f329e7d21bb03e130b7683218b2af07ee89d4a301c497f7d8fcaeda108d0
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3be4f329e7d2. Setting up logs at ./log/docker/node1_2026-01-29_04-44-51__12e4ae8e-e31e-4628-82e2-3eb867ff447a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37781
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cedbf0ef506a. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4ef3cac21008. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37781/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37781/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.70/tcp/37782/p2p/16Uiu2HAmMKwUTkxuGhzA3UfrzRRjpyjje99Asn81qVFHXLj4eAkS","/ip4/172.18.153.70/tcp/37783/ws/p2p/16Uiu2HAmMKwUTkxuGhzA3UfrzRRjpyjje99Asn81qVFHXLj4eAkS"],"enrUri":"enr:-L24QGWc3qfjrZS67CUCjLBAf_CH95mGJCs6zs24rg7CcbCSPU2rAWDK1xP9jnzQs93KzTi5k7ufmQGF0vXv0xaS4YsCgmlkgnY0gmlwhKwSmUaKbXVsdGlhZGRyc5YACASsEplGBpOWAAoErBKZRgaTl90DgnJzhQADAQAAiXNlY3AyNTZrMaEDgNflCYqUtmAFUA-nBArSnQ39OPVYIQnxIf0xDSEZGRODdGNwgpOWg3VkcIKTmIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-44-51__12e4ae8e-e31e-4628-82e2-3eb867ff447a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.202.179
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65309', '65310', '65311', '65312', '65313']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 65309:65309 -p 65310:65310 -p 65311:65311 -p 65312:65312 -p 65313:65313 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=65311 --rest-port=65309 --tcp-port=65310 --discv5-udp-port=65312 --rest-address=0.0.0.0 --nat=extip:172.18.202.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc883e15d91ac4f2e9cbab9b7350bed431fc99532aa30d39806b8b90a3f16fde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65313 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGWc3qfjrZS67CUCjLBAf_CH95mGJCs6zs24rg7CcbCSPU2rAWDK1xP9jnzQs93KzTi5k7ufmQGF0vXv0xaS4YsCgmlkgnY0gmlwhKwSmUaKbXVsdGlhZGRyc5YACASsEplGBpOWAAoErBKZRgaTl90DgnJzhQADAQAAiXNlY3AyNTZrMaEDgNflCYqUtmAFUA-nBArSnQ39OPVYIQnxIf0xDSEZGRODdGNwgpOWg3VkcIKTmIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.202.179 waku 64d6b2690416ad9b625aa4e1a12382d9716a887714ad932ef3629dd8ad02c479
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 64d6b2690416. Setting up logs at ./log/docker/node2_2026-01-29_04-44-51__12e4ae8e-e31e-4628-82e2-3eb867ff447a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65309
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65309/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.202.179/tcp/65310/p2p/16Uiu2HAm6S3KF6i11cAWSLyLnHw1DMx9Nefw93Bq1y2enuRFPE5A","/ip4/172.18.202.179/tcp/65311/ws/p2p/16Uiu2HAm6S3KF6i11cAWSLyLnHw1DMx9Nefw93Bq1y2enuRFPE5A"],"enrUri":"enr:-L24QMOYK0QkaYdtqhwqWPvv-yOcXxrCC-gCvz7vn5V8PxEDRsrIOnPbvYqVeQzgnHQQf-oZXVkkvFEsNxsHJ_qVVxQCgmlkgnY0gmlwhKwSyrOKbXVsdGlhZGRyc5YACASsEsqzBv8eAAoErBLKswb_H90DgnJzhQADAQAAiXNlY3AyNTZrMaECo4iuHjY0XYlGr-ZSjF0x3ktfd989QItVfSScbbwVxZWDdGNwgv8eg3VkcIL_IIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65309/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.70/tcp/37782/p2p/16Uiu2HAmMKwUTkxuGhzA3UfrzRRjpyjje99Asn81qVFHXLj4eAkS"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37781/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65309/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37781/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37781/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661894260510464,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661894260510464,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37781/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65309/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37781/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37781/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661894378875439,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661894378875439,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3be4f329e7d2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 64d6b2690416
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,862 @@
2026-01-29 04:43:48.351 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:43:48.351 DEBUG [tests.conftest] Running test: test_light_push_with_valid_timestamps with id: 2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58
2026-01-29 04:43:48.352 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:43:48.352 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:43:48.359 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:48.359 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:43:48.359 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:48.359 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:48.360 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:48.360 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.251
2026-01-29 04:43:48.361 DEBUG [src.node.docker_mananger] Generated ports ['12162', '12163', '12164', '12165', '12166']
2026-01-29 04:43:48.361 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:48.361 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:48.361 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:48.361 DEBUG [src.node.docker_mananger] docker run -i -t -p 12162:12162 -p 12163:12163 -p 12164:12164 -p 12165:12165 -p 12166:12166 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=12164 --rest-port=12162 --tcp-port=12163 --discv5-udp-port=12165 --rest-address=0.0.0.0 --nat=extip:172.18.134.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f8cecef8bf6fcec7e5fafebfd3d02f235ee5eb9abcdfdbb01bcdabe1920bb3c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12166 --metrics-logging=true --lightpush=true --relay=true
2026-01-29 04:43:48.562 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.251 waku d3601c3dfdadb33dcc97df4da28efc6d7305069037f64c994661ac638162f569
2026-01-29 04:43:48.598 DEBUG [src.node.docker_mananger] Container started with ID d3601c3dfdad. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:43:48.598 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12162
2026-01-29 04:43:48.599 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:49.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12162/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.602 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:43:49.602 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:43:49.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12162/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:49.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.251/tcp/12163/p2p/16Uiu2HAm8GxVko1ZGisxsogPWgSBZhBfM1emBCi8aWqChA5UoD2b","/ip4/172.18.134.251/tcp/12164/ws/p2p/16Uiu2HAm8GxVko1ZGisxsogPWgSBZhBfM1emBCi8aWqChA5UoD2b"],"enrUri":"enr:-L24QL5wRx4U6x1xMeM4gwWAEtuamY3Hqj1KkwqFiAqoPBfia6FSH7nIk4uZqKuaQiO3kXxL25482L9WZEYAaqIvHewCgmlkgnY0gmlwhKwShvuKbXVsdGlhZGRyc5YACASsEob7Bi-DAAoErBKG-wYvhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvuxgzTg37r_hz-1ejeXXNgB5BqZfrpLPUg2ZK8d7-6yDdGNwgi-Dg3VkcIIvhYV3YWt1Mgk"}'
2026-01-29 04:43:49.605 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:43:49.611 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:49.611 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:43:49.612 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:49.612 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:49.613 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:49.613 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.202
2026-01-29 04:43:49.613 DEBUG [src.node.docker_mananger] Generated ports ['25748', '25749', '25750', '25751', '25752']
2026-01-29 04:43:49.613 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:49.613 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:49.614 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:49.614 DEBUG [src.node.docker_mananger] docker run -i -t -p 25748:25748 -p 25749:25749 -p 25750:25750 -p 25751:25751 -p 25752:25752 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=25750 --rest-port=25748 --tcp-port=25749 --discv5-udp-port=25751 --rest-address=0.0.0.0 --nat=extip:172.18.231.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=99e48e92bb1b68eef96d89fb754d6a0d4300309d3e7fb16861db83bdb5a55dc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25752 --metrics-logging=true --lightpush=false --relay=true
2026-01-29 04:43:49.798 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.202 waku ffdf43943552c9980afdd9af388d63321dd57ede8f88933f7b1ffb49904c5661
2026-01-29 04:43:49.836 DEBUG [src.node.docker_mananger] Container started with ID ffdf43943552. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:43:49.836 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25748
2026-01-29 04:43:49.837 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:50.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25748/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:43:50.840 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:43:50.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25748/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:50.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.202/tcp/25749/p2p/16Uiu2HAmRC76ssUdiDD1KbCUqzXweJDeNA7MKg6M8h5e5qwZwzP2","/ip4/172.18.231.202/tcp/25750/ws/p2p/16Uiu2HAmRC76ssUdiDD1KbCUqzXweJDeNA7MKg6M8h5e5qwZwzP2"],"enrUri":"enr:-L24QPR-swUwf07mHO7rvgnoaPOxBSK5adoe9PvkBHQDpEdCceLvhl1BdCseB8qvU1DRuhwMO1zUuSYNuB7KHbjdYNYCgmlkgnY0gmlwhKwS58qKbXVsdGlhZGRyc5YACASsEufKBmSVAAoErBLnygZklt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDukTh1WpmsbyHC7q8mJo8lSZn036daK13DUDrcKwhgzGDdGNwgmSVg3VkcIJkl4V3YWt1MgE"}'
2026-01-29 04:43:50.843 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:43:50.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25748/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.134.251/tcp/12163/p2p/16Uiu2HAm8GxVko1ZGisxsogPWgSBZhBfM1emBCi8aWqChA5UoD2b"]'
2026-01-29 04:43:50.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:43:50.880 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:43:50.881 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:43:50.881 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:43:50.881 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:43:50.883 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:43:50.884 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.40
2026-01-29 04:43:50.884 DEBUG [src.node.docker_mananger] Generated ports ['50221', '50222', '50223', '50224', '50225']
2026-01-29 04:43:50.885 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:43:50.885 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:43:50.886 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:43:50.886 DEBUG [src.node.docker_mananger] docker run -i -t -p 50221:50221 -p 50222:50222 -p 50223:50223 -p 50224:50224 -p 50225:50225 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=50223 --rest-port=50221 --tcp-port=50222 --discv5-udp-port=50224 --rest-address=0.0.0.0 --nat=extip:172.18.89.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd7c0bfdecfa9c9acfb1bf1a67d04c32c29cafe7cc9fae5dfc77de9ebeec4fb6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50225 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL5wRx4U6x1xMeM4gwWAEtuamY3Hqj1KkwqFiAqoPBfia6FSH7nIk4uZqKuaQiO3kXxL25482L9WZEYAaqIvHewCgmlkgnY0gmlwhKwShvuKbXVsdGlhZGRyc5YACASsEob7Bi-DAAoErBKG-wYvhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvuxgzTg37r_hz-1ejeXXNgB5BqZfrpLPUg2ZK8d7-6yDdGNwgi-Dg3VkcIIvhYV3YWt1Mgk --lightpushnode=/ip4/172.18.134.251/tcp/12163/p2p/16Uiu2HAm8GxVko1ZGisxsogPWgSBZhBfM1emBCi8aWqChA5UoD2b --lightpush=true --relay=false
2026-01-29 04:43:51.076 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.40 waku 8645a57d9d536887ed1f1466e610e4caacb4a2397126a1ab0b293aa1c7522ca5
2026-01-29 04:43:51.105 DEBUG [src.node.docker_mananger] Container started with ID 8645a57d9d53. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:43:51.106 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50221
2026-01-29 04:43:51.106 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:43:52.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.446 ERROR [src.node.docker_mananger] Max retries reached for container 8645a57d9d53. Exiting log stream.
2026-01-29 04:43:52.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:52.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:53.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:54.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:55.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:56.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:57.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:58.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:43:59.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:00.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:01.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:02.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:03.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:04.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:05.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:06.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:07.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:08.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:09.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:10.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:11.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50221/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:12.167 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=50221): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2030b34830>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:12.267 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:12.267 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:12.269 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:12.269 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.7
2026-01-29 04:44:12.269 DEBUG [src.node.docker_mananger] Generated ports ['7880', '7881', '7882', '7883', '7884']
2026-01-29 04:44:12.270 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:12.270 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:12.270 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:12.270 DEBUG [src.node.docker_mananger] docker run -i -t -p 7880:7880 -p 7881:7881 -p 7882:7882 -p 7883:7883 -p 7884:7884 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=7882 --rest-port=7880 --tcp-port=7881 --discv5-udp-port=7883 --rest-address=0.0.0.0 --nat=extip:172.18.75.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9967e7cebb80fd5cd6dc6afce32e0746be10fdd88ac2d5d629f2cabb65acdb1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7884 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL5wRx4U6x1xMeM4gwWAEtuamY3Hqj1KkwqFiAqoPBfia6FSH7nIk4uZqKuaQiO3kXxL25482L9WZEYAaqIvHewCgmlkgnY0gmlwhKwShvuKbXVsdGlhZGRyc5YACASsEob7Bi-DAAoErBKG-wYvhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvuxgzTg37r_hz-1ejeXXNgB5BqZfrpLPUg2ZK8d7-6yDdGNwgi-Dg3VkcIIvhYV3YWt1Mgk --lightpushnode=/ip4/172.18.134.251/tcp/12163/p2p/16Uiu2HAm8GxVko1ZGisxsogPWgSBZhBfM1emBCi8aWqChA5UoD2b --lightpush=true --relay=false
2026-01-29 04:44:12.455 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.7 waku 42552494319d1c0fdb0fa520a278fb312a7401602874de1fc720849d3d5883ba
2026-01-29 04:44:12.483 DEBUG [src.node.docker_mananger] Container started with ID 42552494319d. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:44:12.483 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7880
2026-01-29 04:44:12.484 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:13.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.825 ERROR [src.node.docker_mananger] Max retries reached for container 42552494319d. Exiting log stream.
2026-01-29 04:44:13.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:13.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7880/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.560 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=7880): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2030892ff0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:33.660 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:33.660 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:33.662 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:33.662 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.57
2026-01-29 04:44:33.662 DEBUG [src.node.docker_mananger] Generated ports ['44303', '44304', '44305', '44306', '44307']
2026-01-29 04:44:33.662 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:33.662 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:33.662 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:33.662 DEBUG [src.node.docker_mananger] docker run -i -t -p 44303:44303 -p 44304:44304 -p 44305:44305 -p 44306:44306 -p 44307:44307 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=44305 --rest-port=44303 --tcp-port=44304 --discv5-udp-port=44306 --rest-address=0.0.0.0 --nat=extip:172.18.180.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ae21bf3c737eefa4a9cf5ada57c5dc946b68afa0777d90803ef6e1fcebaca4c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44307 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL5wRx4U6x1xMeM4gwWAEtuamY3Hqj1KkwqFiAqoPBfia6FSH7nIk4uZqKuaQiO3kXxL25482L9WZEYAaqIvHewCgmlkgnY0gmlwhKwShvuKbXVsdGlhZGRyc5YACASsEob7Bi-DAAoErBKG-wYvhN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvuxgzTg37r_hz-1ejeXXNgB5BqZfrpLPUg2ZK8d7-6yDdGNwgi-Dg3VkcIIvhYV3YWt1Mgk --lightpushnode=/ip4/172.18.134.251/tcp/12163/p2p/16Uiu2HAm8GxVko1ZGisxsogPWgSBZhBfM1emBCi8aWqChA5UoD2b --lightpush=true --relay=false
2026-01-29 04:44:33.842 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.57 waku 181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c
2026-01-29 04:44:33.870 DEBUG [src.node.docker_mananger] Container started with ID 181364b718aa. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-43-48__29a6c37f-cc8c-4eaa-8737-f1bbc552ed58__wakuorg_nwaku:latest.log
2026-01-29 04:44:33.872 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44303
2026-01-29 04:44:33.872 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:34.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.206 ERROR [src.node.docker_mananger] Max retries reached for container 181364b718aa. Exiting log stream.
2026-01-29 04:44:35.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:37.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44303/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.926 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=44303): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2030b2bce0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:55.114 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:44:55.115 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:44:55.115 DEBUG [src.node.waku_node] Stopping container with id d3601c3dfdad
2026-01-29 04:44:55.618 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:44:55.618 DEBUG [src.node.waku_node] Stopping container with id ffdf43943552
2026-01-29 04:44:56.113 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:44:56.115 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.216 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.318 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.420 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.522 ERROR [src.node.docker_mananger] Max retries reached for container d3601c3dfdad. Exiting log stream.
2026-01-29 04:44:56.522 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.623 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.725 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.826 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:56.927 ERROR [src.node.docker_mananger] Max retries reached for container ffdf43943552. Exiting log stream.
2026-01-29 04:44:56.927 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.029 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.130 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.232 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.333 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.435 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.536 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.637 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.739 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.840 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:57.942 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.044 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.146 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.247 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.349 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.450 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.552 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.653 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.755 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.857 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:58.959 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.060 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.162 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.263 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.365 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.466 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.568 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.669 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.770 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.872 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:44:59.973 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.075 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.177 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.278 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.380 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.482 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.583 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.685 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.786 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.888 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:00.990 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.092 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.194 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.195 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c/stop: Not Found ("No such container: 181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c")
2026-01-29 04:45:01.195 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.297 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.399 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.500 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.602 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.704 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.806 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:01.908 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.010 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.112 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.214 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.315 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.417 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.518 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.620 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.722 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.824 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:02.926 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.027 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.129 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.231 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.333 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.434 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.536 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.638 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.740 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.842 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:03.943 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.045 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.146 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.248 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.350 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.452 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.553 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.655 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.757 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.858 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:04.960 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.061 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.163 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.265 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.367 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.468 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.570 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.671 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.773 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.875 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:05.976 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.078 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.180 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.281 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.283 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c/stop: Not Found ("No such container: 181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c")
2026-01-29 04:45:06.283 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.384 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.486 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.587 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.689 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.790 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.892 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:06.994 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.095 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.197 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.298 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.400 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.501 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.603 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.704 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.806 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:07.907 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.008 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.110 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.212 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.314 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.415 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.517 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.619 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.720 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.822 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:08.923 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.025 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.126 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.228 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.330 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.431 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.532 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.634 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.736 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.837 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:09.939 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.040 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.142 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.243 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.345 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.447 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.549 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.650 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.752 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.853 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:10.955 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:11.057 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:11.158 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:11.260 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:11.361 DEBUG [src.node.waku_node] Stopping container with id 181364b718aa
2026-01-29 04:45:11.363 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c/stop: Not Found ("No such container: 181364b718aaacce5c28e8f7a0d6d1adb5db71352bad71894e43080fa90eb61c")
2026-01-29 04:45:11.364 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:45:11.410 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:11.434 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:11.434 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:11.434 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:11.435 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,71 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_main_node_only_relay__peer_only_relay with id: 2026-01-29_04-38-19__bbf3f106-0ff4-4a9a-bf0f-997610d34a47
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-38-19__bbf3f106-0ff4-4a9a-bf0f-997610d34a47__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.163.174
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1518', '1519', '1520', '1521', '1522']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1518:1518 -p 1519:1519 -p 1520:1520 -p 1521:1521 -p 1522:1522 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=1520 --rest-port=1518 --tcp-port=1519 --discv5-udp-port=1521 --rest-address=0.0.0.0 --nat=extip:172.18.163.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6683d867bcd9fbb9b4bf59daeb44a09fc2c1b4bfd5bb203472ffd100dcffdcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1522 --metrics-logging=true --store=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.163.174 waku 545c2560a9fd0f8af2678700196bd1d89e591853fb129ef142b2d4d6e9baf15a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 545c2560a9fd. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-38-19__bbf3f106-0ff4-4a9a-bf0f-997610d34a47__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1518
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7bfc6ea7949d. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3428eddbbe43. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1518/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1518/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.174/tcp/1519/p2p/16Uiu2HAmHM41hu9WnzLNSry7cbqhXa6NdhneZqU7hhxEJt7DfhPK","/ip4/172.18.163.174/tcp/1520/ws/p2p/16Uiu2HAmHM41hu9WnzLNSry7cbqhXa6NdhneZqU7hhxEJt7DfhPK"],"enrUri":"enr:-L24QN4vs_xWV02NdNqkht3mNCTfl1Flv83T93bl7zOjmtulL4NioukQehXsgmLWOJh9O7I9xlMFYbDrogUSc9ar2rQCgmlkgnY0gmlwhKwSo66KbXVsdGlhZGRyc5YACASsEqOuBgXvAAoErBKjrgYF8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRbIfADMp-95bq3PHyTPRGdRcmCKBIkxhem8Q9WAVB16DdGNwggXvg3VkcIIF8YV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-38-19__bbf3f106-0ff4-4a9a-bf0f-997610d34a47__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.114.186
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40864', '40865', '40866', '40867', '40868']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40864:40864 -p 40865:40865 -p 40866:40866 -p 40867:40867 -p 40868:40868 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=40866 --rest-port=40864 --tcp-port=40865 --discv5-udp-port=40867 --rest-address=0.0.0.0 --nat=extip:172.18.114.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ef99d63e7efd9df8a3b9ffa8b4854d33188b8ebabd6d3fd7e4edfec7ffcbbce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40868 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QN4vs_xWV02NdNqkht3mNCTfl1Flv83T93bl7zOjmtulL4NioukQehXsgmLWOJh9O7I9xlMFYbDrogUSc9ar2rQCgmlkgnY0gmlwhKwSo66KbXVsdGlhZGRyc5YACASsEqOuBgXvAAoErBKjrgYF8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRbIfADMp-95bq3PHyTPRGdRcmCKBIkxhem8Q9WAVB16DdGNwggXvg3VkcIIF8YV3YWt1MgE --storenode=/ip4/172.18.163.174/tcp/1519/p2p/16Uiu2HAmHM41hu9WnzLNSry7cbqhXa6NdhneZqU7hhxEJt7DfhPK --store=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.114.186 waku eb758d79916621185ae53c6daafe93886113c8a62af2db4dd2a97b7862a13537
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID eb758d799166. Setting up logs at ./log/docker/store_node1_2026-01-29_04-38-19__bbf3f106-0ff4-4a9a-bf0f-997610d34a47__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40864
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40864/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40864/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.186/tcp/40865/p2p/16Uiu2HAmUfvyoJgA9qotqaHA5TK7uQAnD7GwZws4wmak8D8r1mbV","/ip4/172.18.114.186/tcp/40866/ws/p2p/16Uiu2HAmUfvyoJgA9qotqaHA5TK7uQAnD7GwZws4wmak8D8r1mbV"],"enrUri":"enr:-L24QHJj6BTTZKeLPOz6JzO8rOmemJFSaX8XzOfDS-6MaWPqCMAFwmot6AjNZ-RVq_-5OGF6Yayq17JGmRDsusNrgcQCgmlkgnY0gmlwhKwScrqKbXVsdGlhZGRyc5YACASsEnK6Bp-hAAoErBJyugafot0DgnJzhQADAQAAiXNlY3AyNTZrMaED7fjCtCC77tn6vUjrdptv55O7PYqATm8PQeY6wFM3qvCDdGNwgp-hg3VkcIKfo4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40864/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.174/tcp/1519/p2p/16Uiu2HAmHM41hu9WnzLNSry7cbqhXa6NdhneZqU7hhxEJt7DfhPK"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1518/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40864/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1518/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40864/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":504,"statusDesc":"PEER_DIAL_FAILURE: 16Uiu2HAmHM41hu9WnzLNSry7cbqhXa6NdhneZqU7hhxEJt7DfhPK","messages":[]}'
DEBUG  src.steps.store:store.py:228 messages length is 0
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 545c2560a9fd
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id eb758d799166
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,82 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_messages_with_timestamps_far_from_now with id: 2026-01-29_04-50-21__47396cd0-6392-4a20-a06b-ae55c5db27c3
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-50-21__47396cd0-6392-4a20-a06b-ae55c5db27c3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.228.181
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23160', '23161', '23162', '23163', '23164']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23160:23160 -p 23161:23161 -p 23162:23162 -p 23163:23163 -p 23164:23164 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=23162 --rest-port=23160 --tcp-port=23161 --discv5-udp-port=23163 --rest-address=0.0.0.0 --nat=extip:172.18.228.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e361fb6b64da4ff183b025edb4cad9aebdfdfab4e9ccccaa8136b1dc957befc6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23164 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.228.181 waku e02c5c7a7bdb7922123219fe1e462455d83160471cba552325b1d28508b04c38
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e02c5c7a7bdb. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-50-21__47396cd0-6392-4a20-a06b-ae55c5db27c3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23160
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ffad7c52b666. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d0a69d1c60a5. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23160/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23160/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.181/tcp/23161/p2p/16Uiu2HAm17j5z55VmRXSgNP9x9up1TeVNukQcYdNQisr7WjfoNZ3","/ip4/172.18.228.181/tcp/23162/ws/p2p/16Uiu2HAm17j5z55VmRXSgNP9x9up1TeVNukQcYdNQisr7WjfoNZ3"],"enrUri":"enr:-L24QJPUXVSwgQpqA2d5OplDLPPaTsanUKF63_U8STVxyB_QSK79nwyVX4nZKfDRyrswGQObkVCJrvP3RNdV7jffvJoCgmlkgnY0gmlwhKwS5LWKbXVsdGlhZGRyc5YACASsEuS1Blp5AAoErBLktQZaet0DgnJzhQADAQAAiXNlY3AyNTZrMaECVI0uB52bS41TyWEQygcvWkBbsPoHgaSH2iMdRjC0cEaDdGNwglp5g3VkcIJae4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-50-21__47396cd0-6392-4a20-a06b-ae55c5db27c3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.162.81
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20494', '20495', '20496', '20497', '20498']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20494:20494 -p 20495:20495 -p 20496:20496 -p 20497:20497 -p 20498:20498 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=20496 --rest-port=20494 --tcp-port=20495 --discv5-udp-port=20497 --rest-address=0.0.0.0 --nat=extip:172.18.162.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6eecc2343bfed0d7f5b1a8df9ffdf8da1db81dbaba330be9e837a0c68edaee5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20498 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJPUXVSwgQpqA2d5OplDLPPaTsanUKF63_U8STVxyB_QSK79nwyVX4nZKfDRyrswGQObkVCJrvP3RNdV7jffvJoCgmlkgnY0gmlwhKwS5LWKbXVsdGlhZGRyc5YACASsEuS1Blp5AAoErBLktQZaet0DgnJzhQADAQAAiXNlY3AyNTZrMaECVI0uB52bS41TyWEQygcvWkBbsPoHgaSH2iMdRjC0cEaDdGNwglp5g3VkcIJae4V3YWt1MgM --storenode=/ip4/172.18.228.181/tcp/23161/p2p/16Uiu2HAm17j5z55VmRXSgNP9x9up1TeVNukQcYdNQisr7WjfoNZ3 --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.162.81 waku 3d7bd1aafe7abf01e13d14c915032eab66ff70d754c845aa3cef1663188a18ea
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3d7bd1aafe7a. Setting up logs at ./log/docker/store_node1_2026-01-29_04-50-21__47396cd0-6392-4a20-a06b-ae55c5db27c3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20494
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20494/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20494/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.81/tcp/20495/p2p/16Uiu2HAm92Bmwc9MXTEp6szubueh4rex9yRaj3zni7N5iTEiCsCi","/ip4/172.18.162.81/tcp/20496/ws/p2p/16Uiu2HAm92Bmwc9MXTEp6szubueh4rex9yRaj3zni7N5iTEiCsCi"],"enrUri":"enr:-L24QBMIfuyfMUNFnIQbcc1u4FFVXFDoMvomi1a2isSNW0LFUQhCDR4wmUf2Slt6VIYyELK7FZ-oB8INGlDh_4lIV9MCgmlkgnY0gmlwhKwSolGKbXVsdGlhZGRyc5YACASsEqJRBlAPAAoErBKiUQZQEN0DgnJzhQADAQAAiXNlY3AyNTZrMaECyf9eHGoHjPHLI955-w67uUBvO3Nl53LcZm10offkqxeDdGNwglAPg3VkcIJQEYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20494/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.181/tcp/23161/p2p/16Uiu2HAm17j5z55VmRXSgNP9x9up1TeVNukQcYdNQisr7WjfoNZ3"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23160/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20494/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.store.test_time_filter:test_time_filter.py:31 Running test with payload 20 sec Past
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23160/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23160/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
DEBUG  src.steps.store:store.py:228 messages length is 0
DEBUG  tests.store.test_time_filter:test_time_filter.py:31 Running test with payload 40 sec Future
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23160/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23160/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
DEBUG  src.steps.store:store.py:228 messages length is 0
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e02c5c7a7bdb
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3d7bd1aafe7a
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,33 @@
WRN 2026-01-29 04:47:44.775+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:47:44.775+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:47:44.775+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:47:44.775+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:47:44.775+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
NTC 2026-01-29 04:47:44.776+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:31745
INF 2026-01-29 04:47:44.776+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:31745/
INF 2026-01-29 04:47:44.776+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:47:44.776+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:47:44.777+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:47:44.777+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:47:44.777+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:47:44.777+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:47:44.777+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.27.140/tcp/31746, /ip4/172.18.27.140/tcp/31747/ws]"
INF 2026-01-29 04:47:44.777+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:47:44.777+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:47:44.777+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:47:44.777+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:47:44.778+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:47:44.778+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:47:44.778+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:47:44.778+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:47:44.778+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*5LvLZj, seqNo: 1769662064, addresses: [/ip4/172.18.27.140/tcp/31746, /ip4/172.18.27.140/tcp/31747/ws], mixKey: )"
TRC 2026-01-29 04:47:44.778+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:47:44.778+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:47:44.778+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:47:44.778+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:47:44.778+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:47:44.778+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:47:44.778+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:47:44.778+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:47:44.778+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

View File

@ -0,0 +1,669 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_extreme_number_page_size with id: 2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.39.33
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4477', '4478', '4479', '4480', '4481']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4477:4477 -p 4478:4478 -p 4479:4479 -p 4480:4480 -p 4481:4481 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=4479 --rest-port=4477 --tcp-port=4478 --discv5-udp-port=4480 --rest-address=0.0.0.0 --nat=extip:172.18.39.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae69208dcaeede5af1b087e3a7aeedb3ec430b2de87fa8b9ce311a3e9c35aaef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4481 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.39.33 waku ef105418e3bc6766bc5b3e36b97086b87ab1cbc93a1c034dc6431a820790bfee
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ef105418e3bc. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4477
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 082b754d9885. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d4078bcca24. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4477/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4477/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.33/tcp/4478/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy","/ip4/172.18.39.33/tcp/4479/ws/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy"],"enrUri":"enr:-L24QIbsC4neHdI6cOOH-QHmi8NAyn8hH9PJjWu8nluo0OFHClkaqj6OBeJfDu68SxF44r-ycGzrGsH9mBgjLWUYq9UCgmlkgnY0gmlwhKwSJyGKbXVsdGlhZGRyc5YACASsEichBhF-AAoErBInIQYRf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuJO5GLKklimUvbnzqooDZZfosor6ZGDUsiUMay1iY3yDdGNwghF-g3VkcIIRgIV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.15.143
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28065', '28066', '28067', '28068', '28069']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28065:28065 -p 28066:28066 -p 28067:28067 -p 28068:28068 -p 28069:28069 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=28067 --rest-port=28065 --tcp-port=28066 --discv5-udp-port=28068 --rest-address=0.0.0.0 --nat=extip:172.18.15.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6bab416ebec85da7f836d5a7786b4b18aada0fdddaf316fcc4e2fef3cf0e2f6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28069 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIbsC4neHdI6cOOH-QHmi8NAyn8hH9PJjWu8nluo0OFHClkaqj6OBeJfDu68SxF44r-ycGzrGsH9mBgjLWUYq9UCgmlkgnY0gmlwhKwSJyGKbXVsdGlhZGRyc5YACASsEichBhF-AAoErBInIQYRf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDuJO5GLKklimUvbnzqooDZZfosor6ZGDUsiUMay1iY3yDdGNwghF-g3VkcIIRgIV3YWt1MgM --storenode=/ip4/172.18.39.33/tcp/4478/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.15.143 waku 358827e762a9c72ff007bf4ee53a43dbf1b7677667f4ccc8852b2b659c9585b3
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 358827e762a9. Setting up logs at ./log/docker/store_node1_2026-01-29_04-43-17__9ea7a47a-b9fd-48d5-a8fa-aa973ccf90f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28065
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28065/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.143/tcp/28066/p2p/16Uiu2HAkxeXjtgYD8jdUDBnfkdCza4Lva1eALXq2fXDqYjb5xHDR","/ip4/172.18.15.143/tcp/28067/ws/p2p/16Uiu2HAkxeXjtgYD8jdUDBnfkdCza4Lva1eALXq2fXDqYjb5xHDR"],"enrUri":"enr:-L24QNiFlah_C-gsNxoReigDQpsPNdhGXL8RhyB8MhsMVm89cYCXfTsdy-uA144oJJFaDZjsrHe5V2OTkIYCIIoCu70CgmlkgnY0gmlwhKwSD4-KbXVsdGlhZGRyc5YACASsEg-PBm2iAAoErBIPjwZto90DgnJzhQADAQAAiXNlY3AyNTZrMaECL95LbqlpXA2-leYEZ2MkJiwtNJkjYHpc_y24CHczcyiDdGNwgm2ig3VkcIJtpIV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.33/tcp/4478/p2p/16Uiu2HAmR5W1mQF39KWgaNeQ3p1Wh63YRz7zu8ieK62U1ji7ePTy"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28065/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMDk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMTk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMjk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMzk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4477/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNDk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4477/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1000000&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28065/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1000000&ascending=true" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef105418e3bc
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 358827e762a9
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bcec37c90985. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,861 @@
2026-01-29 04:36:17.942 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:36:17.943 DEBUG [tests.conftest] Running test: test_light_push_while_peer_is_paused with id: 2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3
2026-01-29 04:36:17.943 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:36:17.943 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:36:17.950 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:36:17.950 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:17.950 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:36:17.950 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:36:17.952 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:36:17.952 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.203
2026-01-29 04:36:17.952 DEBUG [src.node.docker_mananger] Generated ports ['53700', '53701', '53702', '53703', '53704']
2026-01-29 04:36:17.952 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:36:17.952 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:36:17.952 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:36:17.952 DEBUG [src.node.docker_mananger] docker run -i -t -p 53700:53700 -p 53701:53701 -p 53702:53702 -p 53703:53703 -p 53704:53704 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=53702 --rest-port=53700 --tcp-port=53701 --discv5-udp-port=53703 --rest-address=0.0.0.0 --nat=extip:172.18.120.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84a8bc6b7f9a2840ff975eef159f367fc08c3a20cd28fe41afb23ee0bfc20b07 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53704 --metrics-logging=true --lightpush=true --relay=true
2026-01-29 04:36:18.132 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.203 waku 0f72790d64a6b69b205c62a9cc4fea68e0c2203bfedfbe3bb2b03d6dd8fc1d33
2026-01-29 04:36:18.162 DEBUG [src.node.docker_mananger] Container started with ID 0f72790d64a6. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:18.162 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53700
2026-01-29 04:36:18.163 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:36:18.222 ERROR [src.node.docker_mananger] Max retries reached for container 0fdf1ce63e5c. Exiting log stream.
2026-01-29 04:36:18.748 ERROR [src.node.docker_mananger] Max retries reached for container 00d5bae1e249. Exiting log stream.
2026-01-29 04:36:19.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53700/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:19.166 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:36:19.166 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:36:19.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53700/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:19.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.203/tcp/53701/p2p/16Uiu2HAm8yJUyeviVWu6sZpMYhFxFwsbKWHYBDUFcV91Md46SwtH","/ip4/172.18.120.203/tcp/53702/ws/p2p/16Uiu2HAm8yJUyeviVWu6sZpMYhFxFwsbKWHYBDUFcV91Md46SwtH"],"enrUri":"enr:-L24QLtkRhJoGT-uY-FgVApcuCxslAHyFTA2d1KRwFDcB08gIcK9U5-GcYmZZmuLxnl0DSfhBlP9Z1r6mXjsJx8qVcYCgmlkgnY0gmlwhKwSeMuKbXVsdGlhZGRyc5YACASsEnjLBtHFAAoErBJ4ywbRxt0DgnJzhQADAQAAiXNlY3AyNTZrMaECyUI1mt2L8cz4QPEYbagXrEH97yAoL_ZJVx2Oplda7E6DdGNwgtHFg3VkcILRx4V3YWt1Mgk"}'
2026-01-29 04:36:19.169 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:36:19.176 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:36:19.176 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:19.176 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:36:19.176 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:36:19.177 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:36:19.177 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.144
2026-01-29 04:36:19.178 DEBUG [src.node.docker_mananger] Generated ports ['60791', '60792', '60793', '60794', '60795']
2026-01-29 04:36:19.178 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:36:19.178 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:36:19.178 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:36:19.178 DEBUG [src.node.docker_mananger] docker run -i -t -p 60791:60791 -p 60792:60792 -p 60793:60793 -p 60794:60794 -p 60795:60795 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=60793 --rest-port=60791 --tcp-port=60792 --discv5-udp-port=60794 --rest-address=0.0.0.0 --nat=extip:172.18.90.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd5ee64fdef48a9aedb43fc9f1bcee7e415edf7137e25a46b0852f3ad2a3eaba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60795 --metrics-logging=true --lightpush=false --relay=true
2026-01-29 04:36:19.366 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.144 waku c7c1667533b179a78baadc8899c98bd658a79e63ed1ecc0c8da54c1f2e2bbeb0
2026-01-29 04:36:19.399 DEBUG [src.node.docker_mananger] Container started with ID c7c1667533b1. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:19.400 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60791
2026-01-29 04:36:19.400 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:36:20.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60791/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:20.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:36:20.405 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:36:20.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60791/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:20.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.144/tcp/60792/p2p/16Uiu2HAkv2EYAZEVENo32JjiTS561X6xXhYPzG8qJbNAPNVipEWb","/ip4/172.18.90.144/tcp/60793/ws/p2p/16Uiu2HAkv2EYAZEVENo32JjiTS561X6xXhYPzG8qJbNAPNVipEWb"],"enrUri":"enr:-L24QNRLcPI3CvYy67BHRWIwW26GifE9xeXDOau0igZ0mxR5DQcB44Jy02J3xiWre-NNMOWwqLAD7alYyf8fFUQ6VS0CgmlkgnY0gmlwhKwSWpCKbXVsdGlhZGRyc5YACASsElqQBu14AAoErBJakAbted0DgnJzhQADAQAAiXNlY3AyNTZrMaECCNqPpSKiojUbK0mhoJXAMbzp77hpKPblYPPBa0qfuTCDdGNwgu14g3VkcILteoV3YWt1MgE"}'
2026-01-29 04:36:20.407 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:36:20.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60791/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.120.203/tcp/53701/p2p/16Uiu2HAm8yJUyeviVWu6sZpMYhFxFwsbKWHYBDUFcV91Md46SwtH"]'
2026-01-29 04:36:20.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:36:20.454 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:36:20.454 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:20.458 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:36:20.458 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:36:20.462 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:36:20.462 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.99.94
2026-01-29 04:36:20.463 DEBUG [src.node.docker_mananger] Generated ports ['6230', '6231', '6232', '6233', '6234']
2026-01-29 04:36:20.463 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:36:20.463 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:36:20.463 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:36:20.464 DEBUG [src.node.docker_mananger] docker run -i -t -p 6230:6230 -p 6231:6231 -p 6232:6232 -p 6233:6233 -p 6234:6234 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=6232 --rest-port=6230 --tcp-port=6231 --discv5-udp-port=6233 --rest-address=0.0.0.0 --nat=extip:172.18.99.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5e900600f6cde3c5fccb8a7c7746f0f823edd0f7b0f1cc2071d5debd1db3c38 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6234 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLtkRhJoGT-uY-FgVApcuCxslAHyFTA2d1KRwFDcB08gIcK9U5-GcYmZZmuLxnl0DSfhBlP9Z1r6mXjsJx8qVcYCgmlkgnY0gmlwhKwSeMuKbXVsdGlhZGRyc5YACASsEnjLBtHFAAoErBJ4ywbRxt0DgnJzhQADAQAAiXNlY3AyNTZrMaECyUI1mt2L8cz4QPEYbagXrEH97yAoL_ZJVx2Oplda7E6DdGNwgtHFg3VkcILRx4V3YWt1Mgk --lightpushnode=/ip4/172.18.120.203/tcp/53701/p2p/16Uiu2HAm8yJUyeviVWu6sZpMYhFxFwsbKWHYBDUFcV91Md46SwtH --lightpush=true --relay=false
2026-01-29 04:36:20.669 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.99.94 waku 2c2d8e64c10583c3f996c67e2ebaf03a3587975ddc8a77e67f1450dd40b6c354
2026-01-29 04:36:20.701 DEBUG [src.node.docker_mananger] Container started with ID 2c2d8e64c105. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:20.702 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6230
2026-01-29 04:36:20.703 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:36:21.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:21.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:21.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.071 ERROR [src.node.docker_mananger] Max retries reached for container 2c2d8e64c105. Exiting log stream.
2026-01-29 04:36:22.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:22.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:23.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:24.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:25.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:26.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:27.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:28.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:29.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:30.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:31.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:32.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:33.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:34.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:35.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:36.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:37.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:38.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:39.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:40.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6230/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:41.725 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=6230): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd6928caff0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:36:41.825 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:36:41.826 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:36:41.827 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:36:41.827 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.134
2026-01-29 04:36:41.827 DEBUG [src.node.docker_mananger] Generated ports ['27153', '27154', '27155', '27156', '27157']
2026-01-29 04:36:41.828 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:36:41.828 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:36:41.828 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:36:41.828 DEBUG [src.node.docker_mananger] docker run -i -t -p 27153:27153 -p 27154:27154 -p 27155:27155 -p 27156:27156 -p 27157:27157 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=27155 --rest-port=27153 --tcp-port=27154 --discv5-udp-port=27156 --rest-address=0.0.0.0 --nat=extip:172.18.223.134 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=781eda6f1e2da30c699cf21f7994b407af6cbafd995b9d09db3dbf55ca51cebb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27157 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLtkRhJoGT-uY-FgVApcuCxslAHyFTA2d1KRwFDcB08gIcK9U5-GcYmZZmuLxnl0DSfhBlP9Z1r6mXjsJx8qVcYCgmlkgnY0gmlwhKwSeMuKbXVsdGlhZGRyc5YACASsEnjLBtHFAAoErBJ4ywbRxt0DgnJzhQADAQAAiXNlY3AyNTZrMaECyUI1mt2L8cz4QPEYbagXrEH97yAoL_ZJVx2Oplda7E6DdGNwgtHFg3VkcILRx4V3YWt1Mgk --lightpushnode=/ip4/172.18.120.203/tcp/53701/p2p/16Uiu2HAm8yJUyeviVWu6sZpMYhFxFwsbKWHYBDUFcV91Md46SwtH --lightpush=true --relay=false
2026-01-29 04:36:42.013 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.134 waku 4f2be59c1ea3c27655e59e99ce0f64fa9a715975d3b6707f220e4ab79fb13b7e
2026-01-29 04:36:42.041 DEBUG [src.node.docker_mananger] Container started with ID 4f2be59c1ea3. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:36:42.042 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27153
2026-01-29 04:36:42.043 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:36:43.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.365 ERROR [src.node.docker_mananger] Max retries reached for container 4f2be59c1ea3. Exiting log stream.
2026-01-29 04:36:43.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:43.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:44.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:45.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:46.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:47.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:48.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:49.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:50.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:51.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:52.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:53.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:54.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:55.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:56.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:57.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:58.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:36:59.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:00.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:01.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:02.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:03.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27153/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:03.046 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=27153): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd69285de20>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:37:03.146 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:37:03.147 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:37:03.148 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:37:03.149 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.93
2026-01-29 04:37:03.149 DEBUG [src.node.docker_mananger] Generated ports ['22696', '22697', '22698', '22699', '22700']
2026-01-29 04:37:03.149 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:37:03.149 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:37:03.150 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:37:03.150 DEBUG [src.node.docker_mananger] docker run -i -t -p 22696:22696 -p 22697:22697 -p 22698:22698 -p 22699:22699 -p 22700:22700 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=22698 --rest-port=22696 --tcp-port=22697 --discv5-udp-port=22699 --rest-address=0.0.0.0 --nat=extip:172.18.198.93 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abd2fbd7149bb35ec2c8b0ee27671d9a0e57b0aad6d2ccae8ac6d9ab7d8abf1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22700 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLtkRhJoGT-uY-FgVApcuCxslAHyFTA2d1KRwFDcB08gIcK9U5-GcYmZZmuLxnl0DSfhBlP9Z1r6mXjsJx8qVcYCgmlkgnY0gmlwhKwSeMuKbXVsdGlhZGRyc5YACASsEnjLBtHFAAoErBJ4ywbRxt0DgnJzhQADAQAAiXNlY3AyNTZrMaECyUI1mt2L8cz4QPEYbagXrEH97yAoL_ZJVx2Oplda7E6DdGNwgtHFg3VkcILRx4V3YWt1Mgk --lightpushnode=/ip4/172.18.120.203/tcp/53701/p2p/16Uiu2HAm8yJUyeviVWu6sZpMYhFxFwsbKWHYBDUFcV91Md46SwtH --lightpush=true --relay=false
2026-01-29 04:37:03.331 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.93 waku 53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d
2026-01-29 04:37:03.361 DEBUG [src.node.docker_mananger] Container started with ID 53388c33aede. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-36-17__c3f1765e-9307-46f3-bc59-d790e8685bf3__wakuorg_nwaku:latest.log
2026-01-29 04:37:03.361 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22696
2026-01-29 04:37:03.361 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:37:04.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.724 ERROR [src.node.docker_mananger] Max retries reached for container 53388c33aede. Exiting log stream.
2026-01-29 04:37:04.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:04.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:05.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:06.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:07.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:08.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:09.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:10.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:11.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:12.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:13.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:14.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:15.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:16.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:17.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:18.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:19.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:20.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:21.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:22.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:23.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:24.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:24.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:24.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:24.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22696/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:37:24.365 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=22696): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd69282d760>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:37:24.622 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:37:24.623 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:37:24.623 DEBUG [src.node.waku_node] Stopping container with id 0f72790d64a6
2026-01-29 04:37:25.156 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:37:25.157 DEBUG [src.node.waku_node] Stopping container with id c7c1667533b1
2026-01-29 04:37:25.671 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:37:25.671 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:25.773 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:25.875 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:25.968 ERROR [src.node.docker_mananger] Max retries reached for container 0f72790d64a6. Exiting log stream.
2026-01-29 04:37:25.977 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.078 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.180 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.282 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.384 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.486 ERROR [src.node.docker_mananger] Max retries reached for container c7c1667533b1. Exiting log stream.
2026-01-29 04:37:26.486 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.588 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.690 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.792 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.894 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:26.995 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.097 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.199 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.301 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.403 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.505 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.607 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.709 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.811 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:27.913 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.015 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.117 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.219 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.321 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.423 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.524 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.626 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.728 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.830 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:28.932 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.034 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.135 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.237 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.339 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.441 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.543 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.645 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.746 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.848 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:29.950 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.052 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.154 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.256 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.357 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.459 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.561 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.663 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.764 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.766 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d/stop: Not Found ("No such container: 53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d")
2026-01-29 04:37:30.766 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.868 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:30.969 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.071 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.173 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.275 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.377 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.479 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.581 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.682 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.784 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.886 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:31.988 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.090 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.192 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.293 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.395 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.497 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.599 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.701 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.803 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:32.904 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.006 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.108 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.210 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.312 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.414 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.516 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.617 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.719 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.821 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:33.923 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.025 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.127 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.229 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.330 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.432 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.534 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.636 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.737 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.839 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:34.941 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.043 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.144 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.246 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.348 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.450 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.552 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.653 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.755 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.857 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.858 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d/stop: Not Found ("No such container: 53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d")
2026-01-29 04:37:35.859 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:35.960 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.062 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.163 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.265 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.367 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.468 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.570 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.672 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.774 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.876 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:36.977 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.079 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.181 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.283 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.385 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.487 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.589 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.690 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.792 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.894 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:37.996 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.098 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.199 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.301 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.403 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.505 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.606 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.708 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.810 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:38.912 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.014 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.116 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.217 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.319 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.421 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.523 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.625 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.727 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.829 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:39.930 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.032 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.134 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.236 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.338 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.439 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.541 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.643 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.745 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.847 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.949 DEBUG [src.node.waku_node] Stopping container with id 53388c33aede
2026-01-29 04:37:40.950 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d/stop: Not Found ("No such container: 53388c33aede5f95471d0d112ec40842f668ae925c45aadedd56dde935c7602d")
2026-01-29 04:37:40.952 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:37:40.976 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:37:40.999 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:37:41.000 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:37:41.000 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:37:41.001 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,132 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_4_nodes_sender_latency with id: 2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:94 Starting 4 nodes with relay enabled (bootstrap chain)
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.107.117
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4960', '4961', '4962', '4963', '4964']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4960:4960 -p 4961:4961 -p 4962:4962 -p 4963:4963 -p 4964:4964 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=4962 --rest-port=4960 --tcp-port=4961 --discv5-udp-port=4963 --rest-address=0.0.0.0 --nat=extip:172.18.107.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07fa7bb7c16c63bcf6cca9db12dffeddeced5affd3aeefdab7ebae9fdb4bcbf7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4964 --metrics-logging=true --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 89cc777228f5. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.117 waku 98015d839b516492ffa1ceb9e1abe6ee98490fc0f0aa375213e85ee164fff1a7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 98015d839b51. Setting up logs at ./log/docker/node1_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4960
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4960/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4960/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.117/tcp/4961/p2p/16Uiu2HAmCeYRUG2UQgyWPnQb24cEkg8p174ECxhycuPbPGmY6bxw","/ip4/172.18.107.117/tcp/4962/ws/p2p/16Uiu2HAmCeYRUG2UQgyWPnQb24cEkg8p174ECxhycuPbPGmY6bxw"],"enrUri":"enr:-L24QN7j0uEDqvUBS2xnzgI1MojPsMp6Os5CumekAs-g54RdGUYQi11rhmXkVHveUorxQmkx6oWzS_cd0vPgS1iDnEMCgmlkgnY0gmlwhKwSa3WKbXVsdGlhZGRyc5YACASsEmt1BhNhAAoErBJrdQYTYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_-Ku5wrtDYpRZCey29mZy2zBaOB1JaZOpbzkW41oJWyDdGNwghNhg3VkcIITY4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.191.5
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7575', '7576', '7577', '7578', '7579']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7575:7575 -p 7576:7576 -p 7577:7577 -p 7578:7578 -p 7579:7579 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=7577 --rest-port=7575 --tcp-port=7576 --discv5-udp-port=7578 --rest-address=0.0.0.0 --nat=extip:172.18.191.5 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=43bf2d0feda619e4e5ceeef97f9f6eb527d10bbd3efcdc8c820df1af6afdacba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7579 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN7j0uEDqvUBS2xnzgI1MojPsMp6Os5CumekAs-g54RdGUYQi11rhmXkVHveUorxQmkx6oWzS_cd0vPgS1iDnEMCgmlkgnY0gmlwhKwSa3WKbXVsdGlhZGRyc5YACASsEmt1BhNhAAoErBJrdQYTYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_-Ku5wrtDYpRZCey29mZy2zBaOB1JaZOpbzkW41oJWyDdGNwghNhg3VkcIITY4V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.5 waku d3672c817db280b7e3c67833ab6d8d3274c0e6f5731aafc87440c23c1d004373
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d3672c817db2. Setting up logs at ./log/docker/node2_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7575
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7575/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7575/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.5/tcp/7576/p2p/16Uiu2HAkxjEATLnTqvf1ZoJUy1rkjnawJGnaMSYRG7xss6ugso7s","/ip4/172.18.191.5/tcp/7577/ws/p2p/16Uiu2HAkxjEATLnTqvf1ZoJUy1rkjnawJGnaMSYRG7xss6ugso7s"],"enrUri":"enr:-L24QCog5KY7oRnPmophaPna_dSlG5lzAbOyt_JaMihnEbN-E38gOyFtJc-fHSBqroq7jtBVN0MRzP1k_GrLP-mKfwsCgmlkgnY0gmlwhKwSvwWKbXVsdGlhZGRyc5YACASsEr8FBh2YAAoErBK_BQYdmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMRJTLClQUTL8N_IYUTEWqJxPwLoSftLDtVtY4plcgAaDdGNwgh2Yg3VkcIIdmoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.21.229
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21250', '21251', '21252', '21253', '21254']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21250:21250 -p 21251:21251 -p 21252:21252 -p 21253:21253 -p 21254:21254 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=21252 --rest-port=21250 --tcp-port=21251 --discv5-udp-port=21253 --rest-address=0.0.0.0 --nat=extip:172.18.21.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eafc4d5d4e31d5efa639f6dbbebcfefb1c4a48e12cedb49cc73f321acece9cf8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21254 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCog5KY7oRnPmophaPna_dSlG5lzAbOyt_JaMihnEbN-E38gOyFtJc-fHSBqroq7jtBVN0MRzP1k_GrLP-mKfwsCgmlkgnY0gmlwhKwSvwWKbXVsdGlhZGRyc5YACASsEr8FBh2YAAoErBK_BQYdmd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMRJTLClQUTL8N_IYUTEWqJxPwLoSftLDtVtY4plcgAaDdGNwgh2Yg3VkcIIdmoV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.21.229 waku 573cfd89b60745f53f060c7b6b199f745d38920a9be28e94f1af48146c70c3a1
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 573cfd89b607. Setting up logs at ./log/docker/node3_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21250
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21250/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21250/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.229/tcp/21251/p2p/16Uiu2HAmLu453go9kRhXqTBvLbmcengFvFpcLGfkdcftgAmf3626","/ip4/172.18.21.229/tcp/21252/ws/p2p/16Uiu2HAmLu453go9kRhXqTBvLbmcengFvFpcLGfkdcftgAmf3626"],"enrUri":"enr:-L24QKbOie17YuxLWOor6CMOEIAlRR8JYqUr0IfEQBvkHULEf-eJXJNgegJTkEv-tiiz9Zi0syS2ijOo8RI6P_et38sCgmlkgnY0gmlwhKwSFeWKbXVsdGlhZGRyc5YACASsEhXlBlMDAAoErBIV5QZTBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDenfVOQwsrGkTc0AyBQkEkeIfgOsbs9XQkqdpcc4PWuODdGNwglMDg3VkcIJTBYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.72.159
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64404', '64405', '64406', '64407', '64408']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64404:64404 -p 64405:64405 -p 64406:64406 -p 64407:64407 -p 64408:64408 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=64406 --rest-port=64404 --tcp-port=64405 --discv5-udp-port=64407 --rest-address=0.0.0.0 --nat=extip:172.18.72.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab8aa4807b9ed4c2729b61ba27f3d6587615a24aeedffcdc3ed83eaec206f8f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64408 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKbOie17YuxLWOor6CMOEIAlRR8JYqUr0IfEQBvkHULEf-eJXJNgegJTkEv-tiiz9Zi0syS2ijOo8RI6P_et38sCgmlkgnY0gmlwhKwSFeWKbXVsdGlhZGRyc5YACASsEhXlBlMDAAoErBIV5QZTBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDenfVOQwsrGkTc0AyBQkEkeIfgOsbs9XQkqdpcc4PWuODdGNwglMDg3VkcIJTBYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.72.159 waku e8c0fdd2a9ff353bb155122382632b84e002a81d4ae147e3582f86d2334a0ff9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e8c0fdd2a9ff. Setting up logs at ./log/docker/node4_2026-01-29_04-32-32__a1395567-18ae-47b3-aad2-30e607e08c67__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64404
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64404/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64404/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.72.159/tcp/64405/p2p/16Uiu2HAm8EMP6HhxmyvsUVM8pdpu3FGY29ReuqSnaMpvbGLm8cdt","/ip4/172.18.72.159/tcp/64406/ws/p2p/16Uiu2HAm8EMP6HhxmyvsUVM8pdpu3FGY29ReuqSnaMpvbGLm8cdt"],"enrUri":"enr:-L24QM9lqT8DzcRrvHZYlJfqKdQpP27Ox4qTHSll6kWyAdPuLmW4TGV9o7paswOJg4XEJmdf0yj5gGLx2gsJsw0pQAICgmlkgnY0gmlwhKwSSJ-KbXVsdGlhZGRyc5YACASsEkifBvuVAAoErBJInwb7lt0DgnJzhQADAQAAiXNlY3AyNTZrMaECvkGDENIngzjSMDpEH9PR_5HttPIYFU43r3UYFfssar-DdGNwgvuVg3VkcIL7l4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4960/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7575/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21250/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64404/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4960/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.191.5/tcp/56506/p2p/16Uiu2HAkxjEATLnTqvf1ZoJUy1rkjnawJGnaMSYRG7xss6ugso7s","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7575/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.21.229/tcp/50794/p2p/16Uiu2HAmLu453go9kRhXqTBvLbmcengFvFpcLGfkdcftgAmf3626","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.107.117/tcp/4961/p2p/16Uiu2HAmCeYRUG2UQgyWPnQb24cEkg8p174ECxhycuPbPGmY6bxw","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21250/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.191.5/tcp/7576/p2p/16Uiu2HAkxjEATLnTqvf1ZoJUy1rkjnawJGnaMSYRG7xss6ugso7s","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.72.159/tcp/46686/p2p/16Uiu2HAm8EMP6HhxmyvsUVM8pdpu3FGY29ReuqSnaMpvbGLm8cdt","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64404/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.21.229/tcp/21251/p2p/16Uiu2HAmLu453go9kRhXqTBvLbmcengFvFpcLGfkdcftgAmf3626","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
DEBUG  src.libs.common:common.py:47 Sleeping for 40 seconds
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:108 Applying 3000ms latency on sender node1
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '9389', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '9389', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '3000ms']
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4960/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64404/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661197724842892,"ephemeral":false,"proof":""}]'
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '9389', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 98015d839b51
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3672c817db2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 573cfd89b607
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 98015d839b51. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e8c0fdd2a9ff
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d3672c817db2. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,861 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_no_timestamp with id: 2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.81.215
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5672', '5673', '5674', '5675', '5676']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5672:5672 -p 5673:5673 -p 5674:5674 -p 5675:5675 -p 5676:5676 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=5674 --rest-port=5672 --tcp-port=5673 --discv5-udp-port=5675 --rest-address=0.0.0.0 --nat=extip:172.18.81.215 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0101ecdfbbeeceee0288edbcd52fce00a2a48ad2fca6d7c063dc2fcbd4cdde1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5676 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.81.215 waku 9c90313bba501ff271e44874125a502bf142cc929947e100dffc07a3af408b46
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 60053bf8dc11. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9c90313bba50. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5672
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eaa9d8eda857. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5672/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5672/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.215/tcp/5673/p2p/16Uiu2HAm89V8rCxn9qydi2JxNgfhDtiaqpjPLM9UCXE5uvKKbvWi","/ip4/172.18.81.215/tcp/5674/ws/p2p/16Uiu2HAm89V8rCxn9qydi2JxNgfhDtiaqpjPLM9UCXE5uvKKbvWi"],"enrUri":"enr:-L24QJ3Gzwf7-9PR65svW-sd-VckfGgDgvS4rPZpmDlCnFzJEoR1aBNap5AIFSna2Le7790EkB7oXLUP8jcnEH2Ai-QCgmlkgnY0gmlwhKwSUdeKbXVsdGlhZGRyc5YACASsElHXBhYpAAoErBJR1wYWKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECvQJgOs2bPjsf1pT43-DwkKQ4oKmSUytACZlGeXYZTB-DdGNwghYpg3VkcIIWK4V3YWt1Mgk"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.135.253
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54932', '54933', '54934', '54935', '54936']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 54932:54932 -p 54933:54933 -p 54934:54934 -p 54935:54935 -p 54936:54936 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=54934 --rest-port=54932 --tcp-port=54933 --discv5-udp-port=54935 --rest-address=0.0.0.0 --nat=extip:172.18.135.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ff0b260b0fe9f3fbaab332eee4ffb54710c2beb3fb4f1b6a4bab11d440de50fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54936 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.135.253 waku c1ff0908c9b718d4d171835f886a7d8dea1749b2ed851592b4d8f8e7b12ab5a1
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c1ff0908c9b7. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54932
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54932/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54932/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.253/tcp/54933/p2p/16Uiu2HAmJuCUd6pFe2ABQzQTCbmKRhpng6ZbN6WQHftNobiGFbVW","/ip4/172.18.135.253/tcp/54934/ws/p2p/16Uiu2HAmJuCUd6pFe2ABQzQTCbmKRhpng6ZbN6WQHftNobiGFbVW"],"enrUri":"enr:-L24QGTub9jcRvCPMJpfvflu8T01ip1an2kb7h9xCm7EW0SScZxd5nNmitdDgyq9Nj4WVd-jQ3ty9O8NTerb2hrmQcQCgmlkgnY0gmlwhKwSh_2KbXVsdGlhZGRyc5YACASsEof9BtaVAAoErBKH_QbWlt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXMn228271KwVGrqD1wCk-V8VCt1VAPlroNnoF5WckH2DdGNwgtaVg3VkcILWl4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54932/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.81.215/tcp/5673/p2p/16Uiu2HAm89V8rCxn9qydi2JxNgfhDtiaqpjPLM9UCXE5uvKKbvWi"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.118.232
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52106', '52107', '52108', '52109', '52110']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52106:52106 -p 52107:52107 -p 52108:52108 -p 52109:52109 -p 52110:52110 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=52108 --rest-port=52106 --tcp-port=52107 --discv5-udp-port=52109 --rest-address=0.0.0.0 --nat=extip:172.18.118.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed421ee0eedd7419ee44f4cbde48b840a630f1eceebb7af9cdd3d4a28d19058d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52110 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ3Gzwf7-9PR65svW-sd-VckfGgDgvS4rPZpmDlCnFzJEoR1aBNap5AIFSna2Le7790EkB7oXLUP8jcnEH2Ai-QCgmlkgnY0gmlwhKwSUdeKbXVsdGlhZGRyc5YACASsElHXBhYpAAoErBJR1wYWKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECvQJgOs2bPjsf1pT43-DwkKQ4oKmSUytACZlGeXYZTB-DdGNwghYpg3VkcIIWK4V3YWt1Mgk --lightpushnode=/ip4/172.18.81.215/tcp/5673/p2p/16Uiu2HAm89V8rCxn9qydi2JxNgfhDtiaqpjPLM9UCXE5uvKKbvWi --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.118.232 waku b2834e7245b53dd707bd9aeb5f85ddbbf07f09f451036006147a40b2e0ef93e5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b2834e7245b5. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52106
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b2834e7245b5. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52106/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=52106): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd02657be60>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.83.2
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45639', '45640', '45641', '45642', '45643']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45639:45639 -p 45640:45640 -p 45641:45641 -p 45642:45642 -p 45643:45643 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=45641 --rest-port=45639 --tcp-port=45640 --discv5-udp-port=45642 --rest-address=0.0.0.0 --nat=extip:172.18.83.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5bc7ff82df0455ace86c800b12cdd0dd39f9dd65adddbe0efdd99eca278f15ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45643 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ3Gzwf7-9PR65svW-sd-VckfGgDgvS4rPZpmDlCnFzJEoR1aBNap5AIFSna2Le7790EkB7oXLUP8jcnEH2Ai-QCgmlkgnY0gmlwhKwSUdeKbXVsdGlhZGRyc5YACASsElHXBhYpAAoErBJR1wYWKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECvQJgOs2bPjsf1pT43-DwkKQ4oKmSUytACZlGeXYZTB-DdGNwghYpg3VkcIIWK4V3YWt1Mgk --lightpushnode=/ip4/172.18.81.215/tcp/5673/p2p/16Uiu2HAm89V8rCxn9qydi2JxNgfhDtiaqpjPLM9UCXE5uvKKbvWi --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.83.2 waku be72824224ee60c96d8fe34589f7bdff18a5329754f929cd7bd407a1be0cf055
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID be72824224ee. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45639
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container be72824224ee. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45639/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=45639): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd02639b770>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.16.102
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55836', '55837', '55838', '55839', '55840']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 55836:55836 -p 55837:55837 -p 55838:55838 -p 55839:55839 -p 55840:55840 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=55838 --rest-port=55836 --tcp-port=55837 --discv5-udp-port=55839 --rest-address=0.0.0.0 --nat=extip:172.18.16.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=626ea5c4acde3a7abd44c0e82bee57181aa472fea8cbcdb5a8dafa03b6cabae1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55840 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ3Gzwf7-9PR65svW-sd-VckfGgDgvS4rPZpmDlCnFzJEoR1aBNap5AIFSna2Le7790EkB7oXLUP8jcnEH2Ai-QCgmlkgnY0gmlwhKwSUdeKbXVsdGlhZGRyc5YACASsElHXBhYpAAoErBJR1wYWKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECvQJgOs2bPjsf1pT43-DwkKQ4oKmSUytACZlGeXYZTB-DdGNwghYpg3VkcIIWK4V3YWt1Mgk --lightpushnode=/ip4/172.18.81.215/tcp/5673/p2p/16Uiu2HAm89V8rCxn9qydi2JxNgfhDtiaqpjPLM9UCXE5uvKKbvWi --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.16.102 waku 11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 11325de8d14d. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-31-49__fb575d69-4355-481e-bff9-de0f8805031d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55836
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 11325de8d14d. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55836/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=55836): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd02639a8a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 9c90313bba50
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c1ff0908c9b7
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9c90313bba50. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c1ff0908c9b7. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf/stop: Not Found ("No such container: 11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf/stop: Not Found ("No such container: 11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 11325de8d14d
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf/stop: Not Found ("No such container: 11325de8d14d5d94284c21e996d124dc8149d6751dc29a470dee4b9d6977bbbf")
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,67 @@
2026-01-29 04:54:03.613 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:54:03.614 DEBUG [tests.conftest] Running test: test_relay_peers_on_shard_schema with id: 2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4
2026-01-29 04:54:03.616 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:54:03.617 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:54:03.618 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:54:03.627 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:03.627 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4__wakuorg_nwaku:latest.log
2026-01-29 04:54:03.633 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:03.633 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4__wakuorg_nwaku:latest.log
2026-01-29 04:54:03.639 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:03.639 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4__wakuorg_nwaku:latest.log
2026-01-29 04:54:03.644 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:03.645 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4__wakuorg_nwaku:latest.log
2026-01-29 04:54:03.645 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:54:03.645 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:54:03.646 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:54:03.646 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:54:03.647 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:54:03.647 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.172
2026-01-29 04:54:03.647 DEBUG [src.node.docker_mananger] Generated ports ['61981', '61982', '61983', '61984', '61985']
2026-01-29 04:54:03.648 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:54:03.648 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:54:03.648 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:54:03.648 DEBUG [src.node.docker_mananger] docker run -i -t -p 61981:61981 -p 61982:61982 -p 61983:61983 -p 61984:61984 -p 61985:61985 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=61983 --rest-port=61981 --tcp-port=61982 --discv5-udp-port=61984 --rest-address=0.0.0.0 --nat=extip:172.18.62.172 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=b00f5bfb3d67cf005dfc3479ecca6e2d7b6edd3b1079bbc383ee1bbec66bdef3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61985 --metrics-logging=true --relay=true --dns-discovery=false
2026-01-29 04:54:03.824 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.172 waku e882a927573967091c0ddf9e021cb1543492fa896f007caa4c8f4abc61e60044
2026-01-29 04:54:03.856 DEBUG [src.node.docker_mananger] Container started with ID e882a9275739. Setting up logs at ./log/docker/node1_2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4__wakuorg_nwaku:latest.log
2026-01-29 04:54:03.859 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61981
2026-01-29 04:54:03.859 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:54:03.904 ERROR [src.node.docker_mananger] Max retries reached for container 0b91f93fc853. Exiting log stream.
2026-01-29 04:54:04.438 ERROR [src.node.docker_mananger] Max retries reached for container 4ad92b94c775. Exiting log stream.
2026-01-29 04:54:04.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61981/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:04.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:54:04.863 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:54:04.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61981/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:04.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.172/tcp/61982/p2p/16Uiu2HAkvxJXnKidFBaF1EMDEwMaUwc7a9GgeNKGyYr4YszJvyZG","/ip4/172.18.62.172/tcp/61983/ws/p2p/16Uiu2HAkvxJXnKidFBaF1EMDEwMaUwc7a9GgeNKGyYr4YszJvyZG"],"enrUri":"enr:-La4QNq51mSY3oUGTQI1L4wLaiB0yLhzeQIg5g5NnQn6rzkEFkuVAjdTGwDkAdUajCkXDpC3HUd_pScIHzQpNzJTSuICgmlkgnY0gmlwhKwSPqyKbXVsdGlhZGRyc5YACASsEj6sBvIeAAoErBI-rAbyH90DgnJzhQADAQAAiXNlY3AyNTZrMaECFrRwrVia9GmPEk7HR0FJnV-vJavWI9D6RtAy3Aw4ByeDdGNwgvIehXdha3UyAQ"}'
2026-01-29 04:54:04.865 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:54:04.865 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:54:04.866 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:54:04.867 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:54:04.867 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.249
2026-01-29 04:54:04.867 DEBUG [src.node.docker_mananger] Generated ports ['11249', '11250', '11251', '11252', '11253']
2026-01-29 04:54:04.867 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:54:04.867 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:54:04.867 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:54:04.868 DEBUG [src.node.docker_mananger] docker run -i -t -p 11249:11249 -p 11250:11250 -p 11251:11251 -p 11252:11252 -p 11253:11253 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=11251 --rest-port=11249 --tcp-port=11250 --discv5-udp-port=11252 --rest-address=0.0.0.0 --nat=extip:172.18.195.249 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=381ab0ada8b7be6bfe235dcbba464e3c25bc4f9a2a0ad9fade4a2b0664178fd4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11253 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QNq51mSY3oUGTQI1L4wLaiB0yLhzeQIg5g5NnQn6rzkEFkuVAjdTGwDkAdUajCkXDpC3HUd_pScIHzQpNzJTSuICgmlkgnY0gmlwhKwSPqyKbXVsdGlhZGRyc5YACASsEj6sBvIeAAoErBI-rAbyH90DgnJzhQADAQAAiXNlY3AyNTZrMaECFrRwrVia9GmPEk7HR0FJnV-vJavWI9D6RtAy3Aw4ByeDdGNwgvIehXdha3UyAQ
2026-01-29 04:54:05.046 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.249 waku fbf1ec6cf9c3cf7c3e04395ea4ae78a574d066d7d33c64f7aefe52300257ed40
2026-01-29 04:54:05.076 DEBUG [src.node.docker_mananger] Container started with ID fbf1ec6cf9c3. Setting up logs at ./log/docker/node2_2026-01-29_04-54-03__2263213b-1e99-4604-a32f-364361f08cc4__wakuorg_nwaku:latest.log
2026-01-29 04:54:05.076 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11249
2026-01-29 04:54:05.076 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:54:06.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11249/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:06.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":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:54:06.080 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:54:06.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11249/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:06.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.249/tcp/11250/p2p/16Uiu2HAmKs31Nn1QZ4sh5oFKRVxnTPpGmqTuHkvGY8qfD1fDvt1r","/ip4/172.18.195.249/tcp/11251/ws/p2p/16Uiu2HAmKs31Nn1QZ4sh5oFKRVxnTPpGmqTuHkvGY8qfD1fDvt1r"],"enrUri":"enr:-La4QGjxPmabZQu77cnhLFhI-6agSqpy7u5lwJ-WXPOkG7y7OJ3OLEYgjLiT35zOVcydNWvE_ZpFLnN5w5qolVizAaQCgmlkgnY0gmlwhKwSw_mKbXVsdGlhZGRyc5YACASsEsP5BivyAAoErBLD-QYr890DgnJzhQADAQAAiXNlY3AyNTZrMaEDaxfINxWMJXQl4PFULky816KISfoe7oBOfi7TO9rVYyWDdGNwgivyhXdha3UyAQ"}'
2026-01-29 04:54:06.083 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:54:07.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61981/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:07.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[]}'
2026-01-29 04:54:07.086 DEBUG [tests.rest_flags.test_admin_flags] relay peers on shard=0 (schema): {'shard': 0, 'peers': []}
2026-01-29 04:54:07.088 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:54:07.089 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:54:07.089 DEBUG [src.node.waku_node] Stopping container with id e882a9275739
2026-01-29 04:54:07.598 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:54:07.600 DEBUG [src.node.waku_node] Stopping container with id fbf1ec6cf9c3
2026-01-29 04:54:08.156 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:54:08.157 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:54:08.160 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:54:08.162 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,84 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publish_with_valid_version with id: 2026-01-29_04-48-28__867c968e-45bc-44c1-8ffd-fe07fe3f36e0
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-48-28__867c968e-45bc-44c1-8ffd-fe07fe3f36e0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.196.67
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47995', '47996', '47997', '47998', '47999']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47995:47995 -p 47996:47996 -p 47997:47997 -p 47998:47998 -p 47999:47999 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=47997 --rest-port=47995 --tcp-port=47996 --discv5-udp-port=47998 --rest-address=0.0.0.0 --nat=extip:172.18.196.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ce4d89bf29a0693c5bbdf59b940aacccd4d5d516a9cf88fa4fcb54ac603d8fb7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47999 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.196.67 waku db12d50fa8f28d242a3a1e1da1db24579388e280a8539969fd77e08ca800a3ee
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2c9bcb0ede7a. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID db12d50fa8f2. Setting up logs at ./log/docker/node1_2026-01-29_04-48-28__867c968e-45bc-44c1-8ffd-fe07fe3f36e0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47995
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 94d611fb98ff. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47995/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.67/tcp/47996/p2p/16Uiu2HAmMBxtr6P8UVjnVQ9Srwve62J6qcK52P3eNu6rvSfSEbB4","/ip4/172.18.196.67/tcp/47997/ws/p2p/16Uiu2HAmMBxtr6P8UVjnVQ9Srwve62J6qcK52P3eNu6rvSfSEbB4"],"enrUri":"enr:-L24QDpk5pnaTUkzgHI1Fcji-2UMrPEpIrrT2cWwZ5cQY1vmbtlIRLe3UQGs4tg9m-4R8xbP-me3Ls6VE6JL10YRfDMCgmlkgnY0gmlwhKwSxEOKbXVsdGlhZGRyc5YACASsEsRDBrt8AAoErBLEQwa7fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfszasucaPFZcKvHoeMXJJvIk_xD1nF5aV4wn1Q17tSeDdGNwgrt8g3VkcIK7foV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-48-28__867c968e-45bc-44c1-8ffd-fe07fe3f36e0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.67.22
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15159', '15160', '15161', '15162', '15163']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15159:15159 -p 15160:15160 -p 15161:15161 -p 15162:15162 -p 15163:15163 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=15161 --rest-port=15159 --tcp-port=15160 --discv5-udp-port=15162 --rest-address=0.0.0.0 --nat=extip:172.18.67.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4e165045d40d04214efebddf3dbadc2bde1daf9fb1ace2a7175cfc2ac1dbecb9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15163 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDpk5pnaTUkzgHI1Fcji-2UMrPEpIrrT2cWwZ5cQY1vmbtlIRLe3UQGs4tg9m-4R8xbP-me3Ls6VE6JL10YRfDMCgmlkgnY0gmlwhKwSxEOKbXVsdGlhZGRyc5YACASsEsRDBrt8AAoErBLEQwa7fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfszasucaPFZcKvHoeMXJJvIk_xD1nF5aV4wn1Q17tSeDdGNwgrt8g3VkcIK7foV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.22 waku 8a7fee5f40fc4e7466b1ca8d1549125656a84009d6a856219276c64cc27a12ea
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8a7fee5f40fc. Setting up logs at ./log/docker/node2_2026-01-29_04-48-28__867c968e-45bc-44c1-8ffd-fe07fe3f36e0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15159
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.22/tcp/15160/p2p/16Uiu2HAmLtfPEnmJQbuvFHSZbciUJ1BLWy4T9XRuXEst32gf63Y9","/ip4/172.18.67.22/tcp/15161/ws/p2p/16Uiu2HAmLtfPEnmJQbuvFHSZbciUJ1BLWy4T9XRuXEst32gf63Y9"],"enrUri":"enr:-L24QKC3hchnFg9BNXAmcZwJ2wSCnoij5stTbApOinnhmfSfTYqeuJORXN_EITezVP_PsWnIGu37lWRbaAfEGw9N1BsCgmlkgnY0gmlwhKwSQxaKbXVsdGlhZGRyc5YACASsEkMWBjs4AAoErBJDFgY7Od0DgnJzhQADAQAAiXNlY3AyNTZrMaEDel4ubYaC2hNXdPmpDDMe3JrUPMkhdL_DDIrQBLDLBh6DdGNwgjs4g3VkcII7OoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15159/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.196.67/tcp/47996/p2p/16Uiu2HAmMBxtr6P8UVjnVQ9Srwve62J6qcK52P3eNu6rvSfSEbB4"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47995/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15159/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769662111257902336,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769662111257902336,"ephemeral":false,"proof":""}]'
INFO  src.steps.relay:relay.py:71 WARM UP successful!!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "version": 10}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":10,"timestamp":1769662111373234038,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15159/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":10,"timestamp":1769662111373234038,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id db12d50fa8f2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8a7fee5f40fc
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publish_on_non_subscribed_pubsub_topic with id: 2026-01-29_04-41-03__720c9be6-789a-40ac-8306-bb6f2e3d505f
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-41-03__720c9be6-789a-40ac-8306-bb6f2e3d505f__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.219.49
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3865', '3866', '3867', '3868', '3869']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 3865:3865 -p 3866:3866 -p 3867:3867 -p 3868:3868 -p 3869:3869 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=3867 --rest-port=3865 --tcp-port=3866 --discv5-udp-port=3868 --rest-address=0.0.0.0 --nat=extip:172.18.219.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=baddfe88efb6ebdf61bcf4beb1bcc4f9f2ce0622e6e98f50109d159c037d96cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3869 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.219.49 waku a90a39b107412d29bccbb2292080f00bf7f6ae76f60e4d891c3593e526b414b4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a90a39b10741. Setting up logs at ./log/docker/node1_2026-01-29_04-41-03__720c9be6-789a-40ac-8306-bb6f2e3d505f__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3865
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e89b344c0b94. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 10bddf4dd2e8. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3865/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3865/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.219.49/tcp/3866/p2p/16Uiu2HAmEaJ6ke7yTuxR6x8MhtQDNjx3uB3fRQEQM5rG8pSpRpna","/ip4/172.18.219.49/tcp/3867/ws/p2p/16Uiu2HAmEaJ6ke7yTuxR6x8MhtQDNjx3uB3fRQEQM5rG8pSpRpna"],"enrUri":"enr:-L24QGhXnB_6k2GhiSCy3DzAKvfaA85-F-0ch1aaHQpyCH1mHMM4ql_PEvA7NkDKlZqvIJyD9NrHVyEqVd3lDTmF1lECgmlkgnY0gmlwhKwS2zGKbXVsdGlhZGRyc5YACASsEtsxBg8aAAoErBLbMQYPG90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHIOKAUWeAAi829zfZ9VzgXFhQ9wWh2HUnx5K-5SNYn-DdGNwgg8ag3VkcIIPHIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-41-03__720c9be6-789a-40ac-8306-bb6f2e3d505f__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.19.33
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6225', '6226', '6227', '6228', '6229']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 6225:6225 -p 6226:6226 -p 6227:6227 -p 6228:6228 -p 6229:6229 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=6227 --rest-port=6225 --tcp-port=6226 --discv5-udp-port=6228 --rest-address=0.0.0.0 --nat=extip:172.18.19.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9e0fdf9b4e71ddb1e8bcdf19f3f9a8ee566e2dccefcbf6ff01fa697d67c1a2fe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6229 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGhXnB_6k2GhiSCy3DzAKvfaA85-F-0ch1aaHQpyCH1mHMM4ql_PEvA7NkDKlZqvIJyD9NrHVyEqVd3lDTmF1lECgmlkgnY0gmlwhKwS2zGKbXVsdGlhZGRyc5YACASsEtsxBg8aAAoErBLbMQYPG90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHIOKAUWeAAi829zfZ9VzgXFhQ9wWh2HUnx5K-5SNYn-DdGNwgg8ag3VkcIIPHIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.19.33 waku 2eeb1a3a25a493bec8aeaa0f498c22d022996b86b80bf7a427a3a8ba05c99be4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2eeb1a3a25a4. Setting up logs at ./log/docker/node2_2026-01-29_04-41-03__720c9be6-789a-40ac-8306-bb6f2e3d505f__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6225
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6225/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6225/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.19.33/tcp/6226/p2p/16Uiu2HAmLuiEbzjtCPsF69GSXK6ehGDyRmfq6XJVkeTU1VepBddi","/ip4/172.18.19.33/tcp/6227/ws/p2p/16Uiu2HAmLuiEbzjtCPsF69GSXK6ehGDyRmfq6XJVkeTU1VepBddi"],"enrUri":"enr:-L24QIJVMjEu-iQna2psb-xnwFhgihcW2n4gjibrxKTJFh5Oa9vl6eRTgBFO0iNhiigFLzhXC2fEZ1_u6805CYKOSeUCgmlkgnY0gmlwhKwSEyGKbXVsdGlhZGRyc5YACASsEhMhBhhSAAoErBITIQYYU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDeqL8Z2IXAmIApJRZCsKB4vwOG0rSEGNwADcQCsvlhwGDdGNwghhSg3VkcIIYVIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6225/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.219.49/tcp/3866/p2p/16Uiu2HAmEaJ6ke7yTuxR6x8MhtQDNjx3uB3fRQEQM5rG8pSpRpna"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3865/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6225/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3865/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3865/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661665489982464,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6225/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661665489982464,"ephemeral":false,"proof":""}]'
INFO  src.steps.relay:relay.py:71 WARM UP successful!!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3865/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:3865/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1000'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id a90a39b10741
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 2eeb1a3a25a4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
2026-01-29 04:53:59.937 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:53:59.938 DEBUG [tests.conftest] Running test: test_publish_with_invalid_version with id: 2026-01-29_04-53-59__0fcd8202-7b68-4ce5-9156-3e26b6a39fc9
2026-01-29 04:53:59.938 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:53:59.938 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:53:59.939 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2026-01-29 04:53:59.945 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:53:59.945 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-53-59__0fcd8202-7b68-4ce5-9156-3e26b6a39fc9__wakuorg_nwaku:latest.log
2026-01-29 04:53:59.945 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:53:59.945 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:53:59.947 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:53:59.947 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.164
2026-01-29 04:53:59.947 DEBUG [src.node.docker_mananger] Generated ports ['65502', '65503', '65504', '65505', '65506']
2026-01-29 04:53:59.947 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:53:59.947 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:53:59.947 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:53:59.947 DEBUG [src.node.docker_mananger] docker run -i -t -p 65502:65502 -p 65503:65503 -p 65504:65504 -p 65505:65505 -p 65506:65506 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=65504 --rest-port=65502 --tcp-port=65503 --discv5-udp-port=65505 --rest-address=0.0.0.0 --nat=extip:172.18.115.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=50d35b3cddad413dbfbcf2dcaff4d8a03ad5aa0c00eaf4fab27f7c52e3b7de40 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65506 --metrics-logging=true --relay=true
2026-01-29 04:54:00.129 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.164 waku 0b91f93fc85365b2ac19dd1923bd22b600ce7c88e6375d82f1261a4ddc964a5c
2026-01-29 04:54:00.158 DEBUG [src.node.docker_mananger] Container started with ID 0b91f93fc853. Setting up logs at ./log/docker/node1_2026-01-29_04-53-59__0fcd8202-7b68-4ce5-9156-3e26b6a39fc9__wakuorg_nwaku:latest.log
2026-01-29 04:54:00.158 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65502
2026-01-29 04:54:00.159 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:54:00.195 ERROR [src.node.docker_mananger] Max retries reached for container 97311ab9fb32. Exiting log stream.
2026-01-29 04:54:00.731 ERROR [src.node.docker_mananger] Max retries reached for container 133ff10920ad. Exiting log stream.
2026-01-29 04:54:01.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65502/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:01.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:54:01.163 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:54:01.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65502/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:01.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.164/tcp/65503/p2p/16Uiu2HAm2etGymEeVLoMUHVEfK988xHa5xdATyLwHAwdXWt594ZP","/ip4/172.18.115.164/tcp/65504/ws/p2p/16Uiu2HAm2etGymEeVLoMUHVEfK988xHa5xdATyLwHAwdXWt594ZP"],"enrUri":"enr:-L24QE5_h_Wk1Wzfyc-l7KuHJNX9ApIDlU33o4SEse0VIYJ3cLLnUCPoCCnu9odo-8eg3WXIEp6Iw6eTAQpUXs4-2xMCgmlkgnY0gmlwhKwSc6SKbXVsdGlhZGRyc5YACASsEnOkBv_fAAoErBJzpAb_4N0DgnJzhQADAQAAiXNlY3AyNTZrMaECa2RDMiphqm0hya0X0khnWgxp_ZfTUZTTU2NlqWxQl2KDdGNwgv_fg3VkcIL_4YV3YWt1MgE"}'
2026-01-29 04:54:01.165 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:54:01.172 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:01.172 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-53-59__0fcd8202-7b68-4ce5-9156-3e26b6a39fc9__wakuorg_nwaku:latest.log
2026-01-29 04:54:01.173 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:54:01.173 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:54:01.174 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:54:01.174 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.19
2026-01-29 04:54:01.174 DEBUG [src.node.docker_mananger] Generated ports ['29540', '29541', '29542', '29543', '29544']
2026-01-29 04:54:01.175 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:54:01.175 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:54:01.175 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:54:01.175 DEBUG [src.node.docker_mananger] docker run -i -t -p 29540:29540 -p 29541:29541 -p 29542:29542 -p 29543:29543 -p 29544:29544 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=29542 --rest-port=29540 --tcp-port=29541 --discv5-udp-port=29543 --rest-address=0.0.0.0 --nat=extip:172.18.178.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa0a82c968dd23bc97e5e0bbfa8d8201b2a4dde9588a08e2a8f4f0ebb1bfec99 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29544 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QE5_h_Wk1Wzfyc-l7KuHJNX9ApIDlU33o4SEse0VIYJ3cLLnUCPoCCnu9odo-8eg3WXIEp6Iw6eTAQpUXs4-2xMCgmlkgnY0gmlwhKwSc6SKbXVsdGlhZGRyc5YACASsEnOkBv_fAAoErBJzpAb_4N0DgnJzhQADAQAAiXNlY3AyNTZrMaECa2RDMiphqm0hya0X0khnWgxp_ZfTUZTTU2NlqWxQl2KDdGNwgv_fg3VkcIL_4YV3YWt1MgE
2026-01-29 04:54:01.361 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.19 waku 4ad92b94c77540df38f1d976807f4e087c613f392ff8ccad935bfac2e3cf7e47
2026-01-29 04:54:01.391 DEBUG [src.node.docker_mananger] Container started with ID 4ad92b94c775. Setting up logs at ./log/docker/node2_2026-01-29_04-53-59__0fcd8202-7b68-4ce5-9156-3e26b6a39fc9__wakuorg_nwaku:latest.log
2026-01-29 04:54:01.391 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29540
2026-01-29 04:54:01.391 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:54:02.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29540/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:02.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:54:02.407 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:54:02.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29540/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:02.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.19/tcp/29541/p2p/16Uiu2HAkybVGUgaLMVcMULjFRGjwSmVKEN7Aqp4zRUBad4BCQmMh","/ip4/172.18.178.19/tcp/29542/ws/p2p/16Uiu2HAkybVGUgaLMVcMULjFRGjwSmVKEN7Aqp4zRUBad4BCQmMh"],"enrUri":"enr:-L24QHhafpAFapuBrMUFKZwrBrNiiAEEpJGADhY6q20Qn93nehe2bDyKQUndVKERL-paJ1A6g3dGYgXprd8cljGMqt0CgmlkgnY0gmlwhKwSshOKbXVsdGlhZGRyc5YACASsErITBnNlAAoErBKyEwZzZt0DgnJzhQADAQAAiXNlY3AyNTZrMaECPfJxfXT47VrZJbhKPaebxyjdRLm8lZt3YPb6rqU8diiDdGNwgnNlg3VkcIJzZ4V3YWt1MgE"}'
2026-01-29 04:54:02.412 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:54:02.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29540/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.164/tcp/65503/p2p/16Uiu2HAm2etGymEeVLoMUHVEfK988xHa5xdATyLwHAwdXWt594ZP"]'
2026-01-29 04:54:02.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:02.416 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
2026-01-29 04:54:02.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65502/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:54:02.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:02.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29540/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:54:02.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:02.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65502/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:02.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:02.432 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:54:02.532 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:54:02.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65502/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:02.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769662442426610688,"ephemeral":false,"proof":""}]'
2026-01-29 04:54:02.537 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:54:02.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29540/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:02.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769662442426610688,"ephemeral":false,"proof":""}]'
2026-01-29 04:54:02.540 INFO [src.steps.relay] WARM UP successful!!
2026-01-29 04:54:02.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65502/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "version": 2.1}'
2026-01-29 04:54:02.544 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65502/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2026-01-29 04:54:02.546 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:54:02.547 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:54:02.547 DEBUG [src.node.waku_node] Stopping container with id 0b91f93fc853
2026-01-29 04:54:03.091 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:54:03.092 DEBUG [src.node.waku_node] Stopping container with id 4ad92b94c775
2026-01-29 04:54:03.586 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:54:03.588 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:54:03.593 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:54:03.600 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,78 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_different_latency_between_two_nodes[7000] with id: 2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:204 Starting node1 and node2 with relay enabled
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.188.129
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36986', '36987', '36988', '36989', '36990']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36986:36986 -p 36987:36987 -p 36988:36988 -p 36989:36989 -p 36990:36990 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=36988 --rest-port=36986 --tcp-port=36987 --discv5-udp-port=36989 --rest-address=0.0.0.0 --nat=extip:172.18.188.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0a25c359287ee17b395ac91e30abcd2f7aea2eccf2cdfffe04a17ecae4ca9aa3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36990 --metrics-logging=true --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 86df9d59f90f. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.188.129 waku 2f9f80c5637166ba0c0673a7d03bae281ef1dee0bc8492129d7b33f1305f0555
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2f9f80c56371. Setting up logs at ./log/docker/node1_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36986
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bd1774c4fd86. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36986/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36986/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.129/tcp/36987/p2p/16Uiu2HAm1Q7NedbR7BKHSsfwnVLVJM2fGCX2JcDKfkzaBWqjFakF","/ip4/172.18.188.129/tcp/36988/ws/p2p/16Uiu2HAm1Q7NedbR7BKHSsfwnVLVJM2fGCX2JcDKfkzaBWqjFakF"],"enrUri":"enr:-L24QOkY1Go6SDPu5zwteHOyhCAnWVNc3u8yAn0xvpEimfj_IVoSMSVmRCSG_bEDOu8-E_uR_8KuW4IprbN9DGtNxQQCgmlkgnY0gmlwhKwSvIGKbXVsdGlhZGRyc5YACASsEryBBpB7AAoErBK8gQaQfN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWL-sUMQmxSbnWp0ACXbsr159S-zra9Wk11Sb98U6IYCDdGNwgpB7g3VkcIKQfYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.216.240
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60616', '60617', '60618', '60619', '60620']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60616:60616 -p 60617:60617 -p 60618:60618 -p 60619:60619 -p 60620:60620 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=60618 --rest-port=60616 --tcp-port=60617 --discv5-udp-port=60619 --rest-address=0.0.0.0 --nat=extip:172.18.216.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f2b3a1a28e15bcbac6f15bc1bdf52c48097db138aff74f27c58bc0e1ea3ef90e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60620 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOkY1Go6SDPu5zwteHOyhCAnWVNc3u8yAn0xvpEimfj_IVoSMSVmRCSG_bEDOu8-E_uR_8KuW4IprbN9DGtNxQQCgmlkgnY0gmlwhKwSvIGKbXVsdGlhZGRyc5YACASsEryBBpB7AAoErBK8gQaQfN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWL-sUMQmxSbnWp0ACXbsr159S-zra9Wk11Sb98U6IYCDdGNwgpB7g3VkcIKQfYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.216.240 waku 896996fee80029168174e840af0589e6d85addeace5ea80351a6f5ebc95a7a3c
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 896996fee800. Setting up logs at ./log/docker/node2_2026-01-29_04-33-21__1cc1fed2-1c75-46f0-84e8-1b74ecdec25d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60616
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60616/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60616/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.240/tcp/60617/p2p/16Uiu2HAkw8G1GcPeLKeMczipwyiYcaBD6BDXPRbGzpHLn8o7CmHE","/ip4/172.18.216.240/tcp/60618/ws/p2p/16Uiu2HAkw8G1GcPeLKeMczipwyiYcaBD6BDXPRbGzpHLn8o7CmHE"],"enrUri":"enr:-L24QMM4FXqkeyg9glLRHOppkNSukNYg0H9Zq6QkQoCdMmmZMrmCm11HTGGCtUlrPp_FBjhMUa7J5b4g2O1rEWR6aDYCgmlkgnY0gmlwhKwS2PCKbXVsdGlhZGRyc5YACASsEtjwBuzJAAoErBLY8Absyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECGUFkWcgUyN3kT95c0bClP3XWzsavazL5KK_QLZUsgfWDdGNwguzJg3VkcILsy4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:208 Subscribing both nodes to relay topic
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36986/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:212 Waiting for autoconnection
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36986/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.216.240/tcp/35976/p2p/16Uiu2HAkw8G1GcPeLKeMczipwyiYcaBD6BDXPRbGzpHLn8o7CmHE","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60616/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.188.129/tcp/36987/p2p/16Uiu2HAm1Q7NedbR7BKHSsfwnVLVJM2fGCX2JcDKfkzaBWqjFakF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
DEBUG  src.libs.common:common.py:47 Sleeping for 10 seconds
INFO  tests.e2e.test_network_conditions:test_network_conditions.py:215 Applying 7000ms latency to node2
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '7000ms']
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36986/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661214421774459,"ephemeral":false,"proof":""}]'
INFO  src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '7326', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 2f9f80c56371
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 896996fee800
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,859 @@
2026-01-29 04:44:12.805 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:44:12.805 DEBUG [tests.conftest] Running test: test_light_push_after_light_push_node_restarts with id: 2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360
2026-01-29 04:44:12.806 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:44:12.806 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:44:12.814 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:44:12.814 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:12.814 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:12.814 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:12.815 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:12.816 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.15
2026-01-29 04:44:12.816 DEBUG [src.node.docker_mananger] Generated ports ['21611', '21612', '21613', '21614', '21615']
2026-01-29 04:44:12.816 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:12.816 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:12.816 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:12.816 DEBUG [src.node.docker_mananger] docker run -i -t -p 21611:21611 -p 21612:21612 -p 21613:21613 -p 21614:21614 -p 21615:21615 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=21613 --rest-port=21611 --tcp-port=21612 --discv5-udp-port=21614 --rest-address=0.0.0.0 --nat=extip:172.18.252.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b23be8cca8d2011edcd8fd1e7fa0eaa8eed28e9acdf4fb4c45f2ab0d0a53dc9b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21615 --metrics-logging=true --lightpush=true --relay=true
2026-01-29 04:44:13.020 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.15 waku 27cd0952c52db91d6b59b30a8b8d18cd6098576203355af8b5145af089043aa7
2026-01-29 04:44:13.056 DEBUG [src.node.docker_mananger] Container started with ID 27cd0952c52d. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:13.058 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21611
2026-01-29 04:44:13.058 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:14.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21611/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.064 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:44:14.064 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:44:14.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21611/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:14.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.15/tcp/21612/p2p/16Uiu2HAmAejAqpnT5uU64jKW29qyrmGHRQiqCrjUDjksnueb7bVU","/ip4/172.18.252.15/tcp/21613/ws/p2p/16Uiu2HAmAejAqpnT5uU64jKW29qyrmGHRQiqCrjUDjksnueb7bVU"],"enrUri":"enr:-L24QMTAOz67I3NRPuYAiffAf6OGIXmBgGQAS_sPF9MG8bc1QaptJls6w_QoK2KAT07j-wzVCcZRfrGCQF1H4pe_ETUCgmlkgnY0gmlwhKwS_A-KbXVsdGlhZGRyc5YACASsEvwPBlRsAAoErBL8DwZUbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4jd2QLVCDeEcwhUGpzxpQ33mHzLkCAxWvkk3-7Tkg-uDdGNwglRsg3VkcIJUboV3YWt1Mgk"}'
2026-01-29 04:44:14.066 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:44:14.074 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:44:14.074 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:14.074 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:14.074 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:14.076 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:14.076 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.231
2026-01-29 04:44:14.076 DEBUG [src.node.docker_mananger] Generated ports ['18618', '18619', '18620', '18621', '18622']
2026-01-29 04:44:14.076 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:14.076 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:14.076 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:14.076 DEBUG [src.node.docker_mananger] docker run -i -t -p 18618:18618 -p 18619:18619 -p 18620:18620 -p 18621:18621 -p 18622:18622 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=18620 --rest-port=18618 --tcp-port=18619 --discv5-udp-port=18621 --rest-address=0.0.0.0 --nat=extip:172.18.54.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3a4e850aa5addccba2b05ba8cb1ca132a7bcabc6075fbbbcefaab9bee3f9afc9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18622 --metrics-logging=true --lightpush=false --relay=true
2026-01-29 04:44:14.260 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.231 waku 18c75d89ad21a70bb010c8d9131bd37dc1b334905ad69e40741b7f054a3edb24
2026-01-29 04:44:14.293 DEBUG [src.node.docker_mananger] Container started with ID 18c75d89ad21. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:14.293 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18618
2026-01-29 04:44:14.294 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:15.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18618/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:44:15.298 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:44:15.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18618/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:15.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.231/tcp/18619/p2p/16Uiu2HAmMDUG74EkcjyUgtuq1ZARESfDvwotaUdUoXCwPKZ6MFyg","/ip4/172.18.54.231/tcp/18620/ws/p2p/16Uiu2HAmMDUG74EkcjyUgtuq1ZARESfDvwotaUdUoXCwPKZ6MFyg"],"enrUri":"enr:-L24QJ69hKJwKXMTRdil9Cnv8f19CgPusYe7NUqkxHQZOw1MdgYbbT6OyfV5gdVSGtf4uxYnvz4fq-42Un8_w9K596sCgmlkgnY0gmlwhKwSNueKbXVsdGlhZGRyc5YACASsEjbnBki7AAoErBI25wZIvN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfy-j0lIgVG4YP0tDbBh_aj-Tqu5R1iChhkteuY4MyL-DdGNwgki7g3VkcIJIvYV3YWt1MgE"}'
2026-01-29 04:44:15.300 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:44:15.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18618/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.252.15/tcp/21612/p2p/16Uiu2HAmAejAqpnT5uU64jKW29qyrmGHRQiqCrjUDjksnueb7bVU"]'
2026-01-29 04:44:15.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:44:15.342 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:44:15.343 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:15.343 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:15.345 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:15.347 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:15.347 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.55
2026-01-29 04:44:15.347 DEBUG [src.node.docker_mananger] Generated ports ['39193', '39194', '39195', '39196', '39197']
2026-01-29 04:44:15.348 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:15.348 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:15.348 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:15.349 DEBUG [src.node.docker_mananger] docker run -i -t -p 39193:39193 -p 39194:39194 -p 39195:39195 -p 39196:39196 -p 39197:39197 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=39195 --rest-port=39193 --tcp-port=39194 --discv5-udp-port=39196 --rest-address=0.0.0.0 --nat=extip:172.18.93.55 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d8a3963fa1726cbecad49fb2bed1a0ffbad8cb0c7243d9ed0aafa4fc981f86c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39197 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMTAOz67I3NRPuYAiffAf6OGIXmBgGQAS_sPF9MG8bc1QaptJls6w_QoK2KAT07j-wzVCcZRfrGCQF1H4pe_ETUCgmlkgnY0gmlwhKwS_A-KbXVsdGlhZGRyc5YACASsEvwPBlRsAAoErBL8DwZUbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4jd2QLVCDeEcwhUGpzxpQ33mHzLkCAxWvkk3-7Tkg-uDdGNwglRsg3VkcIJUboV3YWt1Mgk --lightpushnode=/ip4/172.18.252.15/tcp/21612/p2p/16Uiu2HAmAejAqpnT5uU64jKW29qyrmGHRQiqCrjUDjksnueb7bVU --lightpush=true --relay=false
2026-01-29 04:44:15.541 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.55 waku a4b6c6fc5cad5884b7b0179ef4b77876632ff327a5a003f087bc05fb5742f94c
2026-01-29 04:44:15.575 DEBUG [src.node.docker_mananger] Container started with ID a4b6c6fc5cad. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:15.576 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39193
2026-01-29 04:44:15.577 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:16.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:16.946 ERROR [src.node.docker_mananger] Max retries reached for container a4b6c6fc5cad. Exiting log stream.
2026-01-29 04:44:16.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:17.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:18.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:19.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:20.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:21.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:22.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:23.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:24.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:25.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:26.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:27.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:28.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:29.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:30.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:31.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:32.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:33.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:34.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:35.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39193/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:36.578 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=39193): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f498d588f20>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:36.679 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:36.679 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:36.681 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:36.681 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.65
2026-01-29 04:44:36.681 DEBUG [src.node.docker_mananger] Generated ports ['19152', '19153', '19154', '19155', '19156']
2026-01-29 04:44:36.681 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:36.681 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:36.681 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:36.681 DEBUG [src.node.docker_mananger] docker run -i -t -p 19152:19152 -p 19153:19153 -p 19154:19154 -p 19155:19155 -p 19156:19156 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=19154 --rest-port=19152 --tcp-port=19153 --discv5-udp-port=19155 --rest-address=0.0.0.0 --nat=extip:172.18.152.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=937d6cdd009bd7ac5d368a05206ca824cf2ef7eaf6bad61a3983c62ab7bf4e8c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19156 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMTAOz67I3NRPuYAiffAf6OGIXmBgGQAS_sPF9MG8bc1QaptJls6w_QoK2KAT07j-wzVCcZRfrGCQF1H4pe_ETUCgmlkgnY0gmlwhKwS_A-KbXVsdGlhZGRyc5YACASsEvwPBlRsAAoErBL8DwZUbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4jd2QLVCDeEcwhUGpzxpQ33mHzLkCAxWvkk3-7Tkg-uDdGNwglRsg3VkcIJUboV3YWt1Mgk --lightpushnode=/ip4/172.18.252.15/tcp/21612/p2p/16Uiu2HAmAejAqpnT5uU64jKW29qyrmGHRQiqCrjUDjksnueb7bVU --lightpush=true --relay=false
2026-01-29 04:44:36.879 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.65 waku f7cb7e0939650dad29fd22b1ec1113744bb6c9929bceb02d3f020062f3eea0ce
2026-01-29 04:44:36.909 DEBUG [src.node.docker_mananger] Container started with ID f7cb7e093965. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:36.910 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19152
2026-01-29 04:44:36.911 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:37.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.250 ERROR [src.node.docker_mananger] Max retries reached for container f7cb7e093965. Exiting log stream.
2026-01-29 04:44:38.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:38.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:39.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:40.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:41.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:42.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:43.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:44.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:45.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:46.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:47.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:48.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:49.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:50.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:51.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:52.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:53.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:54.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:55.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:56.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19152/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:57.942 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=19152): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f498d156780>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:44:58.042 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:44:58.043 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:44:58.044 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:44:58.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.122
2026-01-29 04:44:58.045 DEBUG [src.node.docker_mananger] Generated ports ['54270', '54271', '54272', '54273', '54274']
2026-01-29 04:44:58.045 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:44:58.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:44:58.045 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:44:58.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 54270:54270 -p 54271:54271 -p 54272:54272 -p 54273:54273 -p 54274:54274 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=54272 --rest-port=54270 --tcp-port=54271 --discv5-udp-port=54273 --rest-address=0.0.0.0 --nat=extip:172.18.189.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4e70e36dee6d0f0fbf09c9cebfeafa7ff3bdbebaa3d5e4ae5bfeb1ee89bbb6cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54274 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMTAOz67I3NRPuYAiffAf6OGIXmBgGQAS_sPF9MG8bc1QaptJls6w_QoK2KAT07j-wzVCcZRfrGCQF1H4pe_ETUCgmlkgnY0gmlwhKwS_A-KbXVsdGlhZGRyc5YACASsEvwPBlRsAAoErBL8DwZUbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4jd2QLVCDeEcwhUGpzxpQ33mHzLkCAxWvkk3-7Tkg-uDdGNwglRsg3VkcIJUboV3YWt1Mgk --lightpushnode=/ip4/172.18.252.15/tcp/21612/p2p/16Uiu2HAmAejAqpnT5uU64jKW29qyrmGHRQiqCrjUDjksnueb7bVU --lightpush=true --relay=false
2026-01-29 04:44:58.235 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.122 waku a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97
2026-01-29 04:44:58.265 DEBUG [src.node.docker_mananger] Container started with ID a70b1c263701. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-44-12__dee2795e-af13-4a5e-8318-4e25647f0360__wakuorg_nwaku:latest.log
2026-01-29 04:44:58.268 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54270
2026-01-29 04:44:58.268 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:44:59.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.595 ERROR [src.node.docker_mananger] Max retries reached for container a70b1c263701. Exiting log stream.
2026-01-29 04:44:59.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:44:59.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:00.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:01.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:02.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:03.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:04.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:05.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:06.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:07.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:08.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:09.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:10.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:11.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:12.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:13.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:14.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:15.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:16.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:17.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:18.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:19.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:19.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:19.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54270/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:45:19.280 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=54270): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f498d4e6d80>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:45:19.465 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:45:19.466 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:45:19.467 DEBUG [src.node.waku_node] Stopping container with id 27cd0952c52d
2026-01-29 04:45:20.015 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:20.015 DEBUG [src.node.waku_node] Stopping container with id 18c75d89ad21
2026-01-29 04:45:20.569 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:45:20.570 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:20.673 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:20.775 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:20.877 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:20.909 ERROR [src.node.docker_mananger] Max retries reached for container 27cd0952c52d. Exiting log stream.
2026-01-29 04:45:20.979 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.080 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.182 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.283 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.384 ERROR [src.node.docker_mananger] Max retries reached for container 18c75d89ad21. Exiting log stream.
2026-01-29 04:45:21.385 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.486 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.588 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.690 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.792 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.894 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:21.996 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.098 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.200 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.302 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.404 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.506 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.607 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.709 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.811 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:22.913 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.015 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.117 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.219 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.320 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.422 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.524 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.626 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.728 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.830 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:23.932 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.033 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.135 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.237 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.339 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.441 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.543 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.645 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.747 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.848 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:24.950 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.052 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.154 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.256 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.358 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.460 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.562 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.664 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.665 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97/stop: Not Found ("No such container: a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97")
2026-01-29 04:45:25.666 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.767 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.869 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:25.971 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.072 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.174 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.276 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.378 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.480 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.582 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.684 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.785 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.887 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:26.989 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.091 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.193 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.294 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.396 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.498 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.600 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.702 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.803 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:27.905 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.007 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.109 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.211 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.312 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.414 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.516 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.618 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.720 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.822 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:28.924 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.025 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.127 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.229 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.331 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.432 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.534 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.636 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.738 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.840 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:29.942 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.043 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.145 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.247 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.349 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.451 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.553 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.655 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.757 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.759 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97/stop: Not Found ("No such container: a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97")
2026-01-29 04:45:30.759 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.860 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:30.962 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.064 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.166 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.268 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.369 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.471 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.573 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.675 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.777 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.879 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:31.981 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.083 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.184 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.286 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.388 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.490 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.592 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.694 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.796 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.898 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:32.999 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.101 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.203 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.305 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.407 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.509 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.611 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.713 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.815 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:33.917 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.018 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.120 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.222 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.324 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.426 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.528 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.630 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.732 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.833 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:34.935 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.037 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.139 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.241 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.343 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.445 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.547 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.649 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.751 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.852 DEBUG [src.node.waku_node] Stopping container with id a70b1c263701
2026-01-29 04:45:35.854 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97/stop: Not Found ("No such container: a70b1c263701a0c04cedb97592976c3aa6b57ad515af7cb8ef2e337e7f38cb97")
2026-01-29 04:45:35.855 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:45:35.905 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:35.931 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:35.931 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:35.932 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:45:35.932 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,145 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publish_with_valid_timestamps with id: 2026-01-29_04-38-15__72cbfe2b-0f60-4a3a-b4e0-a8e388197462
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-38-15__72cbfe2b-0f60-4a3a-b4e0-a8e388197462__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.129.204
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24806', '24807', '24808', '24809', '24810']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 24806:24806 -p 24807:24807 -p 24808:24808 -p 24809:24809 -p 24810:24810 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=24808 --rest-port=24806 --tcp-port=24807 --discv5-udp-port=24809 --rest-address=0.0.0.0 --nat=extip:172.18.129.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2abf6d276afc636b272e64ec84809e9ea4d5db60cccba3ffb7acfee53a09c5a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24810 --metrics-logging=true --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c17892f1c41a. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.129.204 waku 09639e43af91499aafd34f6bc869b8a72117c237b8f4de25f266449e62548632
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 09639e43af91. Setting up logs at ./log/docker/node1_2026-01-29_04-38-15__72cbfe2b-0f60-4a3a-b4e0-a8e388197462__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24806
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 57a0e13544fe. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.204/tcp/24807/p2p/16Uiu2HAmHPSFvEGfbq9dwetbyJGjW7EYd2f52XB47z8gVgz2wX4v","/ip4/172.18.129.204/tcp/24808/ws/p2p/16Uiu2HAmHPSFvEGfbq9dwetbyJGjW7EYd2f52XB47z8gVgz2wX4v"],"enrUri":"enr:-L24QALzSGAVsNpoedludJRwMxNWPTkAgGiIwLPjjLAGpJ2eWz4ZuHNWTdKazywwZStMmAP1pDPPZFW1rDC8srvREYQCgmlkgnY0gmlwhKwSgcyKbXVsdGlhZGRyc5YACASsEoHMBmDnAAoErBKBzAZg6N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRk5vbafGyJeEHO70yUvwiCyvIVS_WCoyBMU0UYegJ_uDdGNwgmDng3VkcIJg6YV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-38-15__72cbfe2b-0f60-4a3a-b4e0-a8e388197462__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.242.220
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11834', '11835', '11836', '11837', '11838']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11834:11834 -p 11835:11835 -p 11836:11836 -p 11837:11837 -p 11838:11838 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=11836 --rest-port=11834 --tcp-port=11835 --discv5-udp-port=11837 --rest-address=0.0.0.0 --nat=extip:172.18.242.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=32d92404a86fbcd8a54afec0a982bb27fc0a2bb6fa8f2af3bb0701301b5f8566 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11838 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QALzSGAVsNpoedludJRwMxNWPTkAgGiIwLPjjLAGpJ2eWz4ZuHNWTdKazywwZStMmAP1pDPPZFW1rDC8srvREYQCgmlkgnY0gmlwhKwSgcyKbXVsdGlhZGRyc5YACASsEoHMBmDnAAoErBKBzAZg6N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRk5vbafGyJeEHO70yUvwiCyvIVS_WCoyBMU0UYegJ_uDdGNwgmDng3VkcIJg6YV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.242.220 waku 462ae90ee357fc31e21b13c21c071abd6737047ffc846fe86c8912629cdca07d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 462ae90ee357. Setting up logs at ./log/docker/node2_2026-01-29_04-38-15__72cbfe2b-0f60-4a3a-b4e0-a8e388197462__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11834
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.220/tcp/11835/p2p/16Uiu2HAmUJjndpBeMuxrqnbonYs2awhhoYAsfNer4A8RkGjrTj5t","/ip4/172.18.242.220/tcp/11836/ws/p2p/16Uiu2HAmUJjndpBeMuxrqnbonYs2awhhoYAsfNer4A8RkGjrTj5t"],"enrUri":"enr:-L24QCIwCNa8-4CUf2lZo1m-6FjFQWYP4u2LYt8KoIeFTzJKM30vSULWmRtlgo2Y19nPkQJC7lwQP8lZDeACuL94RTYCgmlkgnY0gmlwhKwS8tyKbXVsdGlhZGRyc5YACASsEvLcBi47AAoErBLy3AYuPN0DgnJzhQADAQAAiXNlY3AyNTZrMaED6Irof5Z7mXylxhChzeERFY5MA0QF1Xk4OKnfaWkxeKODdGNwgi47g3VkcIIuPYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11834/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.204/tcp/24807/p2p/16Uiu2HAmHPSFvEGfbq9dwetbyJGjW7EYd2f52XB47z8gVgz2wX4v"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11834/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661498071241728,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661498071241728,"ephemeral":false,"proof":""}]'
INFO  src.steps.relay:relay.py:71 WARM UP successful!!
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp Now
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661042136624128,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769661042136624128,"ephemeral":false,"proof":""}]'
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp Far future
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":2085021042136611072,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":2085021042136611072,"ephemeral":false,"proof":""}]'
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp Recent past
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769657442136611072,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769657442136611072,"ephemeral":false,"proof":""}]'
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp Near future
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769664642136611072,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1769664642136611072,"ephemeral":false,"proof":""}]'
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp Positive number
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1,"ephemeral":false,"proof":""}]'
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp Negative number
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":-1,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":-1,"ephemeral":false,"proof":""}]'
DEBUG  tests.relay.test_publish:test_publish.py:125 Running test with timestamp DST change
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 seconds
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false,"proof":""}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false,"proof":""}]'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 09639e43af91
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 462ae90ee357
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,861 @@
2026-01-29 04:38:12.069 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:38:12.069 DEBUG [tests.conftest] Running test: test_light_push_with_payload_of_1_MB with id: 2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f
2026-01-29 04:38:12.069 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:38:12.070 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:38:12.077 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:12.077 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:12.077 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:12.078 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:12.079 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:12.079 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.58
2026-01-29 04:38:12.079 DEBUG [src.node.docker_mananger] Generated ports ['59315', '59316', '59317', '59318', '59319']
2026-01-29 04:38:12.080 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:12.080 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:12.080 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:12.080 DEBUG [src.node.docker_mananger] docker run -i -t -p 59315:59315 -p 59316:59316 -p 59317:59317 -p 59318:59318 -p 59319:59319 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=59317 --rest-port=59315 --tcp-port=59316 --discv5-udp-port=59318 --rest-address=0.0.0.0 --nat=extip:172.18.232.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=44dca2fdf4ec8c89f8c811d3b28fe50014a90ef643bfde2e3cc39a5f59de8960 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59319 --metrics-logging=true --lightpush=true --relay=true
2026-01-29 04:38:12.278 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.58 waku e1240ecbc76b3ef060341fa6e8513ab26f45beb26a35a4e801865a87128d85aa
2026-01-29 04:38:12.318 DEBUG [src.node.docker_mananger] Container started with ID e1240ecbc76b. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:12.318 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59315
2026-01-29 04:38:12.320 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:13.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59315/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:13.323 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:13.323 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:13.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59315/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:13.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.58/tcp/59316/p2p/16Uiu2HAmGBW5vcM8xYb3wRbr6tH13nvZjfHvgmSwg4hcidMjUupL","/ip4/172.18.232.58/tcp/59317/ws/p2p/16Uiu2HAmGBW5vcM8xYb3wRbr6tH13nvZjfHvgmSwg4hcidMjUupL"],"enrUri":"enr:-L24QH2j6q7MJ4Dpg51x9_V6oQ64_DkPit8AIhS1AvW3KQ7rNS_jg_pkH4UXBzuVYdL2rXnecW2gtA8cZvDCfXUDZTsCgmlkgnY0gmlwhKwS6DqKbXVsdGlhZGRyc5YACASsEug6Bue0AAoErBLoOgbntd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNGQbS8l1u7K1c1E89Q-l_yTWvmtbf_C_zkxyXcPE8-GDdGNwgue0g3VkcILntoV3YWt1Mgk"}'
2026-01-29 04:38:13.326 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:13.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:13.334 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:13.334 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:13.334 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:13.335 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:13.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.106
2026-01-29 04:38:13.335 DEBUG [src.node.docker_mananger] Generated ports ['15052', '15053', '15054', '15055', '15056']
2026-01-29 04:38:13.336 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:13.336 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:13.336 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:13.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 15052:15052 -p 15053:15053 -p 15054:15054 -p 15055:15055 -p 15056:15056 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=15054 --rest-port=15052 --tcp-port=15053 --discv5-udp-port=15055 --rest-address=0.0.0.0 --nat=extip:172.18.153.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdd540eeb64af3004365a7adca9fd8badad49b8a0d1d59512261cecb5853eeaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15056 --metrics-logging=true --lightpush=false --relay=true
2026-01-29 04:38:13.525 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.106 waku 509632e9d2494200f9ff3fb98ac32274f02e3baae576f876ea2f2e4108fe9f39
2026-01-29 04:38:13.555 DEBUG [src.node.docker_mananger] Container started with ID 509632e9d249. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:13.555 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15052
2026-01-29 04:38:13.555 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:14.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15052/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:14.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:14.560 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:14.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15052/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:14.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.106/tcp/15053/p2p/16Uiu2HAm4W7JSyk8h7qd7V14w1LSwRQmeNGTa9Wj5zA4HbMJMgXe","/ip4/172.18.153.106/tcp/15054/ws/p2p/16Uiu2HAm4W7JSyk8h7qd7V14w1LSwRQmeNGTa9Wj5zA4HbMJMgXe"],"enrUri":"enr:-L24QDDEQZ36qyIVt9fWuFiZfAp7IK41CGBgc-atE6VZLRSITc9DS2mAt-0pgRIDRaDfhhmiT5LV6n96Htt94h3rOzYCgmlkgnY0gmlwhKwSmWqKbXVsdGlhZGRyc5YACASsEplqBjrNAAoErBKZagY6zt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChtwjCEDzKefzTKlbbfgJAXhwhqaLDR3mlGL99A5Fjp2DdGNwgjrNg3VkcII6z4V3YWt1MgE"}'
2026-01-29 04:38:14.563 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:14.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15052/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.58/tcp/59316/p2p/16Uiu2HAmGBW5vcM8xYb3wRbr6tH13nvZjfHvgmSwg4hcidMjUupL"]'
2026-01-29 04:38:14.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:14.606 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:14.606 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:14.606 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:14.606 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:14.608 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:14.608 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.224
2026-01-29 04:38:14.608 DEBUG [src.node.docker_mananger] Generated ports ['19248', '19249', '19250', '19251', '19252']
2026-01-29 04:38:14.609 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:14.610 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:14.610 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:14.610 DEBUG [src.node.docker_mananger] docker run -i -t -p 19248:19248 -p 19249:19249 -p 19250:19250 -p 19251:19251 -p 19252:19252 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=19250 --rest-port=19248 --tcp-port=19249 --discv5-udp-port=19251 --rest-address=0.0.0.0 --nat=extip:172.18.246.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6dd0dd6edfcd02a889387993c699d1f5efdeccde51ef5b0cfed20d5f8f45bca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19252 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH2j6q7MJ4Dpg51x9_V6oQ64_DkPit8AIhS1AvW3KQ7rNS_jg_pkH4UXBzuVYdL2rXnecW2gtA8cZvDCfXUDZTsCgmlkgnY0gmlwhKwS6DqKbXVsdGlhZGRyc5YACASsEug6Bue0AAoErBLoOgbntd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNGQbS8l1u7K1c1E89Q-l_yTWvmtbf_C_zkxyXcPE8-GDdGNwgue0g3VkcILntoV3YWt1Mgk --lightpushnode=/ip4/172.18.232.58/tcp/59316/p2p/16Uiu2HAmGBW5vcM8xYb3wRbr6tH13nvZjfHvgmSwg4hcidMjUupL --lightpush=true --relay=false
2026-01-29 04:38:14.792 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.224 waku f33230303f81a7a8eaeacdb3f50d92218ea2a5be8a9c999facd394eeee67156d
2026-01-29 04:38:14.821 DEBUG [src.node.docker_mananger] Container started with ID f33230303f81. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:14.822 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19248
2026-01-29 04:38:14.823 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:15.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:15.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.155 ERROR [src.node.docker_mananger] Max retries reached for container f33230303f81. Exiting log stream.
2026-01-29 04:38:16.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:16.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:17.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:18.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:19.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:20.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:21.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:22.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:23.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:24.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:25.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:26.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:27.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:28.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:29.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:30.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:31.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:32.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:33.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:34.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19248/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:35.912 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=19248): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4ea8b1c8c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:38:36.012 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:36.013 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:36.014 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:36.014 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.2
2026-01-29 04:38:36.014 DEBUG [src.node.docker_mananger] Generated ports ['31034', '31035', '31036', '31037', '31038']
2026-01-29 04:38:36.015 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:36.015 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:36.015 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:36.015 DEBUG [src.node.docker_mananger] docker run -i -t -p 31034:31034 -p 31035:31035 -p 31036:31036 -p 31037:31037 -p 31038:31038 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=31036 --rest-port=31034 --tcp-port=31035 --discv5-udp-port=31037 --rest-address=0.0.0.0 --nat=extip:172.18.0.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e0acfce1ffd803355d5c5b7beabe4a0eb94df7ec8c98aceafc19da9d4c0dd33f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31038 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH2j6q7MJ4Dpg51x9_V6oQ64_DkPit8AIhS1AvW3KQ7rNS_jg_pkH4UXBzuVYdL2rXnecW2gtA8cZvDCfXUDZTsCgmlkgnY0gmlwhKwS6DqKbXVsdGlhZGRyc5YACASsEug6Bue0AAoErBLoOgbntd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNGQbS8l1u7K1c1E89Q-l_yTWvmtbf_C_zkxyXcPE8-GDdGNwgue0g3VkcILntoV3YWt1Mgk --lightpushnode=/ip4/172.18.232.58/tcp/59316/p2p/16Uiu2HAmGBW5vcM8xYb3wRbr6tH13nvZjfHvgmSwg4hcidMjUupL --lightpush=true --relay=false
2026-01-29 04:38:36.190 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.2 waku 35f5302eb9c2dc21eb508683d1870edeaced18e20306544354b449001d52690d
2026-01-29 04:38:36.220 DEBUG [src.node.docker_mananger] Container started with ID 35f5302eb9c2. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:36.221 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31034
2026-01-29 04:38:36.221 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:37.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.548 ERROR [src.node.docker_mananger] Max retries reached for container 35f5302eb9c2. Exiting log stream.
2026-01-29 04:38:37.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:37.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:38.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:39.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:43.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:45.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:46.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:47.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:48.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:49.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:50.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:51.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:52.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:53.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:54.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:55.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:56.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:57.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:57.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:57.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31034/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:57.304 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=31034): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4ea8ae9ee0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:38:57.404 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:57.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:57.406 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:57.406 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.123
2026-01-29 04:38:57.407 DEBUG [src.node.docker_mananger] Generated ports ['1865', '1866', '1867', '1868', '1869']
2026-01-29 04:38:57.407 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:57.407 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:57.407 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:57.407 DEBUG [src.node.docker_mananger] docker run -i -t -p 1865:1865 -p 1866:1866 -p 1867:1867 -p 1868:1868 -p 1869:1869 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=1867 --rest-port=1865 --tcp-port=1866 --discv5-udp-port=1868 --rest-address=0.0.0.0 --nat=extip:172.18.78.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9fc662aece1093fba49e770e41bcffdea28c9f3e3edfcba15d3cbd0ef2c520d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1869 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH2j6q7MJ4Dpg51x9_V6oQ64_DkPit8AIhS1AvW3KQ7rNS_jg_pkH4UXBzuVYdL2rXnecW2gtA8cZvDCfXUDZTsCgmlkgnY0gmlwhKwS6DqKbXVsdGlhZGRyc5YACASsEug6Bue0AAoErBLoOgbntd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNGQbS8l1u7K1c1E89Q-l_yTWvmtbf_C_zkxyXcPE8-GDdGNwgue0g3VkcILntoV3YWt1Mgk --lightpushnode=/ip4/172.18.232.58/tcp/59316/p2p/16Uiu2HAmGBW5vcM8xYb3wRbr6tH13nvZjfHvgmSwg4hcidMjUupL --lightpush=true --relay=false
2026-01-29 04:38:57.592 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.123 waku 21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3
2026-01-29 04:38:57.621 DEBUG [src.node.docker_mananger] Container started with ID 21e978d9a502. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-38-12__43d4f5c1-b0f3-4678-904e-35aa7936bb5f__wakuorg_nwaku:latest.log
2026-01-29 04:38:57.623 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1865
2026-01-29 04:38:57.623 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:58.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:58.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:58.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:58.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:58.993 ERROR [src.node.docker_mananger] Max retries reached for container 21e978d9a502. Exiting log stream.
2026-01-29 04:38:59.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:59.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:00.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:01.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:02.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:03.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:04.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:05.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:06.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:07.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:08.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:09.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:10.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:11.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:12.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:13.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:14.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:15.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:16.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:17.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1865/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:39:18.652 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=1865): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4ea86f2090>: Failed to establish a new connection: [Errno 111] Connection refused'))
2026-01-29 04:39:18.836 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:39:18.837 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:39:18.838 DEBUG [src.node.waku_node] Stopping container with id e1240ecbc76b
2026-01-29 04:39:19.351 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:19.351 DEBUG [src.node.waku_node] Stopping container with id 509632e9d249
2026-01-29 04:39:19.820 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:39:19.821 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:19.923 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.024 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.125 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.163 ERROR [src.node.docker_mananger] Max retries reached for container e1240ecbc76b. Exiting log stream.
2026-01-29 04:39:20.227 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.328 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.430 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.531 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.633 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.700 ERROR [src.node.docker_mananger] Max retries reached for container 509632e9d249. Exiting log stream.
2026-01-29 04:39:20.734 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.836 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:20.937 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.039 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.140 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.242 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.343 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.445 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.547 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.649 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.751 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.852 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:21.954 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.056 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.158 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.259 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.361 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.463 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.564 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.666 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.768 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.869 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:22.971 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.073 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.174 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.276 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.378 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.479 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.581 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.683 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.784 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.886 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:23.988 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.089 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.191 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.292 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.394 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.496 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.597 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.699 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.800 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.902 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:24.904 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3/stop: Not Found ("No such container: 21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3")
2026-01-29 04:39:24.904 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.005 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.107 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.208 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.310 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.411 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.513 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.615 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.716 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.818 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:25.919 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.021 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.123 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.224 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.326 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.428 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.529 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.631 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.732 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.834 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:26.935 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.037 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.138 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.240 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.342 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.443 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.545 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.646 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.748 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.849 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:27.951 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.053 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.155 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.257 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.358 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.460 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.561 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.663 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.765 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.866 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:28.968 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.069 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.171 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.273 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.374 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.476 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.577 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.679 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.781 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.882 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.983 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:29.985 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3/stop: Not Found ("No such container: 21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3")
2026-01-29 04:39:29.985 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.088 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.190 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.292 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.393 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.495 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.597 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.698 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.800 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:30.901 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.003 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.105 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.206 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.308 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.410 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.512 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.614 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.715 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.817 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:31.919 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.020 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.122 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.224 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.325 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.427 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.529 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.630 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.732 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.834 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:32.935 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.037 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.138 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.240 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.342 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.443 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.544 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.646 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.747 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.849 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:33.951 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.052 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.154 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.255 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.357 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.459 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.560 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.662 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.764 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.865 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:34.967 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:35.068 DEBUG [src.node.waku_node] Stopping container with id 21e978d9a502
2026-01-29 04:39:35.070 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3/stop: Not Found ("No such container: 21e978d9a5025c444db8fca85a0bdc9b13c4ae6290c7e3cf9f22059c5a7f9bf3")
2026-01-29 04:39:35.071 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:39:35.095 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:35.142 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:35.142 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:35.143 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:39:35.143 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,518 @@
2026-01-29 04:54:32.339 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:54:32.339 DEBUG [tests.conftest] Running test: test_store_sync_overlap_sync_window with id: 2026-01-29_04-54-32__188baf6a-6850-4215-8e4e-6d6fbc06226d
2026-01-29 04:54:32.340 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:54:32.346 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:32.347 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-54-32__188baf6a-6850-4215-8e4e-6d6fbc06226d__wakuorg_nwaku:latest.log
2026-01-29 04:54:32.352 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:32.353 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-54-32__188baf6a-6850-4215-8e4e-6d6fbc06226d__wakuorg_nwaku:latest.log
2026-01-29 04:54:32.358 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:54:32.358 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-54-32__188baf6a-6850-4215-8e4e-6d6fbc06226d__wakuorg_nwaku:latest.log
2026-01-29 04:54:32.359 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:54:32.359 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:54:32.359 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:54:32.361 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:54:32.361 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.63.26
2026-01-29 04:54:32.361 DEBUG [src.node.docker_mananger] Generated ports ['38610', '38611', '38612', '38613', '38614']
2026-01-29 04:54:32.361 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:54:32.361 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:54:32.361 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:54:32.361 DEBUG [src.node.docker_mananger] docker run -i -t -p 38610:38610 -p 38611:38611 -p 38612:38612 -p 38613:38613 -p 38614:38614 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=38612 --rest-port=38610 --tcp-port=38611 --discv5-udp-port=38613 --rest-address=0.0.0.0 --nat=extip:172.18.63.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a5df6cb5c5f4f9ba7c370a99cfe44eb0f23cfedd8ccd3dd2d05ca1fcdbfe14be --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38614 --metrics-logging=true --relay=true --dns-discovery=false
2026-01-29 04:54:32.535 ERROR [src.node.docker_mananger] Max retries reached for container 04e2cf4c2e9e. Exiting log stream.
2026-01-29 04:54:32.564 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.63.26 waku ef609256970022e23ad08ee1503924010324392f1657e5c9ba8737e247d4ea11
2026-01-29 04:54:32.597 DEBUG [src.node.docker_mananger] Container started with ID ef6092569700. Setting up logs at ./log/docker/node1_2026-01-29_04-54-32__188baf6a-6850-4215-8e4e-6d6fbc06226d__wakuorg_nwaku:latest.log
2026-01-29 04:54:32.598 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38610
2026-01-29 04:54:32.599 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:54:33.080 ERROR [src.node.docker_mananger] Max retries reached for container 93454f020017. Exiting log stream.
2026-01-29 04:54:33.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38610/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:33.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:54:33.603 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:54:33.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38610/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:33.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.63.26/tcp/38611/p2p/16Uiu2HAkysxkXiqHKyTXf5SAzaETrDMSe2F9zyUCMnaN6qo7gSbi","/ip4/172.18.63.26/tcp/38612/ws/p2p/16Uiu2HAkysxkXiqHKyTXf5SAzaETrDMSe2F9zyUCMnaN6qo7gSbi"],"enrUri":"enr:-L24QNT1_nF5x_L_3Fb-aUoKJt9z06z8KtUXgLNnbiWxVME8ZDLwNSpU0PI93byShAKKTqJC3PAXr_mi59nS_kpPv24CgmlkgnY0gmlwhKwSPxqKbXVsdGlhZGRyc5YACASsEj8aBpbTAAoErBI_GgaW1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECQirP6ICRK2S4Dgxd1qUf30ICcso-I8_ZgGKYkCE3kRmDdGNwgpbTg3VkcIKW1YV3YWt1MhM"}'
2026-01-29 04:54:33.606 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:54:33.606 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:54:33.607 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:54:33.608 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:54:33.608 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.89
2026-01-29 04:54:33.608 DEBUG [src.node.docker_mananger] Generated ports ['38439', '38440', '38441', '38442', '38443']
2026-01-29 04:54:33.608 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:54:33.609 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:54:33.609 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:54:33.609 DEBUG [src.node.docker_mananger] docker run -i -t -p 38439:38439 -p 38440:38440 -p 38441:38441 -p 38442:38442 -p 38443:38443 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=38441 --rest-port=38439 --tcp-port=38440 --discv5-udp-port=38442 --rest-address=0.0.0.0 --nat=extip:172.18.153.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc5de63a38f0c10a8d120edf39f1010ed7206bef56aafeddd2b0ccd2b9ed5c10 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=15 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38443 --metrics-logging=true --relay=false --store-sync-relay-jitter=0 --dns-discovery=false --discv5-bootstrap-node=enr:-L24QNT1_nF5x_L_3Fb-aUoKJt9z06z8KtUXgLNnbiWxVME8ZDLwNSpU0PI93byShAKKTqJC3PAXr_mi59nS_kpPv24CgmlkgnY0gmlwhKwSPxqKbXVsdGlhZGRyc5YACASsEj8aBpbTAAoErBI_GgaW1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECQirP6ICRK2S4Dgxd1qUf30ICcso-I8_ZgGKYkCE3kRmDdGNwgpbTg3VkcIKW1YV3YWt1MhM
2026-01-29 04:54:33.793 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.89 waku 826d2288a38294c899631286cfced3e5a3238804001b8ffcd0e939f97af63699
2026-01-29 04:54:33.823 DEBUG [src.node.docker_mananger] Container started with ID 826d2288a382. Setting up logs at ./log/docker/node2_2026-01-29_04-54-32__188baf6a-6850-4215-8e4e-6d6fbc06226d__wakuorg_nwaku:latest.log
2026-01-29 04:54:33.824 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38439
2026-01-29 04:54:33.825 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:54:34.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38439/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:34.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:54:34.830 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:54:34.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38439/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:54:34.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.89/tcp/38440/p2p/16Uiu2HAm21VPDWyv6tMBqhf4EqhWeox89rmdp3Dfht1eFa9XJseA","/ip4/172.18.153.89/tcp/38441/ws/p2p/16Uiu2HAm21VPDWyv6tMBqhf4EqhWeox89rmdp3Dfht1eFa9XJseA"],"enrUri":"enr:-L24QI8TAWskvR7qbJ0EP_4dBS9baPR-4ZpsscrtQ0LZe8k2Sm3SaREL72v7G6GoUX7bnh9Sus62aCmNgvQgG4d0_wACgmlkgnY0gmlwhKwSmVmKbXVsdGlhZGRyc5YACASsEplZBpYoAAoErBKZWQaWKd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYc_jUTXyz_EIrsRt_fgd0ot8hnp1Bv3lV9IJwoAKfTuDdGNwgpYog3VkcIKWKoV3YWt1MhI"}'
2026-01-29 04:54:34.832 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:54:34.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38439/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.63.26/tcp/38611/p2p/16Uiu2HAkysxkXiqHKyTXf5SAzaETrDMSe2F9zyUCMnaN6qo7gSbi"]'
2026-01-29 04:54:34.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:34.866 DEBUG [tests.store_sync.test_store_sync] Publishing 90 messages at 1 msg/s
2026-01-29 04:54:34.866 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:34.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:34.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:34.879 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:35.080 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:35.881 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:35.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:35.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:35.886 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:36.086 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:36.887 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:36.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:36.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:36.892 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:37.093 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:37.893 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:37.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:37.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:37.898 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:38.099 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:38.899 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:38.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:38.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:38.904 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:39.104 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:39.905 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:39.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:39.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:39.910 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:40.110 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:40.911 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:40.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:40.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:40.915 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:41.116 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:41.917 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:41.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:41.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:41.921 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:42.122 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:42.923 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:42.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:42.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:42.927 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:43.128 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:43.929 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:43.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:43.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:43.934 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:44.134 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:44.935 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:44.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:44.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:44.939 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:45.140 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:45.941 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:45.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:45.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:45.945 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:46.146 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:46.947 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:46.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:46.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:46.951 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:47.152 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:47.952 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:47.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:47.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:47.957 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:48.158 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:48.958 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:48.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:48.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:48.963 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:49.164 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:49.965 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:49.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:49.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:49.970 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:50.170 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:50.971 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:50.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:50.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:50.976 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:51.176 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:51.977 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:51.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:51.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:51.982 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:52.182 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:52.983 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:52.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:52.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:52.988 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:53.189 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:53.990 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:53.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:53.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:53.994 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:54.194 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:54.995 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:54.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:55.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:55.000 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:55.201 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:56.002 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:56.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:56.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:56.006 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:56.207 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:57.007 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:57.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:57.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:57.012 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:57.213 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:58.013 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:58.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:58.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:58.018 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:58.219 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:54:59.019 DEBUG [src.steps.store] Relaying message
2026-01-29 04:54:59.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:54:59.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:54:59.024 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:54:59.225 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:00.025 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:00.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:00.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:00.030 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:00.231 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:01.031 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:01.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:01.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:01.036 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:01.237 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:02.037 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:02.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:02.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:02.042 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:02.243 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:03.044 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:03.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:03.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:03.049 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:03.249 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:04.050 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:04.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:04.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:04.055 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:04.255 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:05.056 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:05.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:05.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:05.061 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:05.261 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:06.062 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:06.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:06.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:06.067 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:06.267 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:07.068 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:07.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:07.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:07.073 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:07.274 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:08.074 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:08.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:08.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:08.079 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:08.280 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:09.081 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:09.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:09.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:09.085 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:09.286 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:10.087 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:10.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:10.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:10.091 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:10.292 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:11.093 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:11.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:11.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:11.098 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:11.298 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:12.099 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:12.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:12.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:12.105 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:12.305 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:13.106 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:13.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:13.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:13.111 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:13.311 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:14.112 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:14.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:14.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:14.117 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:14.317 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:15.118 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:15.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:15.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:15.123 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:15.323 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:16.124 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:16.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:16.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:16.129 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:16.329 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:17.130 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:17.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:17.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:17.135 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:17.335 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:18.136 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:18.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:18.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:18.141 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:18.341 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:19.142 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:19.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:19.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:19.148 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:19.348 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:20.149 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:20.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:20.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:20.154 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:20.354 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:21.155 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:21.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:21.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:21.160 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:21.361 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:22.162 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:22.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:22.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:22.168 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:22.368 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:23.169 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:23.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:23.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:23.174 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:23.374 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:24.175 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:24.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:24.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:24.180 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:24.381 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:25.182 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:25.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:25.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:25.188 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:25.389 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:26.190 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:26.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:26.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:26.194 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:26.395 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:27.196 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:27.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:27.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:27.201 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:27.402 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:28.202 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:28.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:28.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:28.208 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:28.408 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:29.209 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:29.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:29.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:29.214 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:29.415 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:30.215 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:30.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:30.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:30.221 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:30.421 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:31.222 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:31.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:31.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:31.227 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:31.428 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:32.228 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:32.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:32.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:32.234 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:32.434 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:33.235 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:33.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:33.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:33.240 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:33.440 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:34.241 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:34.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:34.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:34.246 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:34.447 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:35.248 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:35.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:35.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:35.253 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:35.453 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:36.254 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:36.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:36.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:36.259 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:36.459 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:37.260 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:37.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:37.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:37.265 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:37.466 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:38.267 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:38.267 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:38.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:38.273 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:38.473 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:39.274 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:39.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:39.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:39.279 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:39.479 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:40.280 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:40.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:40.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:40.285 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:40.486 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:41.286 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:41.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:41.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:41.291 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:41.492 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:42.292 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:42.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:42.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:42.297 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:42.498 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:43.299 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:43.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:43.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:43.304 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:43.505 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:44.306 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:44.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:44.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:44.311 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:44.511 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:45.312 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:45.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:45.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:45.317 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:45.517 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:46.318 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:46.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:46.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:46.323 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:46.524 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:47.324 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:47.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:47.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:47.329 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:47.529 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:48.330 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:48.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:48.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:48.335 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:48.535 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:49.336 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:49.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:49.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:49.341 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:49.541 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:50.342 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:50.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:50.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:50.347 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:50.547 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:51.348 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:51.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:51.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:51.353 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:51.554 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:52.354 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:52.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:52.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:52.359 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:52.560 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:53.360 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:53.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:53.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:53.365 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:53.565 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:54.366 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:54.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:54.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:54.371 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:54.572 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:55.372 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:55.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:55.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:55.377 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:55.578 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:56.378 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:56.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:56.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:56.383 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:56.584 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:57.385 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:57.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:57.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:57.390 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:57.590 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:58.391 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:58.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:58.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:58.395 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:58.596 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:55:59.397 DEBUG [src.steps.store] Relaying message
2026-01-29 04:55:59.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:55:59.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:55:59.402 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:55:59.602 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:56:00.403 DEBUG [src.steps.store] Relaying message
2026-01-29 04:56:00.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:56:00.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:56:00.408 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:56:00.608 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:56:01.409 DEBUG [src.steps.store] Relaying message
2026-01-29 04:56:01.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:56:01.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:56:01.414 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:56:01.614 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:56:02.415 DEBUG [src.steps.store] Relaying message
2026-01-29 04:56:02.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:56:02.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:56:02.420 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:56:02.620 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:56:03.421 DEBUG [src.steps.store] Relaying message
2026-01-29 04:56:03.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:56:03.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:56:03.426 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:56:03.627 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:56:04.427 DEBUG [src.steps.store] Relaying message
2026-01-29 04:56:04.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38610/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:56:04.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:56:04.432 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:56:04.633 DEBUG [src.libs.common] Sleeping for 0.8 seconds
2026-01-29 04:56:05.433 DEBUG [tests.store_sync.test_store_sync] Waiting 30 seconds to allow at least two sync rounds
2026-01-29 04:56:05.434 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-29 04:56:35.434 DEBUG [tests.store_sync.test_store_sync] Querying node2 store for all messages
2026-01-29 04:56:35.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38439/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2000&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:56:35.440 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-29 04:56:35.440 DEBUG [tests.store_sync.test_store_sync] Store returned 90 messages, published publish_secs messages
2026-01-29 04:56:35.442 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:56:35.443 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:56:35.443 DEBUG [src.node.waku_node] Stopping container with id ef6092569700
2026-01-29 04:56:35.970 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:56:35.970 DEBUG [src.node.waku_node] Stopping container with id 826d2288a382
2026-01-29 04:56:36.521 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:56:36.523 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:56:36.580 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:56:36.627 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,82 @@
2026-01-29 04:46:51.310 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:46:51.310 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2026-01-29_04-46-51__af3664d1-3b22-4b3c-89ff-8af25cf6bbc2
2026-01-29 04:46:51.311 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:46:51.311 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:46:51.311 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-01-29 04:46:51.322 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:46:51.322 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-46-51__af3664d1-3b22-4b3c-89ff-8af25cf6bbc2__wakuorg_nwaku:latest.log
2026-01-29 04:46:51.322 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:46:51.323 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:46:51.324 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:46:51.324 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.250
2026-01-29 04:46:51.325 DEBUG [src.node.docker_mananger] Generated ports ['20791', '20792', '20793', '20794', '20795']
2026-01-29 04:46:51.325 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:46:51.325 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:46:51.325 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:46:51.325 DEBUG [src.node.docker_mananger] docker run -i -t -p 20791:20791 -p 20792:20792 -p 20793:20793 -p 20794:20794 -p 20795:20795 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=20793 --rest-port=20791 --tcp-port=20792 --discv5-udp-port=20794 --rest-address=0.0.0.0 --nat=extip:172.18.147.250 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c72c15892a6ac51df1deba643ff5dae1bc4e9f428fae5dd740e87c6cea4babbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20795 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-01-29 04:46:51.466 ERROR [src.node.docker_mananger] Max retries reached for container 78db6c145c18. Exiting log stream.
2026-01-29 04:46:51.543 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.250 waku c271b279c439782ed188c4df492af9100e3328af4a5d709ad08b44cb55fa5061
2026-01-29 04:46:51.581 DEBUG [src.node.docker_mananger] Container started with ID c271b279c439. Setting up logs at ./log/docker/node1_2026-01-29_04-46-51__af3664d1-3b22-4b3c-89ff-8af25cf6bbc2__wakuorg_nwaku:latest.log
2026-01-29 04:46:51.583 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20791
2026-01-29 04:46:51.584 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:46:52.117 ERROR [src.node.docker_mananger] Max retries reached for container 912b74bffd86. Exiting log stream.
2026-01-29 04:46:52.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20791/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:52.589 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:46:52.590 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:46:52.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20791/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:52.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.250/tcp/20792/p2p/16Uiu2HAmMrvwU1MUHt98EF7ifGPYYE8KXDcXR4h2XMKrVE1PsUqE","/ip4/172.18.147.250/tcp/20793/ws/p2p/16Uiu2HAmMrvwU1MUHt98EF7ifGPYYE8KXDcXR4h2XMKrVE1PsUqE"],"enrUri":"enr:-L24QI3uICLPSARdZdkzZlXUaX-QsDyWde_qxsN8IpI0tcq1SBhbXNltWDiAIcUkZ3N0H-6r3JC6oQ6J77nOOm4KLgECgmlkgnY0gmlwhKwSk_qKbXVsdGlhZGRyc5YACASsEpP6BlE4AAoErBKT-gZROd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDiMhLpeLWYHhvG1oe9pfXDIv7e3oBrKArZWwJ_cqzdSmDdGNwglE4g3VkcIJROoV3YWt1MgU"}'
2026-01-29 04:46:52.593 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:46:52.600 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:46:52.601 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-46-51__af3664d1-3b22-4b3c-89ff-8af25cf6bbc2__wakuorg_nwaku:latest.log
2026-01-29 04:46:52.601 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:46:52.601 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:46:52.603 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:46:52.603 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.201.18
2026-01-29 04:46:52.603 DEBUG [src.node.docker_mananger] Generated ports ['6369', '6370', '6371', '6372', '6373']
2026-01-29 04:46:52.603 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:46:52.603 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:46:52.603 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:46:52.603 DEBUG [src.node.docker_mananger] docker run -i -t -p 6369:6369 -p 6370:6370 -p 6371:6371 -p 6372:6372 -p 6373:6373 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=6371 --rest-port=6369 --tcp-port=6370 --discv5-udp-port=6372 --rest-address=0.0.0.0 --nat=extip:172.18.201.18 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5dd64b631f72dc3bab67283db10b625e396ecac8b26c1346ebcbba5cd3839a35 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6373 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI3uICLPSARdZdkzZlXUaX-QsDyWde_qxsN8IpI0tcq1SBhbXNltWDiAIcUkZ3N0H-6r3JC6oQ6J77nOOm4KLgECgmlkgnY0gmlwhKwSk_qKbXVsdGlhZGRyc5YACASsEpP6BlE4AAoErBKT-gZROd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDiMhLpeLWYHhvG1oe9pfXDIv7e3oBrKArZWwJ_cqzdSmDdGNwglE4g3VkcIJROoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-01-29 04:46:52.836 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.201.18 waku 0530d40e757edce51fd373e6ea7bfbdb75e2fecd694fe82831ef09bd921f121d
2026-01-29 04:46:52.872 DEBUG [src.node.docker_mananger] Container started with ID 0530d40e757e. Setting up logs at ./log/docker/node2_2026-01-29_04-46-51__af3664d1-3b22-4b3c-89ff-8af25cf6bbc2__wakuorg_nwaku:latest.log
2026-01-29 04:46:52.872 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6369
2026-01-29 04:46:52.873 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:46:53.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6369/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:53.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:46:53.883 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:46:53.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6369/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:53.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.201.18/tcp/6370/p2p/16Uiu2HAkuaZvzjmKh1hW3tjaF9Zq9oJ52VpU9u3FaqL1X7imxL1g","/ip4/172.18.201.18/tcp/6371/ws/p2p/16Uiu2HAkuaZvzjmKh1hW3tjaF9Zq9oJ52VpU9u3FaqL1X7imxL1g"],"enrUri":"enr:-L24QHbOLWBeZH8dg5o32-SndBh-4GV6FecaUPKdx5uA49G9HscDhew5P_TJbB5ik-w7RtuAdaKMA0gfOlhlvrS5YAwCgmlkgnY0gmlwhKwSyRKKbXVsdGlhZGRyc5YACASsEskSBhjiAAoErBLJEgYY490DgnJzhQACAQAAiXNlY3AyNTZrMaECAkdjdphBPeWk24cTLW9thqsc_0CMOIFjbieBbrLzBEuDdGNwghjig3VkcIIY5IV3YWt1MgE"}'
2026-01-29 04:46:53.889 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:46:53.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6369/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.147.250/tcp/20792/p2p/16Uiu2HAmMrvwU1MUHt98EF7ifGPYYE8KXDcXR4h2XMKrVE1PsUqE"]'
2026-01-29 04:46:53.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:53.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20791/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-01-29 04:46:53.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:53.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6369/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-01-29 04:46:53.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:53.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20791/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:53.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:53.917 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:46:54.017 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:46:54.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20791/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:54.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1769662013907313375,"ephemeral":false,"proof":""}]'
2026-01-29 04:46:54.022 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:46:54.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6369/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:54.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1769662013907313375,"ephemeral":false,"proof":""}]'
2026-01-29 04:46:54.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20791/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:46:54.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:46:54.034 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:46:54.135 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:46:54.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20791/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:54.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662014028037478,"ephemeral":false,"proof":""}]'
2026-01-29 04:46:54.140 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:46:54.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6369/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:46:54.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662014028037478,"ephemeral":false,"proof":""}]'
2026-01-29 04:46:54.146 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:46:54.147 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:46:54.147 DEBUG [src.node.waku_node] Stopping container with id c271b279c439
2026-01-29 04:46:54.828 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:46:54.828 DEBUG [src.node.waku_node] Stopping container with id 0530d40e757e
2026-01-29 04:46:55.436 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:46:55.439 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:46:55.449 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:46:55.454 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,68 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_subscribe_with_no_request_id with id: 2026-01-29_04-33-40__44a5aa16-b7cc-4747-a281-7c0fc91ed316
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-33-40__44a5aa16-b7cc-4747-a281-7c0fc91ed316__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.153.59
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44581', '44582', '44583', '44584', '44585']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44581:44581 -p 44582:44582 -p 44583:44583 -p 44584:44584 -p 44585:44585 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=44583 --rest-port=44581 --tcp-port=44582 --discv5-udp-port=44584 --rest-address=0.0.0.0 --nat=extip:172.18.153.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0f78d5d1f3be6ab5082ecd72c43477b715a8aaeebefda6b6f15e424d7a89c854 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44585 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.153.59 waku 85b0f00a446c97f22a4add12f88ad4ec4c00b7f91e18eca72ebc1b4816fa0de9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 85b0f00a446c. Setting up logs at ./log/docker/node1_2026-01-29_04-33-40__44a5aa16-b7cc-4747-a281-7c0fc91ed316__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44581
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 36956ee9d7e2. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d0046ce0a3fb. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44581/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44581/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.59/tcp/44582/p2p/16Uiu2HAmQRquGzm9V2X4XZNQvxsdoc6GmmTxH5Nk1nJk4y9syUQo","/ip4/172.18.153.59/tcp/44583/ws/p2p/16Uiu2HAmQRquGzm9V2X4XZNQvxsdoc6GmmTxH5Nk1nJk4y9syUQo"],"enrUri":"enr:-L24QIels-YG2yVdwYp9ftN2S0M06Zuam88nxLxwedO80Qq7RZPtWJaTuLwfX2UHyc2DKsVuKlY952oh0UJ_dZ2Qxq0CgmlkgnY0gmlwhKwSmTuKbXVsdGlhZGRyc5YACASsEpk7Bq4mAAoErBKZOwauJ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDru4jzMp-AjbBDUs6LAsXZbB0IYmD8RAEtEhX9HA4wZCDdGNwgq4mg3VkcIKuKIV3YWt1MgU"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-33-40__44a5aa16-b7cc-4747-a281-7c0fc91ed316__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.30.158
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32441', '32442', '32443', '32444', '32445']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 32441:32441 -p 32442:32442 -p 32443:32443 -p 32444:32444 -p 32445:32445 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=32443 --rest-port=32441 --tcp-port=32442 --discv5-udp-port=32444 --rest-address=0.0.0.0 --nat=extip:172.18.30.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ef2f5665fa1bad8ec2dae3dcf9d3f2b8ddced44d5690cee8a8efdc72eb7fa2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32445 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIels-YG2yVdwYp9ftN2S0M06Zuam88nxLxwedO80Qq7RZPtWJaTuLwfX2UHyc2DKsVuKlY952oh0UJ_dZ2Qxq0CgmlkgnY0gmlwhKwSmTuKbXVsdGlhZGRyc5YACASsEpk7Bq4mAAoErBKZOwauJ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDru4jzMp-AjbBDUs6LAsXZbB0IYmD8RAEtEhX9HA4wZCDdGNwgq4mg3VkcIKuKIV3YWt1MgU --filternode=/ip4/172.18.153.59/tcp/44582/p2p/16Uiu2HAmQRquGzm9V2X4XZNQvxsdoc6GmmTxH5Nk1nJk4y9syUQo
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.30.158 waku 8a535ef15a5211b190dea29e374bb6b43ffd5747035cf2980b4b11fee2386792
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8a535ef15a52. Setting up logs at ./log/docker/node2_2026-01-29_04-33-40__44a5aa16-b7cc-4747-a281-7c0fc91ed316__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32441
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32441/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32441/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.30.158/tcp/32442/p2p/16Uiu2HAmHbsutjSmpr33819zB471RaBSEN8j6X8c3FJvPkmrasNS","/ip4/172.18.30.158/tcp/32443/ws/p2p/16Uiu2HAmHbsutjSmpr33819zB471RaBSEN8j6X8c3FJvPkmrasNS"],"enrUri":"enr:-L24QPNjIS68abl3JUARQsVE1g19k3H6I3TpdfjaRN5srLBjUEwo24iRLSs90OUMH-41wY7_1MJYXpZcVMJG0Cam0-0CgmlkgnY0gmlwhKwSHp6KbXVsdGlhZGRyc5YACASsEh6eBn66AAoErBIengZ-u90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSX5pscIAOZBbTIvtFfLtyd3JQ8wtcd9Hv68Kxg4Bh1uDdGNwgn66g3VkcIJ-vIV3YWt1MgA"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32441/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.59/tcp/44582/p2p/16Uiu2HAmQRquGzm9V2X4XZNQvxsdoc6GmmTxH5Nk1nJk4y9syUQo"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44581/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32441/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5e2337d6-f237-4dca-b450-67fb10936c58", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"5e2337d6-f237-4dca-b450-67fb10936c58","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32441/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:32441/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 85b0f00a446c
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8a535ef15a52
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,55 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_log_level_NOTICE_from_INFO with id: 2026-01-29_04-48-32__f7b7d521-859a-4a3c-b707-0d3af0ef2b0a
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-48-32__f7b7d521-859a-4a3c-b707-0d3af0ef2b0a__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-48-32__f7b7d521-859a-4a3c-b707-0d3af0ef2b0a__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-48-32__f7b7d521-859a-4a3c-b707-0d3af0ef2b0a__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-29_04-48-32__f7b7d521-859a-4a3c-b707-0d3af0ef2b0a__wakuorg_nwaku:latest.log
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.10.110
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2424', '2425', '2426', '2427', '2428']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2424:2424 -p 2425:2425 -p 2426:2426 -p 2427:2427 -p 2428:2428 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=2426 --rest-port=2424 --tcp-port=2425 --discv5-udp-port=2427 --rest-address=0.0.0.0 --nat=extip:172.18.10.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=49f9507f8a17973cffcab5b593cf19bd4d82c8fa1a9bdd8ceb9d10f5ab1a288b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2428 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.10.110 waku 298b55ebe27e0c88aa9e14f92191a5c57c931ec39fd78480308ff54a637f8432
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container db12d50fa8f2. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 298b55ebe27e. Setting up logs at ./log/docker/node1_2026-01-29_04-48-32__f7b7d521-859a-4a3c-b707-0d3af0ef2b0a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2424
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8a7fee5f40fc. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2424/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2424/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.110/tcp/2425/p2p/16Uiu2HAm578J1moeFTnHmWTqesX4E4QrbDYBfpro4mmtosmwqqwt","/ip4/172.18.10.110/tcp/2426/ws/p2p/16Uiu2HAm578J1moeFTnHmWTqesX4E4QrbDYBfpro4mmtosmwqqwt"],"enrUri":"enr:-L24QODhP_BeqBgnMmcFVO7Fgn3AvhhPYVCITvLllMBVLHXmD_dZ7JF23ZvXE7QLbhWMk2Vo9p5aKb_zVeLQmZa3nqECgmlkgnY0gmlwhKwSCm6KbXVsdGlhZGRyc5YACASsEgpuBgl5AAoErBIKbgYJet0DgnJzhQADAQAAiXNlY3AyNTZrMaECj9SWX3AFZPbJS6aO1GQE_fdTonyIy6WYoFebRsufMg-DdGNwggl5g3VkcIIJe4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2424/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2424/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2424/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.110/tcp/2425/p2p/16Uiu2HAm578J1moeFTnHmWTqesX4E4QrbDYBfpro4mmtosmwqqwt","/ip4/172.18.10.110/tcp/2426/ws/p2p/16Uiu2HAm578J1moeFTnHmWTqesX4E4QrbDYBfpro4mmtosmwqqwt"],"enrUri":"enr:-L24QODhP_BeqBgnMmcFVO7Fgn3AvhhPYVCITvLllMBVLHXmD_dZ7JF23ZvXE7QLbhWMk2Vo9p5aKb_zVeLQmZa3nqECgmlkgnY0gmlwhKwSCm6KbXVsdGlhZGRyc5YACASsEgpuBgl5AAoErBIKbgYJet0DgnJzhQADAQAAiXNlY3AyNTZrMaECj9SWX3AFZPbJS6aO1GQE_fdTonyIy6WYoFebRsufMg-DdGNwggl5g3VkcIIJe4V3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2424/version" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2424/debug/v1/version" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:248 counts at NOTICE: {'TRC': 0, 'DBG': 0, 'INF': 0, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2424/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 298b55ebe27e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,92 @@
2026-01-29 04:50:25.402 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:50:25.403 DEBUG [tests.conftest] Running test: test_time_filter_matches_multiple_messages with id: 2026-01-29_04-50-25__da07e60e-d4a5-4a58-8cdd-ef8ebcaf8f7e
2026-01-29 04:50:25.403 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:50:25.403 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:50:25.403 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:50:25.410 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:50:25.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-50-25__da07e60e-d4a5-4a58-8cdd-ef8ebcaf8f7e__wakuorg_nwaku:latest.log
2026-01-29 04:50:25.410 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:50:25.410 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:50:25.412 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:50:25.412 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.110
2026-01-29 04:50:25.412 DEBUG [src.node.docker_mananger] Generated ports ['21553', '21554', '21555', '21556', '21557']
2026-01-29 04:50:25.412 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:50:25.412 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:50:25.412 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:50:25.413 DEBUG [src.node.docker_mananger] docker run -i -t -p 21553:21553 -p 21554:21554 -p 21555:21555 -p 21556:21556 -p 21557:21557 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=21555 --rest-port=21553 --tcp-port=21554 --discv5-udp-port=21556 --rest-address=0.0.0.0 --nat=extip:172.18.180.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9450d1dded4ffea3e12d2ef350866cdc1ecbc51ffae90a2c2e0a66ccb7b132ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21557 --metrics-logging=true --store=true --relay=true
2026-01-29 04:50:25.588 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.110 waku 59b7bc4b52684e4e9d56bc9996e1d36ab46357eddd399dbd4205fb3a24586e88
2026-01-29 04:50:25.622 DEBUG [src.node.docker_mananger] Container started with ID 59b7bc4b5268. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-50-25__da07e60e-d4a5-4a58-8cdd-ef8ebcaf8f7e__wakuorg_nwaku:latest.log
2026-01-29 04:50:25.623 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21553
2026-01-29 04:50:25.624 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:50:25.658 ERROR [src.node.docker_mananger] Max retries reached for container e02c5c7a7bdb. Exiting log stream.
2026-01-29 04:50:26.198 ERROR [src.node.docker_mananger] Max retries reached for container 3d7bd1aafe7a. Exiting log stream.
2026-01-29 04:50:26.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21553/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:50:26.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:50:26.627 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:50:26.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21553/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:50:26.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.110/tcp/21554/p2p/16Uiu2HAkvtfhRAZTLosqHQb6R71henTxvcw3PGHNvAQXcPWAZ9wC","/ip4/172.18.180.110/tcp/21555/ws/p2p/16Uiu2HAkvtfhRAZTLosqHQb6R71henTxvcw3PGHNvAQXcPWAZ9wC"],"enrUri":"enr:-L24QNjRM2qqNMz9UWBW7LuiNqvozf_dytw2J5EyX9Y3lB4lP2AIiNWEGd9LM0eDtIAEpoT1GkRBheJG9s0yKCat7A4CgmlkgnY0gmlwhKwStG6KbXVsdGlhZGRyc5YACASsErRuBlQyAAoErBK0bgZUM90DgnJzhQADAQAAiXNlY3AyNTZrMaECFcYMrXWfWaHC6jQvOOv7HOiQmDEDre1z-beFCuUEbBeDdGNwglQyg3VkcIJUNIV3YWt1MgM"}'
2026-01-29 04:50:26.630 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:50:26.636 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:50:26.636 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-50-25__da07e60e-d4a5-4a58-8cdd-ef8ebcaf8f7e__wakuorg_nwaku:latest.log
2026-01-29 04:50:26.637 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:50:26.637 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:50:26.638 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:50:26.638 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.216
2026-01-29 04:50:26.638 DEBUG [src.node.docker_mananger] Generated ports ['22566', '22567', '22568', '22569', '22570']
2026-01-29 04:50:26.639 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:50:26.639 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:50:26.639 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:50:26.639 DEBUG [src.node.docker_mananger] docker run -i -t -p 22566:22566 -p 22567:22567 -p 22568:22568 -p 22569:22569 -p 22570:22570 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=22568 --rest-port=22566 --tcp-port=22567 --discv5-udp-port=22569 --rest-address=0.0.0.0 --nat=extip:172.18.82.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=92be68d7baafe6bf2ec84852fcc0d14d1e4ffc4cfda891bf0ae779d15ffafbb0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22570 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNjRM2qqNMz9UWBW7LuiNqvozf_dytw2J5EyX9Y3lB4lP2AIiNWEGd9LM0eDtIAEpoT1GkRBheJG9s0yKCat7A4CgmlkgnY0gmlwhKwStG6KbXVsdGlhZGRyc5YACASsErRuBlQyAAoErBK0bgZUM90DgnJzhQADAQAAiXNlY3AyNTZrMaECFcYMrXWfWaHC6jQvOOv7HOiQmDEDre1z-beFCuUEbBeDdGNwglQyg3VkcIJUNIV3YWt1MgM --storenode=/ip4/172.18.180.110/tcp/21554/p2p/16Uiu2HAkvtfhRAZTLosqHQb6R71henTxvcw3PGHNvAQXcPWAZ9wC --store=true --relay=true
2026-01-29 04:50:26.822 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.216 waku 9e3845446a30ba611628640135b6851b8c79a3c66e690d0301716a120fa01abe
2026-01-29 04:50:26.854 DEBUG [src.node.docker_mananger] Container started with ID 9e3845446a30. Setting up logs at ./log/docker/store_node1_2026-01-29_04-50-25__da07e60e-d4a5-4a58-8cdd-ef8ebcaf8f7e__wakuorg_nwaku:latest.log
2026-01-29 04:50:26.855 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22566
2026-01-29 04:50:26.855 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:50:27.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22566/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:50:27.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:50:27.860 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:50:27.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22566/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:50:27.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.216/tcp/22567/p2p/16Uiu2HAm7JKFcqSrYzkGhxkM7KyQ8LkAHHCr1xmrSTCe3yRoxmXd","/ip4/172.18.82.216/tcp/22568/ws/p2p/16Uiu2HAm7JKFcqSrYzkGhxkM7KyQ8LkAHHCr1xmrSTCe3yRoxmXd"],"enrUri":"enr:-L24QOIZGqHBnoIcJUR9Ar7sToWqbUaL_T4epupeb_UyncbfUGjztE-riF8r4KPVDnjCZTUOpd_CRnIyXalRr01S8eYCgmlkgnY0gmlwhKwSUtiKbXVsdGlhZGRyc5YACASsElLYBlgnAAoErBJS2AZYKN0DgnJzhQADAQAAiXNlY3AyNTZrMaECsGm9vmadaeVqWasRxvKY2y0Lryfld0RUQRIdrBXsPZiDdGNwglgng3VkcIJYKYV3YWt1MgM"}'
2026-01-29 04:50:27.863 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:50:27.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22566/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.110/tcp/21554/p2p/16Uiu2HAkvtfhRAZTLosqHQb6R71henTxvcw3PGHNvAQXcPWAZ9wC"]'
2026-01-29 04:50:27.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:27.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:50:27.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:27.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22566/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:50:27.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:27.872 DEBUG [src.steps.store] Relaying message
2026-01-29 04:50:27.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:50:27.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:27.878 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:50:28.079 DEBUG [src.steps.store] Relaying message
2026-01-29 04:50:28.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:50:28.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:28.084 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:50:28.284 DEBUG [src.steps.store] Relaying message
2026-01-29 04:50:28.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:50:28.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:28.290 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:50:28.490 DEBUG [src.steps.store] Relaying message
2026-01-29 04:50:28.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:50:28.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:28.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:50:28.698 DEBUG [src.steps.store] Relaying message
2026-01-29 04:50:28.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:50:28.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:28.704 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:50:28.905 DEBUG [src.steps.store] Relaying message
2026-01-29 04:50:28.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:50:28.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:50:28.910 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:50:29.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21553/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1769662224872373088&endTime=1769662229872584864&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:50:29.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0a14aa1d2c7776778f5469761e48e1058b365b7853bfd99cfa4021f533bf171"},{"messageHash":"0xd14935ceba3227b1d8d38895c161d6701a751370fe9b2051d4bac5a702921e33"},{"messageHash":"0x0b0afec813300b1303edb72dfb6c8ce8a145a43a12457e77ca551d11e677ea7a"},{"messageHash":"0xf101de95514387c3956b07dc238b486993c6aeea71ef12e53fce8d2907f7b831"},{"messageHash":"0xb841859f3ee4da5805b5f35170646ad1a6fe49fc2c13c7790f33dd310cbb1830"}]}'
2026-01-29 04:50:29.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22566/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1769662224872373088&endTime=1769662229872584864&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:50:29.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0a14aa1d2c7776778f5469761e48e1058b365b7853bfd99cfa4021f533bf171"},{"messageHash":"0xd14935ceba3227b1d8d38895c161d6701a751370fe9b2051d4bac5a702921e33"},{"messageHash":"0x0b0afec813300b1303edb72dfb6c8ce8a145a43a12457e77ca551d11e677ea7a"},{"messageHash":"0xf101de95514387c3956b07dc238b486993c6aeea71ef12e53fce8d2907f7b831"},{"messageHash":"0xb841859f3ee4da5805b5f35170646ad1a6fe49fc2c13c7790f33dd310cbb1830"}]}'
2026-01-29 04:50:29.118 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:50:29.120 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:50:29.120 DEBUG [src.node.waku_node] Stopping container with id 59b7bc4b5268
2026-01-29 04:50:29.656 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:50:29.656 DEBUG [src.node.waku_node] Stopping container with id 9e3845446a30
2026-01-29 04:50:30.145 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:50:30.146 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:50:30.152 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:50:30.159 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,861 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_payload_less_than_150_kb with id: 2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.195.179
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22834', '22835', '22836', '22837', '22838']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 22834:22834 -p 22835:22835 -p 22836:22836 -p 22837:22837 -p 22838:22838 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=22836 --rest-port=22834 --tcp-port=22835 --discv5-udp-port=22837 --rest-address=0.0.0.0 --nat=extip:172.18.195.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dabba191f300f729479e4cad7cd8c06e7dd0d260bfa4bce2ad7980a0edbb41f1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22838 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.195.179 waku 7532fdce28ede07e13e1bee19590d266cc171f796cbd994f4fc1d4e51b6898ff
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7532fdce28ed. Setting up logs at ./log/docker/receiving_node1_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22834
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8f6bfc9f8a64. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 56b01eb4eace. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22834/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22834/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.179/tcp/22835/p2p/16Uiu2HAkuffbSwW6buaAMfb5jj7H6kgEvrJYs9sjDJPaGRmqeKAs","/ip4/172.18.195.179/tcp/22836/ws/p2p/16Uiu2HAkuffbSwW6buaAMfb5jj7H6kgEvrJYs9sjDJPaGRmqeKAs"],"enrUri":"enr:-L24QCbCEYx7IGdU5es_N4vZjZ8DwpEop66JHrzDKq96t7pxKaX9WLTXr_vxtOITP7Zr6XoeeTuaMoQ_Hi9jZ3wRMPgCgmlkgnY0gmlwhKwSw7OKbXVsdGlhZGRyc5YACASsEsOzBlkzAAoErBLDswZZNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECA5WyGbOw7gaS-80iTblSEDGmvNog9XAyYxcUqstlNYyDdGNwglkzg3VkcIJZNYV3YWt1Mgk"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.94.228
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36484', '36485', '36486', '36487', '36488']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36484:36484 -p 36485:36485 -p 36486:36486 -p 36487:36487 -p 36488:36488 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=36486 --rest-port=36484 --tcp-port=36485 --discv5-udp-port=36487 --rest-address=0.0.0.0 --nat=extip:172.18.94.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=51e1ae9115fa2c9c5a9a891adff4abc27bab1ea1b34f1f0af97e5eecfcf54d6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36488 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.94.228 waku 7b922a9ab3bad0950339ff89454d511af3c3633e48ad0d16bb1b69e65988582f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7b922a9ab3ba. Setting up logs at ./log/docker/receiving_node2_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36484
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36484/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36484/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.228/tcp/36485/p2p/16Uiu2HAmAx2gV43PfnsfNzNtBrP2XL46rruQ67EWpgP4JFeYrf7C","/ip4/172.18.94.228/tcp/36486/ws/p2p/16Uiu2HAmAx2gV43PfnsfNzNtBrP2XL46rruQ67EWpgP4JFeYrf7C"],"enrUri":"enr:-L24QEGPbQAJM9FatDPiHym5aUNspQNqi3A8FhHu8spck9kbalxCwcVgkbTjBjpvlc884UAT2N0PgzOwr1EHIR8PjcQCgmlkgnY0gmlwhKwSXuSKbXVsdGlhZGRyc5YACASsEl7kBo6FAAoErBJe5AaOht0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5qYisHw0OtztUHNJFjgeCZhFhvHDmIQOS2FLAon0mHeDdGNwgo6Fg3VkcIKOh4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36484/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.179/tcp/22835/p2p/16Uiu2HAkuffbSwW6buaAMfb5jj7H6kgEvrJYs9sjDJPaGRmqeKAs"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.150.27
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30003', '30004', '30005', '30006', '30007']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30003:30003 -p 30004:30004 -p 30005:30005 -p 30006:30006 -p 30007:30007 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=30005 --rest-port=30003 --tcp-port=30004 --discv5-udp-port=30006 --rest-address=0.0.0.0 --nat=extip:172.18.150.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ce748c1cdfc68d70c0736ed8bd366eda8abcd3be8d00f3a3c33eb6cfca6ebc0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30007 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbCEYx7IGdU5es_N4vZjZ8DwpEop66JHrzDKq96t7pxKaX9WLTXr_vxtOITP7Zr6XoeeTuaMoQ_Hi9jZ3wRMPgCgmlkgnY0gmlwhKwSw7OKbXVsdGlhZGRyc5YACASsEsOzBlkzAAoErBLDswZZNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECA5WyGbOw7gaS-80iTblSEDGmvNog9XAyYxcUqstlNYyDdGNwglkzg3VkcIJZNYV3YWt1Mgk --lightpushnode=/ip4/172.18.195.179/tcp/22835/p2p/16Uiu2HAkuffbSwW6buaAMfb5jj7H6kgEvrJYs9sjDJPaGRmqeKAs --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.150.27 waku 2f07dd61097336c8efd3a65ecf987ad5b42f35fd99f2c8e32194342f12026b39
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2f07dd610973. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30003
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2f07dd610973. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30003/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=30003): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f413239c770>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.108.223
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19607', '19608', '19609', '19610', '19611']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 19607:19607 -p 19608:19608 -p 19609:19609 -p 19610:19610 -p 19611:19611 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=19609 --rest-port=19607 --tcp-port=19608 --discv5-udp-port=19610 --rest-address=0.0.0.0 --nat=extip:172.18.108.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffce2b1fb6ab491e91bb5c80d171d29ab6c89fc2b7ad1f6c9f2098c8c1f38f4a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19611 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbCEYx7IGdU5es_N4vZjZ8DwpEop66JHrzDKq96t7pxKaX9WLTXr_vxtOITP7Zr6XoeeTuaMoQ_Hi9jZ3wRMPgCgmlkgnY0gmlwhKwSw7OKbXVsdGlhZGRyc5YACASsEsOzBlkzAAoErBLDswZZNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECA5WyGbOw7gaS-80iTblSEDGmvNog9XAyYxcUqstlNYyDdGNwglkzg3VkcIJZNYV3YWt1Mgk --lightpushnode=/ip4/172.18.195.179/tcp/22835/p2p/16Uiu2HAkuffbSwW6buaAMfb5jj7H6kgEvrJYs9sjDJPaGRmqeKAs --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.108.223 waku 7d02293d3649a13cc22b2e9ba30cf57f164a4e7dfed2f9adc635fc32d58dacda
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7d02293d3649. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19607
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d02293d3649. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19607/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=19607): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f413239fdd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.93.149
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35896', '35897', '35898', '35899', '35900']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35896:35896 -p 35897:35897 -p 35898:35898 -p 35899:35899 -p 35900:35900 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=35898 --rest-port=35896 --tcp-port=35897 --discv5-udp-port=35899 --rest-address=0.0.0.0 --nat=extip:172.18.93.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a9cd2f08b619668ffca5c52355d0ecbbfc365955b91e114cb84ca6e922bc34e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35900 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbCEYx7IGdU5es_N4vZjZ8DwpEop66JHrzDKq96t7pxKaX9WLTXr_vxtOITP7Zr6XoeeTuaMoQ_Hi9jZ3wRMPgCgmlkgnY0gmlwhKwSw7OKbXVsdGlhZGRyc5YACASsEsOzBlkzAAoErBLDswZZNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECA5WyGbOw7gaS-80iTblSEDGmvNog9XAyYxcUqstlNYyDdGNwglkzg3VkcIJZNYV3YWt1Mgk --lightpushnode=/ip4/172.18.195.179/tcp/22835/p2p/16Uiu2HAkuffbSwW6buaAMfb5jj7H6kgEvrJYs9sjDJPaGRmqeKAs --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.149 waku ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ef917b256452. Setting up logs at ./log/docker/lightpush_node1_2026-01-29_04-32-44__76857154-b974-43d6-a1e6-3a798dd6a42c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35896
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ef917b256452. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35896/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=35896): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f413236cfb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 7532fdce28ed
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 7b922a9ab3ba
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7532fdce28ed. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7b922a9ab3ba. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7/stop: Not Found ("No such container: ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7/stop: Not Found ("No such container: ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ef917b256452
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7/stop: Not Found ("No such container: ef917b256452c7f319ea15be961a231da1768fb5bdb2bbbe1b188132ddb348c7")
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,384 @@
2026-01-29 04:40:40.121 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:40:40.122 DEBUG [tests.conftest] Running test: test_store_with_hashes with id: 2026-01-29_04-40-40__52708a6d-d00d-4d24-925c-560adfa1f0b8
2026-01-29 04:40:40.122 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:40:40.123 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:40:40.123 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 04:40:40.132 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:40:40.132 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_04-40-40__52708a6d-d00d-4d24-925c-560adfa1f0b8__wakuorg_nwaku:latest.log
2026-01-29 04:40:40.133 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:40:40.134 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:40:40.135 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:40:40.135 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.121
2026-01-29 04:40:40.135 DEBUG [src.node.docker_mananger] Generated ports ['34002', '34003', '34004', '34005', '34006']
2026-01-29 04:40:40.136 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:40:40.136 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:40:40.136 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:40:40.136 DEBUG [src.node.docker_mananger] docker run -i -t -p 34002:34002 -p 34003:34003 -p 34004:34004 -p 34005:34005 -p 34006:34006 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=34004 --rest-port=34002 --tcp-port=34003 --discv5-udp-port=34005 --rest-address=0.0.0.0 --nat=extip:172.18.15.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e7cdb6dee1ddac8a1173a8f358f5ded9cb018f7afaeda29cb16c7acbe7efc3eb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34006 --metrics-logging=true --store=true --relay=true
2026-01-29 04:40:40.334 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.121 waku b289bb858b10c43ac2238d27397394e5790142729380edcb64b1d753a9f88ee8
2026-01-29 04:40:40.364 DEBUG [src.node.docker_mananger] Container started with ID b289bb858b10. Setting up logs at ./log/docker/publishing_node1_2026-01-29_04-40-40__52708a6d-d00d-4d24-925c-560adfa1f0b8__wakuorg_nwaku:latest.log
2026-01-29 04:40:40.365 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34002
2026-01-29 04:40:40.366 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:40:40.372 ERROR [src.node.docker_mananger] Max retries reached for container e18c1db02005. Exiting log stream.
2026-01-29 04:40:40.945 ERROR [src.node.docker_mananger] Max retries reached for container ceb5d9dc97d9. Exiting log stream.
2026-01-29 04:40:41.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:41.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:40:41.370 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:40:41.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:41.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.121/tcp/34003/p2p/16Uiu2HAkuy7xdbDKiCbW1Vk8Fv6BYR8D8RyYZYFWf2rJhmLfQk49","/ip4/172.18.15.121/tcp/34004/ws/p2p/16Uiu2HAkuy7xdbDKiCbW1Vk8Fv6BYR8D8RyYZYFWf2rJhmLfQk49"],"enrUri":"enr:-L24QM2z5w40xdOKcjJaW2PsPhI939mMs7orvA_pdhW3g3AWeQ__jtyePBpXXWRlghzxNoT91nRKc2sMdMrngdU0RIgCgmlkgnY0gmlwhKwSD3mKbXVsdGlhZGRyc5YACASsEg95BoTTAAoErBIPeQaE1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECCA5hdzMXwKlFiBiQwPJlk3-B1Dxt_8_59xhutc4KgJqDdGNwgoTTg3VkcIKE1YV3YWt1MgM"}'
2026-01-29 04:40:41.373 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:40:41.381 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:40:41.381 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_04-40-40__52708a6d-d00d-4d24-925c-560adfa1f0b8__wakuorg_nwaku:latest.log
2026-01-29 04:40:41.381 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:40:41.381 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:40:41.383 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:40:41.383 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.226.236
2026-01-29 04:40:41.383 DEBUG [src.node.docker_mananger] Generated ports ['14828', '14829', '14830', '14831', '14832']
2026-01-29 04:40:41.383 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:40:41.383 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:40:41.383 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:40:41.383 DEBUG [src.node.docker_mananger] docker run -i -t -p 14828:14828 -p 14829:14829 -p 14830:14830 -p 14831:14831 -p 14832:14832 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=14830 --rest-port=14828 --tcp-port=14829 --discv5-udp-port=14831 --rest-address=0.0.0.0 --nat=extip:172.18.226.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd73cb3cac4fa709bb6a6cdc4f3fcbcdcfceaf80fc8db2081fa36d61ad7facc4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14832 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QM2z5w40xdOKcjJaW2PsPhI939mMs7orvA_pdhW3g3AWeQ__jtyePBpXXWRlghzxNoT91nRKc2sMdMrngdU0RIgCgmlkgnY0gmlwhKwSD3mKbXVsdGlhZGRyc5YACASsEg95BoTTAAoErBIPeQaE1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECCA5hdzMXwKlFiBiQwPJlk3-B1Dxt_8_59xhutc4KgJqDdGNwgoTTg3VkcIKE1YV3YWt1MgM --storenode=/ip4/172.18.15.121/tcp/34003/p2p/16Uiu2HAkuy7xdbDKiCbW1Vk8Fv6BYR8D8RyYZYFWf2rJhmLfQk49 --store=true --relay=true
2026-01-29 04:40:41.579 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.226.236 waku 6800e6c5af5beb71bfe789b1aef19fb2e20536262daaac5326a3198e57721d26
2026-01-29 04:40:41.612 DEBUG [src.node.docker_mananger] Container started with ID 6800e6c5af5b. Setting up logs at ./log/docker/store_node1_2026-01-29_04-40-40__52708a6d-d00d-4d24-925c-560adfa1f0b8__wakuorg_nwaku:latest.log
2026-01-29 04:40:41.612 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14828
2026-01-29 04:40:41.612 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:40:42.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:42.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:40:42.619 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:40:42.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:42.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.236/tcp/14829/p2p/16Uiu2HAm91eeoW4QZjWTSyfpUsTDgYwo891GCVZGqBLk8uJoz72F","/ip4/172.18.226.236/tcp/14830/ws/p2p/16Uiu2HAm91eeoW4QZjWTSyfpUsTDgYwo891GCVZGqBLk8uJoz72F"],"enrUri":"enr:-L24QEbB-umyc45yCakbshfhwBeWhkO7INR_IwWqQLvww5WCSOJ0oiELE7K_0l3HJJR1mZDyXEuCjYxZnsQij0fEtrICgmlkgnY0gmlwhKwS4uyKbXVsdGlhZGRyc5YACASsEuLsBjntAAoErBLi7AY57t0DgnJzhQADAQAAiXNlY3AyNTZrMaECydwtNwaS2ROe7rZG1tRKaLC_MbBRpKg7_SnXrFDtigiDdGNwgjntg3VkcII574V3YWt1MgM"}'
2026-01-29 04:40:42.622 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:40:42.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14828/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.121/tcp/34003/p2p/16Uiu2HAkuy7xdbDKiCbW1Vk8Fv6BYR8D8RyYZYFWf2rJhmLfQk49"]'
2026-01-29 04:40:42.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:42.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:40:42.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:42.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14828/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:40:42.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:42.631 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:42.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:42.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:42.637 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:42.838 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:42.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:42.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:42.845 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:43.046 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:43.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:43.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:43.053 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:43.253 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:43.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:43.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:43.259 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:43.460 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:43.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:43.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:43.468 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:43.669 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:43.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:43.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:43.675 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:43.876 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:43.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:43.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:43.882 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:44.083 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:44.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:44.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:44.090 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:44.292 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:44.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:44.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:44.298 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:44.499 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:44.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:44.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:44.506 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:44.707 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:44.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:44.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:44.715 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:44.916 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:44.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:44.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:44.922 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:45.123 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:45.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:45.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:45.130 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:45.331 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:45.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:45.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:45.337 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:45.538 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:45.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:45.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:45.545 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:45.745 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:45.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:45.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:45.753 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:45.954 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:45.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:45.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:45.960 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:46.161 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:46.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:46.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:46.168 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:46.369 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:46.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:46.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:46.376 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:46.576 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:46.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:46.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:46.583 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:46.784 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:46.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:46.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:46.790 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:46.991 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:46.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:46.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:46.998 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:47.198 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:47.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:47.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:47.205 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:47.405 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:47.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:47.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:47.412 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:47.613 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:47.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:47.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:47.619 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:47.820 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:47.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:47.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:47.826 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:48.028 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:48.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:48.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:48.034 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:48.235 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:48.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:48.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:48.241 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:48.442 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:48.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:48.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:48.448 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:48.649 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:48.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:48.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:48.656 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:48.857 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:48.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:48.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:48.863 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:49.064 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:49.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:49.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:49.071 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:49.271 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:49.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:49.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:49.278 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:49.479 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:49.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:49.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:49.486 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:49.687 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:49.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:49.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:49.693 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:49.894 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:49.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:49.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:49.900 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:50.101 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:50.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:50.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:50.108 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:50.309 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:50.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:50.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:50.315 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:50.516 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:50.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:50.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:50.522 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:50.723 DEBUG [src.steps.store] Relaying message
2026-01-29 04:40:50.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:40:50.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:40:50.730 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:40:50.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x59a877568ff6867a24b571de2d1baf3987cc3720d99bf865ee77acea94f63bed&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x59a877568ff6867a24b571de2d1baf3987cc3720d99bf865ee77acea94f63bed"}]}'
2026-01-29 04:40:50.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xf5812b260d072d1c37ad1e5d76b5c4b209b0a9b078de0b1e620542941fab594d&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf5812b260d072d1c37ad1e5d76b5c4b209b0a9b078de0b1e620542941fab594d"}]}'
2026-01-29 04:40:50.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x98a6fbfed50b4372712cf6c1d17274b58872d64504353fb643aaa4fae1a0dce9&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x98a6fbfed50b4372712cf6c1d17274b58872d64504353fb643aaa4fae1a0dce9"}]}'
2026-01-29 04:40:50.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x809e19a407eebb09b1f06e5b659832dc14f095a2ea961f8a00cb63cb6245570f&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x809e19a407eebb09b1f06e5b659832dc14f095a2ea961f8a00cb63cb6245570f"}]}'
2026-01-29 04:40:50.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x8ca5d91300abdd8e9366c6c4f37e37630d068dfb34288b4c4d6a6485567467ad&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8ca5d91300abdd8e9366c6c4f37e37630d068dfb34288b4c4d6a6485567467ad"}]}'
2026-01-29 04:40:50.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xbf83b91c89fd0492c1432660fba8d25c0d10b2302716aa19cbf2e1b4b7253b46&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbf83b91c89fd0492c1432660fba8d25c0d10b2302716aa19cbf2e1b4b7253b46"}]}'
2026-01-29 04:40:50.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa2668d5431e1020b081a60969fafdb0a1891e6ed3ac3757d8ceb86daa10564d3&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa2668d5431e1020b081a60969fafdb0a1891e6ed3ac3757d8ceb86daa10564d3"}]}'
2026-01-29 04:40:50.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x2d1ac238fa951de19c5232b8ccc8bceaebd82d106d790672695e8e57b0f91aa0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2d1ac238fa951de19c5232b8ccc8bceaebd82d106d790672695e8e57b0f91aa0"}]}'
2026-01-29 04:40:50.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x65d308cd87bfba9811c264cd0ba7cb19e03cbd42d25d4eac4a54129ee2a1d509&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x65d308cd87bfba9811c264cd0ba7cb19e03cbd42d25d4eac4a54129ee2a1d509"}]}'
2026-01-29 04:40:50.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x0446eb7c2a3fc6f69be4aa8b084fab6ed53ba08dbd747151c2a3b467bece04aa&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0446eb7c2a3fc6f69be4aa8b084fab6ed53ba08dbd747151c2a3b467bece04aa"}]}'
2026-01-29 04:40:50.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xd93366cab5a794839f6d22b26947ef32cefdd0ead124029456828ada7840bb6a&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd93366cab5a794839f6d22b26947ef32cefdd0ead124029456828ada7840bb6a"}]}'
2026-01-29 04:40:50.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xe839c210fb549d1e5154e06cd13d2f902f82f9a758cc43a29ed3b2d412d9e731&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe839c210fb549d1e5154e06cd13d2f902f82f9a758cc43a29ed3b2d412d9e731"}]}'
2026-01-29 04:40:50.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa3ea208f4e8ec0e68f9a28240958bfd14265bcdfe1485ee02baad736880b70b6&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa3ea208f4e8ec0e68f9a28240958bfd14265bcdfe1485ee02baad736880b70b6"}]}'
2026-01-29 04:40:50.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xc722724416f80975f3e9324562b3d780edbfcca9b0b955d3528596bf6420846a&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc722724416f80975f3e9324562b3d780edbfcca9b0b955d3528596bf6420846a"}]}'
2026-01-29 04:40:50.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x3df7b31908f5515f25ffa9d14c5ae3251102bf5a84f3dcc77875a71b4afae64d&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3df7b31908f5515f25ffa9d14c5ae3251102bf5a84f3dcc77875a71b4afae64d"}]}'
2026-01-29 04:40:50.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x93d8a44b177b88aea14172e9c34a5b55385c58084dd8e8dfd9daaefc3d4d9abc&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x93d8a44b177b88aea14172e9c34a5b55385c58084dd8e8dfd9daaefc3d4d9abc"}]}'
2026-01-29 04:40:50.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x4b3315bf1703c0112336d91816c1c7fd9e5d71c226817a2853678b2d2f5f344f&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4b3315bf1703c0112336d91816c1c7fd9e5d71c226817a2853678b2d2f5f344f"}]}'
2026-01-29 04:40:50.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xc82db2d21eff5f20eebbf8c77f996d502996a420f79cce010ad54423f67c506c&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc82db2d21eff5f20eebbf8c77f996d502996a420f79cce010ad54423f67c506c"}]}'
2026-01-29 04:40:50.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xcf14276009af568e662f7fe0c49ca31e722741793498d02bd98f03b0041f2576&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcf14276009af568e662f7fe0c49ca31e722741793498d02bd98f03b0041f2576"}]}'
2026-01-29 04:40:50.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xc97ae9ea34ed1c8c2428907b21eaf8b5add6336308190499816e0db192297364&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc97ae9ea34ed1c8c2428907b21eaf8b5add6336308190499816e0db192297364"}]}'
2026-01-29 04:40:50.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xb648a79d85b632c03d91c171bff9757e1c1ff2fb4ec9986a4e24006194ecf674&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb648a79d85b632c03d91c171bff9757e1c1ff2fb4ec9986a4e24006194ecf674"}]}'
2026-01-29 04:40:50.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x313e0688bea7dc2afb3f7bb12abeb9eecf8362be3c60a486d17306f39a2eacaa&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x313e0688bea7dc2afb3f7bb12abeb9eecf8362be3c60a486d17306f39a2eacaa"}]}'
2026-01-29 04:40:50.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xe1926566ea9dd805672ecb8756c52a3e42b642c9dd86dc92e7a8de1efa6a3b82&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:50.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe1926566ea9dd805672ecb8756c52a3e42b642c9dd86dc92e7a8de1efa6a3b82"}]}'
2026-01-29 04:40:50.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xfe225a109530eff302ed5bfc19d071f62bf236efccc498b7e2ad779135beffa8&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfe225a109530eff302ed5bfc19d071f62bf236efccc498b7e2ad779135beffa8"}]}'
2026-01-29 04:40:51.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x734d574472c234244f33beb9796c385d1bcf0359f42e8e3b5246660c499349c2&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x734d574472c234244f33beb9796c385d1bcf0359f42e8e3b5246660c499349c2"}]}'
2026-01-29 04:40:51.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x583db892edb500254bb06d3b5a36775f64095f28d945893f36f60dac32e563f0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x583db892edb500254bb06d3b5a36775f64095f28d945893f36f60dac32e563f0"}]}'
2026-01-29 04:40:51.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x4395f9f2e502ae940595f03b53446a5b5b53302d4421364b81ec24c66a31625e&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4395f9f2e502ae940595f03b53446a5b5b53302d4421364b81ec24c66a31625e"}]}'
2026-01-29 04:40:51.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xffeb85245a3475c029fd7525f1837ac28608a7c41ec103fd9b517e8fc237945f&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xffeb85245a3475c029fd7525f1837ac28608a7c41ec103fd9b517e8fc237945f"}]}'
2026-01-29 04:40:51.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xe5a1039d6714ff764a4a10c0ce2be48ee341c22957e932264562c04d34784701&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe5a1039d6714ff764a4a10c0ce2be48ee341c22957e932264562c04d34784701"}]}'
2026-01-29 04:40:51.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x0f25dbbd60bbae692ef1b0013036fa67487580b01f8aea222ca00e520be890b8&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0f25dbbd60bbae692ef1b0013036fa67487580b01f8aea222ca00e520be890b8"}]}'
2026-01-29 04:40:51.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa3c151bdeefc5ee2ac9f75779c97c324fe0f2157866b31a5382153a01034b86c&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa3c151bdeefc5ee2ac9f75779c97c324fe0f2157866b31a5382153a01034b86c"}]}'
2026-01-29 04:40:51.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x8cc0242a261274887ff6ceff225a94027f9d4bbb2241a604317559ff8f711cac&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8cc0242a261274887ff6ceff225a94027f9d4bbb2241a604317559ff8f711cac"}]}'
2026-01-29 04:40:51.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xba715f13b6d02452d1ee45f1a5606de625f5e710939400e6b2d700c0e1e3b4bd&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba715f13b6d02452d1ee45f1a5606de625f5e710939400e6b2d700c0e1e3b4bd"}]}'
2026-01-29 04:40:51.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xd8bf7b6be9659bb720cfe603acfd106e1dbc6e65711f58967554d53ec5d59d45&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd8bf7b6be9659bb720cfe603acfd106e1dbc6e65711f58967554d53ec5d59d45"}]}'
2026-01-29 04:40:51.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x5e12c983cfce8f0af7befdd831ae9f432b98d29d97539a5a204369610edf3a14&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e12c983cfce8f0af7befdd831ae9f432b98d29d97539a5a204369610edf3a14"}]}'
2026-01-29 04:40:51.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x9f7f64b481e6436a3e7a21cf142ea14bc7d1e6ba42b336320a83409be3eb2bdc&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9f7f64b481e6436a3e7a21cf142ea14bc7d1e6ba42b336320a83409be3eb2bdc"}]}'
2026-01-29 04:40:51.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x25b8168a111c32bd50d2e04c0bb32350e9d41991e115af14bce8b9c5887047a3&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x25b8168a111c32bd50d2e04c0bb32350e9d41991e115af14bce8b9c5887047a3"}]}'
2026-01-29 04:40:51.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x05b26e9712193214047a7088acd9cc12baa7dcbd4e8bcf0d5738e9e9cac5e046&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x05b26e9712193214047a7088acd9cc12baa7dcbd4e8bcf0d5738e9e9cac5e046"}]}'
2026-01-29 04:40:51.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x25e7416dc97a69fedf99ed502e46c0fe9375496f767d65d9baddd8569f4735b2&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x25e7416dc97a69fedf99ed502e46c0fe9375496f767d65d9baddd8569f4735b2"}]}'
2026-01-29 04:40:51.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34002/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x53ad011f21794a7941a387e6b2f80b95f36ed214f7ede86d875e7e0d9c2ebd21&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x53ad011f21794a7941a387e6b2f80b95f36ed214f7ede86d875e7e0d9c2ebd21"}]}'
2026-01-29 04:40:51.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x59a877568ff6867a24b571de2d1baf3987cc3720d99bf865ee77acea94f63bed&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x59a877568ff6867a24b571de2d1baf3987cc3720d99bf865ee77acea94f63bed"}]}'
2026-01-29 04:40:51.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xf5812b260d072d1c37ad1e5d76b5c4b209b0a9b078de0b1e620542941fab594d&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf5812b260d072d1c37ad1e5d76b5c4b209b0a9b078de0b1e620542941fab594d"}]}'
2026-01-29 04:40:51.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x98a6fbfed50b4372712cf6c1d17274b58872d64504353fb643aaa4fae1a0dce9&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x98a6fbfed50b4372712cf6c1d17274b58872d64504353fb643aaa4fae1a0dce9"}]}'
2026-01-29 04:40:51.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x809e19a407eebb09b1f06e5b659832dc14f095a2ea961f8a00cb63cb6245570f&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x809e19a407eebb09b1f06e5b659832dc14f095a2ea961f8a00cb63cb6245570f"}]}'
2026-01-29 04:40:51.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x8ca5d91300abdd8e9366c6c4f37e37630d068dfb34288b4c4d6a6485567467ad&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8ca5d91300abdd8e9366c6c4f37e37630d068dfb34288b4c4d6a6485567467ad"}]}'
2026-01-29 04:40:51.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xbf83b91c89fd0492c1432660fba8d25c0d10b2302716aa19cbf2e1b4b7253b46&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xbf83b91c89fd0492c1432660fba8d25c0d10b2302716aa19cbf2e1b4b7253b46"}]}'
2026-01-29 04:40:51.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa2668d5431e1020b081a60969fafdb0a1891e6ed3ac3757d8ceb86daa10564d3&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa2668d5431e1020b081a60969fafdb0a1891e6ed3ac3757d8ceb86daa10564d3"}]}'
2026-01-29 04:40:51.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x2d1ac238fa951de19c5232b8ccc8bceaebd82d106d790672695e8e57b0f91aa0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2d1ac238fa951de19c5232b8ccc8bceaebd82d106d790672695e8e57b0f91aa0"}]}'
2026-01-29 04:40:51.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x65d308cd87bfba9811c264cd0ba7cb19e03cbd42d25d4eac4a54129ee2a1d509&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x65d308cd87bfba9811c264cd0ba7cb19e03cbd42d25d4eac4a54129ee2a1d509"}]}'
2026-01-29 04:40:51.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x0446eb7c2a3fc6f69be4aa8b084fab6ed53ba08dbd747151c2a3b467bece04aa&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0446eb7c2a3fc6f69be4aa8b084fab6ed53ba08dbd747151c2a3b467bece04aa"}]}'
2026-01-29 04:40:51.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xd93366cab5a794839f6d22b26947ef32cefdd0ead124029456828ada7840bb6a&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd93366cab5a794839f6d22b26947ef32cefdd0ead124029456828ada7840bb6a"}]}'
2026-01-29 04:40:51.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xe839c210fb549d1e5154e06cd13d2f902f82f9a758cc43a29ed3b2d412d9e731&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe839c210fb549d1e5154e06cd13d2f902f82f9a758cc43a29ed3b2d412d9e731"}]}'
2026-01-29 04:40:51.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa3ea208f4e8ec0e68f9a28240958bfd14265bcdfe1485ee02baad736880b70b6&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa3ea208f4e8ec0e68f9a28240958bfd14265bcdfe1485ee02baad736880b70b6"}]}'
2026-01-29 04:40:51.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xc722724416f80975f3e9324562b3d780edbfcca9b0b955d3528596bf6420846a&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc722724416f80975f3e9324562b3d780edbfcca9b0b955d3528596bf6420846a"}]}'
2026-01-29 04:40:51.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x3df7b31908f5515f25ffa9d14c5ae3251102bf5a84f3dcc77875a71b4afae64d&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3df7b31908f5515f25ffa9d14c5ae3251102bf5a84f3dcc77875a71b4afae64d"}]}'
2026-01-29 04:40:51.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x93d8a44b177b88aea14172e9c34a5b55385c58084dd8e8dfd9daaefc3d4d9abc&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x93d8a44b177b88aea14172e9c34a5b55385c58084dd8e8dfd9daaefc3d4d9abc"}]}'
2026-01-29 04:40:51.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x4b3315bf1703c0112336d91816c1c7fd9e5d71c226817a2853678b2d2f5f344f&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4b3315bf1703c0112336d91816c1c7fd9e5d71c226817a2853678b2d2f5f344f"}]}'
2026-01-29 04:40:51.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xc82db2d21eff5f20eebbf8c77f996d502996a420f79cce010ad54423f67c506c&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc82db2d21eff5f20eebbf8c77f996d502996a420f79cce010ad54423f67c506c"}]}'
2026-01-29 04:40:51.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xcf14276009af568e662f7fe0c49ca31e722741793498d02bd98f03b0041f2576&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcf14276009af568e662f7fe0c49ca31e722741793498d02bd98f03b0041f2576"}]}'
2026-01-29 04:40:51.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xc97ae9ea34ed1c8c2428907b21eaf8b5add6336308190499816e0db192297364&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc97ae9ea34ed1c8c2428907b21eaf8b5add6336308190499816e0db192297364"}]}'
2026-01-29 04:40:51.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xb648a79d85b632c03d91c171bff9757e1c1ff2fb4ec9986a4e24006194ecf674&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb648a79d85b632c03d91c171bff9757e1c1ff2fb4ec9986a4e24006194ecf674"}]}'
2026-01-29 04:40:51.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x313e0688bea7dc2afb3f7bb12abeb9eecf8362be3c60a486d17306f39a2eacaa&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x313e0688bea7dc2afb3f7bb12abeb9eecf8362be3c60a486d17306f39a2eacaa"}]}'
2026-01-29 04:40:51.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xe1926566ea9dd805672ecb8756c52a3e42b642c9dd86dc92e7a8de1efa6a3b82&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe1926566ea9dd805672ecb8756c52a3e42b642c9dd86dc92e7a8de1efa6a3b82"}]}'
2026-01-29 04:40:51.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xfe225a109530eff302ed5bfc19d071f62bf236efccc498b7e2ad779135beffa8&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfe225a109530eff302ed5bfc19d071f62bf236efccc498b7e2ad779135beffa8"}]}'
2026-01-29 04:40:51.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x734d574472c234244f33beb9796c385d1bcf0359f42e8e3b5246660c499349c2&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x734d574472c234244f33beb9796c385d1bcf0359f42e8e3b5246660c499349c2"}]}'
2026-01-29 04:40:51.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x583db892edb500254bb06d3b5a36775f64095f28d945893f36f60dac32e563f0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x583db892edb500254bb06d3b5a36775f64095f28d945893f36f60dac32e563f0"}]}'
2026-01-29 04:40:51.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x4395f9f2e502ae940595f03b53446a5b5b53302d4421364b81ec24c66a31625e&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4395f9f2e502ae940595f03b53446a5b5b53302d4421364b81ec24c66a31625e"}]}'
2026-01-29 04:40:51.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xffeb85245a3475c029fd7525f1837ac28608a7c41ec103fd9b517e8fc237945f&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xffeb85245a3475c029fd7525f1837ac28608a7c41ec103fd9b517e8fc237945f"}]}'
2026-01-29 04:40:51.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xe5a1039d6714ff764a4a10c0ce2be48ee341c22957e932264562c04d34784701&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe5a1039d6714ff764a4a10c0ce2be48ee341c22957e932264562c04d34784701"}]}'
2026-01-29 04:40:51.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x0f25dbbd60bbae692ef1b0013036fa67487580b01f8aea222ca00e520be890b8&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0f25dbbd60bbae692ef1b0013036fa67487580b01f8aea222ca00e520be890b8"}]}'
2026-01-29 04:40:51.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xa3c151bdeefc5ee2ac9f75779c97c324fe0f2157866b31a5382153a01034b86c&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa3c151bdeefc5ee2ac9f75779c97c324fe0f2157866b31a5382153a01034b86c"}]}'
2026-01-29 04:40:51.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x8cc0242a261274887ff6ceff225a94027f9d4bbb2241a604317559ff8f711cac&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8cc0242a261274887ff6ceff225a94027f9d4bbb2241a604317559ff8f711cac"}]}'
2026-01-29 04:40:51.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xba715f13b6d02452d1ee45f1a5606de625f5e710939400e6b2d700c0e1e3b4bd&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba715f13b6d02452d1ee45f1a5606de625f5e710939400e6b2d700c0e1e3b4bd"}]}'
2026-01-29 04:40:51.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xd8bf7b6be9659bb720cfe603acfd106e1dbc6e65711f58967554d53ec5d59d45&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd8bf7b6be9659bb720cfe603acfd106e1dbc6e65711f58967554d53ec5d59d45"}]}'
2026-01-29 04:40:51.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x5e12c983cfce8f0af7befdd831ae9f432b98d29d97539a5a204369610edf3a14&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5e12c983cfce8f0af7befdd831ae9f432b98d29d97539a5a204369610edf3a14"}]}'
2026-01-29 04:40:51.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x9f7f64b481e6436a3e7a21cf142ea14bc7d1e6ba42b336320a83409be3eb2bdc&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9f7f64b481e6436a3e7a21cf142ea14bc7d1e6ba42b336320a83409be3eb2bdc"}]}'
2026-01-29 04:40:51.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x25b8168a111c32bd50d2e04c0bb32350e9d41991e115af14bce8b9c5887047a3&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x25b8168a111c32bd50d2e04c0bb32350e9d41991e115af14bce8b9c5887047a3"}]}'
2026-01-29 04:40:51.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x05b26e9712193214047a7088acd9cc12baa7dcbd4e8bcf0d5738e9e9cac5e046&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x05b26e9712193214047a7088acd9cc12baa7dcbd4e8bcf0d5738e9e9cac5e046"}]}'
2026-01-29 04:40:51.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x25e7416dc97a69fedf99ed502e46c0fe9375496f767d65d9baddd8569f4735b2&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x25e7416dc97a69fedf99ed502e46c0fe9375496f767d65d9baddd8569f4735b2"}]}'
2026-01-29 04:40:51.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x53ad011f21794a7941a387e6b2f80b95f36ed214f7ede86d875e7e0d9c2ebd21&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:40:51.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x53ad011f21794a7941a387e6b2f80b95f36ed214f7ede86d875e7e0d9c2ebd21"}]}'
2026-01-29 04:40:51.164 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:40:51.165 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:40:51.165 DEBUG [src.node.waku_node] Stopping container with id b289bb858b10
2026-01-29 04:40:51.733 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:40:51.733 DEBUG [src.node.waku_node] Stopping container with id 6800e6c5af5b
2026-01-29 04:40:52.300 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:40:52.300 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:40:52.320 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:40:52.338 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,138 @@
2026-01-29 04:48:25.845 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:48:25.845 DEBUG [tests.conftest] Running test: test_multiple_content_topics_and_multiple_pubsub_topics with id: 2026-01-29_04-48-25__661baa3f-ddf6-48f7-bcad-424006f24596
2026-01-29 04:48:25.845 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:48:25.845 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:48:25.846 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-01-29 04:48:25.853 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:48:25.854 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-48-25__661baa3f-ddf6-48f7-bcad-424006f24596__wakuorg_nwaku:latest.log
2026-01-29 04:48:25.854 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:48:25.854 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:48:25.856 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:48:25.856 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.235
2026-01-29 04:48:25.856 DEBUG [src.node.docker_mananger] Generated ports ['40301', '40302', '40303', '40304', '40305']
2026-01-29 04:48:25.856 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-01-29 04:48:25.856 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:48:25.857 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:48:25.857 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:48:25.857 DEBUG [src.node.docker_mananger] docker run -i -t -p 40301:40301 -p 40302:40302 -p 40303:40303 -p 40304:40304 -p 40305:40305 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=40303 --rest-port=40301 --tcp-port=40302 --discv5-udp-port=40304 --rest-address=0.0.0.0 --nat=extip:172.18.122.235 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=29c07b6ec29f95eb4ebb45f5fa7ddf8bbb2a45cf2e8b06cefe7cfaa6506de34f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40305 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
2026-01-29 04:48:26.057 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.235 waku 19446e43cdf5b5763071e0a68111f8a6374738bd10d7927ba803299c1fee69a4
2026-01-29 04:48:26.075 ERROR [src.node.docker_mananger] Max retries reached for container 90f41227b331. Exiting log stream.
2026-01-29 04:48:26.089 DEBUG [src.node.docker_mananger] Container started with ID 19446e43cdf5. Setting up logs at ./log/docker/node1_2026-01-29_04-48-25__661baa3f-ddf6-48f7-bcad-424006f24596__wakuorg_nwaku:latest.log
2026-01-29 04:48:26.090 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40301
2026-01-29 04:48:26.090 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:48:26.638 ERROR [src.node.docker_mananger] Max retries reached for container b38e78d34c33. Exiting log stream.
2026-01-29 04:48:27.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:27.094 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:48:27.095 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:48:27.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:27.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.235/tcp/40302/p2p/16Uiu2HAmN3MLWNWYvKF2CmuuFPJLhDU8fXJZx7jseaCnaCSGC3Td","/ip4/172.18.122.235/tcp/40303/ws/p2p/16Uiu2HAmN3MLWNWYvKF2CmuuFPJLhDU8fXJZx7jseaCnaCSGC3Td"],"enrUri":"enr:-L24QEooifXHvpXeNC0vzKCFD-KmYF5-y2bi10VsuOCoK5MGQbNykjyHmDBu6w9ZuSLdX5N_j7aZniwgn-7uJdACJvcCgmlkgnY0gmlwhKwSeuuKbXVsdGlhZGRyc5YACASsEnrrBp1uAAoErBJ66wadb90DgnJzhQACAQAAiXNlY3AyNTZrMaEDi3OwjTM3B8AE0rqg24fOKMrqS5Kpe3O-sIDmNCgPttiDdGNwgp1ug3VkcIKdcIV3YWt1MgU"}'
2026-01-29 04:48:27.097 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:48:27.105 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:48:27.105 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-48-25__661baa3f-ddf6-48f7-bcad-424006f24596__wakuorg_nwaku:latest.log
2026-01-29 04:48:27.105 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:48:27.105 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:48:27.106 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:48:27.107 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.127
2026-01-29 04:48:27.107 DEBUG [src.node.docker_mananger] Generated ports ['53927', '53928', '53929', '53930', '53931']
2026-01-29 04:48:27.107 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-01-29 04:48:27.107 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:48:27.107 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:48:27.107 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:48:27.107 DEBUG [src.node.docker_mananger] docker run -i -t -p 53927:53927 -p 53928:53928 -p 53929:53929 -p 53930:53930 -p 53931:53931 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=53929 --rest-port=53927 --tcp-port=53928 --discv5-udp-port=53930 --rest-address=0.0.0.0 --nat=extip:172.18.190.127 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=51edf9e604fb61ed83ca8b35aee9baec52e461a6fd403cf2e71afbfa86d8e8ff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53931 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEooifXHvpXeNC0vzKCFD-KmYF5-y2bi10VsuOCoK5MGQbNykjyHmDBu6w9ZuSLdX5N_j7aZniwgn-7uJdACJvcCgmlkgnY0gmlwhKwSeuuKbXVsdGlhZGRyc5YACASsEnrrBp1uAAoErBJ66wadb90DgnJzhQACAQAAiXNlY3AyNTZrMaEDi3OwjTM3B8AE0rqg24fOKMrqS5Kpe3O-sIDmNCgPttiDdGNwgp1ug3VkcIKdcIV3YWt1MgU --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
2026-01-29 04:48:27.290 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.127 waku 5dd6ee807c7ae144f6f1b8e3d78f19c6e55ed863aec37a0e8599b7daa1e5b18c
2026-01-29 04:48:27.319 DEBUG [src.node.docker_mananger] Container started with ID 5dd6ee807c7a. Setting up logs at ./log/docker/node2_2026-01-29_04-48-25__661baa3f-ddf6-48f7-bcad-424006f24596__wakuorg_nwaku:latest.log
2026-01-29 04:48:27.319 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53927
2026-01-29 04:48:27.319 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:48:28.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
2026-01-29 04:48:28.334 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:48:28.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.127/tcp/53928/p2p/16Uiu2HAmLeJsEQMbwdJ3dugf7iLp6BkgieCCaacv3oBV6VwujR7N","/ip4/172.18.190.127/tcp/53929/ws/p2p/16Uiu2HAmLeJsEQMbwdJ3dugf7iLp6BkgieCCaacv3oBV6VwujR7N"],"enrUri":"enr:-L24QCEPYVFpxvOc6dIpL6NlOeQw-ZmgXOrD0CqscY3__Hg6IX-h4QoEpXEpVy9-I0_JKFTL7L81lOw1cwDZz3uNlgQCgmlkgnY0gmlwhKwSvn-KbXVsdGlhZGRyc5YACASsEr5_BtKoAAoErBK-fwbSqd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDdrDZ2gYNyT0pNu3aqpeJ31HpjYVqBERjqrHRnRXLWeGDdGNwgtKog3VkcILSqoV3YWt1MgE"}'
2026-01-29 04:48:28.339 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:48:28.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53927/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.122.235/tcp/40302/p2p/16Uiu2HAmN3MLWNWYvKF2CmuuFPJLhDU8fXJZx7jseaCnaCSGC3Td"]'
2026-01-29 04:48:28.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
2026-01-29 04:48:28.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53927/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
2026-01-29 04:48:28.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:28.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.355 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:28.455 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662108349711768,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.460 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769662108349711768,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:28.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.470 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:28.570 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1769662108464474945,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.575 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1769662108464474945,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:28.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.586 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:28.686 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769662108580209313,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.691 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1769662108580209313,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:28.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.700 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:28.800 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1769662108695543536,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.805 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1769662108695543536,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:28.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.814 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:28.914 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1769662108809384016,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.919 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:28.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:28.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1769662108809384016,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:28.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:28.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:28.928 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:29.029 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:29.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:29.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1769662108923746086,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:29.034 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:29.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:29.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1769662108923746086,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:29.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:29.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:29.044 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:29.144 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:29.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:29.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1769662109038847873,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:29.150 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:29.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:29.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1769662109038847873,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:29.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40301/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-01-29 04:48:29.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:48:29.160 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-01-29 04:48:29.260 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:29.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40301/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:29.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1769662109155207625,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:29.265 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-01-29 04:48:29.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53927/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:48:29.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1769662109155207625,"ephemeral":false,"proof":""}]'
2026-01-29 04:48:29.271 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:48:29.272 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:48:29.272 DEBUG [src.node.waku_node] Stopping container with id 19446e43cdf5
2026-01-29 04:48:29.840 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:48:29.840 DEBUG [src.node.waku_node] Stopping container with id 5dd6ee807c7a
2026-01-29 04:48:30.375 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:48:30.378 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:48:30.385 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:48:30.392 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,34 @@
WRN 2026-01-29 04:33:53.565+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:33:53.565+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:33:53.565+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:33:53.566+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:33:53.566+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2026-01-29 04:33:53.566+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QJ4sKE88-lnL8gLJ-NYinxPqnwknC9IzQNjUgt3k1IyDMQYEXKWwzNcjC0g9suk6UP2bO0KKPJd7eu10EjcVZmECgmlkgnY0gmlwhKwS7d6KbXVsdGlhZGRyc5YACASsEu3eBob1AAoErBLt3gaG9t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPPIB82deFsMHCs_YSjF01uEChpSqfpKL4uzf5rgg3-GDdGNwgob1g3VkcIKG94V3YWt1Mgk
NTC 2026-01-29 04:33:53.566+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:12914
INF 2026-01-29 04:33:53.566+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:12914/
INF 2026-01-29 04:33:53.567+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:33:53.567+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:33:53.568+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:33:53.568+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:33:53.568+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:33:53.568+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:33:53.568+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.26.74/tcp/12915, /ip4/172.18.26.74/tcp/12916/ws]"
INF 2026-01-29 04:33:53.568+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:33:53.568+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:33:53.568+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:33:53.568+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:33:53.568+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:33:53.568+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:33:53.568+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:33:53.568+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:33:53.568+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*7BLm84, seqNo: 1769661233, addresses: [/ip4/172.18.26.74/tcp/12915, /ip4/172.18.26.74/tcp/12916/ws], mixKey: )"
TRC 2026-01-29 04:33:53.568+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:33:53.568+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:33:53.568+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:33:53.569+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:33:53.569+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:33:53.569+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:33:53.569+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:33:53.569+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:33:53.569+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

View File

@ -0,0 +1,76 @@
2026-01-29 05:05:23.370 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 05:05:23.371 DEBUG [tests.conftest] Running test: test_message_with_ephemeral_false with id: 2026-01-29_05-05-23__78eb884d-2104-4fc2-83e6-5a744c556c88
2026-01-29 05:05:23.371 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 05:05:23.371 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 05:05:23.371 DEBUG [src.steps.store] Running fixture setup: node_setup
2026-01-29 05:05:23.377 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 05:05:23.378 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-29_05-05-23__78eb884d-2104-4fc2-83e6-5a744c556c88__wakuorg_nwaku:latest.log
2026-01-29 05:05:23.378 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 05:05:23.378 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 05:05:23.379 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 05:05:23.379 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.34
2026-01-29 05:05:23.379 DEBUG [src.node.docker_mananger] Generated ports ['34814', '34815', '34816', '34817', '34818']
2026-01-29 05:05:23.379 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 05:05:23.380 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 05:05:23.380 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 05:05:23.380 DEBUG [src.node.docker_mananger] docker run -i -t -p 34814:34814 -p 34815:34815 -p 34816:34816 -p 34817:34817 -p 34818:34818 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=34816 --rest-port=34814 --tcp-port=34815 --discv5-udp-port=34817 --rest-address=0.0.0.0 --nat=extip:172.18.146.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f5a12cf2a8a0d9a1770d413691ba005d1d213dfae4b993dfbf88bb9fdbee5cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34818 --metrics-logging=true --store=true --relay=true
2026-01-29 05:05:23.561 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.34 waku 3da7e698dc7b208337ed48996ccc7e88840b8f9e32431a13b4e6a227cba1986d
2026-01-29 05:05:23.594 DEBUG [src.node.docker_mananger] Container started with ID 3da7e698dc7b. Setting up logs at ./log/docker/publishing_node1_2026-01-29_05-05-23__78eb884d-2104-4fc2-83e6-5a744c556c88__wakuorg_nwaku:latest.log
2026-01-29 05:05:23.594 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34814
2026-01-29 05:05:23.595 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 05:05:23.637 ERROR [src.node.docker_mananger] Max retries reached for container d41e62ebc2f2. Exiting log stream.
2026-01-29 05:05:24.177 ERROR [src.node.docker_mananger] Max retries reached for container 61bbbe593f89. Exiting log stream.
2026-01-29 05:05:24.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34814/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 05:05:24.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 05:05:24.598 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 05:05:24.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34814/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 05:05:24.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.34/tcp/34815/p2p/16Uiu2HAmJpHpep5Y9WVu2BEs4YuTiQcQ1LBSYFWD6Kujhm9PTBWX","/ip4/172.18.146.34/tcp/34816/ws/p2p/16Uiu2HAmJpHpep5Y9WVu2BEs4YuTiQcQ1LBSYFWD6Kujhm9PTBWX"],"enrUri":"enr:-L24QJvCM_xI_IxaV8ybOwE54jplt0a3MXLOr0pYZEp7FtFrJ86WxwdUi3oHQY71FGQYNu8OaaSgVJ2T7S_nS6K_JEQCgmlkgnY0gmlwhKwSkiKKbXVsdGlhZGRyc5YACASsEpIiBof_AAoErBKSIgaIAN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDW4gar0jPciySuhVohlokLaZkvUYo766vExUYR7YqF4iDdGNwgof_g3VkcIKIAYV3YWt1MgM"}'
2026-01-29 05:05:24.601 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 05:05:24.608 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 05:05:24.608 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-29_05-05-23__78eb884d-2104-4fc2-83e6-5a744c556c88__wakuorg_nwaku:latest.log
2026-01-29 05:05:24.608 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 05:05:24.609 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 05:05:24.610 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 05:05:24.610 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.40
2026-01-29 05:05:24.610 DEBUG [src.node.docker_mananger] Generated ports ['28325', '28326', '28327', '28328', '28329']
2026-01-29 05:05:24.610 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 05:05:24.610 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 05:05:24.611 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 05:05:24.611 DEBUG [src.node.docker_mananger] docker run -i -t -p 28325:28325 -p 28326:28326 -p 28327:28327 -p 28328:28328 -p 28329:28329 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=28327 --rest-port=28325 --tcp-port=28326 --discv5-udp-port=28328 --rest-address=0.0.0.0 --nat=extip:172.18.191.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5e1b1c8e51dd02e4fd823a9ef0ddbfbac8ada66c0fe2b8c7fdd606acfe1fc280 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28329 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJvCM_xI_IxaV8ybOwE54jplt0a3MXLOr0pYZEp7FtFrJ86WxwdUi3oHQY71FGQYNu8OaaSgVJ2T7S_nS6K_JEQCgmlkgnY0gmlwhKwSkiKKbXVsdGlhZGRyc5YACASsEpIiBof_AAoErBKSIgaIAN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDW4gar0jPciySuhVohlokLaZkvUYo766vExUYR7YqF4iDdGNwgof_g3VkcIKIAYV3YWt1MgM --storenode=/ip4/172.18.146.34/tcp/34815/p2p/16Uiu2HAmJpHpep5Y9WVu2BEs4YuTiQcQ1LBSYFWD6Kujhm9PTBWX --store=true --relay=true
2026-01-29 05:05:24.792 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.40 waku 5e9bbaa3d1b905ad5a5d07738d5cd9d76b124ad3cb19f8a60454ae3aff2f59ee
2026-01-29 05:05:24.823 DEBUG [src.node.docker_mananger] Container started with ID 5e9bbaa3d1b9. Setting up logs at ./log/docker/store_node1_2026-01-29_05-05-23__78eb884d-2104-4fc2-83e6-5a744c556c88__wakuorg_nwaku:latest.log
2026-01-29 05:05:24.824 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28325
2026-01-29 05:05:24.824 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 05:05:25.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28325/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 05:05:25.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 05:05:25.830 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 05:05:25.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28325/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 05:05:25.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.40/tcp/28326/p2p/16Uiu2HAkvBfdfZaRq6E6F6cugCXgnx9GE1BdUBt3xsCg2oX5L1zJ","/ip4/172.18.191.40/tcp/28327/ws/p2p/16Uiu2HAkvBfdfZaRq6E6F6cugCXgnx9GE1BdUBt3xsCg2oX5L1zJ"],"enrUri":"enr:-L24QHUtKbZB99v3ZM422iXxUwIFXifx36_Esovxy0gdeFTHaTeVjDmwdiQcwGC925eVtCY42BU_wbmSigA1nvIhBI0CgmlkgnY0gmlwhKwSvyiKbXVsdGlhZGRyc5YACASsEr8oBm6mAAoErBK_KAZup90DgnJzhQADAQAAiXNlY3AyNTZrMaECC0UpyBPpDIQ7NE1Ij6CiIHUGBhmqToka-6CBLfipifODdGNwgm6mg3VkcIJuqIV3YWt1MgM"}'
2026-01-29 05:05:25.833 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 05:05:25.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28325/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.34/tcp/34815/p2p/16Uiu2HAmJpHpep5Y9WVu2BEs4YuTiQcQ1LBSYFWD6Kujhm9PTBWX"]'
2026-01-29 05:05:25.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 05:05:25.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34814/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 05:05:25.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 05:05:25.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28325/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 05:05:25.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 05:05:25.842 DEBUG [src.steps.store] Relaying message
2026-01-29 05:05:25.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34814/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)', "ephemeral": false}'
2026-01-29 05:05:25.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 05:05:25.850 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 05:05:26.051 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 05:05:26.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34814/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 05:05:26.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9fc8abbbbb1fba4ba6acd96deaffcdf831eba61304a5e7d5f11e718464f8d6af"}]}'
2026-01-29 05:05:26.054 DEBUG [src.steps.store] messages length is 1
2026-01-29 05:05:26.055 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 05:05:26.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28325/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 05:05:26.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9fc8abbbbb1fba4ba6acd96deaffcdf831eba61304a5e7d5f11e718464f8d6af"}]}'
2026-01-29 05:05:26.059 DEBUG [src.steps.store] messages length is 1
2026-01-29 05:05:26.061 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 05:05:26.062 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 05:05:26.063 DEBUG [src.node.waku_node] Stopping container with id 3da7e698dc7b
2026-01-29 05:05:26.594 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 05:05:26.595 DEBUG [src.node.waku_node] Stopping container with id 5e9bbaa3d1b9
2026-01-29 05:05:27.157 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 05:05:27.159 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 05:05:27.167 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 05:05:27.172 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,134 @@
2026-01-29 04:38:38.987 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:38:38.987 DEBUG [tests.conftest] Running test: test_sync_messages_received_via_lightpush with id: 2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3
2026-01-29 04:38:38.988 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:38:38.994 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:38.995 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
2026-01-29 04:38:39.000 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:39.000 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
2026-01-29 04:38:39.006 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:38:39.006 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
2026-01-29 04:38:39.006 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:38:39.007 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:39.007 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:39.009 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:39.009 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.19
2026-01-29 04:38:39.009 DEBUG [src.node.docker_mananger] Generated ports ['14075', '14076', '14077', '14078', '14079']
2026-01-29 04:38:39.009 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:39.009 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:39.009 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:39.009 DEBUG [src.node.docker_mananger] docker run -i -t -p 14075:14075 -p 14076:14076 -p 14077:14077 -p 14078:14078 -p 14079:14079 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=14077 --rest-port=14075 --tcp-port=14076 --discv5-udp-port=14078 --rest-address=0.0.0.0 --nat=extip:172.18.2.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a2c52feec1e2ea59dcfbcd56fe91bd0a0299deaefa8a91ea631ccccdbe78e41 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14079 --metrics-logging=true --relay=true --lightpush=true
2026-01-29 04:38:39.163 ERROR [src.node.docker_mananger] Max retries reached for container d880fc58675e. Exiting log stream.
2026-01-29 04:38:39.195 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.19 waku 12b1e0d3e4792048aa38d10cf2d936927eee8e5b5a951f23d427ef407ab5e24e
2026-01-29 04:38:39.226 DEBUG [src.node.docker_mananger] Container started with ID 12b1e0d3e479. Setting up logs at ./log/docker/node1_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
2026-01-29 04:38:39.228 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14075
2026-01-29 04:38:39.228 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:39.702 ERROR [src.node.docker_mananger] Max retries reached for container 85a1e91894bb. Exiting log stream.
2026-01-29 04:38:40.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14075/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.232 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:40.232 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:40.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14075/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:40.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.19/tcp/14076/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt","/ip4/172.18.2.19/tcp/14077/ws/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt"],"enrUri":"enr:-L24QJKzJk5ngGza76CSnFfjMIKiwfjcmyb43DZd07SI_pLFQEwRD5CD_zMAzjUik-X83D-DqdIGdLcIAtBiwUS-r2ECgmlkgnY0gmlwhKwSAhOKbXVsdGlhZGRyc5YACASsEgITBjb8AAoErBICEwY2_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyO1ggZcRfuDpSo3LoEp5-9FrxEvONC7vFfUgyXFSZu2DdGNwgjb8g3VkcII2_oV3YWt1Mhs"}'
2026-01-29 04:38:40.235 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:40.235 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:40.235 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:40.237 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:40.237 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.39
2026-01-29 04:38:40.237 DEBUG [src.node.docker_mananger] Generated ports ['43004', '43005', '43006', '43007', '43008']
2026-01-29 04:38:40.237 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:40.237 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:40.237 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:40.237 DEBUG [src.node.docker_mananger] docker run -i -t -p 43004:43004 -p 43005:43005 -p 43006:43006 -p 43007:43007 -p 43008:43008 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=43006 --rest-port=43004 --tcp-port=43005 --discv5-udp-port=43007 --rest-address=0.0.0.0 --nat=extip:172.18.93.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd43e9dbe98b89cb646d4cbbb11a7916e3beb790bc0fbfaf44fe4db7e4e0711d --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43008 --metrics-logging=true --relay=true --lightpush=true --discv5-bootstrap-node=enr:-L24QJKzJk5ngGza76CSnFfjMIKiwfjcmyb43DZd07SI_pLFQEwRD5CD_zMAzjUik-X83D-DqdIGdLcIAtBiwUS-r2ECgmlkgnY0gmlwhKwSAhOKbXVsdGlhZGRyc5YACASsEgITBjb8AAoErBICEwY2_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyO1ggZcRfuDpSo3LoEp5-9FrxEvONC7vFfUgyXFSZu2DdGNwgjb8g3VkcII2_oV3YWt1Mhs --lightpushnode=/ip4/172.18.2.19/tcp/14076/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt
2026-01-29 04:38:40.422 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.39 waku b38fba4bb78992a467c46c2443990f05be69628019cf796f03fc1dd516b95e53
2026-01-29 04:38:40.451 DEBUG [src.node.docker_mananger] Container started with ID b38fba4bb789. Setting up logs at ./log/docker/node2_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
2026-01-29 04:38:40.452 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43004
2026-01-29 04:38:40.453 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:41.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43004/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"READY"},{"Legacy Lightpush":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:41.458 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:41.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43004/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:41.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.39/tcp/43005/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs","/ip4/172.18.93.39/tcp/43006/ws/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs"],"enrUri":"enr:-L24QLyQypiXJ3GrBxKhUqZK853hKrlu7f01mexDtQ6i3cOiWiuL91kEA_45zEQp65QziDrELqozMPc2o9qCbtvb_G4CgmlkgnY0gmlwhKwSXSeKbXVsdGlhZGRyc5YACASsEl0nBqf9AAoErBJdJwan_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSb9TXVLkE3Mo_KTXM9fvZRz3HTOybtia7274C3zSzraDdGNwgqf9g3VkcIKn_4V3YWt1Mhs"}'
2026-01-29 04:38:41.461 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:41.461 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:38:41.461 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:38:41.462 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:38:41.462 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.49
2026-01-29 04:38:41.463 DEBUG [src.node.docker_mananger] Generated ports ['5217', '5218', '5219', '5220', '5221']
2026-01-29 04:38:41.463 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:38:41.463 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:38:41.463 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:38:41.463 DEBUG [src.node.docker_mananger] docker run -i -t -p 5217:5217 -p 5218:5218 -p 5219:5219 -p 5220:5220 -p 5221:5221 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=5219 --rest-port=5217 --tcp-port=5218 --discv5-udp-port=5220 --rest-address=0.0.0.0 --nat=extip:172.18.117.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9aae32acbc24ce0dea5cda7202b1acf3acde9ba85fd03d87e10cfd7bb3fe8b73 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5221 --metrics-logging=true --relay=true --storenode=/ip4/172.18.93.39/tcp/43005/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs --discv5-bootstrap-node=enr:-L24QLyQypiXJ3GrBxKhUqZK853hKrlu7f01mexDtQ6i3cOiWiuL91kEA_45zEQp65QziDrELqozMPc2o9qCbtvb_G4CgmlkgnY0gmlwhKwSXSeKbXVsdGlhZGRyc5YACASsEl0nBqf9AAoErBJdJwan_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSb9TXVLkE3Mo_KTXM9fvZRz3HTOybtia7274C3zSzraDdGNwgqf9g3VkcIKn_4V3YWt1Mhs
2026-01-29 04:38:41.647 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.49 waku 388875947f94545b6876444d788b85ec0f06c2da55ef001ad39a8ad4e6296afd
2026-01-29 04:38:41.677 DEBUG [src.node.docker_mananger] Container started with ID 388875947f94. Setting up logs at ./log/docker/node3_2026-01-29_04-38-38__b76f1b69-8c5f-48c4-abd7-ff6e54db59a3__wakuorg_nwaku:latest.log
2026-01-29 04:38:41.677 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5217
2026-01-29 04:38:41.677 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:38:42.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5217/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-29 04:38:42.682 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:38:42.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5217/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:42.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.49/tcp/5218/p2p/16Uiu2HAmJ2WtE6h5WxhpaMcHSaiXWex3Za6tSKYfTeiyUBXCELbu","/ip4/172.18.117.49/tcp/5219/ws/p2p/16Uiu2HAmJ2WtE6h5WxhpaMcHSaiXWex3Za6tSKYfTeiyUBXCELbu"],"enrUri":"enr:-L24QMzy_-yEMDAyj7CZ96rVpzQhNgmGGQOk6kG_-MAJzVp3JxfFtL75SoewvjEwCEiWkGAUoaufbK_kJT43IuC7HGkCgmlkgnY0gmlwhKwSdTGKbXVsdGlhZGRyc5YACASsEnUxBhRiAAoErBJ1MQYUY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDT84n5RdIYs3bfQTKjfEiD3QQKCJA362ge0YTF0m1LgyDdGNwghRig3VkcIIUZIV3YWt1MhM"}'
2026-01-29 04:38:42.685 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:38:42.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43004/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.2.19/tcp/14076/p2p/16Uiu2HAmSBKpxEvdZMMLJeVEegRisJBE178M6Tkw4x4YwYj7fzGt"]'
2026-01-29 04:38:42.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5217/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.39/tcp/43005/p2p/16Uiu2HAmHcsKdEeM2sr7wfkkT9mZXUhjvXqEB8GQZs4u1RNbjhKs"]'
2026-01-29 04:38:42.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:38:42.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:38:42.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5217/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-01-29 04:38:42.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661522699350877}}'
2026-01-29 04:38:42.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.712 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:42.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661522912561438}}'
2026-01-29 04:38:42.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:42.925 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:43.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523126441516}}'
2026-01-29 04:38:43.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:43.138 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:43.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523339107372}}'
2026-01-29 04:38:43.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:43.351 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:43.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523551787467}}'
2026-01-29 04:38:43.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:43.564 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:43.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523765180348}}'
2026-01-29 04:38:43.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:43.777 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:43.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661523978720058}}'
2026-01-29 04:38:43.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:43.992 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:44.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661524192949142}}'
2026-01-29 04:38:44.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:44.204 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:44.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661524405552604}}'
2026-01-29 04:38:44.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:44.418 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:44.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14075/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1769661524618867708}}'
2026-01-29 04:38:44.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:38:44.631 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-29 04:38:44.831 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 04:38:44.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14075/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8762bef0cf6df72152186e8187ec3c85e95d3f255057f3ee724db4a06f9e1582"},{"messageHash":"0x9d2ce0f92384870fd863fb8a9ea39494f9d6c56750150790e19f8f3cb4eac146"},{"messageHash":"0x2d868551453ce0d66f51b368e5eb33b9a6c1b8bcb96551d4223f6b5f56d723af"},{"messageHash":"0x7af77d281a4087aa6ca429ff22adcebc04b89a5bda5155b34ed5ba8a5868f5e1"},{"messageHash":"0x0bcc2a8370eb3e0defba1bd34c5280bd6575196d71d130a7ca40fe43b6258d99"},{"messageHash":"0xb23c1c6700f2c8aad633ec826612936b66402cdebd0ea212e18b8ad1343ee659"},{"messageHash":"0x7ef095916f67a3c643c61d3c31d0e04d35061e471f050ab2d823be542cb66275"},{"messageHash":"0x23c59d448d3afa4231eab069bc3acd44f881f52e10b57fed6509be560ef2ec82"},{"messageHash":"0x54d2397a2bbe771ddac0fae49cc6a515ec3fcc774afa81d3c1a38f3ff06697d6"},{"messageHash":"0xdc2ea1064033bd17c4df8be0d3bcaa250a489ae273d4c160d7c2a53867c9570c"}]}'
2026-01-29 04:38:44.835 DEBUG [src.steps.store] messages length is 10
2026-01-29 04:38:44.836 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 04:38:44.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43004/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8762bef0cf6df72152186e8187ec3c85e95d3f255057f3ee724db4a06f9e1582"},{"messageHash":"0x9d2ce0f92384870fd863fb8a9ea39494f9d6c56750150790e19f8f3cb4eac146"},{"messageHash":"0x2d868551453ce0d66f51b368e5eb33b9a6c1b8bcb96551d4223f6b5f56d723af"},{"messageHash":"0x7af77d281a4087aa6ca429ff22adcebc04b89a5bda5155b34ed5ba8a5868f5e1"},{"messageHash":"0x0bcc2a8370eb3e0defba1bd34c5280bd6575196d71d130a7ca40fe43b6258d99"},{"messageHash":"0xb23c1c6700f2c8aad633ec826612936b66402cdebd0ea212e18b8ad1343ee659"},{"messageHash":"0x7ef095916f67a3c643c61d3c31d0e04d35061e471f050ab2d823be542cb66275"},{"messageHash":"0x23c59d448d3afa4231eab069bc3acd44f881f52e10b57fed6509be560ef2ec82"},{"messageHash":"0x54d2397a2bbe771ddac0fae49cc6a515ec3fcc774afa81d3c1a38f3ff06697d6"},{"messageHash":"0xdc2ea1064033bd17c4df8be0d3bcaa250a489ae273d4c160d7c2a53867c9570c"}]}'
2026-01-29 04:38:44.839 DEBUG [src.steps.store] messages length is 10
2026-01-29 04:38:44.840 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 04:38:44.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5217/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:38:44.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8762bef0cf6df72152186e8187ec3c85e95d3f255057f3ee724db4a06f9e1582"},{"messageHash":"0x9d2ce0f92384870fd863fb8a9ea39494f9d6c56750150790e19f8f3cb4eac146"},{"messageHash":"0x2d868551453ce0d66f51b368e5eb33b9a6c1b8bcb96551d4223f6b5f56d723af"},{"messageHash":"0x7af77d281a4087aa6ca429ff22adcebc04b89a5bda5155b34ed5ba8a5868f5e1"},{"messageHash":"0x0bcc2a8370eb3e0defba1bd34c5280bd6575196d71d130a7ca40fe43b6258d99"},{"messageHash":"0xb23c1c6700f2c8aad633ec826612936b66402cdebd0ea212e18b8ad1343ee659"},{"messageHash":"0x7ef095916f67a3c643c61d3c31d0e04d35061e471f050ab2d823be542cb66275"},{"messageHash":"0x23c59d448d3afa4231eab069bc3acd44f881f52e10b57fed6509be560ef2ec82"},{"messageHash":"0x54d2397a2bbe771ddac0fae49cc6a515ec3fcc774afa81d3c1a38f3ff06697d6"},{"messageHash":"0xdc2ea1064033bd17c4df8be0d3bcaa250a489ae273d4c160d7c2a53867c9570c"}]}'
2026-01-29 04:38:44.843 DEBUG [src.steps.store] messages length is 10
2026-01-29 04:38:44.846 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:38:44.847 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:38:44.847 DEBUG [src.node.waku_node] Stopping container with id 12b1e0d3e479
2026-01-29 04:38:45.419 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:45.421 DEBUG [src.node.waku_node] Stopping container with id b38fba4bb789
2026-01-29 04:38:45.982 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:45.982 DEBUG [src.node.waku_node] Stopping container with id 388875947f94
2026-01-29 04:38:46.287 ERROR [src.node.docker_mananger] Max retries reached for container 12b1e0d3e479. Exiting log stream.
2026-01-29 04:38:46.563 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:38:46.564 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:38:46.589 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:38:46.604 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:38:46.611 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,337 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_three_store_sync_exchange with id: 2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1__wakuorg_nwaku:latest.log
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1__wakuorg_nwaku:latest.log
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.138.105
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52118', '52119', '52120', '52121', '52122']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52118:52118 -p 52119:52119 -p 52120:52120 -p 52121:52121 -p 52122:52122 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=52120 --rest-port=52118 --tcp-port=52119 --discv5-udp-port=52121 --rest-address=0.0.0.0 --nat=extip:172.18.138.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4c5cbb51f3434f03c5cbbaa9cf05cf2dce203ebf0aeb72a9150ac0d9fcd5e2ba --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52122 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1c6f2c071798. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.138.105 waku f5e98b67aee47ca844493544dff064d3a6cd0d27504d1686f6c112e71729fa0e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f5e98b67aee4. Setting up logs at ./log/docker/node1_2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52118
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 61dc2d87e01d. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52118/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.105/tcp/52119/p2p/16Uiu2HAmFhcZBnXChhNdprYkwdkAogmVMHPGNURSJwuygo8vUYqu","/ip4/172.18.138.105/tcp/52120/ws/p2p/16Uiu2HAmFhcZBnXChhNdprYkwdkAogmVMHPGNURSJwuygo8vUYqu"],"enrUri":"enr:-L24QHmjZsp6Pr7Q2guXkETZ1L6yc28ScTqEgXaKMXK8iHyvB_8cJgQ9pSc8A598IuQIvSS6g_nVqoYO0yieVSHVGVcCgmlkgnY0gmlwhKwSimmKbXVsdGlhZGRyc5YACASsEoppBsuXAAoErBKKaQbLmN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLT8o3y4TX8NNwySQd2Ui3t9KoOUKvjaFBZgotG6jOViDdGNwgsuXg3VkcILLmYV3YWt1MhM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52118/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.227.123
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61691', '61692', '61693', '61694', '61695']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 61691:61691 -p 61692:61692 -p 61693:61693 -p 61694:61694 -p 61695:61695 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=61693 --rest-port=61691 --tcp-port=61692 --discv5-udp-port=61694 --rest-address=0.0.0.0 --nat=extip:172.18.227.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fda5ddd3f84b111d0d6a0d39c7b11e46dab12e9570eaaeace9ffff68180fe48b --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61695 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.227.123 waku ae4905e8a5b724ac38d734ac822b215d1543986335eebcabe361365d64575d10
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ae4905e8a5b7. Setting up logs at ./log/docker/node2_2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61691
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61691/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61691/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.123/tcp/61692/p2p/16Uiu2HAmKNKfnKm9xhdUx9Rs4AQTvjnv8fAiev3teSmV1SSZrV1Q","/ip4/172.18.227.123/tcp/61693/ws/p2p/16Uiu2HAmKNKfnKm9xhdUx9Rs4AQTvjnv8fAiev3teSmV1SSZrV1Q"],"enrUri":"enr:-L24QMokwut2WhYKvy-fXAwG9IbeP5PD_faKxCg2gle4zDgaAOmzLEcWOTaEpplpTdBomM3g6Bl7yoDSXj-O6wu_cawCgmlkgnY0gmlwhKwS43uKbXVsdGlhZGRyc5YACASsEuN7BvD8AAoErBLjewbw_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDY7zHUrIAcUhPQIOnbg51465-3XPYESY3xb2XNx1XfI-DdGNwgvD8g3VkcILw_oV3YWt1MhM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61691/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.138.105/tcp/52119/p2p/16Uiu2HAmFhcZBnXChhNdprYkwdkAogmVMHPGNURSJwuygo8vUYqu"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.174.254
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63099', '63100', '63101', '63102', '63103']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63099:63099 -p 63100:63100 -p 63101:63101 -p 63102:63102 -p 63103:63103 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=63101 --rest-port=63099 --tcp-port=63100 --discv5-udp-port=63102 --rest-address=0.0.0.0 --nat=extip:172.18.174.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b64d8734fc1eefae7123dc0ae22750e35d770bc0c97b8d1b1df58def5ebcc029 --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63103 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.174.254 waku e6942a9a85fabd6e5ee2b40a448f94ac14bccbdf92b404cf76a39c312b998dfe
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e6942a9a85fa. Setting up logs at ./log/docker/node3_2026-01-29_04-40-37__367fdfa5-2073-4836-b6cf-720dc28f26a1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63099
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63099/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63099/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.254/tcp/63100/p2p/16Uiu2HAmU4bGyQFkbmWz8sQD7Smccnsp85TdKBAUbm54CySbPAJH","/ip4/172.18.174.254/tcp/63101/ws/p2p/16Uiu2HAmU4bGyQFkbmWz8sQD7Smccnsp85TdKBAUbm54CySbPAJH"],"enrUri":"enr:-L24QIcWRPopKeZkE_Slc4sD9bn0FfrqmoNBswooVbB31ovnRMD5pc0FCtBeyJjqeztK-Ov6-i9DrtSFPjfdCydBMcYCgmlkgnY0gmlwhKwSrv6KbXVsdGlhZGRyc5YACASsEq7-BvZ8AAoErBKu_gb2fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5OsnKZA892hF1NkFc8iOcOa3ZbDc4rZw1Rb_Ecc6_t6DdGNwgvZ8g3VkcIL2foV3YWt1MhM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/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)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.138.105/tcp/52119/p2p/16Uiu2HAmFhcZBnXChhNdprYkwdkAogmVMHPGNURSJwuygo8vUYqu"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63099/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.123/tcp/61692/p2p/16Uiu2HAmKNKfnKm9xhdUx9Rs4AQTvjnv8fAiev3teSmV1SSZrV1Q"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52118/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
DEBUG  tests.store_sync.test_store_sync:test_store_sync.py:933 Node-A store has 60 messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61691/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
DEBUG  tests.store_sync.test_store_sync:test_store_sync.py:937 Node-B store has 60 messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63099/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
DEBUG  tests.store_sync.test_store_sync:test_store_sync.py:940 Node-C store has 60 messages
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id f5e98b67aee4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ae4905e8a5b7
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e6942a9a85fa
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f5e98b67aee4. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.

View File

@ -0,0 +1,34 @@
WRN 2026-01-29 04:43:24.314+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
bSubscribeShards: some(@[0])
INF 2026-01-29 04:43:24.314+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-01-29 04:43:24.314+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
INF 2026-01-29 04:43:24.314+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2026-01-29 04:43:24.314+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2026-01-29 04:43:24.314+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QE0Tveeaevqso_YT2CejQIjvmaPJ2bgnk9qJOElOLNopbu1KPOHXoMvlJgkRVii-0scChE_tRH_s0Rc4L9d-FyQCgmlkgnY0gmlwhKwS4ayKbXVsdGlhZGRyc5YACASsEuGsBs9iAAoErBLhrAbPY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDwPLPYwOuaSMby8nEiLlIkSlA4SNJKhx-PR9unRMGkPGDdGNwgs9ig3VkcILPZIV3YWt1Mgk
NTC 2026-01-29 04:43:24.315+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:27269
INF 2026-01-29 04:43:24.315+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:27269/
INF 2026-01-29 04:43:24.315+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2026-01-29 04:43:24.315+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2026-01-29 04:43:24.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2026-01-29 04:43:24.317+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-01-29 04:43:24.317+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-01-29 04:43:24.317+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2026-01-29 04:43:24.317+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.231.180/tcp/27270, /ip4/172.18.231.180/tcp/27271/ws]"
INF 2026-01-29 04:43:24.317+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2026-01-29 04:43:24.317+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2026-01-29 04:43:24.317+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-01-29 04:43:24.317+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-01-29 04:43:24.317+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-01-29 04:43:24.317+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2026-01-29 04:43:24.317+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2026-01-29 04:43:24.317+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2026-01-29 04:43:24.317+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*xX9Tth, seqNo: 1769661804, addresses: [/ip4/172.18.231.180/tcp/27270, /ip4/172.18.231.180/tcp/27271/ws], mixKey: )"
TRC 2026-01-29 04:43:24.317+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-01-29 04:43:24.317+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2026-01-29 04:43:24.317+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-01-29 04:43:24.317+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-01-29 04:43:24.317+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2026-01-29 04:43:24.317+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2026-01-29 04:43:24.317+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:43:24.317+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
ERR 2026-01-29 04:43:24.317+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More