deploy: d6428af91dd320608d645be9bdcb3540e1cc9e54

This commit is contained in:
romanzac 2025-12-25 04:55:10 +00:00
parent 308699352f
commit 1aeff23887
1665 changed files with 865598 additions and 6 deletions

2
nim/1014/app.js Normal file

File diff suppressed because one or more lines are too long

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_FATAL_from_ERROR with id: 2025-12-25_04-28-15__30172018-da65-493a-ad86-fb06cce66953
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_2025-12-25_04-28-15__30172018-da65-493a-ad86-fb06cce66953__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_2025-12-25_04-28-15__30172018-da65-493a-ad86-fb06cce66953__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_2025-12-25_04-28-15__30172018-da65-493a-ad86-fb06cce66953__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_2025-12-25_04-28-15__30172018-da65-493a-ad86-fb06cce66953__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.104.20
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41652', '41653', '41654', '41655', '41656']
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 41652:41652 -p 41653:41653 -p 41654:41654 -p 41655:41655 -p 41656:41656 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=41654 --rest-port=41652 --tcp-port=41653 --discv5-udp-port=41655 --rest-address=0.0.0.0 --nat=extip:172.18.104.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9990233acc5424b9a6e7d5ee3a806f6cad8af59f2d22e4d3deb20d690bfbc8d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41656 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.20 waku bc216361ee6ff2511d2bba3ec3e77371ae192c41aa86e90fc3f6aa5b1e72fb0d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID bc216361ee6f. Setting up logs at ./log/docker/node1_2025-12-25_04-28-15__30172018-da65-493a-ad86-fb06cce66953__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41652
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 f9aa052794bd. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 44a2e5accd64. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41652/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:41652/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.104.20/tcp/41653/p2p/16Uiu2HAmFNrip63ckJwA1TEv4wPVKXqv998QJDvjbwxwbAYzi3mP","/ip4/172.18.104.20/tcp/41654/ws/p2p/16Uiu2HAmFNrip63ckJwA1TEv4wPVKXqv998QJDvjbwxwbAYzi3mP"],"enrUri":"enr:-L24QApXLKLMcG0un3zAf8FeTkUD0nvo1iQZRv0eggPdXeT5HdQXcLsF0NCDj-w9QSvT5FAvPWoafQCyvUNMOjKnGx0CgmlkgnY0gmlwhKwSaBSKbXVsdGlhZGRyc5YACASsEmgUBqK1AAoErBJoFAaitt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKHEkTE5XFlxG-gT_GfvcpzDCQKI_OAMsTZ7aqLsnjO6DdGNwgqK1g3VkcIKit4V3YWt1MgE"}'
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:41652/admin/v1/log-level/ERROR" -H "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:41652/admin/v1/log-level/FATAL" -H "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:41652/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.104.20/tcp/41653/p2p/16Uiu2HAmFNrip63ckJwA1TEv4wPVKXqv998QJDvjbwxwbAYzi3mP","/ip4/172.18.104.20/tcp/41654/ws/p2p/16Uiu2HAmFNrip63ckJwA1TEv4wPVKXqv998QJDvjbwxwbAYzi3mP"],"enrUri":"enr:-L24QApXLKLMcG0un3zAf8FeTkUD0nvo1iQZRv0eggPdXeT5HdQXcLsF0NCDj-w9QSvT5FAvPWoafQCyvUNMOjKnGx0CgmlkgnY0gmlwhKwSaBSKbXVsdGlhZGRyc5YACASsEmgUBqK1AAoErBJoFAaitt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKHEkTE5XFlxG-gT_GfvcpzDCQKI_OAMsTZ7aqLsnjO6DdGNwgqK1g3VkcIKit4V3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41652/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41652/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-124-g96196a'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:320 counts at FATAL: {'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:41652/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 bc216361ee6f
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.

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_valid_version with id: 2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5
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_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__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.6.54
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40421', '40422', '40423', '40424', '40425']
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 40421:40421 -p 40422:40422 -p 40423:40423 -p 40424:40424 -p 40425:40425 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=40423 --rest-port=40421 --tcp-port=40422 --discv5-udp-port=40424 --rest-address=0.0.0.0 --nat=extip:172.18.6.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c8c2bca78af4f820a710397fa7adabf4d8558fedad9adad3be8ffe5fa4f7fb2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40425 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.6.54 waku 4cf21f92430abf27f19eeb54ea5da9d4375cff02c30dc0e7d7f3e18b0d625120
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4cf21f92430a. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40421
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:40421/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:40421/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.54/tcp/40422/p2p/16Uiu2HAmED3mkeM4iAm1mCyaaKqyaQ61nnLxcC7KpdzQ39HN9d2Y","/ip4/172.18.6.54/tcp/40423/ws/p2p/16Uiu2HAmED3mkeM4iAm1mCyaaKqyaQ61nnLxcC7KpdzQ39HN9d2Y"],"enrUri":"enr:-L24QLGDM3HMaImIiF5xgucwSXQ1Kvya6N22ecFZNNsA-ilIJELbc1JJx5W-nyISyoz5A5XFmX6_UQ6LRQolwzakqEcCgmlkgnY0gmlwhKwSBjaKbXVsdGlhZGRyc5YACASsEgY2Bp3mAAoErBIGNgad590DgnJzhQADAQAAiXNlY3AyNTZrMaEDFxIkT5QNoCXzBcmLo1S7h9yHmD5QbpmQtkXHQg_65vmDdGNwgp3mg3VkcIKd6IV3YWt1Mgk"}'
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_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__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.120.170
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7552', '7553', '7554', '7555', '7556']
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 7552:7552 -p 7553:7553 -p 7554:7554 -p 7555:7555 -p 7556:7556 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=7554 --rest-port=7552 --tcp-port=7553 --discv5-udp-port=7555 --rest-address=0.0.0.0 --nat=extip:172.18.120.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0b2d7a1cbf5daa8d90dfbd1fbd58af595fbabf43a014d6cce4becbae92f3dfe5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7556 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.120.170 waku 8ec71ef7877e33cfd83785300c818e44f20ea4c49fcd1e652a249eac3d258a72
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8ec71ef7877e. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7552
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:7552/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:7552/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.120.170/tcp/7553/p2p/16Uiu2HAmQoai5puSCz8F93Vw5vbxAXqB73t7Ha8RgMyu44dB7M4E","/ip4/172.18.120.170/tcp/7554/ws/p2p/16Uiu2HAmQoai5puSCz8F93Vw5vbxAXqB73t7Ha8RgMyu44dB7M4E"],"enrUri":"enr:-L24QJRttLlhNHMUCx_d5WOHSdTTW32gUFjE5SIHI_2ioxLNdZJHHpO8hb2zqEGFQ0AtIKL42CPnPMTWyAcSf-Cxw68CgmlkgnY0gmlwhKwSeKqKbXVsdGlhZGRyc5YACASsEniqBh2BAAoErBJ4qgYdgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtH-9J_V9MbowgFgZW0OCEPrraLTdtJDT1MfsumAgD9uDdGNwgh2Bg3VkcIIdg4V3YWt1MgE"}'
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:7552/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.6.54/tcp/40422/p2p/16Uiu2HAmED3mkeM4iAm1mCyaaKqyaQ61nnLxcC7KpdzQ39HN9d2Y"]'
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_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__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.77
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38909', '38910', '38911', '38912', '38913']
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 38909:38909 -p 38910:38910 -p 38911:38911 -p 38912:38912 -p 38913:38913 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=38911 --rest-port=38909 --tcp-port=38910 --discv5-udp-port=38912 --rest-address=0.0.0.0 --nat=extip:172.18.1.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=40f071cde1fa5ade4de6a40fbfc22f18e805cb08b92d492c66afe289eb0ffab4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38913 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLGDM3HMaImIiF5xgucwSXQ1Kvya6N22ecFZNNsA-ilIJELbc1JJx5W-nyISyoz5A5XFmX6_UQ6LRQolwzakqEcCgmlkgnY0gmlwhKwSBjaKbXVsdGlhZGRyc5YACASsEgY2Bp3mAAoErBIGNgad590DgnJzhQADAQAAiXNlY3AyNTZrMaEDFxIkT5QNoCXzBcmLo1S7h9yHmD5QbpmQtkXHQg_65vmDdGNwgp3mg3VkcIKd6IV3YWt1Mgk --lightpushnode=/ip4/172.18.6.54/tcp/40422/p2p/16Uiu2HAmED3mkeM4iAm1mCyaaKqyaQ61nnLxcC7KpdzQ39HN9d2Y --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.1.77 waku 0fa07052ef25be902b8acfdcc80db68e71cc1f2ba213b47a661da6bf6941ccac
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0fa07052ef25. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38909
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:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0fa07052ef25. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38909/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=38909): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2002a1e570>: 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.117.13
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23398', '23399', '23400', '23401', '23402']
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 23398:23398 -p 23399:23399 -p 23400:23400 -p 23401:23401 -p 23402:23402 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=23400 --rest-port=23398 --tcp-port=23399 --discv5-udp-port=23401 --rest-address=0.0.0.0 --nat=extip:172.18.117.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=606fe04fb1457ee30d1c55ae7bd51adc8aaed20b28b83c8aebd55ab9e4e9234d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23402 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLGDM3HMaImIiF5xgucwSXQ1Kvya6N22ecFZNNsA-ilIJELbc1JJx5W-nyISyoz5A5XFmX6_UQ6LRQolwzakqEcCgmlkgnY0gmlwhKwSBjaKbXVsdGlhZGRyc5YACASsEgY2Bp3mAAoErBIGNgad590DgnJzhQADAQAAiXNlY3AyNTZrMaEDFxIkT5QNoCXzBcmLo1S7h9yHmD5QbpmQtkXHQg_65vmDdGNwgp3mg3VkcIKd6IV3YWt1Mgk --lightpushnode=/ip4/172.18.6.54/tcp/40422/p2p/16Uiu2HAmED3mkeM4iAm1mCyaaKqyaQ61nnLxcC7KpdzQ39HN9d2Y --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.117.13 waku 1da4f69a1e86e30cd58fd45af10fbe6c18a9bfc8951794ba1a583dae6bbfd671
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1da4f69a1e86. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23398
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:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1da4f69a1e86. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23398/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=23398): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f20028e1cd0>: 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.181.207
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46970', '46971', '46972', '46973', '46974']
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 46970:46970 -p 46971:46971 -p 46972:46972 -p 46973:46973 -p 46974:46974 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=46972 --rest-port=46970 --tcp-port=46971 --discv5-udp-port=46973 --rest-address=0.0.0.0 --nat=extip:172.18.181.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eaa6efed95bdc923ba5c943295dafdf16bb7d6da9dc7aa81bbdfdccae00944a6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46974 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLGDM3HMaImIiF5xgucwSXQ1Kvya6N22ecFZNNsA-ilIJELbc1JJx5W-nyISyoz5A5XFmX6_UQ6LRQolwzakqEcCgmlkgnY0gmlwhKwSBjaKbXVsdGlhZGRyc5YACASsEgY2Bp3mAAoErBIGNgad590DgnJzhQADAQAAiXNlY3AyNTZrMaEDFxIkT5QNoCXzBcmLo1S7h9yHmD5QbpmQtkXHQg_65vmDdGNwgp3mg3VkcIKd6IV3YWt1Mgk --lightpushnode=/ip4/172.18.6.54/tcp/40422/p2p/16Uiu2HAmED3mkeM4iAm1mCyaaKqyaQ61nnLxcC7KpdzQ39HN9d2Y --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.181.207 waku 50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 50ed9dd049d3. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-37-23__8dc8c63c-e8b4-4f1e-a82e-e6eea8e421f5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46970
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:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 50ed9dd049d3. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46970/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=46970): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2002a5da60>: 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 4cf21f92430a
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8ec71ef7877e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4cf21f92430a. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8ec71ef7877e. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a/stop: Not Found ("No such container: 50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a/stop: Not Found ("No such container: 50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 50ed9dd049d3
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a/stop: Not Found ("No such container: 50ed9dd049d32e5355daf49a589b0d77d6fe2a8b28297b1b3c972a38fdacba8a")
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.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,101 @@
2025-12-25 04:34:14.888 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:34:14.888 DEBUG [tests.conftest] Running test: test_publishing_node_paused_and_unpaused with id: 2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d
2025-12-25 04:34:14.889 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:34:14.889 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:34:14.889 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:34:14.896 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:34:14.896 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__wakuorg_nwaku:latest.log
2025-12-25 04:34:14.896 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:34:14.896 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:34:14.897 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:34:14.897 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.179.72
2025-12-25 04:34:14.898 DEBUG [src.node.docker_mananger] Generated ports ['44153', '44154', '44155', '44156', '44157']
2025-12-25 04:34:14.898 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:34:14.898 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:34:14.898 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:34:14.898 DEBUG [src.node.docker_mananger] docker run -i -t -p 44153:44153 -p 44154:44154 -p 44155:44155 -p 44156:44156 -p 44157:44157 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=44155 --rest-port=44153 --tcp-port=44154 --discv5-udp-port=44156 --rest-address=0.0.0.0 --nat=extip:172.18.179.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=67b0b15a9aaae5bee9c4df4d0b010478cfecb5da091fbea7d9ef68d0ecf5abcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44157 --metrics-logging=true --store=true --relay=true
2025-12-25 04:34:15.101 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.179.72 waku 44fd59eb64d4cabacf0ab70b7e8fd5dabbd08556a7b0ca5cf38de55957a1702a
2025-12-25 04:34:15.132 DEBUG [src.node.docker_mananger] Container started with ID 44fd59eb64d4. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__wakuorg_nwaku:latest.log
2025-12-25 04:34:15.133 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44153
2025-12-25 04:34:15.135 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:34:15.178 ERROR [src.node.docker_mananger] Max retries reached for container 62199e0431d9. Exiting log stream.
2025-12-25 04:34:15.694 ERROR [src.node.docker_mananger] Max retries reached for container 8eda5fad6170. Exiting log stream.
2025-12-25 04:34:16.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:16.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:34:16.140 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:34:16.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:16.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx","/ip4/172.18.179.72/tcp/44155/ws/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx"],"enrUri":"enr:-L24QHCZpL2LUqWnuyaFCtq4N6I3UkqzftVyLLeVUSBX6jWnBLc051REZ_asJdBAhmXuaHFGOgjGl8uLY7oQSSiCYHcCgmlkgnY0gmlwhKwSs0iKbXVsdGlhZGRyc5YACASsErNIBqx6AAoErBKzSAase90DgnJzhQADAQAAiXNlY3AyNTZrMaECpjnbiTdY87bmrVtLFJO_Zidq4UTCKhrM-p8SMZtRFTuDdGNwgqx6g3VkcIKsfIV3YWt1MgM"}'
2025-12-25 04:34:16.142 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:34:16.149 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:34:16.149 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__wakuorg_nwaku:latest.log
2025-12-25 04:34:16.149 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:34:16.150 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:34:16.151 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:34:16.151 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.76
2025-12-25 04:34:16.151 DEBUG [src.node.docker_mananger] Generated ports ['3705', '3706', '3707', '3708', '3709']
2025-12-25 04:34:16.151 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:34:16.151 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:34:16.152 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:34:16.152 DEBUG [src.node.docker_mananger] docker run -i -t -p 3705:3705 -p 3706:3706 -p 3707:3707 -p 3708:3708 -p 3709:3709 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=3707 --rest-port=3705 --tcp-port=3706 --discv5-udp-port=3708 --rest-address=0.0.0.0 --nat=extip:172.18.214.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=779c6d70bdfbc0bc6e9b8d8ab0faf21d676bf148bd383dddfd2df2eaf97d22da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3709 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHCZpL2LUqWnuyaFCtq4N6I3UkqzftVyLLeVUSBX6jWnBLc051REZ_asJdBAhmXuaHFGOgjGl8uLY7oQSSiCYHcCgmlkgnY0gmlwhKwSs0iKbXVsdGlhZGRyc5YACASsErNIBqx6AAoErBKzSAase90DgnJzhQADAQAAiXNlY3AyNTZrMaECpjnbiTdY87bmrVtLFJO_Zidq4UTCKhrM-p8SMZtRFTuDdGNwgqx6g3VkcIKsfIV3YWt1MgM --storenode=/ip4/172.18.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx --store=true --relay=true
2025-12-25 04:34:16.352 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.76 waku c9fc6b0ed86d93183a9e94dec52c0b95c306f188e1beef14300f91accbdee006
2025-12-25 04:34:16.386 DEBUG [src.node.docker_mananger] Container started with ID c9fc6b0ed86d. Setting up logs at ./log/docker/store_node1_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__wakuorg_nwaku:latest.log
2025-12-25 04:34:16.387 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3705
2025-12-25 04:34:16.387 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:34:17.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3705/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:17.392 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"}]}'
2025-12-25 04:34:17.392 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:34:17.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3705/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:17.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.76/tcp/3706/p2p/16Uiu2HAkv71XrTB1oDW9qKabaz7JeDuHobRDfRDHzzEymEnaYkf9","/ip4/172.18.214.76/tcp/3707/ws/p2p/16Uiu2HAkv71XrTB1oDW9qKabaz7JeDuHobRDfRDHzzEymEnaYkf9"],"enrUri":"enr:-L24QP1B4CNwkrLg24UV-w2f5UdxbCjsmV4XJ6_VW1z43LrLFSbOf8rD60cQasVDEW4xJBGsk2xXb7-hmL08sZOHR_gCgmlkgnY0gmlwhKwS1kyKbXVsdGlhZGRyc5YACASsEtZMBg56AAoErBLWTAYOe90DgnJzhQADAQAAiXNlY3AyNTZrMaECChPCio-ZXwJXO3JcnHqZwLbD4USWUusxMb_vjQ742fiDdGNwgg56g3VkcIIOfIV3YWt1MgM"}'
2025-12-25 04:34:17.395 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:34:17.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3705/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx"]'
2025-12-25 04:34:17.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:17.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44153/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:34:17.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:17.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3705/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:34:17.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:17.404 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:17.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44153/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:34:17.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:17.413 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:17.613 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:34:17.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:17.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"}]}'
2025-12-25 04:34:17.616 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:34:17.617 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:34:17.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3705/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:17.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"}]}'
2025-12-25 04:34:17.620 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:34:17.620 DEBUG [src.node.waku_node] Pausing container with id 44fd59eb64d4
2025-12-25 04:34:17.629 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:34:18.630 DEBUG [src.node.waku_node] Unpause container with id 44fd59eb64d4
2025-12-25 04:34:18.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:18.643 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":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:34:18.643 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:34:18.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:18.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx","/ip4/172.18.179.72/tcp/44155/ws/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx"],"enrUri":"enr:-L24QHCZpL2LUqWnuyaFCtq4N6I3UkqzftVyLLeVUSBX6jWnBLc051REZ_asJdBAhmXuaHFGOgjGl8uLY7oQSSiCYHcCgmlkgnY0gmlwhKwSs0iKbXVsdGlhZGRyc5YACASsErNIBqx6AAoErBKzSAase90DgnJzhQADAQAAiXNlY3AyNTZrMaECpjnbiTdY87bmrVtLFJO_Zidq4UTCKhrM-p8SMZtRFTuDdGNwgqx6g3VkcIKsfIV3YWt1MgM"}'
2025-12-25 04:34:18.645 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:34:18.646 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:18.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44153/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:34:18.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:18.651 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:18.852 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:34:18.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:18.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
2025-12-25 04:34:18.855 DEBUG [src.steps.store] messages length is 2
2025-12-25 04:34:18.856 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:34:18.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3705/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:18.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
2025-12-25 04:34:18.859 DEBUG [src.steps.store] messages length is 2
2025-12-25 04:34:18.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44153/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:18.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
2025-12-25 04:34:18.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3705/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:18.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
2025-12-25 04:34:18.866 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:34:18.867 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:34:18.868 DEBUG [src.node.waku_node] Stopping container with id 44fd59eb64d4
2025-12-25 04:34:19.407 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:34:19.409 DEBUG [src.node.waku_node] Stopping container with id c9fc6b0ed86d
2025-12-25 04:34:19.932 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:34:19.933 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:34:19.939 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:34:19.945 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,68 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_with_extra_field with id: 2025-12-25_04-17-08__bbb9d1d2-8e5b-4a44-901a-b91cfaec8024
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_2025-12-25_04-17-08__bbb9d1d2-8e5b-4a44-901a-b91cfaec8024__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.116.170
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56326', '56327', '56328', '56329', '56330']
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 56326:56326 -p 56327:56327 -p 56328:56328 -p 56329:56329 -p 56330:56330 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=56328 --rest-port=56326 --tcp-port=56327 --discv5-udp-port=56329 --rest-address=0.0.0.0 --nat=extip:172.18.116.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ca2326f3fcc3aafde4ba94ec4bfd4b15674b17848cf2eff7dbe0bec2637ea6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56330 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.116.170 waku 6e92f58da9ef9387da8a8b31cc877c861d5c7d67128aa7cb2408ab9fa0a72924
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6e92f58da9ef. Setting up logs at ./log/docker/node1_2025-12-25_04-17-08__bbb9d1d2-8e5b-4a44-901a-b91cfaec8024__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56326
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 8bf88a9cb4e8. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container acf0da64d12a. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56326/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:56326/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.116.170/tcp/56327/p2p/16Uiu2HAmENDc6HZMrg9yhRE38bvJkAL3PTSKrfSxuZekohYpcVSs","/ip4/172.18.116.170/tcp/56328/ws/p2p/16Uiu2HAmENDc6HZMrg9yhRE38bvJkAL3PTSKrfSxuZekohYpcVSs"],"enrUri":"enr:-L24QLDtFLBX9xMNZ0OFVhNVS_m_SY6faBvoLjLUJTBM-JirVgiTd9_f3G8_aOQlSmzkUZqmJ7s5p2uktLM1VSYRRx0CgmlkgnY0gmlwhKwSdKqKbXVsdGlhZGRyc5YACASsEnSqBtwHAAoErBJ0qgbcCN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGWt84R2---i2GXQDn0v2aqd6Jh5q1Ibi0PwxIJPZ55SDdGNwgtwHg3VkcILcCYV3YWt1MgU"}'
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_2025-12-25_04-17-08__bbb9d1d2-8e5b-4a44-901a-b91cfaec8024__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.252.246
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52725', '52726', '52727', '52728', '52729']
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 52725:52725 -p 52726:52726 -p 52727:52727 -p 52728:52728 -p 52729:52729 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=52727 --rest-port=52725 --tcp-port=52726 --discv5-udp-port=52728 --rest-address=0.0.0.0 --nat=extip:172.18.252.246 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=27b23fe2b6bd60d3cee07a85e9f98e7cdd0e5a20e650b77b36e9abbf6178f68c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52729 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLDtFLBX9xMNZ0OFVhNVS_m_SY6faBvoLjLUJTBM-JirVgiTd9_f3G8_aOQlSmzkUZqmJ7s5p2uktLM1VSYRRx0CgmlkgnY0gmlwhKwSdKqKbXVsdGlhZGRyc5YACASsEnSqBtwHAAoErBJ0qgbcCN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGWt84R2---i2GXQDn0v2aqd6Jh5q1Ibi0PwxIJPZ55SDdGNwgtwHg3VkcILcCYV3YWt1MgU --filternode=/ip4/172.18.116.170/tcp/56327/p2p/16Uiu2HAmENDc6HZMrg9yhRE38bvJkAL3PTSKrfSxuZekohYpcVSs
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.252.246 waku 8634b8abd348fcd5b7e1691b8d3d94036a3dbf5b15f291edf282245cb9895972
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8634b8abd348. Setting up logs at ./log/docker/node2_2025-12-25_04-17-08__bbb9d1d2-8e5b-4a44-901a-b91cfaec8024__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52725
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:52725/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:52725/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.252.246/tcp/52726/p2p/16Uiu2HAmUvmd8vMvbYqXwvkLodMbYcxZ7SKztSqpDtBqmZbc25xs","/ip4/172.18.252.246/tcp/52727/ws/p2p/16Uiu2HAmUvmd8vMvbYqXwvkLodMbYcxZ7SKztSqpDtBqmZbc25xs"],"enrUri":"enr:-L24QKMBhk3DzVVPZuNGpF0BjVOPLTaPxK-ieaEGBgYuDjY5A_9s6yw4k_jQpW0pFUbweXaYNkqQrBRsbYODclX_lgICgmlkgnY0gmlwhKwS_PaKbXVsdGlhZGRyc5YACASsEvz2Bs32AAoErBL89gbN990DgnJzhQADAQAAiXNlY3AyNTZrMaED8cXkwK6Px_E_ElDuJkVq_Jl2gANn4AF9NFx-Lk53SdCDdGNwgs32g3VkcILN-IV3YWt1MgA"}'
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:52725/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.116.170/tcp/56327/p2p/16Uiu2HAmENDc6HZMrg9yhRE38bvJkAL3PTSKrfSxuZekohYpcVSs"]'
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:56326/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:52725/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b02c282b-2d9a-4e53-bc57-dfd23a76d975", "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":"b02c282b-2d9a-4e53-bc57-dfd23a76d975","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:52725/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"}'
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:52725/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 6e92f58da9ef
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8634b8abd348
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,779 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_20_senders_1_receiver with id: 2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04
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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__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  tests.e2e.test_e2e:test_e2e.py:186 Start 20 nodes to publish messages
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.205.77
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25295', '25296', '25297', '25298', '25299']
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 25295:25295 -p 25296:25296 -p 25297:25297 -p 25298:25298 -p 25299:25299 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=25297 --rest-port=25295 --tcp-port=25296 --discv5-udp-port=25298 --rest-address=0.0.0.0 --nat=extip:172.18.205.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a7aafaa4dccb7cc57c543184b8ab94f69afdee9f5bbd7af0acfccdce2ea18321 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25299 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.205.77 waku b4f49397ede8afae7df58552ba4916c74c87df5769317cfa0c4f821c7b7cebd0
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b4f49397ede8. Setting up logs at ./log/docker/node1_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25295
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 0d37fc2f0b55. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d308a719d7eb. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25295/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:25295/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.205.77/tcp/25296/p2p/16Uiu2HAm5BMrH7XZwS9SMqhzkJnfzRjRdUyGEJXP128rWdvVCSx5","/ip4/172.18.205.77/tcp/25297/ws/p2p/16Uiu2HAm5BMrH7XZwS9SMqhzkJnfzRjRdUyGEJXP128rWdvVCSx5"],"enrUri":"enr:-L24QK_L-UWzQxWwG6qBgIo2Z3KZqkUVITFXT4QpuzYySj19APSQCi8vsU5TCto72u7eSQ0DBmrgjtMwc4g_013yZaECgmlkgnY0gmlwhKwSzU2KbXVsdGlhZGRyc5YACASsEs1NBmLQAAoErBLNTQZi0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECkOo9H_8KizEbFJtSLKgrRQKuPk9-qgDHKSD3eG_leRaDdGNwgmLQg3VkcIJi0oV3YWt1MgE"}'
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/node1_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.4.241
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30593', '30594', '30595', '30596', '30597']
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 30593:30593 -p 30594:30594 -p 30595:30595 -p 30596:30596 -p 30597:30597 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=30595 --rest-port=30593 --tcp-port=30594 --discv5-udp-port=30596 --rest-address=0.0.0.0 --nat=extip:172.18.4.241 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ac6cd904eee1a9c61aaa5cc4dc4d3f6391bbce00c3b8f0ef5a70ddbe44c589fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30597 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK_L-UWzQxWwG6qBgIo2Z3KZqkUVITFXT4QpuzYySj19APSQCi8vsU5TCto72u7eSQ0DBmrgjtMwc4g_013yZaECgmlkgnY0gmlwhKwSzU2KbXVsdGlhZGRyc5YACASsEs1NBmLQAAoErBLNTQZi0d0DgnJzhQADAQAAiXNlY3AyNTZrMaECkOo9H_8KizEbFJtSLKgrRQKuPk9-qgDHKSD3eG_leRaDdGNwgmLQg3VkcIJi0oV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.4.241 waku d38492d5addfede56fc2f5078912a242a995fa6de5389bf9899ee2f0777abcdb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d38492d5addf. Setting up logs at ./log/docker/node1_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30593
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:30593/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:30593/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.4.241/tcp/30594/p2p/16Uiu2HAmG6YxRxbcvrYLPPvdPWeAFARGSAbKAh5AzC74xnPFg4Qx","/ip4/172.18.4.241/tcp/30595/ws/p2p/16Uiu2HAmG6YxRxbcvrYLPPvdPWeAFARGSAbKAh5AzC74xnPFg4Qx"],"enrUri":"enr:-L24QIgm0xle-h1jjBpEo-VpUE4SLLwNAOV4EZjltNO4pgUQdS6qeLX7ItS6rCuMVfN3cMLtGKJGTEyBsDTmpPAqkrMCgmlkgnY0gmlwhKwSBPGKbXVsdGlhZGRyc5YACASsEgTxBneCAAoErBIE8QZ3g90DgnJzhQADAQAAiXNlY3AyNTZrMaEDMx9y1zS9TSqneEtgqSldwMX1LPew0h8AemnxFQ5Q-VGDdGNwgneCg3VkcIJ3hIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.107.109
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42060', '42061', '42062', '42063', '42064']
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 42060:42060 -p 42061:42061 -p 42062:42062 -p 42063:42063 -p 42064:42064 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=42062 --rest-port=42060 --tcp-port=42061 --discv5-udp-port=42063 --rest-address=0.0.0.0 --nat=extip:172.18.107.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=69730752a6adfbefda4176e06e538dd2caeb8d6cc26be482a19acec6e060ca4d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42064 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIgm0xle-h1jjBpEo-VpUE4SLLwNAOV4EZjltNO4pgUQdS6qeLX7ItS6rCuMVfN3cMLtGKJGTEyBsDTmpPAqkrMCgmlkgnY0gmlwhKwSBPGKbXVsdGlhZGRyc5YACASsEgTxBneCAAoErBIE8QZ3g90DgnJzhQADAQAAiXNlY3AyNTZrMaEDMx9y1zS9TSqneEtgqSldwMX1LPew0h8AemnxFQ5Q-VGDdGNwgneCg3VkcIJ3hIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.109 waku 16f2a2f23f7284983bd101679fc5950a0c7b98c10bb06b60360d440d404b4f2a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 16f2a2f23f72. Setting up logs at ./log/docker/node2_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42060
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:42060/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:42060/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.109/tcp/42061/p2p/16Uiu2HAm7Nxrr9nbDwTt55mAtYwWVhXwA3N3xwtXstzHqTJvoP4e","/ip4/172.18.107.109/tcp/42062/ws/p2p/16Uiu2HAm7Nxrr9nbDwTt55mAtYwWVhXwA3N3xwtXstzHqTJvoP4e"],"enrUri":"enr:-L24QHIq3F98YZSEGY3JxzS_X8ChHKoyuYLoKdxg_D6ZRUTjWcDTVNerQMJ4S-rzfSBV-ICnp5jI5J6RBLqT5QrBhjICgmlkgnY0gmlwhKwSa22KbXVsdGlhZGRyc5YACASsEmttBqRNAAoErBJrbQakTt0DgnJzhQADAQAAiXNlY3AyNTZrMaECsZqWVjl5RkVRjZSTYSK-4s854yt9bhbLHQQaeI1eyYuDdGNwgqRNg3VkcIKkT4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.166.252
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33047', '33048', '33049', '33050', '33051']
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 33047:33047 -p 33048:33048 -p 33049:33049 -p 33050:33050 -p 33051:33051 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=33049 --rest-port=33047 --tcp-port=33048 --discv5-udp-port=33050 --rest-address=0.0.0.0 --nat=extip:172.18.166.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0debcf6f3ffabc7b8ebb0bba40616d0d1f13c8fba46da2ba69e7bece3ca66df2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33051 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHIq3F98YZSEGY3JxzS_X8ChHKoyuYLoKdxg_D6ZRUTjWcDTVNerQMJ4S-rzfSBV-ICnp5jI5J6RBLqT5QrBhjICgmlkgnY0gmlwhKwSa22KbXVsdGlhZGRyc5YACASsEmttBqRNAAoErBJrbQakTt0DgnJzhQADAQAAiXNlY3AyNTZrMaECsZqWVjl5RkVRjZSTYSK-4s854yt9bhbLHQQaeI1eyYuDdGNwgqRNg3VkcIKkT4V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.166.252 waku dc06dee6066e01bbc3ebc4e4a63148974a92134e50aa933277b87323e37e1200
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID dc06dee6066e. Setting up logs at ./log/docker/node3_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33047
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:33047/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:33047/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.166.252/tcp/33048/p2p/16Uiu2HAmV7LdiPkyNqni3giXz9hEyBnRjh6kHGk8LTq4S5c4mpVE","/ip4/172.18.166.252/tcp/33049/ws/p2p/16Uiu2HAmV7LdiPkyNqni3giXz9hEyBnRjh6kHGk8LTq4S5c4mpVE"],"enrUri":"enr:-L24QGMntX_gCXtb-o1NZmj9dQjvFogjmskX401hrwnYSeq5V4IfRez7Fy7LThE3w1gYEsrnHNWiMLUMFwpupZPHd0YCgmlkgnY0gmlwhKwSpvyKbXVsdGlhZGRyc5YACASsEqb8BoEYAAoErBKm_AaBGd0DgnJzhQADAQAAiXNlY3AyNTZrMaED9HsGsCkBt5VCcJD74B1FiGfF3OwNEB1YwywN3nuMfXGDdGNwgoEYg3VkcIKBGoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.160.104
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53419', '53420', '53421', '53422', '53423']
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 53419:53419 -p 53420:53420 -p 53421:53421 -p 53422:53422 -p 53423:53423 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=53421 --rest-port=53419 --tcp-port=53420 --discv5-udp-port=53422 --rest-address=0.0.0.0 --nat=extip:172.18.160.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afd53e303c86bcf40eebc95c414e4daaebaccfff3a85cc6fd1ba3e37aec5a26d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53423 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGMntX_gCXtb-o1NZmj9dQjvFogjmskX401hrwnYSeq5V4IfRez7Fy7LThE3w1gYEsrnHNWiMLUMFwpupZPHd0YCgmlkgnY0gmlwhKwSpvyKbXVsdGlhZGRyc5YACASsEqb8BoEYAAoErBKm_AaBGd0DgnJzhQADAQAAiXNlY3AyNTZrMaED9HsGsCkBt5VCcJD74B1FiGfF3OwNEB1YwywN3nuMfXGDdGNwgoEYg3VkcIKBGoV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.160.104 waku e49d1aa30954e342212d325c7e61c805b47a1a35741fd98f46ddbc9e117b4dc6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e49d1aa30954. Setting up logs at ./log/docker/node4_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53419
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:53419/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:53419/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.160.104/tcp/53420/p2p/16Uiu2HAmKU6GMZMQyVNmaLeZiFnGL4qyYkajkAMX6Ltmi5XJBUV8","/ip4/172.18.160.104/tcp/53421/ws/p2p/16Uiu2HAmKU6GMZMQyVNmaLeZiFnGL4qyYkajkAMX6Ltmi5XJBUV8"],"enrUri":"enr:-L24QMnmw9AdmhWLXK23yDzes10iPhPYq4hP0xV6EwuPnKdfe37CrThjTWq6R8QPxnRoXKCzG2hYFBsf2j6NIT2i-joCgmlkgnY0gmlwhKwSoGiKbXVsdGlhZGRyc5YACASsEqBoBtCsAAoErBKgaAbQrd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZTcbjBlqZ_ec-oEWAZNRbsQVWXyj2sI93pTMTZrX6wuDdGNwgtCsg3VkcILQroV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.130.56
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15271', '15272', '15273', '15274', '15275']
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 15271:15271 -p 15272:15272 -p 15273:15273 -p 15274:15274 -p 15275:15275 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=15273 --rest-port=15271 --tcp-port=15272 --discv5-udp-port=15274 --rest-address=0.0.0.0 --nat=extip:172.18.130.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e18b8ca9c58e643f7eeacb3b5beb5de11c7ea17a10eebbd65f16dff605653e5b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15275 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMnmw9AdmhWLXK23yDzes10iPhPYq4hP0xV6EwuPnKdfe37CrThjTWq6R8QPxnRoXKCzG2hYFBsf2j6NIT2i-joCgmlkgnY0gmlwhKwSoGiKbXVsdGlhZGRyc5YACASsEqBoBtCsAAoErBKgaAbQrd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZTcbjBlqZ_ec-oEWAZNRbsQVWXyj2sI93pTMTZrX6wuDdGNwgtCsg3VkcILQroV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.130.56 waku 3248f38a38cb65acb85b983f7b71cb13445fe2150163ebbef37ac7885e2d4f84
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3248f38a38cb. Setting up logs at ./log/docker/node5_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15271
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:15271/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:15271/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.130.56/tcp/15272/p2p/16Uiu2HAmGyeBDqW9Qicup6yo65iVZUsjer8dX8jJRE5FsA9vcLXe","/ip4/172.18.130.56/tcp/15273/ws/p2p/16Uiu2HAmGyeBDqW9Qicup6yo65iVZUsjer8dX8jJRE5FsA9vcLXe"],"enrUri":"enr:-L24QH1uUZpCoxhIS3Xb8vYMiXgqQPIxPDdxughpoK-9acL3cYtIkxKekkloWxDfjc95cNa9TpPyWB55cPUUh2-JqfcCgmlkgnY0gmlwhKwSgjiKbXVsdGlhZGRyc5YACASsEoI4BjuoAAoErBKCOAY7qd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQDX5BTyzj8Fse0-_MhQpmjF0VtpJWq_VA5f5Xn2CNKWDdGNwgjuog3VkcII7qoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node6_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.158.224
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28820', '28821', '28822', '28823', '28824']
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 28820:28820 -p 28821:28821 -p 28822:28822 -p 28823:28823 -p 28824:28824 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=28822 --rest-port=28820 --tcp-port=28821 --discv5-udp-port=28823 --rest-address=0.0.0.0 --nat=extip:172.18.158.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f3ebfbbcabfcdedb4ee394f9bed412afc79aa2ecbdbfbb5f27f4cb2c1d009fbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28824 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QH1uUZpCoxhIS3Xb8vYMiXgqQPIxPDdxughpoK-9acL3cYtIkxKekkloWxDfjc95cNa9TpPyWB55cPUUh2-JqfcCgmlkgnY0gmlwhKwSgjiKbXVsdGlhZGRyc5YACASsEoI4BjuoAAoErBKCOAY7qd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQDX5BTyzj8Fse0-_MhQpmjF0VtpJWq_VA5f5Xn2CNKWDdGNwgjuog3VkcII7qoV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.158.224 waku 3e1665dee40cd40c7da0c7497b1d49acb239ebe5686066ef8b9f70cdace63b53
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3e1665dee40c. Setting up logs at ./log/docker/node6_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28820
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:28820/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:28820/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.158.224/tcp/28821/p2p/16Uiu2HAmRDYUkrWiDtE8HRtyMgSRndF9PHJ1jjnJ9ihQ9Ni3DFTm","/ip4/172.18.158.224/tcp/28822/ws/p2p/16Uiu2HAmRDYUkrWiDtE8HRtyMgSRndF9PHJ1jjnJ9ihQ9Ni3DFTm"],"enrUri":"enr:-L24QD5UlglyJH5KkfL3hOhBOpwrQ1xuz6QW3ToP9v6RQN-XUCiE9B8kFNJBZiZg5O55zSxBp2uNo7rHbpztCYlsElACgmlkgnY0gmlwhKwSnuCKbXVsdGlhZGRyc5YACASsEp7gBnCVAAoErBKe4AZwlt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuqMoNx6xRZKJL18nxAI57C0kaMU_GOawEpXIUm18muiDdGNwgnCVg3VkcIJwl4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node7_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.223.253
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8325', '8326', '8327', '8328', '8329']
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 8325:8325 -p 8326:8326 -p 8327:8327 -p 8328:8328 -p 8329:8329 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=8327 --rest-port=8325 --tcp-port=8326 --discv5-udp-port=8328 --rest-address=0.0.0.0 --nat=extip:172.18.223.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbdce6f4458dabee0f9aa478c25c34a56dd8ee4ccfab98821d2f65a4c7a4c295 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8329 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD5UlglyJH5KkfL3hOhBOpwrQ1xuz6QW3ToP9v6RQN-XUCiE9B8kFNJBZiZg5O55zSxBp2uNo7rHbpztCYlsElACgmlkgnY0gmlwhKwSnuCKbXVsdGlhZGRyc5YACASsEp7gBnCVAAoErBKe4AZwlt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuqMoNx6xRZKJL18nxAI57C0kaMU_GOawEpXIUm18muiDdGNwgnCVg3VkcIJwl4V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.223.253 waku f9f9ad846862d2fc2c6cfc44d82d8afb6d42816bed811b2b3c56f178320a8604
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f9f9ad846862. Setting up logs at ./log/docker/node7_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8325
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:8325/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:8325/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.223.253/tcp/8326/p2p/16Uiu2HAm88VYzUccSbr1tbt7oSqzzr5YJievwWeVfQQEaUk7PBWg","/ip4/172.18.223.253/tcp/8327/ws/p2p/16Uiu2HAm88VYzUccSbr1tbt7oSqzzr5YJievwWeVfQQEaUk7PBWg"],"enrUri":"enr:-L24QBopS1GROIlezyr_ptQy89nek7wZJLS0uTMBkpibDx2SPYN3q1emZUDzOogs9vXLU5luQDgz9MBSDbrlFyB6pNECgmlkgnY0gmlwhKwS3_2KbXVsdGlhZGRyc5YACASsEt_9BiCGAAoErBLf_QYgh90DgnJzhQADAQAAiXNlY3AyNTZrMaECvMFEB-CkJ6bMclnzJHNX208xh39miGLVpmUcyYyGDBGDdGNwgiCGg3VkcIIgiIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node8_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.61.203
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3337', '3338', '3339', '3340', '3341']
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 3337:3337 -p 3338:3338 -p 3339:3339 -p 3340:3340 -p 3341:3341 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=3339 --rest-port=3337 --tcp-port=3338 --discv5-udp-port=3340 --rest-address=0.0.0.0 --nat=extip:172.18.61.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f6fd8cee10d60fb77a99ffca2abbebadffa613c4b8545ace402bdf09ea6364ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3341 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBopS1GROIlezyr_ptQy89nek7wZJLS0uTMBkpibDx2SPYN3q1emZUDzOogs9vXLU5luQDgz9MBSDbrlFyB6pNECgmlkgnY0gmlwhKwS3_2KbXVsdGlhZGRyc5YACASsEt_9BiCGAAoErBLf_QYgh90DgnJzhQADAQAAiXNlY3AyNTZrMaECvMFEB-CkJ6bMclnzJHNX208xh39miGLVpmUcyYyGDBGDdGNwgiCGg3VkcIIgiIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.203 waku 9aff7616dd3759ffd0620a5fe75ed8c953c919e5a154de9d6696e7c20a4921ca
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9aff7616dd37. Setting up logs at ./log/docker/node8_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3337
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:3337/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:3337/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.61.203/tcp/3338/p2p/16Uiu2HAm5TVvXztqhFzbfhQfGtjJ5c7FRmohasUm51ciaSxHRG2J","/ip4/172.18.61.203/tcp/3339/ws/p2p/16Uiu2HAm5TVvXztqhFzbfhQfGtjJ5c7FRmohasUm51ciaSxHRG2J"],"enrUri":"enr:-L24QC1yCTSX6TxsZOQSbP4hEXgqoZhbub6Fji-7bgWrqY-CaIthxOrAGqSVPedNmhAQc-FJ1JHTuFgni-4eNDZjAkcCgmlkgnY0gmlwhKwSPcuKbXVsdGlhZGRyc5YACASsEj3LBg0KAAoErBI9ywYNC90DgnJzhQADAQAAiXNlY3AyNTZrMaEClQypCybboz8Rt9lu0LgvLlSoJWAHSfjsM4-lM3w1_UeDdGNwgg0Kg3VkcIINDIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node9_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.86.136
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26621', '26622', '26623', '26624', '26625']
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 26621:26621 -p 26622:26622 -p 26623:26623 -p 26624:26624 -p 26625:26625 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=26623 --rest-port=26621 --tcp-port=26622 --discv5-udp-port=26624 --rest-address=0.0.0.0 --nat=extip:172.18.86.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbc7a84fd87fadd3fcd04bacdab504dda7b246c7a2ad67f65bdcef34a1efbfd3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26625 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC1yCTSX6TxsZOQSbP4hEXgqoZhbub6Fji-7bgWrqY-CaIthxOrAGqSVPedNmhAQc-FJ1JHTuFgni-4eNDZjAkcCgmlkgnY0gmlwhKwSPcuKbXVsdGlhZGRyc5YACASsEj3LBg0KAAoErBI9ywYNC90DgnJzhQADAQAAiXNlY3AyNTZrMaEClQypCybboz8Rt9lu0LgvLlSoJWAHSfjsM4-lM3w1_UeDdGNwgg0Kg3VkcIINDIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.86.136 waku 1bc2b10be98992c739a9fc3983e797f42c2b054a9f233d0d16fc0ccaa3d406dc
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1bc2b10be989. Setting up logs at ./log/docker/node9_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26621
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:26621/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:26621/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.86.136/tcp/26622/p2p/16Uiu2HAmNXkhKSEGgBEECUcBT2xQgiCcu7EkSJZbtG9PejUMGM1c","/ip4/172.18.86.136/tcp/26623/ws/p2p/16Uiu2HAmNXkhKSEGgBEECUcBT2xQgiCcu7EkSJZbtG9PejUMGM1c"],"enrUri":"enr:-L24QBqjwqJwNV93p19b3S9KoLYbXAKBMghrHcS-0Sn9m31HULndftcvBMAaDDsP2WpxdksQ1uuAyidh2j9DVO9X_McCgmlkgnY0gmlwhKwSVoiKbXVsdGlhZGRyc5YACASsElaIBmf-AAoErBJWiAZn_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDkrpdPMRnNXAcTxLgYvAT-zAwaw4WIDtfuMlX2fqr4WuDdGNwgmf-g3VkcIJoAIV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node10_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.78.16
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43498', '43499', '43500', '43501', '43502']
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 43498:43498 -p 43499:43499 -p 43500:43500 -p 43501:43501 -p 43502:43502 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=43500 --rest-port=43498 --tcp-port=43499 --discv5-udp-port=43501 --rest-address=0.0.0.0 --nat=extip:172.18.78.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e70f707dd3aa42dfbdb54e698720e5a6d3b0e87b3bdf3eceb60cef505c6facea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43502 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBqjwqJwNV93p19b3S9KoLYbXAKBMghrHcS-0Sn9m31HULndftcvBMAaDDsP2WpxdksQ1uuAyidh2j9DVO9X_McCgmlkgnY0gmlwhKwSVoiKbXVsdGlhZGRyc5YACASsElaIBmf-AAoErBJWiAZn_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDkrpdPMRnNXAcTxLgYvAT-zAwaw4WIDtfuMlX2fqr4WuDdGNwgmf-g3VkcIJoAIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.16 waku e4d36e49508c931656ffc6e5c605dad7ff3b2c349c9a8386ce38e71f211855e5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e4d36e49508c. Setting up logs at ./log/docker/node10_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43498
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:43498/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:43498/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.78.16/tcp/43499/p2p/16Uiu2HAmE9QRWS9hDjxYjvuKCuWB6VsEPUth8PT859riFeDX43ff","/ip4/172.18.78.16/tcp/43500/ws/p2p/16Uiu2HAmE9QRWS9hDjxYjvuKCuWB6VsEPUth8PT859riFeDX43ff"],"enrUri":"enr:-L24QNzGUo5w1bu6VhquQVguXbZx5jXQD2-Dtk4-tdRmMg4eBEdQHEZD-kvw9dR3wu1-apnZxcfRmfMUbO8tEXQETNACgmlkgnY0gmlwhKwSThCKbXVsdGlhZGRyc5YACASsEk4QBqnrAAoErBJOEAap7N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFiMrMDhitUp8aEmyu5o2XFlLc-cp7p0jazmPbgkWSiKDdGNwgqnrg3VkcIKp7YV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node11_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.62.179
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41630', '41631', '41632', '41633', '41634']
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 41630:41630 -p 41631:41631 -p 41632:41632 -p 41633:41633 -p 41634:41634 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=41632 --rest-port=41630 --tcp-port=41631 --discv5-udp-port=41633 --rest-address=0.0.0.0 --nat=extip:172.18.62.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf82eb9bdaa2e29bc969f907f7d4e7ce0614fb33f97d1d5c8a9ad00cfbbc77fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41634 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNzGUo5w1bu6VhquQVguXbZx5jXQD2-Dtk4-tdRmMg4eBEdQHEZD-kvw9dR3wu1-apnZxcfRmfMUbO8tEXQETNACgmlkgnY0gmlwhKwSThCKbXVsdGlhZGRyc5YACASsEk4QBqnrAAoErBJOEAap7N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFiMrMDhitUp8aEmyu5o2XFlLc-cp7p0jazmPbgkWSiKDdGNwgqnrg3VkcIKp7YV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.62.179 waku 7d28e96ea885d67dac53311bf8bbe2f60f513d925b2d950dac3102ee3291b3c9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7d28e96ea885. Setting up logs at ./log/docker/node11_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41630
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:41630/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:41630/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.62.179/tcp/41631/p2p/16Uiu2HAmAp4JaVTmnsEMjZZWs1tWwGq8Uai3qo5zxwzuMTGGvBXH","/ip4/172.18.62.179/tcp/41632/ws/p2p/16Uiu2HAmAp4JaVTmnsEMjZZWs1tWwGq8Uai3qo5zxwzuMTGGvBXH"],"enrUri":"enr:-L24QGmqE_Tr2-GJispcgIm57Gz2OLklUXO9577-ZvGhzXqiKwYjZ3YS-g8yk9EIWQ9JO_lT1n8Sta-f2bblfPB2V3ICgmlkgnY0gmlwhKwSPrOKbXVsdGlhZGRyc5YACASsEj6zBqKfAAoErBI-swaioN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5JtSyQ63frZBhQCivnA3m_B_LlfRICD84x3OxIj0b1yDdGNwgqKfg3VkcIKioYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node12_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.56.79
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40774', '40775', '40776', '40777', '40778']
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 40774:40774 -p 40775:40775 -p 40776:40776 -p 40777:40777 -p 40778:40778 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=40776 --rest-port=40774 --tcp-port=40775 --discv5-udp-port=40777 --rest-address=0.0.0.0 --nat=extip:172.18.56.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e6e1fe40edbdd8cdbf6aa2443fea0c4a5f50c8bfd8eeecf367d0e64bc2267a0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40778 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGmqE_Tr2-GJispcgIm57Gz2OLklUXO9577-ZvGhzXqiKwYjZ3YS-g8yk9EIWQ9JO_lT1n8Sta-f2bblfPB2V3ICgmlkgnY0gmlwhKwSPrOKbXVsdGlhZGRyc5YACASsEj6zBqKfAAoErBI-swaioN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5JtSyQ63frZBhQCivnA3m_B_LlfRICD84x3OxIj0b1yDdGNwgqKfg3VkcIKioYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.56.79 waku 12c3427000ce07afb7cbd00ab8c465f17d7f0f48e1b4e2e7078f2518d3ed8e1f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 12c3427000ce. Setting up logs at ./log/docker/node12_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40774
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:40774/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:40774/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.56.79/tcp/40775/p2p/16Uiu2HAmACWtdwEqPAJyzdqwmSijJwUZ8bWa7mgUYdGRkerE6p9Q","/ip4/172.18.56.79/tcp/40776/ws/p2p/16Uiu2HAmACWtdwEqPAJyzdqwmSijJwUZ8bWa7mgUYdGRkerE6p9Q"],"enrUri":"enr:-L24QC5vNHpFtpvJuHZD24IEdZP9enuIA9VJdqJXjeS5yMytLNPdXcP-lt4sU35UcTnvmy3VAoKNCJinZxdqdG0HNg8CgmlkgnY0gmlwhKwSOE-KbXVsdGlhZGRyc5YACASsEjhPBp9HAAoErBI4TwafSN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC24B5_fZMvpHzhjLwPFNcSm_swBVl9KnLnBCv2XYVvHuDdGNwgp9Hg3VkcIKfSYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node13_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.78.23
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11630', '11631', '11632', '11633', '11634']
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 11630:11630 -p 11631:11631 -p 11632:11632 -p 11633:11633 -p 11634:11634 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=11632 --rest-port=11630 --tcp-port=11631 --discv5-udp-port=11633 --rest-address=0.0.0.0 --nat=extip:172.18.78.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1776a0aebebab46eecc104953ebd0af392efa1591eeee3dbd79f321f42345ed3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11634 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC5vNHpFtpvJuHZD24IEdZP9enuIA9VJdqJXjeS5yMytLNPdXcP-lt4sU35UcTnvmy3VAoKNCJinZxdqdG0HNg8CgmlkgnY0gmlwhKwSOE-KbXVsdGlhZGRyc5YACASsEjhPBp9HAAoErBI4TwafSN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC24B5_fZMvpHzhjLwPFNcSm_swBVl9KnLnBCv2XYVvHuDdGNwgp9Hg3VkcIKfSYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.23 waku c8d4c0b23781688d071c6c72d5c7994b58573ad4d50888bbb82109c3e3ebb9fd
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c8d4c0b23781. Setting up logs at ./log/docker/node13_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11630
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:11630/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:11630/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.78.23/tcp/11631/p2p/16Uiu2HAmKSyVuruYEUdBZuKeKr61Ud7az76JkT4At85xBHx7sVLr","/ip4/172.18.78.23/tcp/11632/ws/p2p/16Uiu2HAmKSyVuruYEUdBZuKeKr61Ud7az76JkT4At85xBHx7sVLr"],"enrUri":"enr:-L24QAR0zhW0BnsgHCqi2kSuGJBjFV-9_x9tLwpFSi_3iVuVCwgGGImpLOFBP99iWGoF7R40GIFRzL5yBO0zajDi_HYCgmlkgnY0gmlwhKwSTheKbXVsdGlhZGRyc5YACASsEk4XBi1vAAoErBJOFwYtcN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZO3gTDyjnrEPfqpkDVMM0zE8HdYQSbeudAbjp4M2U_-DdGNwgi1vg3VkcIItcYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node14_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.77.154
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38540', '38541', '38542', '38543', '38544']
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 38540:38540 -p 38541:38541 -p 38542:38542 -p 38543:38543 -p 38544:38544 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=38542 --rest-port=38540 --tcp-port=38541 --discv5-udp-port=38543 --rest-address=0.0.0.0 --nat=extip:172.18.77.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbd74b922c54b96cf828ee904efef90a1f28a5edddf0a8f6e0f93eef671d16ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38544 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAR0zhW0BnsgHCqi2kSuGJBjFV-9_x9tLwpFSi_3iVuVCwgGGImpLOFBP99iWGoF7R40GIFRzL5yBO0zajDi_HYCgmlkgnY0gmlwhKwSTheKbXVsdGlhZGRyc5YACASsEk4XBi1vAAoErBJOFwYtcN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZO3gTDyjnrEPfqpkDVMM0zE8HdYQSbeudAbjp4M2U_-DdGNwgi1vg3VkcIItcYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.77.154 waku a50731b86eb5cd145b248b5122362ade92296e44dc5380f430a778ab28461d45
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a50731b86eb5. Setting up logs at ./log/docker/node14_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38540
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:38540/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:38540/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.77.154/tcp/38541/p2p/16Uiu2HAmR6ioo4T6v8qr4T4hHeotffqJb8iFhMkvHqGugSR6DFbx","/ip4/172.18.77.154/tcp/38542/ws/p2p/16Uiu2HAmR6ioo4T6v8qr4T4hHeotffqJb8iFhMkvHqGugSR6DFbx"],"enrUri":"enr:-L24QPxCSwaQPtBmnwJq_tqgHKqzgt4FOuMMNR0PTYbU81ZLFqBJ9e2oHN8Uosfol5BU-kBNdFYO2b824kfQ8_UBVoACgmlkgnY0gmlwhKwSTZqKbXVsdGlhZGRyc5YACASsEk2aBpaNAAoErBJNmgaWjt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuOPFBQYe691hu2Qb8tGfIM3fpZsXOKAy8azcOSHO4dODdGNwgpaNg3VkcIKWj4V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node15_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.92.123
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42118', '42119', '42120', '42121', '42122']
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 42118:42118 -p 42119:42119 -p 42120:42120 -p 42121:42121 -p 42122:42122 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=42120 --rest-port=42118 --tcp-port=42119 --discv5-udp-port=42121 --rest-address=0.0.0.0 --nat=extip:172.18.92.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b8f13c78f5e1fbecbaf4c9b1eaadbe08a2dfb75fc70e8fd6bbcfc3dcc6aafa01 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42122 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPxCSwaQPtBmnwJq_tqgHKqzgt4FOuMMNR0PTYbU81ZLFqBJ9e2oHN8Uosfol5BU-kBNdFYO2b824kfQ8_UBVoACgmlkgnY0gmlwhKwSTZqKbXVsdGlhZGRyc5YACASsEk2aBpaNAAoErBJNmgaWjt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuOPFBQYe691hu2Qb8tGfIM3fpZsXOKAy8azcOSHO4dODdGNwgpaNg3VkcIKWj4V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.92.123 waku 9a78a0b1efabc17c7f03dfa319d37a169b4128590059994a2ae4d04be1029030
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9a78a0b1efab. Setting up logs at ./log/docker/node15_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42118
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:42118/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:42118/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.92.123/tcp/42119/p2p/16Uiu2HAky6EPuekHbAimV7U8m9dCdYVG83o6E8juHENsmyBUKDUi","/ip4/172.18.92.123/tcp/42120/ws/p2p/16Uiu2HAky6EPuekHbAimV7U8m9dCdYVG83o6E8juHENsmyBUKDUi"],"enrUri":"enr:-L24QB8IfXf_jaULGnwlm3kfJDkXgezgeBqjc-_uwxu8Ae-TTSOT1pY2lPxFzbkfGoFCQPfd3k7d_HdLAmfQZ6hSGawCgmlkgnY0gmlwhKwSXHuKbXVsdGlhZGRyc5YACASsElx7BqSHAAoErBJcewakiN0DgnJzhQADAQAAiXNlY3AyNTZrMaECNnPIvrRyWXubTNUns6IFTA3xljnVt-OEv6du6FH6R7eDdGNwgqSHg3VkcIKkiYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node16_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.46.14
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59899', '59900', '59901', '59902', '59903']
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 59899:59899 -p 59900:59900 -p 59901:59901 -p 59902:59902 -p 59903:59903 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=59901 --rest-port=59899 --tcp-port=59900 --discv5-udp-port=59902 --rest-address=0.0.0.0 --nat=extip:172.18.46.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f2e54b8c61cba280dfc0b5fceafff85bbfaefc9967720b33eff86fa9bc0267bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59903 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB8IfXf_jaULGnwlm3kfJDkXgezgeBqjc-_uwxu8Ae-TTSOT1pY2lPxFzbkfGoFCQPfd3k7d_HdLAmfQZ6hSGawCgmlkgnY0gmlwhKwSXHuKbXVsdGlhZGRyc5YACASsElx7BqSHAAoErBJcewakiN0DgnJzhQADAQAAiXNlY3AyNTZrMaECNnPIvrRyWXubTNUns6IFTA3xljnVt-OEv6du6FH6R7eDdGNwgqSHg3VkcIKkiYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.46.14 waku 8cf6b3a36f26e239be49ade2c36c4ee83b2a6b114976087c648eec9fb3a130ba
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8cf6b3a36f26. Setting up logs at ./log/docker/node16_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59899
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:59899/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:59899/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.14/tcp/59900/p2p/16Uiu2HAm4yEQqdtDKJU8pWcxgJtNgqA22xyCF6i8SewafFLPjaDc","/ip4/172.18.46.14/tcp/59901/ws/p2p/16Uiu2HAm4yEQqdtDKJU8pWcxgJtNgqA22xyCF6i8SewafFLPjaDc"],"enrUri":"enr:-L24QA_GXeTSUuD2yqcVS9JBkzcL3gpCgZUsFUFyFg-K4Y6uYlImzaDlz_SXWQWrjHcT9PD693eOUdVq1xlRqsJraEYCgmlkgnY0gmlwhKwSLg6KbXVsdGlhZGRyc5YACASsEi4OBun8AAoErBIuDgbp_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECjc7bsv2Gh_VSreFroA1cXO_yb2TcjeiN4CKuaq8laM-DdGNwgun8g3VkcILp_oV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node17_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.40.22
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37364', '37365', '37366', '37367', '37368']
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 37364:37364 -p 37365:37365 -p 37366:37366 -p 37367:37367 -p 37368:37368 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=37366 --rest-port=37364 --tcp-port=37365 --discv5-udp-port=37367 --rest-address=0.0.0.0 --nat=extip:172.18.40.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed4dec968cd2ba4e597e1a46a9cd40102bee6aaee6ca8178eea7ad4b2dfc3a5d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37368 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QA_GXeTSUuD2yqcVS9JBkzcL3gpCgZUsFUFyFg-K4Y6uYlImzaDlz_SXWQWrjHcT9PD693eOUdVq1xlRqsJraEYCgmlkgnY0gmlwhKwSLg6KbXVsdGlhZGRyc5YACASsEi4OBun8AAoErBIuDgbp_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECjc7bsv2Gh_VSreFroA1cXO_yb2TcjeiN4CKuaq8laM-DdGNwgun8g3VkcILp_oV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.40.22 waku 2d7d077fc3f271c618fef59bf7a0cdfe0928555bd07afe8f4f655a897159dc1b
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2d7d077fc3f2. Setting up logs at ./log/docker/node17_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37364
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:37364/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:37364/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.40.22/tcp/37365/p2p/16Uiu2HAmQPSm95wkgEDMg7yeuebB7bEaZiuDoA81aWNTRVHZYeLF","/ip4/172.18.40.22/tcp/37366/ws/p2p/16Uiu2HAmQPSm95wkgEDMg7yeuebB7bEaZiuDoA81aWNTRVHZYeLF"],"enrUri":"enr:-L24QOwzf_DEgNskV8HK--3zljpnOVkHGuFPUAvGIqew7s9QS9sN7PGFz5eun1OiweHPsClwbdsYgbKQq4d6d4hN80YCgmlkgnY0gmlwhKwSKBaKbXVsdGlhZGRyc5YACASsEigWBpH1AAoErBIoFgaR9t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrlDQPJbh6meHVmxqwcnQOzqTkRJgknRNgedn-ZjyFGiDdGNwgpH1g3VkcIKR94V3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node18_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.106.157
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30726', '30727', '30728', '30729', '30730']
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 30726:30726 -p 30727:30727 -p 30728:30728 -p 30729:30729 -p 30730:30730 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=30728 --rest-port=30726 --tcp-port=30727 --discv5-udp-port=30729 --rest-address=0.0.0.0 --nat=extip:172.18.106.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3b40ac7e6399abbdba31fd6cdc08ed62ccaace7f39b72bfbfe64c5b2ccf677ec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30730 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOwzf_DEgNskV8HK--3zljpnOVkHGuFPUAvGIqew7s9QS9sN7PGFz5eun1OiweHPsClwbdsYgbKQq4d6d4hN80YCgmlkgnY0gmlwhKwSKBaKbXVsdGlhZGRyc5YACASsEigWBpH1AAoErBIoFgaR9t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrlDQPJbh6meHVmxqwcnQOzqTkRJgknRNgedn-ZjyFGiDdGNwgpH1g3VkcIKR94V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.157 waku cdb932a15a3173f51575ecba5b1a9a123d020bdced21c9a8cbf23d6bcf8911c8
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID cdb932a15a31. Setting up logs at ./log/docker/node18_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30726
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:30726/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:30726/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.106.157/tcp/30727/p2p/16Uiu2HAm3Zo8bG3JkrtEfV8Dj8Dn6J6pWWqtduHA7LuNrph1BM6S","/ip4/172.18.106.157/tcp/30728/ws/p2p/16Uiu2HAm3Zo8bG3JkrtEfV8Dj8Dn6J6pWWqtduHA7LuNrph1BM6S"],"enrUri":"enr:-L24QJ1YxnF9OkkgngYrvmI9sArGKs5zqfZRE1MEpXN7rmYNPBT5evxKeSI9E4H_6zLWMJD8RBDbt6_ZIAZLg1v_6F8CgmlkgnY0gmlwhKwSap2KbXVsdGlhZGRyc5YACASsEmqdBngHAAoErBJqnQZ4CN0DgnJzhQADAQAAiXNlY3AyNTZrMaECePI6c3UumvRzRSc4Gfx2-JB0TpjSlIKSU50g9r00f9uDdGNwgngHg3VkcIJ4CYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
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/node19_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.libs.common:common.py:47 Sleeping for 0.1 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.83.196
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33739', '33740', '33741', '33742', '33743']
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 33739:33739 -p 33740:33740 -p 33741:33741 -p 33742:33742 -p 33743:33743 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=33741 --rest-port=33739 --tcp-port=33740 --discv5-udp-port=33742 --rest-address=0.0.0.0 --nat=extip:172.18.83.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbd8aa00afe9ffdc469cc96b649c8f2aada706bb88cbcf47eefebfe8e25b898c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33743 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJ1YxnF9OkkgngYrvmI9sArGKs5zqfZRE1MEpXN7rmYNPBT5evxKeSI9E4H_6zLWMJD8RBDbt6_ZIAZLg1v_6F8CgmlkgnY0gmlwhKwSap2KbXVsdGlhZGRyc5YACASsEmqdBngHAAoErBJqnQZ4CN0DgnJzhQADAQAAiXNlY3AyNTZrMaECePI6c3UumvRzRSc4Gfx2-JB0TpjSlIKSU50g9r00f9uDdGNwgngHg3VkcIJ4CYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.83.196 waku 9a7831ecef677b0f84a9a2e0612fa38d7e8b694caea1ba98267e3d4d2faf0321
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9a7831ecef67. Setting up logs at ./log/docker/node19_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33739
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:33739/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:33739/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.83.196/tcp/33740/p2p/16Uiu2HAmKHxeVs1UNtagVfNJk4Ttg6WbaD11QcDNHPBmBi4xDpcn","/ip4/172.18.83.196/tcp/33741/ws/p2p/16Uiu2HAmKHxeVs1UNtagVfNJk4Ttg6WbaD11QcDNHPBmBi4xDpcn"],"enrUri":"enr:-L24QAUP-gKXCYTZKOiNTk-MGkywGeEC86StARb3vM8DOKaOaJOhGJzpH0zdWXeZcP2VdS3nZb-bbPxEcBoHzxGbLIQCgmlkgnY0gmlwhKwSU8SKbXVsdGlhZGRyc5YACASsElPEBoPMAAoErBJTxAaDzd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYp6vgTyzOXSJK8Q9XG7lqBe0SX-ibN9OzgGvCy5i3CeDdGNwgoPMg3VkcIKDzoV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  src.libs.common:common.py:47 Sleeping for 3 seconds
DEBUG  tests.e2e.test_e2e:test_e2e.py:195 Start filter node and subscribed 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/node21_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__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/node22_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__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.96.39
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43110', '43111', '43112', '43113', '43114']
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 43110:43110 -p 43111:43111 -p 43112:43112 -p 43113:43113 -p 43114:43114 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=43112 --rest-port=43110 --tcp-port=43111 --discv5-udp-port=43113 --rest-address=0.0.0.0 --nat=extip:172.18.96.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0efdf86f6ffd05ccabd44302a795a1b405a8ffb5c67b0fbdba139a31837ccc12 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43114 --metrics-logging=true --relay=true --filter=true --store=false --discv5-bootstrap-node=enr:-L24QAUP-gKXCYTZKOiNTk-MGkywGeEC86StARb3vM8DOKaOaJOhGJzpH0zdWXeZcP2VdS3nZb-bbPxEcBoHzxGbLIQCgmlkgnY0gmlwhKwSU8SKbXVsdGlhZGRyc5YACASsElPEBoPMAAoErBJTxAaDzd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYp6vgTyzOXSJK8Q9XG7lqBe0SX-ibN9OzgGvCy5i3CeDdGNwgoPMg3VkcIKDzoV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.96.39 waku 06334f97037db26f54eae274af4fc39e2dc660ec26f2aa8ebecad4d7f5ce6637
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 06334f97037d. Setting up logs at ./log/docker/node21_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43110
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:43110/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":"READY"},{"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:43110/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.96.39/tcp/43111/p2p/16Uiu2HAm75QUNLSSWgFVMpTpGtaj5ub56h9YaAqdhsyVddVtmLyq","/ip4/172.18.96.39/tcp/43112/ws/p2p/16Uiu2HAm75QUNLSSWgFVMpTpGtaj5ub56h9YaAqdhsyVddVtmLyq"],"enrUri":"enr:-L24QKGicPkl33clWd9tooIRLin00Rmwmv-02-P3LpAzJfCMIF-AyuOy4EgFEFBuc3u8XAxaoonDnxCvg6M5Hg7myAECgmlkgnY0gmlwhKwSYCeKbXVsdGlhZGRyc5YACASsEmAnBqhnAAoErBJgJwaoaN0DgnJzhQADAQAAiXNlY3AyNTZrMaECrRsXvjorqNd_-fc0zLvCQYvx1VfhBvFnHv3lOsawTByDdGNwgqhng3VkcIKoaYV3YWt1MgU"}'
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.171.25
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46909', '46910', '46911', '46912', '46913']
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 46909:46909 -p 46910:46910 -p 46911:46911 -p 46912:46912 -p 46913:46913 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=46911 --rest-port=46909 --tcp-port=46910 --discv5-udp-port=46912 --rest-address=0.0.0.0 --nat=extip:172.18.171.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a49a8eeee9aecd79fdbc075bed18c61dae7faeefbdbdf688e1198e2f1fbac26 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46913 --metrics-logging=true --relay=false --filter=true --filternode=/ip4/172.18.96.39/tcp/43111/p2p/16Uiu2HAm75QUNLSSWgFVMpTpGtaj5ub56h9YaAqdhsyVddVtmLyq --store=false --discv5-bootstrap-node=<src.node.waku_node.WakuNode object at 0x7f2002587cb0>
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.171.25 waku 6a933cc497235adafe27927de11cbf47ec5bdcfc36f66b22d927bbb9878a2e5e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6a933cc49723. Setting up logs at ./log/docker/node22_2025-12-25_04-15-39__daaec9cf-e0ec-45d3-a90f-fb0421875a04__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46909
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:46909/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_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":"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:46909/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.171.25/tcp/46910/p2p/16Uiu2HAmJcf4rcSAVQxVXevMxwrUL22USSK4WF4qUzZDrm1W4n8x","/ip4/172.18.171.25/tcp/46911/ws/p2p/16Uiu2HAmJcf4rcSAVQxVXevMxwrUL22USSK4WF4qUzZDrm1W4n8x"],"enrUri":"enr:-L24QCzsP8sY1d9gKGXoPTE40lAibI2sUQQCMwANOaSMBHeBF1wlmxzWTS6K_FXgGL_QwyPEba0Lu7g-UjjOqh92cWoCgmlkgnY0gmlwhKwSqxmKbXVsdGlhZGRyc5YACASsEqsZBrc-AAoErBKrGQa3P90DgnJzhQADAQAAiXNlY3AyNTZrMaEDWI0n_J0WEIudsTyEf91mrhjkwQNIZ_gucOEhf3sMd-mDdGNwgrc-g3VkcIK3QIV3YWt1MgQ"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
DEBUG  tests.e2e.test_e2e:test_e2e.py:205 Subscribe nodes to relay pubsub topic /waku/2/rs/3/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25295/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:30593/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:42060/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:33047/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:53419/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:15271/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:28820/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:8325/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:3337/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:26621/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:43498/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:41630/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:40774/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:11630/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:38540/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:42118/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:59899/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:37364/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:30726/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:33739/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:43110/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  tests.e2e.test_e2e:test_e2e.py:208 Node22 make filter request to pubsubtopic /waku/2/rs/3/1 and content topic /test/1/waku-filter/proto
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46909/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 GET "http://127.0.0.1:25295/admin/v1/peers" -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:30593/admin/v1/peers" -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:42060/admin/v1/peers" -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:33047/admin/v1/peers" -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:53419/admin/v1/peers" -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:15271/admin/v1/peers" -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:28820/admin/v1/peers" -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:8325/admin/v1/peers" -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:3337/admin/v1/peers" -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:26621/admin/v1/peers" -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:43498/admin/v1/peers" -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:41630/admin/v1/peers" -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:40774/admin/v1/peers" -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:11630/admin/v1/peers" -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:38540/admin/v1/peers" -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:42118/admin/v1/peers" -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:59899/admin/v1/peers" -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:37364/admin/v1/peers" -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:30726/admin/v1/peers" -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:33739/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.106.157/tcp/30727/p2p/16Uiu2HAm3Zo8bG3JkrtEfV8Dj8Dn6J6pWWqtduHA7LuNrph1BM6S","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-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.96.39/tcp/55716/p2p/16Uiu2HAm75QUNLSSWgFVMpTpGtaj5ub56h9YaAqdhsyVddVtmLyq","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-subscribe/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-124-g96196a","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43110/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.83.196/tcp/33740/p2p/16Uiu2HAmKHxeVs1UNtagVfNJk4Ttg6WbaD11QcDNHPBmBi4xDpcn","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-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.171.25/tcp/60376/p2p/16Uiu2HAmJcf4rcSAVQxVXevMxwrUL22USSK4WF4qUzZDrm1W4n8x","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/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
DEBUG  src.libs.common:common.py:47 Sleeping for 80 seconds
DEBUG  tests.e2e.test_e2e:test_e2e.py:212 20 Nodes publish 20 messages
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25295/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:30593/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:42060/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:33047/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:53419/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:15271/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:28820/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:8325/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:3337/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:26621/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:43498/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:41630/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:40774/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:11630/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:38540/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:42118/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:59899/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:37364/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:30726/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:33739/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.2 seconds
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
DEBUG  tests.e2e.test_e2e:test_e2e.py:217 Node 22 requests messages of subscribed filter topic
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46909/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":1766636307263031755,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636308556819990,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636309830357378,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636311095880120,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636312392815071,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636313675365052,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636315004978790,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636316319557698,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636317600347390,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636318892293126,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636320201339107,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636321455308519,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636322796306970,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636324057358195,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636325373104847,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636326684259289,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636327991744801,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636329285098434,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636330585669487,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636331881925945,"ephemeral":false}]'
DEBUG  tests.e2e.test_e2e:test_e2e.py:220 Total number received messages for node 22 is 20
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 b4f49397ede8
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d38492d5addf
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b4f49397ede8. 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 16f2a2f23f72
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id dc06dee6066e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e49d1aa30954
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3248f38a38cb
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3e1665dee40c
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e49d1aa30954. 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 f9f9ad846862
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 9aff7616dd37
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3e1665dee40c. 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 1bc2b10be989
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f9f9ad846862. 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 e4d36e49508c
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9aff7616dd37. 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 7d28e96ea885
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1bc2b10be989. 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 12c3427000ce
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e4d36e49508c. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d38492d5addf. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d28e96ea885. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 16f2a2f23f72. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container dc06dee6066e. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3248f38a38cb. 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 c8d4c0b23781
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id a50731b86eb5
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 12c3427000ce. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c8d4c0b23781. 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 9a78a0b1efab
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8cf6b3a36f26
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a50731b86eb5. 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 2d7d077fc3f2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id cdb932a15a31
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2d7d077fc3f2. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9a78a0b1efab. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8cf6b3a36f26. 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 9a7831ecef67
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 06334f97037d
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cdb932a15a31. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9a7831ecef67. 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 6a933cc49723
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 06334f97037d. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:141 Found matches for keyword 'stacktrace': ['FAT 2025-12-25 04:18:54.058+00:00 Shutting down after receiving SIGSEGV topics="wakunode main" tid=1 file=wakunode2.nim:90 stacktrace="/app/vendor/nim-chronicles/chronicles/formats.nim(20) _ZN9wakunode213handleSigsegvE5int32\\n"', '/app/vendor/nimbus-build-system/vendor/Nim/lib/system/excpt.nim(530) _ZN6system15writeStackTraceE', '/app/vendor/nimbus-build-system/vendor/Nim/lib/system/stacktraces.nim(59) _ZN11stacktraces30auxWriteStackTraceWithOverrideE3varI6stringE', 'FAT 2025-12-25 04:18:54.058+00:00 Shutting down after receiving SIGSEGV topics="wakunode main" tid=1 file=wakunode2.nim:90 stacktrace="/app/vendor/nim-chronicles/chronicles/formats.nim(20) _ZN9wakunode213handleSigsegvE5int32\\n"', '/app/vendor/nimbus-build-system/vendor/Nim/lib/system/excpt.nim(530) _ZN6system15writeStackTraceE', '/app/vendor/nimbus-build-system/vendor/Nim/lib/system/stacktraces.nim(59) _ZN11stacktraces30auxWriteStackTraceWithOverrideE3varI6stringE']
DEBUG  src.node.docker_mananger:docker_mananger.py:141 Found matches for keyword 'SIGSEGV': ['FAT 2025-12-25 04:18:54.058+00:00 Shutting down after receiving SIGSEGV topics="wakunode main" tid=1 file=wakunode2.nim:90 stacktrace="/app/vendor/nim-chronicles/chronicles/formats.nim(20) _ZN9wakunode213handleSigsegvE5int32\\n"', '/app/apps/wakunode2/wakunode2.nim(93) _ZN9wakunode213handleSigsegvE5int32', 'FAT 2025-12-25 04:18:54.058+00:00 Shutting down after receiving SIGSEGV topics="wakunode main" tid=1 file=wakunode2.nim:90 stacktrace="/app/vendor/nim-chronicles/chronicles/formats.nim(20) _ZN9wakunode213handleSigsegvE5int32\\n"', '/app/apps/wakunode2/wakunode2.nim(93) _ZN9wakunode213handleSigsegvE5int32']

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_multiple_messages with id: 2025-12-25_04-34-29__7e7ffcb0-ef7d-470d-b73b-170848364198
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_2025-12-25_04-34-29__7e7ffcb0-ef7d-470d-b73b-170848364198__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.153
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33835', '33836', '33837', '33838', '33839']
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 33835:33835 -p 33836:33836 -p 33837:33837 -p 33838:33838 -p 33839:33839 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=33837 --rest-port=33835 --tcp-port=33836 --discv5-udp-port=33838 --rest-address=0.0.0.0 --nat=extip:172.18.81.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8e7761d6bb4ce7b0fbbcd0e5ad1e4b58aff97aff6fbbf122dd4c5dabbe5eedaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33839 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.81.153 waku fb18e6ae46c70ffe47484754e049f8ee7e25d091e94ab8d2452089391b34f91b
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID fb18e6ae46c7. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-34-29__7e7ffcb0-ef7d-470d-b73b-170848364198__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33835
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 dc34c00b1f0c. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bbb9ba6303cb. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33835/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:33835/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.153/tcp/33836/p2p/16Uiu2HAm6zhWTMZzBMHNcy1MpMDxmYSH9ScfhZV3NVaL5GM7CRbt","/ip4/172.18.81.153/tcp/33837/ws/p2p/16Uiu2HAm6zhWTMZzBMHNcy1MpMDxmYSH9ScfhZV3NVaL5GM7CRbt"],"enrUri":"enr:-L24QPFgw5uFv0O1BrOOwEL0PE8lgh5d28k8VkMQTXQOmo0gTywij-nN0Xi6F3D5aO_E9arc9--3PRDDielh1UyQ5AkCgmlkgnY0gmlwhKwSUZmKbXVsdGlhZGRyc5YACASsElGZBoQsAAoErBJRmQaELd0DgnJzhQADAQAAiXNlY3AyNTZrMaECq-ZziveARH5yC94I0i84BeE4eUGh83v7aVeOlp3urp-DdGNwgoQsg3VkcIKELoV3YWt1MgM"}'
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_2025-12-25_04-34-29__7e7ffcb0-ef7d-470d-b73b-170848364198__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.85.230
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31832', '31833', '31834', '31835', '31836']
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 31832:31832 -p 31833:31833 -p 31834:31834 -p 31835:31835 -p 31836:31836 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=31834 --rest-port=31832 --tcp-port=31833 --discv5-udp-port=31835 --rest-address=0.0.0.0 --nat=extip:172.18.85.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcc23a00670073b66cf9d5addb287a4dabd7d4fb8ddf1caf71d31bf53dcddd5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31836 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPFgw5uFv0O1BrOOwEL0PE8lgh5d28k8VkMQTXQOmo0gTywij-nN0Xi6F3D5aO_E9arc9--3PRDDielh1UyQ5AkCgmlkgnY0gmlwhKwSUZmKbXVsdGlhZGRyc5YACASsElGZBoQsAAoErBJRmQaELd0DgnJzhQADAQAAiXNlY3AyNTZrMaECq-ZziveARH5yC94I0i84BeE4eUGh83v7aVeOlp3urp-DdGNwgoQsg3VkcIKELoV3YWt1MgM --storenode=/ip4/172.18.81.153/tcp/33836/p2p/16Uiu2HAm6zhWTMZzBMHNcy1MpMDxmYSH9ScfhZV3NVaL5GM7CRbt --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.85.230 waku e2a3e15e8e6de39f144349f008ee94126ff08ea9c3219fe3692cf91c60eae2b3
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e2a3e15e8e6d. Setting up logs at ./log/docker/store_node1_2025-12-25_04-34-29__7e7ffcb0-ef7d-470d-b73b-170848364198__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31832
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:31832/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:31832/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.85.230/tcp/31833/p2p/16Uiu2HAmTbxBvfS3jxTK5rjcfYshFQDJ65HinY4qoFZ5hgUVVRJw","/ip4/172.18.85.230/tcp/31834/ws/p2p/16Uiu2HAmTbxBvfS3jxTK5rjcfYshFQDJ65HinY4qoFZ5hgUVVRJw"],"enrUri":"enr:-L24QHEhs47LsqI8BNfVpEqGPQid2oghvOVScsunByuVVWZbWOE4g6r87-uA6-zWoosHGm4n5ix9RMfi3uVbcha2hw8CgmlkgnY0gmlwhKwSVeaKbXVsdGlhZGRyc5YACASsElXmBnxZAAoErBJV5gZ8Wt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3hgeFWIajnkICPGUMx-hb6Nc28E3pgavggCMkLgRtTCDdGNwgnxZg3VkcIJ8W4V3YWt1MgM"}'
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:31832/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.81.153/tcp/33836/p2p/16Uiu2HAm6zhWTMZzBMHNcy1MpMDxmYSH9ScfhZV3NVaL5GM7CRbt"]'
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:33835/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:31832/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:33835/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:33835/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:33835/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:33835/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:33835/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:33835/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:33835/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1766637269141791840&endTime=1766637274142005152&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":"0xb6e941a0ec9c0c82959b86295c0ed7de6ee1097572b90d743253689ca45407be"},{"messageHash":"0xadd3327a72e1db395adc599045d4948ab288aa25c51b9d6257749b028e6adbf2"},{"messageHash":"0x4cb7affcef092b791fc4de0a76245401bfb5190f90103f68b0ef244439168d76"},{"messageHash":"0x1c4251626aa07a4b87012cc9ba2ca0e587f5213237557fba8f2a30d7da2746e0"},{"messageHash":"0x929fde9edaa1162ca56de832a8b5095c8c672a5eb38307f0064de80e39933906"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31832/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1766637269141791840&endTime=1766637274142005152&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":"0xb6e941a0ec9c0c82959b86295c0ed7de6ee1097572b90d743253689ca45407be"},{"messageHash":"0xadd3327a72e1db395adc599045d4948ab288aa25c51b9d6257749b028e6adbf2"},{"messageHash":"0x4cb7affcef092b791fc4de0a76245401bfb5190f90103f68b0ef244439168d76"},{"messageHash":"0x1c4251626aa07a4b87012cc9ba2ca0e587f5213237557fba8f2a30d7da2746e0"},{"messageHash":"0x929fde9edaa1162ca56de832a8b5095c8c672a5eb38307f0064de80e39933906"}]}'
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 fb18e6ae46c7
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e2a3e15e8e6d
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,375 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_on_postgress_db_with_one_message with id: 2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 76981d1d60f8. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3c2922741c7e. Exiting log stream.
DEBUG  src.postgres_setup:postgres_setup.py:36 Postgres container started
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_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__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.145.211
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36681', '36682', '36683', '36684', '36685']
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 36681:36681 -p 36682:36682 -p 36683:36683 -p 36684:36684 -p 36685:36685 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=36683 --rest-port=36681 --tcp-port=36682 --discv5-udp-port=36684 --rest-address=0.0.0.0 --nat=extip:172.18.145.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9f86b390e95ff69dfccbccad0ba9d9dafa7e2d92db4a7e3ee5eb5f7f3dceffeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36685 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.145.211 waku c6fc150f4ceedac360927746da942a1fa80fc7b4f58ca7d30778555c3326bb31
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c6fc150f4cee. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36681
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:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c6fc150f4cee. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36681/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=36681): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5570145c70>: 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.17.242
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40259', '40260', '40261', '40262', '40263']
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 40259:40259 -p 40260:40260 -p 40261:40261 -p 40262:40262 -p 40263:40263 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=40261 --rest-port=40259 --tcp-port=40260 --discv5-udp-port=40262 --rest-address=0.0.0.0 --nat=extip:172.18.17.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22cfa4edcc6cf8fc3eab4a22375272edffee5a3afb2bacaffec6f11861d29df5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40263 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.17.242 waku 5c0e6c52bc7478a583c3e1354afc5bab44a0331907ced889fd5a170602863818
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5c0e6c52bc74. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40259
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:40259/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:40259/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.17.242/tcp/40260/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9","/ip4/172.18.17.242/tcp/40261/ws/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9"],"enrUri":"enr:-L24QOtvGDhP6vUTvRvXqNA8-LVZTjeqbUhX0ufFyn2PlyoaN7N4dSNypbMWuxOcWQgQb6IMzJ6JetwQQ4XkohCcGyYCgmlkgnY0gmlwhKwSEfKKbXVsdGlhZGRyc5YACASsEhHyBp1EAAoErBIR8gadRd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFyHbiM9WADFQUT5h70IS9Jp5g39i1-xd-4hChu-xhOaDdGNwgp1Eg3VkcIKdRoV3YWt1MgM"}'
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_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__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.38
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40712', '40713', '40714', '40715', '40716']
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 40712:40712 -p 40713:40713 -p 40714:40714 -p 40715:40715 -p 40716:40716 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=40714 --rest-port=40712 --tcp-port=40713 --discv5-udp-port=40715 --rest-address=0.0.0.0 --nat=extip:172.18.15.38 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=24fd6e7eacaa50f0e8245d9ced3c128cf08dfb40a1acc719ded7f39fdd9aaded --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40716 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOtvGDhP6vUTvRvXqNA8-LVZTjeqbUhX0ufFyn2PlyoaN7N4dSNypbMWuxOcWQgQb6IMzJ6JetwQQ4XkohCcGyYCgmlkgnY0gmlwhKwSEfKKbXVsdGlhZGRyc5YACASsEhHyBp1EAAoErBIR8gadRd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFyHbiM9WADFQUT5h70IS9Jp5g39i1-xd-4hChu-xhOaDdGNwgp1Eg3VkcIKdRoV3YWt1MgM --storenode=/ip4/172.18.17.242/tcp/40260/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9 --store=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.15.38 waku 62ff9c7702937f8d300df52aa79c1990287c5939d01645c910db4b8a1e9f38af
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 62ff9c770293. Setting up logs at ./log/docker/store_node1_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40712
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:40712/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:40712/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.38/tcp/40713/p2p/16Uiu2HAmRXJZX6jRNzasezwqQD88VCSa6zvnsCMWpHkFpYEngwFS","/ip4/172.18.15.38/tcp/40714/ws/p2p/16Uiu2HAmRXJZX6jRNzasezwqQD88VCSa6zvnsCMWpHkFpYEngwFS"],"enrUri":"enr:-L24QBDekKfIjRFhcHtL9aJY8rljrXobh7nFZH_pCOqpOZqzTvJNj8w8-N_M595ZQFfEt3n6T1eBmu85sj1a5Z0picwCgmlkgnY0gmlwhKwSDyaKbXVsdGlhZGRyc5YACASsEg8mBp8JAAoErBIPJgafCt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvy_f6WYfWVc5wKM2RGphN0HO0cmK5veWf2rQCYOu7SWDdGNwgp8Jg3VkcIKfC4V3YWt1MgE"}'
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:40712/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.17.242/tcp/40260/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9"]'
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:40259/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:40712/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:40259/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:40259/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":200,"statusDesc":"OK","messages":[{"messageHash":"0xc06355585e28c522ce9890fcc9d171950124bd8545f3f477bf43cade87da474d"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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:40712/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":"b4ca1584aa0bc0066a33","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc06355585e28c522ce9890fcc9d171950124bd8545f3f477bf43cade87da474d"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__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.118
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62187', '62188', '62189', '62190', '62191']
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 62187:62187 -p 62188:62188 -p 62189:62189 -p 62190:62190 -p 62191:62191 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=62189 --rest-port=62187 --tcp-port=62188 --discv5-udp-port=62190 --rest-address=0.0.0.0 --nat=extip:172.18.43.118 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbb01cdfbe7f07c7cbf4db4fb34d7e4c307c8c87b34e92ef9decf72309aaeafa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62191 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.43.118 waku 4be7c15f3e2ba24a9b7fb4d72aa7bee6555bde4b168b12e51861be1c0c867e4c
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4be7c15f3e2b. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62187
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:62187/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:62187/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.118/tcp/62188/p2p/16Uiu2HAmNFXM5kx1SktupJHHShZLXvCf6gHM6KMqWDuoeJ5U153K","/ip4/172.18.43.118/tcp/62189/ws/p2p/16Uiu2HAmNFXM5kx1SktupJHHShZLXvCf6gHM6KMqWDuoeJ5U153K"],"enrUri":"enr:-L24QOKGPqJwfq8-tzj-HKUWK8fwVEdt__VCnE3uWewojbKcfJIMj7mCPwHYF6p7F7RAxFe4e0AeH2mWNg5cF71nLMoCgmlkgnY0gmlwhKwSK3aKbXVsdGlhZGRyc5YACASsEit2BvLsAAoErBIrdgby7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjpH6RWYtyoA4c_m0WhepEVUUKY-ZFIA1g_pSM9Q96QaDdGNwgvLsg3VkcILy7oV3YWt1MgM"}'
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:62187/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.17.242/tcp/40260/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9"]'
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/store_node1_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__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.193.228
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22239', '22240', '22241', '22242', '22243']
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 22239:22239 -p 22240:22240 -p 22241:22241 -p 22242:22242 -p 22243:22243 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=22241 --rest-port=22239 --tcp-port=22240 --discv5-udp-port=22242 --rest-address=0.0.0.0 --nat=extip:172.18.193.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f92b48f1fcddd3ee31df03eeeacc534315c89ffa8dfddbc3fb9cc0a300b198fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22243 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOKGPqJwfq8-tzj-HKUWK8fwVEdt__VCnE3uWewojbKcfJIMj7mCPwHYF6p7F7RAxFe4e0AeH2mWNg5cF71nLMoCgmlkgnY0gmlwhKwSK3aKbXVsdGlhZGRyc5YACASsEit2BvLsAAoErBIrdgby7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjpH6RWYtyoA4c_m0WhepEVUUKY-ZFIA1g_pSM9Q96QaDdGNwgvLsg3VkcILy7oV3YWt1MgM --storenode=/ip4/172.18.17.242/tcp/40260/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9 --store=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.193.228 waku c6678996fb247a5d494c40e0eb6cc296f3dd187014906f52c21d24eda1e8fc5b
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c6678996fb24. Setting up logs at ./log/docker/store_node1_2025-12-25_04-22-52__baf6b5f5-c603-47fb-b894-552db53326b3__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22239
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:22239/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:22239/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.193.228/tcp/22240/p2p/16Uiu2HAm41vsNUQVbTWtNatn96Gz9bem9iXTuqBYDoqNkUQkxvom","/ip4/172.18.193.228/tcp/22241/ws/p2p/16Uiu2HAm41vsNUQVbTWtNatn96Gz9bem9iXTuqBYDoqNkUQkxvom"],"enrUri":"enr:-L24QJiLBUzMicRzpN-ultgrW3MGbSgZkMx00LNo6gb5rFItUd82U2oyvshQ0F1g0d1Z3o1mRS16-D3qfF4v9OdaS6QCgmlkgnY0gmlwhKwSweSKbXVsdGlhZGRyc5YACASsEsHkBlbgAAoErBLB5AZW4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECf6QUCVvVNh1elSiIQMtUcJ-jGQF1gPAupbKArCFKrfSDdGNwglbgg3VkcIJW4oV3YWt1MgE"}'
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:22239/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.17.242/tcp/40260/p2p/16Uiu2HAmEDHfu5hrddgwt4F4NSQciurbrtQh4Yn9kGgKWeb1yaa9"]'
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:22239/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.43.118/tcp/62188/p2p/16Uiu2HAmNFXM5kx1SktupJHHShZLXvCf6gHM6KMqWDuoeJ5U153K"]'
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:40259/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:40712/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:62187/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:22239/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:62187/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:40259/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":200,"statusDesc":"OK","messages":[{"messageHash":"0xc06355585e28c522ce9890fcc9d171950124bd8545f3f477bf43cade87da474d"},{"messageHash":"0xeeeb7b10666ec6e6a92a3483d4533f9a76f4985db28126c2445b8f4373f03921"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
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:40712/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":"5c6a989cd2ff9bf38146","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc06355585e28c522ce9890fcc9d171950124bd8545f3f477bf43cade87da474d"},{"messageHash":"0xeeeb7b10666ec6e6a92a3483d4533f9a76f4985db28126c2445b8f4373f03921"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
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:62187/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":200,"statusDesc":"OK","messages":[{"messageHash":"0xc06355585e28c522ce9890fcc9d171950124bd8545f3f477bf43cade87da474d"},{"messageHash":"0xeeeb7b10666ec6e6a92a3483d4533f9a76f4985db28126c2445b8f4373f03921"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
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:22239/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":"13c5d2a2a4d053f7a6ed","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc06355585e28c522ce9890fcc9d171950124bd8545f3f477bf43cade87da474d"},{"messageHash":"0xeeeb7b10666ec6e6a92a3483d4533f9a76f4985db28126c2445b8f4373f03921"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
DEBUG  src.postgres_setup:postgres_setup.py:44 Postgres container stopped and removed.
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 5c0e6c52bc74
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 62ff9c770293
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 4be7c15f3e2b
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5c0e6c52bc74. 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 c6678996fb24
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 62ff9c770293. 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,76 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_get_store_message_with_version with id: 2025-12-25_04-23-07__66cc0326-2739-46f1-830d-f0b3d45dd87d
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_2025-12-25_04-23-07__66cc0326-2739-46f1-830d-f0b3d45dd87d__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.189.212
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11832', '11833', '11834', '11835', '11836']
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 11832:11832 -p 11833:11833 -p 11834:11834 -p 11835:11835 -p 11836:11836 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=11834 --rest-port=11832 --tcp-port=11833 --discv5-udp-port=11835 --rest-address=0.0.0.0 --nat=extip:172.18.189.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=daffdf26ddf9ddc39e8768b2b8c7d7cbacac63030fff97f1d457c0f7fe9754f5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11836 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.189.212 waku 30ef4dffc410cc1c3e1577bf2b47d514389b4adc6096658419fbe9ba219ff294
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 30ef4dffc410. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-23-07__66cc0326-2739-46f1-830d-f0b3d45dd87d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11832
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 a00a8d9e0dc8. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 81470d210b94. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11832/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:11832/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.189.212/tcp/11833/p2p/16Uiu2HAkwh74Hm2B5pjMAwAwmidB8msDwJuspvvR1GQNPqVKPETk","/ip4/172.18.189.212/tcp/11834/ws/p2p/16Uiu2HAkwh74Hm2B5pjMAwAwmidB8msDwJuspvvR1GQNPqVKPETk"],"enrUri":"enr:-L24QHMjAxwk30P5cKi5h1Ora5_atk6ihhQL1zmzFkCFEUEgQzAyr2rg5ugayX-d7mYaGO3nV1_QS-kbNIF5EXBv1tgCgmlkgnY0gmlwhKwSvdSKbXVsdGlhZGRyc5YACASsEr3UBi45AAoErBK91AYuOt0DgnJzhQADAQAAiXNlY3AyNTZrMaECIatw9KHWl_Xf1HcFS-gPw-utl7I6d6Rv6FLmiA4BMvODdGNwgi45g3VkcIIuO4V3YWt1MgM"}'
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_2025-12-25_04-23-07__66cc0326-2739-46f1-830d-f0b3d45dd87d__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.149.121
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22768', '22769', '22770', '22771', '22772']
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 22768:22768 -p 22769:22769 -p 22770:22770 -p 22771:22771 -p 22772:22772 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=22770 --rest-port=22768 --tcp-port=22769 --discv5-udp-port=22771 --rest-address=0.0.0.0 --nat=extip:172.18.149.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1ed337cedcbafbdfff1dc2aea63a13741a0b9cbbabd23aaa2dd3e7b1b9df68d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22772 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHMjAxwk30P5cKi5h1Ora5_atk6ihhQL1zmzFkCFEUEgQzAyr2rg5ugayX-d7mYaGO3nV1_QS-kbNIF5EXBv1tgCgmlkgnY0gmlwhKwSvdSKbXVsdGlhZGRyc5YACASsEr3UBi45AAoErBK91AYuOt0DgnJzhQADAQAAiXNlY3AyNTZrMaECIatw9KHWl_Xf1HcFS-gPw-utl7I6d6Rv6FLmiA4BMvODdGNwgi45g3VkcIIuO4V3YWt1MgM --storenode=/ip4/172.18.189.212/tcp/11833/p2p/16Uiu2HAkwh74Hm2B5pjMAwAwmidB8msDwJuspvvR1GQNPqVKPETk --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.149.121 waku 8ddf04c86dfa3738bf0eaa0a832294018b65a8edd44c7d61888c2ccc65d8c856
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8ddf04c86dfa. Setting up logs at ./log/docker/store_node1_2025-12-25_04-23-07__66cc0326-2739-46f1-830d-f0b3d45dd87d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22768
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:22768/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:22768/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.149.121/tcp/22769/p2p/16Uiu2HAm73BY78Vz32mPsoixBsscFjsx7s9Ka5igq8NbYK3DBhQE","/ip4/172.18.149.121/tcp/22770/ws/p2p/16Uiu2HAm73BY78Vz32mPsoixBsscFjsx7s9Ka5igq8NbYK3DBhQE"],"enrUri":"enr:-L24QBgdGnTXKLcvcDrNthZkwNiBSjv1xJ-3Dcw0IG1ItJsWSXGfbufOXxS30FicZoXV-fDhB6abbH47DMKCjeoE-HgCgmlkgnY0gmlwhKwSlXmKbXVsdGlhZGRyc5YACASsEpV5BljxAAoErBKVeQZY8t0DgnJzhQADAQAAiXNlY3AyNTZrMaECrIlOCqW07cF-6N-QSkHYyVNJJTMlIyyTsJq6uf2lpnODdGNwgljxg3VkcIJY84V3YWt1MgM"}'
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:22768/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.189.212/tcp/11833/p2p/16Uiu2HAkwh74Hm2B5pjMAwAwmidB8msDwJuspvvR1GQNPqVKPETk"]'
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:11832/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:22768/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:11832/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}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status 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:11832/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":200,"statusDesc":"OK","messages":[{"messageHash":"0x4383c720e1a4798a5b92e9a679190fa8ca3046568fa3b2766302d45072fefca0"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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:22768/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":200,"statusDesc":"OK","messages":[{"messageHash":"0x4383c720e1a4798a5b92e9a679190fa8ca3046568fa3b2766302d45072fefca0"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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 30ef4dffc410
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 8ddf04c86dfa
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_2_nodes_different_cluster_different_shard with id: 2025-12-25_04-20-42__b6f69b63-627b-4b2f-b4b3-315e147d6ee1
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_2025-12-25_04-20-42__b6f69b63-627b-4b2f-b4b3-315e147d6ee1__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.36
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44193', '44194', '44195', '44196', '44197']
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 44193:44193 -p 44194:44194 -p 44195:44195 -p 44196:44196 -p 44197:44197 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=44195 --rest-port=44193 --tcp-port=44194 --discv5-udp-port=44196 --rest-address=0.0.0.0 --nat=extip:172.18.81.36 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5dfadf7d26f254d5f25a0d8d2fbbdaeb419e7f0de1deaa2d00d4efd21130cfeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44197 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.81.36 waku 66aa5ab28fc0a08526978c6238d655d517fed26f7063b0a9520830eaa7ca10f8
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 66aa5ab28fc0. Setting up logs at ./log/docker/node1_2025-12-25_04-20-42__b6f69b63-627b-4b2f-b4b3-315e147d6ee1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44193
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 0f6e64ddf0d6. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1d3cb7afe1ad. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44193/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:44193/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.36/tcp/44194/p2p/16Uiu2HAmPSrDbFXkN3xGtLfNF6i2pszGpVB5mknXhwX5AK3USKTz","/ip4/172.18.81.36/tcp/44195/ws/p2p/16Uiu2HAmPSrDbFXkN3xGtLfNF6i2pszGpVB5mknXhwX5AK3USKTz"],"enrUri":"enr:-L24QDIyQoSHtJjaRlOkNFN98eFW87K1EjInzAJyrXl1Bxe8HyeZBJWKznhKJInzFb10Vo1CZAoMSyRwxCDOR0ITeQoCgmlkgnY0gmlwhKwSUSSKbXVsdGlhZGRyc5YACASsElEkBqyiAAoErBJRJAaso90DgnJzhQACAQAAiXNlY3AyNTZrMaEDoFRkCYH9ZoXSDjpGlJGAFa_05XntygNRflRNPnMsI32DdGNwgqyig3VkcIKspIV3YWt1MgU"}'
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_2025-12-25_04-20-42__b6f69b63-627b-4b2f-b4b3-315e147d6ee1__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.205.147
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44701', '44702', '44703', '44704', '44705']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 4
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 44701:44701 -p 44702:44702 -p 44703:44703 -p 44704:44704 -p 44705:44705 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=44703 --rest-port=44701 --tcp-port=44702 --discv5-udp-port=44704 --rest-address=0.0.0.0 --nat=extip:172.18.205.147 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=94a8cc7063a7073425edab8e3f7de6e0afb64631b59dbc50fba4ffc02be0c800 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44705 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDIyQoSHtJjaRlOkNFN98eFW87K1EjInzAJyrXl1Bxe8HyeZBJWKznhKJInzFb10Vo1CZAoMSyRwxCDOR0ITeQoCgmlkgnY0gmlwhKwSUSSKbXVsdGlhZGRyc5YACASsElEkBqyiAAoErBJRJAaso90DgnJzhQACAQAAiXNlY3AyNTZrMaEDoFRkCYH9ZoXSDjpGlJGAFa_05XntygNRflRNPnMsI32DdGNwgqyig3VkcIKspIV3YWt1MgU
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.205.147 waku ad5e84503e3c65a6e0b7bd2276ced921d2ab120bfc2017922f4e17ca38882c2f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ad5e84503e3c. Setting up logs at ./log/docker/node2_2025-12-25_04-20-42__b6f69b63-627b-4b2f-b4b3-315e147d6ee1__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44701
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:44701/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:44701/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.205.147/tcp/44702/p2p/16Uiu2HAmKvGqndSVuG7gg9myLHtH5vjz9F2ZehF88dFU781XBe5R","/ip4/172.18.205.147/tcp/44703/ws/p2p/16Uiu2HAmKvGqndSVuG7gg9myLHtH5vjz9F2ZehF88dFU781XBe5R"],"enrUri":"enr:-L24QGH4V9xTKbUuPJxR3b965svy_H7D0ooccDkinEgY-mz4JRnjyuY7juhGKhPKgLfAbFma2Hi-zPk6KdWEKlGcaG8CgmlkgnY0gmlwhKwSzZOKbXVsdGlhZGRyc5YACASsEs2TBq6eAAoErBLNkwaun90DgnJzhQAEAQAAiXNlY3AyNTZrMaEDa-wq3R6N31Ur1xxW024DZbEFpQNrUHjm8A-reSp6fmSDdGNwgq6eg3VkcIKuoIV3YWt1MgE"}'
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:44701/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.81.36/tcp/44194/p2p/16Uiu2HAmPSrDbFXkN3xGtLfNF6i2pszGpVB5mknXhwX5AK3USKTz"]'
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:44193/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:44701/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/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:44193/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:44193/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":1766636444992712410,"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:44701/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
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:44701/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
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 66aa5ab28fc0
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ad5e84503e3c
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,80 @@
2025-12-25 04:16:27.737 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:16:27.738 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_with_very_large_request_id with id: 2025-12-25_04-16-27__c234febf-4cd6-42c2-aeb4-250a7e16fb69
2025-12-25 04:16:27.738 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:16:27.738 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:16:27.738 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:16:27.745 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:27.746 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-16-27__c234febf-4cd6-42c2-aeb4-250a7e16fb69__wakuorg_nwaku:latest.log
2025-12-25 04:16:27.746 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:27.746 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:27.747 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:27.748 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.6
2025-12-25 04:16:27.748 DEBUG [src.node.docker_mananger] Generated ports ['4490', '4491', '4492', '4493', '4494']
2025-12-25 04:16:27.748 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:27.748 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:27.748 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:27.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 4490:4490 -p 4491:4491 -p 4492:4492 -p 4493:4493 -p 4494:4494 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=4492 --rest-port=4490 --tcp-port=4491 --discv5-udp-port=4493 --rest-address=0.0.0.0 --nat=extip:172.18.15.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffb005d8d8be5b651fb2ee92dc6c8cdfdcddcaa03af84ca49f2aacbea67fb180 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4494 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:16:27.922 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.6 waku 0c1f583f7760694b3ff5c57ee3a0de4cb38e634fc7dff085ece5bf0e0ff89654
2025-12-25 04:16:27.954 DEBUG [src.node.docker_mananger] Container started with ID 0c1f583f7760. Setting up logs at ./log/docker/node1_2025-12-25_04-16-27__c234febf-4cd6-42c2-aeb4-250a7e16fb69__wakuorg_nwaku:latest.log
2025-12-25 04:16:27.954 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4490
2025-12-25 04:16:27.955 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:28.048 ERROR [src.node.docker_mananger] Max retries reached for container 8cec6ff6e08f. Exiting log stream.
2025-12-25 04:16:28.545 ERROR [src.node.docker_mananger] Max retries reached for container 0eb5e5142420. Exiting log stream.
2025-12-25 04:16:28.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4490/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.959 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"}]}'
2025-12-25 04:16:28.960 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:16:28.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4490/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.6/tcp/4491/p2p/16Uiu2HAkvV6Yu5wFUsXEJURbAQ5fKXfP34G8Cb2EnUapnRcDP4dP","/ip4/172.18.15.6/tcp/4492/ws/p2p/16Uiu2HAkvV6Yu5wFUsXEJURbAQ5fKXfP34G8Cb2EnUapnRcDP4dP"],"enrUri":"enr:-L24QAGAy9I5Fh2QwLh3LAZZ8jJPfiOfgatoSmgpxp9V5tI2BMCgTuR6O6sJo4s4BraQ4BSYQdKEH4CCdwySX76pzEQCgmlkgnY0gmlwhKwSDwaKbXVsdGlhZGRyc5YACASsEg8GBhGLAAoErBIPBgYRjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECD7w2LQfzF7oWq722Fx8RJVMC9Vi9_JrkbypYU8GpvDqDdGNwghGLg3VkcIIRjYV3YWt1MgU"}'
2025-12-25 04:16:28.963 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:16:28.963 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:16:28.971 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:28.971 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-16-27__c234febf-4cd6-42c2-aeb4-250a7e16fb69__wakuorg_nwaku:latest.log
2025-12-25 04:16:28.971 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:28.971 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:28.973 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:28.973 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.160
2025-12-25 04:16:28.973 DEBUG [src.node.docker_mananger] Generated ports ['34609', '34610', '34611', '34612', '34613']
2025-12-25 04:16:28.973 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:28.974 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:28.974 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:28.974 DEBUG [src.node.docker_mananger] docker run -i -t -p 34609:34609 -p 34610:34610 -p 34611:34611 -p 34612:34612 -p 34613:34613 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=34611 --rest-port=34609 --tcp-port=34610 --discv5-udp-port=34612 --rest-address=0.0.0.0 --nat=extip:172.18.254.160 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70fa7cfff3c8f1abb661c60e3b2784ffacdce49cbbc99be6984265ddfebf2ceb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34613 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAGAy9I5Fh2QwLh3LAZZ8jJPfiOfgatoSmgpxp9V5tI2BMCgTuR6O6sJo4s4BraQ4BSYQdKEH4CCdwySX76pzEQCgmlkgnY0gmlwhKwSDwaKbXVsdGlhZGRyc5YACASsEg8GBhGLAAoErBIPBgYRjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECD7w2LQfzF7oWq722Fx8RJVMC9Vi9_JrkbypYU8GpvDqDdGNwghGLg3VkcIIRjYV3YWt1MgU --filternode=/ip4/172.18.15.6/tcp/4491/p2p/16Uiu2HAkvV6Yu5wFUsXEJURbAQ5fKXfP34G8Cb2EnUapnRcDP4dP
2025-12-25 04:16:29.152 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.160 waku e3ef70cc41112fcc720772535a3990b684c8c359924d80cb033bbe6780167ca7
2025-12-25 04:16:29.183 DEBUG [src.node.docker_mananger] Container started with ID e3ef70cc4111. Setting up logs at ./log/docker/node2_2025-12-25_04-16-27__c234febf-4cd6-42c2-aeb4-250a7e16fb69__wakuorg_nwaku:latest.log
2025-12-25 04:16:29.184 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34609
2025-12-25 04:16:29.185 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:30.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34609/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:30.190 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"}]}'
2025-12-25 04:16:30.190 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:16:30.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34609/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:30.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.160/tcp/34610/p2p/16Uiu2HAmJoE1Jt9wNQ8GWXqRPU1N3hLnLZxRcsm3CLmh7vnnNnHC","/ip4/172.18.254.160/tcp/34611/ws/p2p/16Uiu2HAmJoE1Jt9wNQ8GWXqRPU1N3hLnLZxRcsm3CLmh7vnnNnHC"],"enrUri":"enr:-L24QLbWVaD9D5siGb1fyhtAcyU7bs2BdsIU4GairqjSw0wgO4cfM0ODasMHPukdIdg2dkVH83eLdwDAm0GANa0grZACgmlkgnY0gmlwhKwS_qCKbXVsdGlhZGRyc5YACASsEv6gBocyAAoErBL-oAaHM90DgnJzhQADAQAAiXNlY3AyNTZrMaEDW0I1Vv5WQbdWcIJBQ_rNqbDnbX9zNLDeas57kjXHP3eDdGNwgocyg3VkcIKHNIV3YWt1MgA"}'
2025-12-25 04:16:30.194 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:16:30.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34609/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.6/tcp/4491/p2p/16Uiu2HAkvV6Yu5wFUsXEJURbAQ5fKXfP34G8Cb2EnUapnRcDP4dP"]'
2025-12-25 04:16:30.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:30.224 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:16:30.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4490/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:16:30.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:30.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34609/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8ed422bd-fbc2-4272-8946-203096a5bcf9", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:16:30.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8ed422bd-fbc2-4272-8946-203096a5bcf9","statusDesc":"OK"}'
2025-12-25 04:16:30.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4490/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)'}'
2025-12-25 04:16:30.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:30.255 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:30.355 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:30.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34609/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:30.360 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":1766636190248247737,"ephemeral":false}]'
2025-12-25 04:16:30.362 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:34609/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "12345678901234567890123456789012345678901234567890", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:16:30.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"12345678901234567890123456789012345678901234567890","statusDesc":"OK"}'
2025-12-25 04:16:30.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4490/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)'}'
2025-12-25 04:16:30.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:30.376 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:30.477 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:30.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34609/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:30.480 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34609/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
2025-12-25 04:16:30.483 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:16:30.484 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:16:30.484 DEBUG [src.node.waku_node] Stopping container with id 0c1f583f7760
2025-12-25 04:16:31.027 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:31.027 DEBUG [src.node.waku_node] Stopping container with id e3ef70cc4111
2025-12-25 04:16:31.520 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:31.523 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:16:31.529 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:31.534 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,68 @@
2025-12-25 04:15:10.761 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:10.761 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_with_invalid_request_id with id: 2025-12-25_04-15-10__23f25079-a1aa-4f43-8a51-a360f897f2a9
2025-12-25 04:15:10.762 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:10.762 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:10.762 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:10.769 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:10.770 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-10__23f25079-a1aa-4f43-8a51-a360f897f2a9__wakuorg_nwaku:latest.log
2025-12-25 04:15:10.770 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:10.770 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:10.772 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:10.772 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.173
2025-12-25 04:15:10.772 DEBUG [src.node.docker_mananger] Generated ports ['18367', '18368', '18369', '18370', '18371']
2025-12-25 04:15:10.772 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:10.772 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:10.772 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:10.773 DEBUG [src.node.docker_mananger] docker run -i -t -p 18367:18367 -p 18368:18368 -p 18369:18369 -p 18370:18370 -p 18371:18371 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=18369 --rest-port=18367 --tcp-port=18368 --discv5-udp-port=18370 --rest-address=0.0.0.0 --nat=extip:172.18.243.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1fb8c1ee936ca24bf64ce7ec58d4bf42cee7ff2ae478d69fda95c4f3447bc5eb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18371 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:10.959 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.173 waku f2a8f0078b52384c89a61a7924fd5c0cd62576c06177bb48c73db3e341a406b6
2025-12-25 04:15:10.992 DEBUG [src.node.docker_mananger] Container started with ID f2a8f0078b52. Setting up logs at ./log/docker/node1_2025-12-25_04-15-10__23f25079-a1aa-4f43-8a51-a360f897f2a9__wakuorg_nwaku:latest.log
2025-12-25 04:15:10.993 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18367
2025-12-25 04:15:10.993 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:11.047 ERROR [src.node.docker_mananger] Max retries reached for container 17fc96612dfb. Exiting log stream.
2025-12-25 04:15:11.563 ERROR [src.node.docker_mananger] Max retries reached for container 091b64b461f0. Exiting log stream.
2025-12-25 04:15:11.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18367/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:11.997 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"}]}'
2025-12-25 04:15:11.997 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:11.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:12.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.173/tcp/18368/p2p/16Uiu2HAmBKcexeEZrYnKotvXcjAMni1459XFExpoVDYrSgQNcNJh","/ip4/172.18.243.173/tcp/18369/ws/p2p/16Uiu2HAmBKcexeEZrYnKotvXcjAMni1459XFExpoVDYrSgQNcNJh"],"enrUri":"enr:-L24QJqf_ch4UuMQD8w8mvLZgNV0hlNt1OrcCCQhAJy754lINKd2eomByu7mw7QhJj3W_8qHgBLRCXoGJKrGxOaMI3ICgmlkgnY0gmlwhKwS862KbXVsdGlhZGRyc5YACASsEvOtBkfAAAoErBLzrQZHwd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7C2_J9-J00I3CXP9qkIbq_kRhl1icYC_1NkOwgx88F6DdGNwgkfAg3VkcIJHwoV3YWt1MgU"}'
2025-12-25 04:15:12.000 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:12.000 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:12.007 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:12.008 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-10__23f25079-a1aa-4f43-8a51-a360f897f2a9__wakuorg_nwaku:latest.log
2025-12-25 04:15:12.008 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:12.008 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:12.010 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:12.010 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.147
2025-12-25 04:15:12.010 DEBUG [src.node.docker_mananger] Generated ports ['34401', '34402', '34403', '34404', '34405']
2025-12-25 04:15:12.010 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:12.010 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:12.010 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:12.010 DEBUG [src.node.docker_mananger] docker run -i -t -p 34401:34401 -p 34402:34402 -p 34403:34403 -p 34404:34404 -p 34405:34405 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=34403 --rest-port=34401 --tcp-port=34402 --discv5-udp-port=34404 --rest-address=0.0.0.0 --nat=extip:172.18.88.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b882168deb89eeee3fc21df3ab8fcdd3caf7332f20af3cb72ccca7bd3dc1b99a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34405 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJqf_ch4UuMQD8w8mvLZgNV0hlNt1OrcCCQhAJy754lINKd2eomByu7mw7QhJj3W_8qHgBLRCXoGJKrGxOaMI3ICgmlkgnY0gmlwhKwS862KbXVsdGlhZGRyc5YACASsEvOtBkfAAAoErBLzrQZHwd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7C2_J9-J00I3CXP9qkIbq_kRhl1icYC_1NkOwgx88F6DdGNwgkfAg3VkcIJHwoV3YWt1MgU --filternode=/ip4/172.18.243.173/tcp/18368/p2p/16Uiu2HAmBKcexeEZrYnKotvXcjAMni1459XFExpoVDYrSgQNcNJh
2025-12-25 04:15:12.218 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.147 waku 740d61a9220d149fc30b7a823c5e8cf6097fa5eb21b5d0bf36c0e598fcaffe2d
2025-12-25 04:15:12.252 DEBUG [src.node.docker_mananger] Container started with ID 740d61a9220d. Setting up logs at ./log/docker/node2_2025-12-25_04-15-10__23f25079-a1aa-4f43-8a51-a360f897f2a9__wakuorg_nwaku:latest.log
2025-12-25 04:15:12.252 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34401
2025-12-25 04:15:12.253 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:13.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34401/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:13.258 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"}]}'
2025-12-25 04:15:13.258 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:13.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34401/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:13.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.147/tcp/34402/p2p/16Uiu2HAmL9GmRrj9HiaV7zNVyfdLxfjqJcRtUoYwb3txDExdqXjZ","/ip4/172.18.88.147/tcp/34403/ws/p2p/16Uiu2HAmL9GmRrj9HiaV7zNVyfdLxfjqJcRtUoYwb3txDExdqXjZ"],"enrUri":"enr:-L24QMDVSv-DegdeKgGl-5lJrOtJiH6AxHFlEP6fuRJAQuZiOXVNpq6wvnxhR6gSLFAT7nDmj6UiFlz_LqxP-P2-fO4CgmlkgnY0gmlwhKwSWJOKbXVsdGlhZGRyc5YACASsEliTBoZiAAoErBJYkwaGY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDb0CiC9uYkEssigmuZit61LmhsSQ9xzjNEFl1_qLagzyDdGNwgoZig3VkcIKGZIV3YWt1MgA"}'
2025-12-25 04:15:13.261 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:13.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34401/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.173/tcp/18368/p2p/16Uiu2HAmBKcexeEZrYnKotvXcjAMni1459XFExpoVDYrSgQNcNJh"]'
2025-12-25 04:15:13.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:13.292 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:13.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:13.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:13.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34401/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ed7c35ea-5474-458b-a626-bde6a8ebbe13", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:13.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ed7c35ea-5474-458b-a626-bde6a8ebbe13","statusDesc":"OK"}'
2025-12-25 04:15:13.322 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:34401/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": 1}'
2025-12-25 04:15:13.325 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:34401/filter/v2/subscriptions/all. 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\\"))"}'
2025-12-25 04:15:13.327 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:13.328 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:13.328 DEBUG [src.node.waku_node] Stopping container with id f2a8f0078b52
2025-12-25 04:15:13.871 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:13.872 DEBUG [src.node.waku_node] Stopping container with id 740d61a9220d
2025-12-25 04:15:14.432 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:14.433 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:14.439 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:14.444 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,106 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publish_after_node_pauses_and_pauses with id: 2025-12-25_04-24-26__59326fdb-dda7-4f70-acca-f6c55fabbc35
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_2025-12-25_04-24-26__59326fdb-dda7-4f70-acca-f6c55fabbc35__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.147.187
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7819', '7820', '7821', '7822', '7823']
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 7819:7819 -p 7820:7820 -p 7821:7821 -p 7822:7822 -p 7823:7823 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=7821 --rest-port=7819 --tcp-port=7820 --discv5-udp-port=7822 --rest-address=0.0.0.0 --nat=extip:172.18.147.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cfcfcfb2e7356db65bfc2c59dbd0cbd5eced1ee0c42aeaaff3a6a904e4ed4a2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7823 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.147.187 waku f1f351bc27c9ea324211148fbbda873cf1d0931e1d4055dc842a2ec4df88d2b6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f1f351bc27c9. Setting up logs at ./log/docker/node1_2025-12-25_04-24-26__59326fdb-dda7-4f70-acca-f6c55fabbc35__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7819
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 4ca53b3c85e7. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d7246f9ee761. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7819/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:7819/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.147.187/tcp/7820/p2p/16Uiu2HAkvZ2sQrEANqt8fxmWqFPoGmYEpieSuZuJfsB2cMCiezv2","/ip4/172.18.147.187/tcp/7821/ws/p2p/16Uiu2HAkvZ2sQrEANqt8fxmWqFPoGmYEpieSuZuJfsB2cMCiezv2"],"enrUri":"enr:-L24QIgoZNijR4aBO35gqmW30OEGOHvIVdLb81k1i6XexqGMau0e9R5YvbetT-r_TVxRLTlaUnLnMwhcHDJf2KhAS5wCgmlkgnY0gmlwhKwSk7uKbXVsdGlhZGRyc5YACASsEpO7Bh6MAAoErBKTuwYejd0DgnJzhQADAQAAiXNlY3AyNTZrMaECEL5fejedMzTpzwygAlsd_bMH_8I32oBby93b3_FVX7-DdGNwgh6Mg3VkcIIejoV3YWt1MgE"}'
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_2025-12-25_04-24-26__59326fdb-dda7-4f70-acca-f6c55fabbc35__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.55.68
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11489', '11490', '11491', '11492', '11493']
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 11489:11489 -p 11490:11490 -p 11491:11491 -p 11492:11492 -p 11493:11493 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=11491 --rest-port=11489 --tcp-port=11490 --discv5-udp-port=11492 --rest-address=0.0.0.0 --nat=extip:172.18.55.68 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecab6bc0b78bbb1127993afbcebd52ca92c911ecabae050dfcdd3fe2c0064652 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11493 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIgoZNijR4aBO35gqmW30OEGOHvIVdLb81k1i6XexqGMau0e9R5YvbetT-r_TVxRLTlaUnLnMwhcHDJf2KhAS5wCgmlkgnY0gmlwhKwSk7uKbXVsdGlhZGRyc5YACASsEpO7Bh6MAAoErBKTuwYejd0DgnJzhQADAQAAiXNlY3AyNTZrMaECEL5fejedMzTpzwygAlsd_bMH_8I32oBby93b3_FVX7-DdGNwgh6Mg3VkcIIejoV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.55.68 waku 1ccbe8a048a902814ba4132d8f15dd24e70c675a00d4b0d1e905b0f6fcc388d9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1ccbe8a048a9. Setting up logs at ./log/docker/node2_2025-12-25_04-24-26__59326fdb-dda7-4f70-acca-f6c55fabbc35__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11489
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:11489/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:11489/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.55.68/tcp/11490/p2p/16Uiu2HAm64cL1cjTzcvSQM99851hzFJ7Qbc43uECE9BPW5D5B9Vv","/ip4/172.18.55.68/tcp/11491/ws/p2p/16Uiu2HAm64cL1cjTzcvSQM99851hzFJ7Qbc43uECE9BPW5D5B9Vv"],"enrUri":"enr:-L24QI6TKYD0iNnm9H-xGQFi7_6vVUVAOn_5BTBPcLJiz3bvYtvd43ODXCLikJOVOlqeln4A7KGSKu6koCiFvIBG7gwCgmlkgnY0gmlwhKwSN0SKbXVsdGlhZGRyc5YACASsEjdEBiziAAoErBI3RAYs490DgnJzhQADAQAAiXNlY3AyNTZrMaECngs7BBTY4RCmN7CzjF6GmfXlraQLwQc4h9zSV8aR6H2DdGNwgizig3VkcIIs5IV3YWt1MgE"}'
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:11489/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.147.187/tcp/7820/p2p/16Uiu2HAkvZ2sQrEANqt8fxmWqFPoGmYEpieSuZuJfsB2cMCiezv2"]'
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:7819/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:11489/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:7819/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:7819/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":1766636669041555712,"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:11489/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":1766636669041555712,"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:7819/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:7819/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":1766636669157517232,"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:11489/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":1766636669157517232,"ephemeral":false,"proof":""}]'
DEBUG  src.node.waku_node:waku_node.py:262 Pausing container with id f1f351bc27c9
DEBUG  src.node.waku_node:waku_node.py:267 Unpause container with id f1f351bc27c9
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7819/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "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:7819/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":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766636669287791630,"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:11489/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":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766636669287791630,"ephemeral":false,"proof":""}]'
DEBUG  src.node.waku_node:waku_node.py:262 Pausing container with id 1ccbe8a048a9
DEBUG  src.node.waku_node:waku_node.py:267 Unpause container with id 1ccbe8a048a9
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7819/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "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:7819/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":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766636669418255662,"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:11489/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":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766636669418255662,"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 f1f351bc27c9
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 1ccbe8a048a9
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,68 @@
2025-12-25 04:17:01.549 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:17:01.550 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_invalid_request_id with id: 2025-12-25_04-17-01__94ffb7f4-5484-4575-9541-a0bd254dd9a5
2025-12-25 04:17:01.550 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:17:01.550 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:17:01.550 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:17:01.557 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:17:01.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-17-01__94ffb7f4-5484-4575-9541-a0bd254dd9a5__wakuorg_nwaku:latest.log
2025-12-25 04:17:01.557 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:17:01.558 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:17:01.559 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:17:01.559 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.39
2025-12-25 04:17:01.559 DEBUG [src.node.docker_mananger] Generated ports ['22477', '22478', '22479', '22480', '22481']
2025-12-25 04:17:01.560 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:17:01.560 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:17:01.560 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:17:01.560 DEBUG [src.node.docker_mananger] docker run -i -t -p 22477:22477 -p 22478:22478 -p 22479:22479 -p 22480:22480 -p 22481:22481 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=22479 --rest-port=22477 --tcp-port=22478 --discv5-udp-port=22480 --rest-address=0.0.0.0 --nat=extip:172.18.123.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a69decea7b2393e5a5eda2cc81f349cacaad4a00388ebc1c7571768218ec4004 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22481 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:17:01.746 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.39 waku 6cca2e01e9d00c304005e135306779856753bb27dff2a00fdf56e757da4a9cd2
2025-12-25 04:17:01.780 DEBUG [src.node.docker_mananger] Container started with ID 6cca2e01e9d0. Setting up logs at ./log/docker/node1_2025-12-25_04-17-01__94ffb7f4-5484-4575-9541-a0bd254dd9a5__wakuorg_nwaku:latest.log
2025-12-25 04:17:01.781 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22477
2025-12-25 04:17:01.782 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:17:01.810 ERROR [src.node.docker_mananger] Max retries reached for container b8e947945245. Exiting log stream.
2025-12-25 04:17:02.322 ERROR [src.node.docker_mananger] Max retries reached for container 4043f8d26cad. Exiting log stream.
2025-12-25 04:17:02.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22477/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.786 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"}]}'
2025-12-25 04:17:02.787 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:17:02.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22477/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.39/tcp/22478/p2p/16Uiu2HAmAtKCtsmwM3XzG6N6EcntfzBXYFBfwYcCAd8Br4jsuykc","/ip4/172.18.123.39/tcp/22479/ws/p2p/16Uiu2HAmAtKCtsmwM3XzG6N6EcntfzBXYFBfwYcCAd8Br4jsuykc"],"enrUri":"enr:-L24QIwuv8JoyQxxURxrmHjJGpEtwtPJzw465Vh_zFq2eOHjXHNCE_IqkCp9s528oZ-CGpRKIFH3Kj5RhtO4oH6mSpMCgmlkgnY0gmlwhKwSeyeKbXVsdGlhZGRyc5YACASsEnsnBlfOAAoErBJ7JwZXz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC5bJ_EtEghi9G8FQ5stDC9_i6wZhPpbrFKGAo8eyX0IGDdGNwglfOg3VkcIJX0IV3YWt1MgU"}'
2025-12-25 04:17:02.789 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:17:02.790 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:17:02.796 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:17:02.796 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-17-01__94ffb7f4-5484-4575-9541-a0bd254dd9a5__wakuorg_nwaku:latest.log
2025-12-25 04:17:02.796 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:17:02.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:17:02.798 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:17:02.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.106
2025-12-25 04:17:02.798 DEBUG [src.node.docker_mananger] Generated ports ['23254', '23255', '23256', '23257', '23258']
2025-12-25 04:17:02.798 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:17:02.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:17:02.798 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:17:02.798 DEBUG [src.node.docker_mananger] docker run -i -t -p 23254:23254 -p 23255:23255 -p 23256:23256 -p 23257:23257 -p 23258:23258 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=23256 --rest-port=23254 --tcp-port=23255 --discv5-udp-port=23257 --rest-address=0.0.0.0 --nat=extip:172.18.171.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9c1c0feece1e9f5e6babfb82a669adbfe7f7e534f0efbcf3eedd9df5da6f37b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23258 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIwuv8JoyQxxURxrmHjJGpEtwtPJzw465Vh_zFq2eOHjXHNCE_IqkCp9s528oZ-CGpRKIFH3Kj5RhtO4oH6mSpMCgmlkgnY0gmlwhKwSeyeKbXVsdGlhZGRyc5YACASsEnsnBlfOAAoErBJ7JwZXz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC5bJ_EtEghi9G8FQ5stDC9_i6wZhPpbrFKGAo8eyX0IGDdGNwglfOg3VkcIJX0IV3YWt1MgU --filternode=/ip4/172.18.123.39/tcp/22478/p2p/16Uiu2HAmAtKCtsmwM3XzG6N6EcntfzBXYFBfwYcCAd8Br4jsuykc
2025-12-25 04:17:02.970 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.106 waku 0e240a0eb880bc92b61367857d598c6bea8c2be7ece14a1cd7dd4f1f14692a9c
2025-12-25 04:17:03.002 DEBUG [src.node.docker_mananger] Container started with ID 0e240a0eb880. Setting up logs at ./log/docker/node2_2025-12-25_04-17-01__94ffb7f4-5484-4575-9541-a0bd254dd9a5__wakuorg_nwaku:latest.log
2025-12-25 04:17:03.003 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23254
2025-12-25 04:17:03.003 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:17:04.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23254/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.007 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"}]}'
2025-12-25 04:17:04.007 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:17:04.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23254/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.106/tcp/23255/p2p/16Uiu2HAmK8UPjzaHXmPvvGYYp2zkXdH2uQerHE6KXXoyKaGKuSxK","/ip4/172.18.171.106/tcp/23256/ws/p2p/16Uiu2HAmK8UPjzaHXmPvvGYYp2zkXdH2uQerHE6KXXoyKaGKuSxK"],"enrUri":"enr:-L24QNfRgoBQJDJNhyXMiTy858HnohC1FSILmLYyr2ebgf6PQ5CA6XtySgPhs59tQtpZ4O_ZlkBMxv-chcNqq7z3O2QCgmlkgnY0gmlwhKwSq2qKbXVsdGlhZGRyc5YACASsEqtqBlrXAAoErBKragZa2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYDCCyvPFRx3J4M-_8CfFs5VopstwVJU28uYSaAQT6-yDdGNwglrXg3VkcIJa2YV3YWt1MgA"}'
2025-12-25 04:17:04.010 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:17:04.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23254/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.39/tcp/22478/p2p/16Uiu2HAmAtKCtsmwM3XzG6N6EcntfzBXYFBfwYcCAd8Br4jsuykc"]'
2025-12-25 04:17:04.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:17:04.041 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:17:04.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22477/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:17:04.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:17:04.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23254/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d0551b86-00ae-4f28-9662-5c932085f9cb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:17:04.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d0551b86-00ae-4f28-9662-5c932085f9cb","statusDesc":"OK"}'
2025-12-25 04:17:04.071 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:23254/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": 1, "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:17:04.074 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:23254/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\\"))"}'
2025-12-25 04:17:04.076 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:17:04.077 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:17:04.077 DEBUG [src.node.waku_node] Stopping container with id 6cca2e01e9d0
2025-12-25 04:17:04.597 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:17:04.597 DEBUG [src.node.waku_node] Stopping container with id 0e240a0eb880
2025-12-25 04:17:05.119 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:17:05.120 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:17:05.126 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:17:05.130 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,864 @@
2025-12-25 04:16:37.264 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:16:37.264 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_pubsub_topics with id: 2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999
2025-12-25 04:16:37.264 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:16:37.265 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:16:37.271 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:37.272 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:16:37.272 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:37.272 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:37.273 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:37.273 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.44
2025-12-25 04:16:37.273 DEBUG [src.node.docker_mananger] Generated ports ['4251', '4252', '4253', '4254', '4255']
2025-12-25 04:16:37.274 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:37.274 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:37.274 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:37.274 DEBUG [src.node.docker_mananger] docker run -i -t -p 4251:4251 -p 4252:4252 -p 4253:4253 -p 4254:4254 -p 4255:4255 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=4253 --rest-port=4251 --tcp-port=4252 --discv5-udp-port=4254 --rest-address=0.0.0.0 --nat=extip:172.18.10.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4cd4bec3ab1dbbda48b37db92ae6ed1ad67c35611274e59c5dcec527de959e44 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4255 --metrics-logging=true --lightpush=true --relay=true
2025-12-25 04:16:37.459 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.44 waku 32dc8d23ddaecebeb07b3b6cc0abbe7ee73196b1ce5e43a94e7f3180a1293ad0
2025-12-25 04:16:37.491 DEBUG [src.node.docker_mananger] Container started with ID 32dc8d23ddae. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:16:37.492 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4251
2025-12-25 04:16:37.492 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:37.573 ERROR [src.node.docker_mananger] Max retries reached for container 713eb11fcc61. Exiting log stream.
2025-12-25 04:16:38.073 ERROR [src.node.docker_mananger] Max retries reached for container 270ad1c1f4ab. Exiting log stream.
2025-12-25 04:16:38.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4251/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:38.495 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"}]}'
2025-12-25 04:16:38.495 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:16:38.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4251/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:38.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.44/tcp/4252/p2p/16Uiu2HAkysTwWUm9Do3ohETqnfVrQZFXEiuXFcN6g5SJNZNtu2rX","/ip4/172.18.10.44/tcp/4253/ws/p2p/16Uiu2HAkysTwWUm9Do3ohETqnfVrQZFXEiuXFcN6g5SJNZNtu2rX"],"enrUri":"enr:-L24QI66xEN-S7I2HLlTAdCuH9Rp06yUyFJunS6UqF1ORXdWDbNwDqSeuIA8uBWAmBRuiNgLwN_3qnryt8g_v8P8LWICgmlkgnY0gmlwhKwSCiyKbXVsdGlhZGRyc5YACASsEgosBhCcAAoErBIKLAYQnd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQgo8Wvdm0V9yYo5dgp_Cr-gbjNV-hqfn7MPqL1jDAEyDdGNwghCcg3VkcIIQnoV3YWt1Mgk"}'
2025-12-25 04:16:38.498 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:16:38.504 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:38.504 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:16:38.504 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:38.505 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:38.506 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:38.506 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.183
2025-12-25 04:16:38.506 DEBUG [src.node.docker_mananger] Generated ports ['37920', '37921', '37922', '37923', '37924']
2025-12-25 04:16:38.506 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:38.506 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:38.506 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:38.506 DEBUG [src.node.docker_mananger] docker run -i -t -p 37920:37920 -p 37921:37921 -p 37922:37922 -p 37923:37923 -p 37924:37924 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=37922 --rest-port=37920 --tcp-port=37921 --discv5-udp-port=37923 --rest-address=0.0.0.0 --nat=extip:172.18.210.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecd6e7afbd87f2d2d1bedfc81a5ddcebddccecb4f1faf95a37aaa474f7b57fdc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37924 --metrics-logging=true --lightpush=false --relay=true
2025-12-25 04:16:38.685 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.183 waku 0161f7eace0738934eea809b90cb8c2681d3de6df434b49c6db6b6999401b9d7
2025-12-25 04:16:38.715 DEBUG [src.node.docker_mananger] Container started with ID 0161f7eace07. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:16:38.715 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37920
2025-12-25 04:16:38.716 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:39.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37920/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:39.719 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"}]}'
2025-12-25 04:16:39.719 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:16:39.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37920/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:39.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.183/tcp/37921/p2p/16Uiu2HAmC5iuz5i4SmNPNytUQPK3gvhpcT5wtfaJrQ47ZcHzECZ4","/ip4/172.18.210.183/tcp/37922/ws/p2p/16Uiu2HAmC5iuz5i4SmNPNytUQPK3gvhpcT5wtfaJrQ47ZcHzECZ4"],"enrUri":"enr:-L24QK1Gca4Ea2gDIoxX2kgveC1Tw71lxu6dDFx6xzL7ZICpBQpB9E9cGh90YDihPNsJ4rPFNHbqL8NbnbFujxJSYoUCgmlkgnY0gmlwhKwS0reKbXVsdGlhZGRyc5YACASsEtK3BpQhAAoErBLStwaUIt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC93phIlY2xP-WWbChxWmBkYbYFaJsWTyXaiQ68m7mASeDdGNwgpQhg3VkcIKUI4V3YWt1MgE"}'
2025-12-25 04:16:39.721 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:16:39.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37920/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.10.44/tcp/4252/p2p/16Uiu2HAkysTwWUm9Do3ohETqnfVrQZFXEiuXFcN6g5SJNZNtu2rX"]'
2025-12-25 04:16:39.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:39.763 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:39.763 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:16:39.763 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:39.763 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:39.765 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:39.765 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.50
2025-12-25 04:16:39.767 DEBUG [src.node.docker_mananger] Generated ports ['34821', '34822', '34823', '34824', '34825']
2025-12-25 04:16:39.767 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:39.768 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:39.769 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:39.769 DEBUG [src.node.docker_mananger] docker run -i -t -p 34821:34821 -p 34822:34822 -p 34823:34823 -p 34824:34824 -p 34825:34825 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=34823 --rest-port=34821 --tcp-port=34822 --discv5-udp-port=34824 --rest-address=0.0.0.0 --nat=extip:172.18.128.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=77d085eb412cba36db8ceee1cbdab2055cbcb6e7e7681ceb395cbafeb3c1ea19 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34825 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QI66xEN-S7I2HLlTAdCuH9Rp06yUyFJunS6UqF1ORXdWDbNwDqSeuIA8uBWAmBRuiNgLwN_3qnryt8g_v8P8LWICgmlkgnY0gmlwhKwSCiyKbXVsdGlhZGRyc5YACASsEgosBhCcAAoErBIKLAYQnd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQgo8Wvdm0V9yYo5dgp_Cr-gbjNV-hqfn7MPqL1jDAEyDdGNwghCcg3VkcIIQnoV3YWt1Mgk --lightpushnode=/ip4/172.18.10.44/tcp/4252/p2p/16Uiu2HAkysTwWUm9Do3ohETqnfVrQZFXEiuXFcN6g5SJNZNtu2rX --lightpush=true --relay=false
2025-12-25 04:16:39.956 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.50 waku aeae7c242313e62293141f5acf7c4781548e381cd9568650c6b7cf6a943348a5
2025-12-25 04:16:39.987 DEBUG [src.node.docker_mananger] Container started with ID aeae7c242313. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:16:39.987 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34821
2025-12-25 04:16:39.988 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:40.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.321 ERROR [src.node.docker_mananger] Max retries reached for container aeae7c242313. Exiting log stream.
2025-12-25 04:16:41.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:41.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:42.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:43.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:44.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:45.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:46.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:47.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:48.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:49.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:50.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:51.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:52.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:53.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:54.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:55.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:56.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:57.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:58.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:59.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:00.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:01.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34821/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:01.032 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=34821): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe1a16a55b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:17:01.132 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:17:01.132 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:17:01.134 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:17:01.134 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.72.24
2025-12-25 04:17:01.134 DEBUG [src.node.docker_mananger] Generated ports ['53816', '53817', '53818', '53819', '53820']
2025-12-25 04:17:01.134 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:17:01.134 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:17:01.134 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:17:01.135 DEBUG [src.node.docker_mananger] docker run -i -t -p 53816:53816 -p 53817:53817 -p 53818:53818 -p 53819:53819 -p 53820:53820 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=53818 --rest-port=53816 --tcp-port=53817 --discv5-udp-port=53819 --rest-address=0.0.0.0 --nat=extip:172.18.72.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e046ecc21a77b79ac00c96baea9b85eb33ca1d8a9cdf0df2ff892efb8e5c8b9b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53820 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QI66xEN-S7I2HLlTAdCuH9Rp06yUyFJunS6UqF1ORXdWDbNwDqSeuIA8uBWAmBRuiNgLwN_3qnryt8g_v8P8LWICgmlkgnY0gmlwhKwSCiyKbXVsdGlhZGRyc5YACASsEgosBhCcAAoErBIKLAYQnd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQgo8Wvdm0V9yYo5dgp_Cr-gbjNV-hqfn7MPqL1jDAEyDdGNwghCcg3VkcIIQnoV3YWt1Mgk --lightpushnode=/ip4/172.18.10.44/tcp/4252/p2p/16Uiu2HAkysTwWUm9Do3ohETqnfVrQZFXEiuXFcN6g5SJNZNtu2rX --lightpush=true --relay=false
2025-12-25 04:17:01.330 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.72.24 waku 02f1cfb61e3129b25a320bd9057e15bc121960d4cca4383f59c53c12e2a54749
2025-12-25 04:17:01.361 DEBUG [src.node.docker_mananger] Container started with ID 02f1cfb61e31. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:17:01.362 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53816
2025-12-25 04:17:01.362 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:17:02.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.692 ERROR [src.node.docker_mananger] Max retries reached for container 02f1cfb61e31. Exiting log stream.
2025-12-25 04:17:02.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:02.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:03.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:04.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:05.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:06.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:07.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:08.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:09.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:10.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:11.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:12.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:13.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:14.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:15.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:16.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:17.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:18.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:19.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:20.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:21.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:22.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:22.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:22.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:22.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:22.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53816/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:22.415 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=53816): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe1a16a4980>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:17:22.515 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:17:22.515 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:17:22.517 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:17:22.517 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.126
2025-12-25 04:17:22.517 DEBUG [src.node.docker_mananger] Generated ports ['5691', '5692', '5693', '5694', '5695']
2025-12-25 04:17:22.517 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:17:22.518 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:17:22.518 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:17:22.518 DEBUG [src.node.docker_mananger] docker run -i -t -p 5691:5691 -p 5692:5692 -p 5693:5693 -p 5694:5694 -p 5695:5695 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=5693 --rest-port=5691 --tcp-port=5692 --discv5-udp-port=5694 --rest-address=0.0.0.0 --nat=extip:172.18.76.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a3cec57b7d4700c26a9c0dce7efd3bcb9cc1ff63c9e55ab02c70ca7a49d9833f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5695 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QI66xEN-S7I2HLlTAdCuH9Rp06yUyFJunS6UqF1ORXdWDbNwDqSeuIA8uBWAmBRuiNgLwN_3qnryt8g_v8P8LWICgmlkgnY0gmlwhKwSCiyKbXVsdGlhZGRyc5YACASsEgosBhCcAAoErBIKLAYQnd0DgnJzhQADAQAAiXNlY3AyNTZrMaECQgo8Wvdm0V9yYo5dgp_Cr-gbjNV-hqfn7MPqL1jDAEyDdGNwghCcg3VkcIIQnoV3YWt1Mgk --lightpushnode=/ip4/172.18.10.44/tcp/4252/p2p/16Uiu2HAkysTwWUm9Do3ohETqnfVrQZFXEiuXFcN6g5SJNZNtu2rX --lightpush=true --relay=false
2025-12-25 04:17:22.696 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.126 waku 073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88
2025-12-25 04:17:22.726 DEBUG [src.node.docker_mananger] Container started with ID 073159c9e1ff. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-37__13a94a7a-6fb1-477b-85d1-e6936e0fa999__wakuorg_nwaku:latest.log
2025-12-25 04:17:22.726 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5691
2025-12-25 04:17:22.726 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:17:23.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:23.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:23.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.022 ERROR [src.node.docker_mananger] Max retries reached for container 073159c9e1ff. Exiting log stream.
2025-12-25 04:17:24.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:24.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:25.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:26.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:27.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:28.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:29.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:30.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:31.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:32.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:33.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:34.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:35.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:36.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:37.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:38.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:39.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:40.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:41.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:42.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5691/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:17:43.769 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=5691): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe1a16a5d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:17:43.990 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:17:43.991 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:17:43.991 DEBUG [src.node.waku_node] Stopping container with id 32dc8d23ddae
2025-12-25 04:17:44.483 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:17:44.483 DEBUG [src.node.waku_node] Stopping container with id 0161f7eace07
2025-12-25 04:17:45.011 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:17:45.011 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.114 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.216 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.295 ERROR [src.node.docker_mananger] Max retries reached for container 32dc8d23ddae. Exiting log stream.
2025-12-25 04:17:45.318 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.419 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.521 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.623 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.724 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.825 ERROR [src.node.docker_mananger] Max retries reached for container 0161f7eace07. Exiting log stream.
2025-12-25 04:17:45.826 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:45.927 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.028 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.130 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.231 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.332 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.434 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.535 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.636 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.738 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.839 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:46.940 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.042 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.143 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.244 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.346 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.447 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.548 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.650 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.751 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.852 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:47.954 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.055 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.157 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.258 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.359 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.461 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.562 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.664 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.765 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.866 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:48.968 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.069 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.170 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.272 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.373 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.474 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.576 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.677 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.779 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.880 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:49.981 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.083 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.084 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88/stop: Not Found ("No such container: 073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88")
2025-12-25 04:17:50.084 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.185 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.287 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.388 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.489 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.590 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.692 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.793 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.895 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:50.996 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.097 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.199 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.300 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.401 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.503 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.604 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.706 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.807 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:51.908 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.010 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.111 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.213 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.314 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.416 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.517 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.618 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.720 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.821 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:52.923 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.024 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.126 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.227 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.328 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.430 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.531 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.632 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.734 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.835 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:53.937 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.038 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.139 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.241 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.342 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.443 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.545 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.646 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.747 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.849 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:54.950 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.051 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.153 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.154 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88/stop: Not Found ("No such container: 073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88")
2025-12-25 04:17:55.154 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.255 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.357 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.458 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.560 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.661 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.763 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.864 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:55.965 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.067 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.168 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.270 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.371 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.473 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.574 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.676 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.777 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.878 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:56.980 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.081 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.182 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.284 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.385 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.487 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.588 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.690 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.791 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.892 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:57.993 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.095 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.196 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.297 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.399 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.500 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.601 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.703 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.805 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:58.906 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.007 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.109 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.210 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.312 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.413 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.514 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.616 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.717 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.818 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:17:59.920 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:18:00.021 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:18:00.123 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:18:00.224 DEBUG [src.node.waku_node] Stopping container with id 073159c9e1ff
2025-12-25 04:18:00.225 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88/stop: Not Found ("No such container: 073159c9e1ff84041ba57ab8d699dbe522e5965d7d9f06b67eee76e13bb0ed88")
2025-12-25 04:18:00.227 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:18:00.251 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:18:00.275 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:18:00.275 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:18:00.276 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:18:00.276 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,76 @@
2025-12-25 04:20:52.251 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:20:52.252 DEBUG [tests.conftest] Running test: test_get_store_message_with_meta with id: 2025-12-25_04-20-52__78917d86-0c5d-4e4e-a064-eb32a2e30901
2025-12-25 04:20:52.252 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:20:52.252 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:20:52.253 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:20:52.260 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:20:52.260 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-20-52__78917d86-0c5d-4e4e-a064-eb32a2e30901__wakuorg_nwaku:latest.log
2025-12-25 04:20:52.260 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:20:52.260 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:20:52.262 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:20:52.262 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.20.211
2025-12-25 04:20:52.262 DEBUG [src.node.docker_mananger] Generated ports ['47763', '47764', '47765', '47766', '47767']
2025-12-25 04:20:52.262 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:20:52.262 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:20:52.262 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:20:52.262 DEBUG [src.node.docker_mananger] docker run -i -t -p 47763:47763 -p 47764:47764 -p 47765:47765 -p 47766:47766 -p 47767:47767 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=47765 --rest-port=47763 --tcp-port=47764 --discv5-udp-port=47766 --rest-address=0.0.0.0 --nat=extip:172.18.20.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=59a1bfeb7d52eab5032f1ecdcc808bc0fad66ed11cc335fc8d3573ad1e02eb21 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47767 --metrics-logging=true --store=true --relay=true
2025-12-25 04:20:52.440 ERROR [src.node.docker_mananger] Max retries reached for container 38ade295a3bc. Exiting log stream.
2025-12-25 04:20:52.445 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.20.211 waku a9e54af02a75b854a3a25624472b6cf1fa8e51ac51354c095418d6b8f430ca33
2025-12-25 04:20:52.477 DEBUG [src.node.docker_mananger] Container started with ID a9e54af02a75. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-20-52__78917d86-0c5d-4e4e-a064-eb32a2e30901__wakuorg_nwaku:latest.log
2025-12-25 04:20:52.479 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47763
2025-12-25 04:20:52.479 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:20:53.045 ERROR [src.node.docker_mananger] Max retries reached for container eaf86db88021. Exiting log stream.
2025-12-25 04:20:53.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47763/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:53.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:20:53.484 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:20:53.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47763/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:53.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.211/tcp/47764/p2p/16Uiu2HAmGLY1m1CyuGa2zWPHFN8LGwgTAxxTkeNFCYDGM5aAk2w1","/ip4/172.18.20.211/tcp/47765/ws/p2p/16Uiu2HAmGLY1m1CyuGa2zWPHFN8LGwgTAxxTkeNFCYDGM5aAk2w1"],"enrUri":"enr:-L24QP43KyoDpX7BOvf6sllI3H0rCZntxGQeWeqYE_3nmDWIb8NpDnzhzqwKAFN5QB1WpnimMzyfZ-zjyqhihDJcnXYCgmlkgnY0gmlwhKwSFNOKbXVsdGlhZGRyc5YACASsEhTTBrqUAAoErBIU0wa6ld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNrSDnG-yMBqwT9NSXSfccVeS4uislfgunFX7MLd-g0iDdGNwgrqUg3VkcIK6loV3YWt1MgM"}'
2025-12-25 04:20:53.487 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:20:53.494 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:20:53.494 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-20-52__78917d86-0c5d-4e4e-a064-eb32a2e30901__wakuorg_nwaku:latest.log
2025-12-25 04:20:53.494 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:20:53.494 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:20:53.496 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:20:53.496 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.202
2025-12-25 04:20:53.496 DEBUG [src.node.docker_mananger] Generated ports ['17469', '17470', '17471', '17472', '17473']
2025-12-25 04:20:53.496 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:20:53.496 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:20:53.496 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:20:53.496 DEBUG [src.node.docker_mananger] docker run -i -t -p 17469:17469 -p 17470:17470 -p 17471:17471 -p 17472:17472 -p 17473:17473 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=17471 --rest-port=17469 --tcp-port=17470 --discv5-udp-port=17472 --rest-address=0.0.0.0 --nat=extip:172.18.36.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=decb9c3cbf3ab32af80b2c4cd11195c7c2d8fd33d1a6dfbe6ee2e5f99c7d89ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17473 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QP43KyoDpX7BOvf6sllI3H0rCZntxGQeWeqYE_3nmDWIb8NpDnzhzqwKAFN5QB1WpnimMzyfZ-zjyqhihDJcnXYCgmlkgnY0gmlwhKwSFNOKbXVsdGlhZGRyc5YACASsEhTTBrqUAAoErBIU0wa6ld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNrSDnG-yMBqwT9NSXSfccVeS4uislfgunFX7MLd-g0iDdGNwgrqUg3VkcIK6loV3YWt1MgM --storenode=/ip4/172.18.20.211/tcp/47764/p2p/16Uiu2HAmGLY1m1CyuGa2zWPHFN8LGwgTAxxTkeNFCYDGM5aAk2w1 --store=true --relay=true
2025-12-25 04:20:53.690 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.202 waku 99689475ec659fa173abf8e63d5f19d349d94d48231a6f8abe714e077478c0bc
2025-12-25 04:20:53.722 DEBUG [src.node.docker_mananger] Container started with ID 99689475ec65. Setting up logs at ./log/docker/store_node1_2025-12-25_04-20-52__78917d86-0c5d-4e4e-a064-eb32a2e30901__wakuorg_nwaku:latest.log
2025-12-25 04:20:53.723 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17469
2025-12-25 04:20:53.723 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:20:54.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17469/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:54.727 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"}]}'
2025-12-25 04:20:54.728 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:20:54.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17469/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:54.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.202/tcp/17470/p2p/16Uiu2HAm9ggX6tbLXW9BMf8a7jWs19P2aDwny1n6eomFywdt9A8r","/ip4/172.18.36.202/tcp/17471/ws/p2p/16Uiu2HAm9ggX6tbLXW9BMf8a7jWs19P2aDwny1n6eomFywdt9A8r"],"enrUri":"enr:-L24QCi1xFgnniF-LhZ4cNPQ_6IXvDentT-1JPSdP5FbbKFBQLz2-C_eZbKz03gTkCNmmp6msiLs6jQ_37bbEDDJYjwCgmlkgnY0gmlwhKwSJMqKbXVsdGlhZGRyc5YACASsEiTKBkQ-AAoErBIkygZEP90DgnJzhQADAQAAiXNlY3AyNTZrMaEC09vwgPEdhthp_O_NluqrhzeVP9ZlOhYUGJWBJpD7IXuDdGNwgkQ-g3VkcIJEQIV3YWt1MgM"}'
2025-12-25 04:20:54.730 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:20:54.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17469/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.20.211/tcp/47764/p2p/16Uiu2HAmGLY1m1CyuGa2zWPHFN8LGwgTAxxTkeNFCYDGM5aAk2w1"]'
2025-12-25 04:20:54.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:54.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47763/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:20:54.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:54.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17469/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:20:54.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:54.740 DEBUG [src.steps.store] Relaying message
2025-12-25 04:20:54.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47763/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)', "meta": "U3RvcmUgd29ya3MhIQ=="}'
2025-12-25 04:20:54.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:54.746 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:20:54.947 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:20:54.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47763/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:54.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe8b9aba58de72e251c00aae217c505e6e4250aa978e442363af073db73e7233c"}]}'
2025-12-25 04:20:54.950 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:20:54.950 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:20:54.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17469/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:54.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe8b9aba58de72e251c00aae217c505e6e4250aa978e442363af073db73e7233c"}]}'
2025-12-25 04:20:54.953 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:20:54.955 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:20:54.956 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:20:54.956 DEBUG [src.node.waku_node] Stopping container with id a9e54af02a75
2025-12-25 04:20:55.471 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:55.472 DEBUG [src.node.waku_node] Stopping container with id 99689475ec65
2025-12-25 04:20:56.025 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:56.028 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:20:56.034 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:20:56.042 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_unsubscribe_with_pubsub_topic_string_instead_of_list with id: 2025-12-25_04-15-39__1ac56e84-a035-4e23-9b7d-2321ea0cbe89
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_2025-12-25_04-15-39__1ac56e84-a035-4e23-9b7d-2321ea0cbe89__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.167.147
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17460', '17461', '17462', '17463', '17464']
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 17460:17460 -p 17461:17461 -p 17462:17462 -p 17463:17463 -p 17464:17464 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=17462 --rest-port=17460 --tcp-port=17461 --discv5-udp-port=17463 --rest-address=0.0.0.0 --nat=extip:172.18.167.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ea7354ad244cf9c69b326f5bdd3a7dcc3e1305b873c98458555f1cb854002371 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17464 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.167.147 waku 72558ad7ef379410aeccb5bc8f39430522eaf844dcca5b65ccd649bba6bf1fd6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 72558ad7ef37. Setting up logs at ./log/docker/node1_2025-12-25_04-15-39__1ac56e84-a035-4e23-9b7d-2321ea0cbe89__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17460
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 8a91e71950a9. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 950214eda38f. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17460/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:17460/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.167.147/tcp/17461/p2p/16Uiu2HAmHUd9r6tXyDkfeVg25YcSehjU5T4KeFiZjbodH4nQgBg6","/ip4/172.18.167.147/tcp/17462/ws/p2p/16Uiu2HAmHUd9r6tXyDkfeVg25YcSehjU5T4KeFiZjbodH4nQgBg6"],"enrUri":"enr:-L24QJ5A-FLbwocqTfa1S3-9HsT_4z72p3BLdiWzYufRi-yiRWZBRm3n23P6XLBLske92K2le0k7223zewj7MJNAghQCgmlkgnY0gmlwhKwSp5OKbXVsdGlhZGRyc5YACASsEqeTBkQ1AAoErBKnkwZENt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR6KooELqOJ00IFbT0wsJmantOLD9yHtNY-KvNLP7RKuDdGNwgkQ1g3VkcIJEN4V3YWt1MgU"}'
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_2025-12-25_04-15-39__1ac56e84-a035-4e23-9b7d-2321ea0cbe89__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.145
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25116', '25117', '25118', '25119', '25120']
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 25116:25116 -p 25117:25117 -p 25118:25118 -p 25119:25119 -p 25120:25120 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=25118 --rest-port=25116 --tcp-port=25117 --discv5-udp-port=25119 --rest-address=0.0.0.0 --nat=extip:172.18.213.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=11a1fe08bbc40cbfcdaf1c23c7ff6dd05efffbb9fa6541cc6ee29c5a6fbc508a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25120 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJ5A-FLbwocqTfa1S3-9HsT_4z72p3BLdiWzYufRi-yiRWZBRm3n23P6XLBLske92K2le0k7223zewj7MJNAghQCgmlkgnY0gmlwhKwSp5OKbXVsdGlhZGRyc5YACASsEqeTBkQ1AAoErBKnkwZENt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR6KooELqOJ00IFbT0wsJmantOLD9yHtNY-KvNLP7RKuDdGNwgkQ1g3VkcIJEN4V3YWt1MgU --filternode=/ip4/172.18.167.147/tcp/17461/p2p/16Uiu2HAmHUd9r6tXyDkfeVg25YcSehjU5T4KeFiZjbodH4nQgBg6
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.213.145 waku 0fbc93bf4b8ee1865bc8bc2184f997d4ae5dea2490a7276e8b1ce1368454bb45
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0fbc93bf4b8e. Setting up logs at ./log/docker/node2_2025-12-25_04-15-39__1ac56e84-a035-4e23-9b7d-2321ea0cbe89__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25116
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:25116/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:25116/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.145/tcp/25117/p2p/16Uiu2HAmHvJFP6YRTDG91fgYMHJWGssgHkNrSULRzVoLm4cLQsYb","/ip4/172.18.213.145/tcp/25118/ws/p2p/16Uiu2HAmHvJFP6YRTDG91fgYMHJWGssgHkNrSULRzVoLm4cLQsYb"],"enrUri":"enr:-L24QAKLSjhqMGlwjjCU41Z5bTNRc2m0MhKoZGxbwoxvg-q3d8QoTbxnBntYSjX-8ot-WJLGyAmlgaOyNVYZRiu7pLECgmlkgnY0gmlwhKwS1ZGKbXVsdGlhZGRyc5YACASsEtWRBmIdAAoErBLVkQZiHt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTjZiXojAh8ZY5d4X5N7mqJdMsvsiYCcLsJied-qsVpiDdGNwgmIdg3VkcIJiH4V3YWt1MgA"}'
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:25116/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.167.147/tcp/17461/p2p/16Uiu2HAmHUd9r6tXyDkfeVg25YcSehjU5T4KeFiZjbodH4nQgBg6"]'
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:17460/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:25116/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6a5760e8-f78c-439f-abf0-d72c96a9bedd", "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":"6a5760e8-f78c-439f-abf0-d72c96a9bedd","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:25116/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "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:25116/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 72558ad7ef37
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 0fbc93bf4b8e
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 @@
2025-12-25 04:30:20.555 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:30:20.556 DEBUG [tests.conftest] Running test: test_time_filter_negative_end_time with id: 2025-12-25_04-30-20__203c4f6c-f9ab-486f-a4c1-eff649b246c4
2025-12-25 04:30:20.556 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:30:20.556 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:30:20.557 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:30:20.564 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:30:20.564 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-30-20__203c4f6c-f9ab-486f-a4c1-eff649b246c4__wakuorg_nwaku:latest.log
2025-12-25 04:30:20.564 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:30:20.564 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:30:20.566 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:30:20.566 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.207
2025-12-25 04:30:20.566 DEBUG [src.node.docker_mananger] Generated ports ['51784', '51785', '51786', '51787', '51788']
2025-12-25 04:30:20.566 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:30:20.566 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:30:20.567 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:30:20.567 DEBUG [src.node.docker_mananger] docker run -i -t -p 51784:51784 -p 51785:51785 -p 51786:51786 -p 51787:51787 -p 51788:51788 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=51786 --rest-port=51784 --tcp-port=51785 --discv5-udp-port=51787 --rest-address=0.0.0.0 --nat=extip:172.18.165.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1eef2831aaddcf3e423b299c5ab7d1c2b7b46c237ec6bd22af31a4c80c9c8acf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51788 --metrics-logging=true --store=true --relay=true
2025-12-25 04:30:20.764 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.207 waku ebb64614786d50dafafe5a468f8d4c0a90e15b2a52873a8eeeb17904eb97356a
2025-12-25 04:30:20.785 ERROR [src.node.docker_mananger] Max retries reached for container 9c2ab83fd761. Exiting log stream.
2025-12-25 04:30:20.797 DEBUG [src.node.docker_mananger] Container started with ID ebb64614786d. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-30-20__203c4f6c-f9ab-486f-a4c1-eff649b246c4__wakuorg_nwaku:latest.log
2025-12-25 04:30:20.797 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51784
2025-12-25 04:30:20.797 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:30:21.354 ERROR [src.node.docker_mananger] Max retries reached for container d147576e1de3. Exiting log stream.
2025-12-25 04:30:21.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51784/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:30:21.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:30:21.801 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:30:21.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51784/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:30:21.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.207/tcp/51785/p2p/16Uiu2HAmRsJGNH3bhxYaLJL2VsbjTjn58SQzbBcDaJZEVhQWPQQN","/ip4/172.18.165.207/tcp/51786/ws/p2p/16Uiu2HAmRsJGNH3bhxYaLJL2VsbjTjn58SQzbBcDaJZEVhQWPQQN"],"enrUri":"enr:-L24QA6AxvxKquwyWUn1WnOdYZYAtUiSWxaTM7P9x2mnPrieL3SzbssIJyh-jTAUmXlpigHE0zgAljtHQmA3_f49W7sCgmlkgnY0gmlwhKwSpc-KbXVsdGlhZGRyc5YACASsEqXPBspJAAoErBKlzwbKSt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxE8oDaUqEgecNLGbI_XyayejzhxXKZYR8jK07ThoWCeDdGNwgspJg3VkcILKS4V3YWt1MgM"}'
2025-12-25 04:30:21.804 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:30:21.811 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:30:21.811 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-30-20__203c4f6c-f9ab-486f-a4c1-eff649b246c4__wakuorg_nwaku:latest.log
2025-12-25 04:30:21.811 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:30:21.812 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:30:21.813 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:30:21.813 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.31
2025-12-25 04:30:21.813 DEBUG [src.node.docker_mananger] Generated ports ['33695', '33696', '33697', '33698', '33699']
2025-12-25 04:30:21.813 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:30:21.813 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:30:21.813 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:30:21.814 DEBUG [src.node.docker_mananger] docker run -i -t -p 33695:33695 -p 33696:33696 -p 33697:33697 -p 33698:33698 -p 33699:33699 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=33697 --rest-port=33695 --tcp-port=33696 --discv5-udp-port=33698 --rest-address=0.0.0.0 --nat=extip:172.18.214.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eaf4f32aa2f4e6560366ed4be9dfdbc7db74e101a8ed7c640d3d4b24eb5cda3d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33699 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA6AxvxKquwyWUn1WnOdYZYAtUiSWxaTM7P9x2mnPrieL3SzbssIJyh-jTAUmXlpigHE0zgAljtHQmA3_f49W7sCgmlkgnY0gmlwhKwSpc-KbXVsdGlhZGRyc5YACASsEqXPBspJAAoErBKlzwbKSt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxE8oDaUqEgecNLGbI_XyayejzhxXKZYR8jK07ThoWCeDdGNwgspJg3VkcILKS4V3YWt1MgM --storenode=/ip4/172.18.165.207/tcp/51785/p2p/16Uiu2HAmRsJGNH3bhxYaLJL2VsbjTjn58SQzbBcDaJZEVhQWPQQN --store=true --relay=true
2025-12-25 04:30:22.012 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.31 waku 503c0f802d071be8eda319928b88e874d077ffbb7c40b78708ae43a76199e56b
2025-12-25 04:30:22.044 DEBUG [src.node.docker_mananger] Container started with ID 503c0f802d07. Setting up logs at ./log/docker/store_node1_2025-12-25_04-30-20__203c4f6c-f9ab-486f-a4c1-eff649b246c4__wakuorg_nwaku:latest.log
2025-12-25 04:30:22.045 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33695
2025-12-25 04:30:22.045 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:30:23.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33695/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:30:23.050 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"}]}'
2025-12-25 04:30:23.050 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:30:23.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33695/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:30:23.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.31/tcp/33696/p2p/16Uiu2HAmVbsHcf6kcubXe2zt1FCPFhwseMJHPgpQqg8NNCe53dkH","/ip4/172.18.214.31/tcp/33697/ws/p2p/16Uiu2HAmVbsHcf6kcubXe2zt1FCPFhwseMJHPgpQqg8NNCe53dkH"],"enrUri":"enr:-L24QKaxFbut1jXIYeEmFVYDGFCM1qLXPl8Q8DOluUEwbLHsao3O9Nxxv2A4lrN-mEbOu_DB7vms5TKEVKm65J0OIwwCgmlkgnY0gmlwhKwS1h-KbXVsdGlhZGRyc5YACASsEtYfBoOgAAoErBLWHwaDod0DgnJzhQADAQAAiXNlY3AyNTZrMaED-8ny4k-s-2NfBrpRMqqVolyMFloBHfydmDjN8Aveg86DdGNwgoOgg3VkcIKDooV3YWt1MgM"}'
2025-12-25 04:30:23.053 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:30:23.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33695/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.207/tcp/51785/p2p/16Uiu2HAmRsJGNH3bhxYaLJL2VsbjTjn58SQzbBcDaJZEVhQWPQQN"]'
2025-12-25 04:30:23.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:30:23.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33695/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:30:23.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.063 DEBUG [src.steps.store] Relaying message
2025-12-25 04:30:23.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:30:23.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.069 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:30:23.270 DEBUG [src.steps.store] Relaying message
2025-12-25 04:30:23.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:30:23.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.276 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:30:23.477 DEBUG [src.steps.store] Relaying message
2025-12-25 04:30:23.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:30:23.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.483 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:30:23.684 DEBUG [src.steps.store] Relaying message
2025-12-25 04:30:23.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:30:23.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.690 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:30:23.890 DEBUG [src.steps.store] Relaying message
2025-12-25 04:30:23.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:30:23.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:23.897 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:30:24.098 DEBUG [src.steps.store] Relaying message
2025-12-25 04:30:24.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51784/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:30:24.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:30:24.104 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:30:24.305 DEBUG [tests.store.test_time_filter] inquering stored messages with end time -10000
2025-12-25 04:30:24.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51784/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:30:24.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc18ab50331286add8a57514204c76baf5619468be6961dd94d74b648ed894c5d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637020062874112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x3558896eda7f2d2577756f52487424f01c83c46c7ffe99ba1cadc21fd61e1c21","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637022062882048,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7655d449a71444d784a97dd95abaa6a105479606e299fb8245c946db1ce9b652","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637022962883840,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfc36319daeb0597b6205e6b25db3c34c7501dae38152e96033855a9d7c43ce8d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637023162885888,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x34c721d40a4d1401a64f5523a89acc340f9f4cf84609ebc69d3b4356970ec2e2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637025062887936,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xbb10977fbed5afdde870b7a7ba6eeb3328e0f7f7feb78f0cb69e9006df061735","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637033062889216,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
2025-12-25 04:30:24.309 DEBUG [tests.store.test_time_filter] number of messages stored for end time = -10000 is 6
2025-12-25 04:30:24.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33695/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:30:24.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc18ab50331286add8a57514204c76baf5619468be6961dd94d74b648ed894c5d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637020062874112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x3558896eda7f2d2577756f52487424f01c83c46c7ffe99ba1cadc21fd61e1c21","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637022062882048,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7655d449a71444d784a97dd95abaa6a105479606e299fb8245c946db1ce9b652","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637022962883840,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfc36319daeb0597b6205e6b25db3c34c7501dae38152e96033855a9d7c43ce8d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637023162885888,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x34c721d40a4d1401a64f5523a89acc340f9f4cf84609ebc69d3b4356970ec2e2","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637025062887936,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xbb10977fbed5afdde870b7a7ba6eeb3328e0f7f7feb78f0cb69e9006df061735","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766637033062889216,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
2025-12-25 04:30:24.313 DEBUG [tests.store.test_time_filter] number of messages stored for end time = -10000 is 6
2025-12-25 04:30:24.315 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:30:24.316 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:30:24.316 DEBUG [src.node.waku_node] Stopping container with id ebb64614786d
2025-12-25 04:30:24.886 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:30:24.887 DEBUG [src.node.waku_node] Stopping container with id 503c0f802d07
2025-12-25 04:30:25.485 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:30:25.487 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:30:25.495 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:30:25.502 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 @@
2025-12-25 04:41:32.913 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:41:32.913 DEBUG [tests.conftest] Running test: test_light_push_with_valid_meta with id: 2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec
2025-12-25 04:41:32.913 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:41:32.914 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:41:32.921 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:41:32.921 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:32.921 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:41:32.921 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:41:32.923 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:41:32.923 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.34
2025-12-25 04:41:32.923 DEBUG [src.node.docker_mananger] Generated ports ['38879', '38880', '38881', '38882', '38883']
2025-12-25 04:41:32.923 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:41:32.923 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:41:32.923 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:41:32.923 DEBUG [src.node.docker_mananger] docker run -i -t -p 38879:38879 -p 38880:38880 -p 38881:38881 -p 38882:38882 -p 38883:38883 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=38881 --rest-port=38879 --tcp-port=38880 --discv5-udp-port=38882 --rest-address=0.0.0.0 --nat=extip:172.18.39.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aade7151fa01e6af4dd745ace52e9d1dcbb45f9dcaeeffcf7dd600ccde2c1a9c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38883 --metrics-logging=true --lightpush=true --relay=true
2025-12-25 04:41:33.142 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.34 waku 085f8b9c4df996339e6884a765644feaf2b8b591aad2bbd532d52e23a6b11073
2025-12-25 04:41:33.181 DEBUG [src.node.docker_mananger] Container started with ID 085f8b9c4df9. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:33.181 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38879
2025-12-25 04:41:33.181 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:41:34.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38879/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:34.186 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"}]}'
2025-12-25 04:41:34.186 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:41:34.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38879/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:34.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.34/tcp/38880/p2p/16Uiu2HAm8AuJVJk3ndoWiYjpkhdyeou2FgHCp1zYup5vJvJdcmsA","/ip4/172.18.39.34/tcp/38881/ws/p2p/16Uiu2HAm8AuJVJk3ndoWiYjpkhdyeou2FgHCp1zYup5vJvJdcmsA"],"enrUri":"enr:-L24QIw7_IlPNIAl6faNuiCsn76RffFF8VUPQHg4uNSpVEEeUnG3tpahqPVgZiVMEoSE588-pIjRcptbpW_D-oLIDicCgmlkgnY0gmlwhKwSJyKKbXVsdGlhZGRyc5YACASsEiciBpfgAAoErBInIgaX4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECvV9IEXtp8fLBCF-saUqBTBPAAxgt4iQX4UNJJUrjLaWDdGNwgpfgg3VkcIKX4oV3YWt1Mgk"}'
2025-12-25 04:41:34.189 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:41:34.196 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:41:34.196 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:34.196 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:41:34.196 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:41:34.198 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:41:34.198 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.38
2025-12-25 04:41:34.198 DEBUG [src.node.docker_mananger] Generated ports ['14282', '14283', '14284', '14285', '14286']
2025-12-25 04:41:34.198 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:41:34.198 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:41:34.198 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:41:34.199 DEBUG [src.node.docker_mananger] docker run -i -t -p 14282:14282 -p 14283:14283 -p 14284:14284 -p 14285:14285 -p 14286:14286 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=14284 --rest-port=14282 --tcp-port=14283 --discv5-udp-port=14285 --rest-address=0.0.0.0 --nat=extip:172.18.147.38 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f849efb932d854a341ce47984a81ede206c3df6c6acca4452c026e51dc30676 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14286 --metrics-logging=true --lightpush=false --relay=true
2025-12-25 04:41:34.397 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.38 waku 36cc81f1b21af909f91a0d408b8e1bf78ad716e34aedabe26e5659976c545c72
2025-12-25 04:41:34.432 DEBUG [src.node.docker_mananger] Container started with ID 36cc81f1b21a. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:34.433 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14282
2025-12-25 04:41:34.433 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:41:35.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14282/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:35.438 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"}]}'
2025-12-25 04:41:35.438 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:41:35.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14282/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:35.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.38/tcp/14283/p2p/16Uiu2HAm4ZFG8uEaZMbEQuTWhnrdnhSgFKbASHHxyVg48gGN9mop","/ip4/172.18.147.38/tcp/14284/ws/p2p/16Uiu2HAm4ZFG8uEaZMbEQuTWhnrdnhSgFKbASHHxyVg48gGN9mop"],"enrUri":"enr:-L24QCPwbo0ieF5UQtscIPnQ_oFfKSV7mM9i7QI7h5KWyrRgGIzLjFtv-x8eJVY-EEjfTX3spP98Okv5dEkjEAYvDGUCgmlkgnY0gmlwhKwSkyaKbXVsdGlhZGRyc5YACASsEpMmBjfLAAoErBKTJgY3zN0DgnJzhQADAQAAiXNlY3AyNTZrMaECh6nhPNjdU3DI93HueI2RYrY0qUTTEN_uFzklMr0ICvuDdGNwgjfLg3VkcII3zYV3YWt1MgE"}'
2025-12-25 04:41:35.441 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:41:35.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14282/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.34/tcp/38880/p2p/16Uiu2HAm8AuJVJk3ndoWiYjpkhdyeou2FgHCp1zYup5vJvJdcmsA"]'
2025-12-25 04:41:35.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:41:35.486 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:41:35.486 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:35.487 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:41:35.487 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:41:35.492 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:41:35.493 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.115
2025-12-25 04:41:35.493 DEBUG [src.node.docker_mananger] Generated ports ['46159', '46160', '46161', '46162', '46163']
2025-12-25 04:41:35.493 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:41:35.493 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:41:35.493 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:41:35.493 DEBUG [src.node.docker_mananger] docker run -i -t -p 46159:46159 -p 46160:46160 -p 46161:46161 -p 46162:46162 -p 46163:46163 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=46161 --rest-port=46159 --tcp-port=46160 --discv5-udp-port=46162 --rest-address=0.0.0.0 --nat=extip:172.18.75.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a83dddbc4618edaf5cede94c67b8d6b02b68d85650ff8d882ff9a7acbb89252d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46163 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIw7_IlPNIAl6faNuiCsn76RffFF8VUPQHg4uNSpVEEeUnG3tpahqPVgZiVMEoSE588-pIjRcptbpW_D-oLIDicCgmlkgnY0gmlwhKwSJyKKbXVsdGlhZGRyc5YACASsEiciBpfgAAoErBInIgaX4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECvV9IEXtp8fLBCF-saUqBTBPAAxgt4iQX4UNJJUrjLaWDdGNwgpfgg3VkcIKX4oV3YWt1Mgk --lightpushnode=/ip4/172.18.39.34/tcp/38880/p2p/16Uiu2HAm8AuJVJk3ndoWiYjpkhdyeou2FgHCp1zYup5vJvJdcmsA --lightpush=true --relay=false
2025-12-25 04:41:35.681 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.115 waku 64f6b3656d112255df4f0f112da68a47fc2494502b92ff849be716f4f51a44f6
2025-12-25 04:41:35.714 DEBUG [src.node.docker_mananger] Container started with ID 64f6b3656d11. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:35.714 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46159
2025-12-25 04:41:35.714 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:41:36.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:36.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:36.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.066 ERROR [src.node.docker_mananger] Max retries reached for container 64f6b3656d11. Exiting log stream.
2025-12-25 04:41:37.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:37.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:38.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:39.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:40.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:41.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:42.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:43.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:44.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:45.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:46.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:47.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:48.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:49.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:50.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:51.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:52.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:53.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:54.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:55.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:56.731 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=46159): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f20028d0aa0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:41:56.831 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:41:56.832 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:41:56.833 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:41:56.833 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.147
2025-12-25 04:41:56.834 DEBUG [src.node.docker_mananger] Generated ports ['11273', '11274', '11275', '11276', '11277']
2025-12-25 04:41:56.834 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:41:56.834 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:41:56.834 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:41:56.834 DEBUG [src.node.docker_mananger] docker run -i -t -p 11273:11273 -p 11274:11274 -p 11275:11275 -p 11276:11276 -p 11277:11277 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=11275 --rest-port=11273 --tcp-port=11274 --discv5-udp-port=11276 --rest-address=0.0.0.0 --nat=extip:172.18.69.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ec7f6d30b23ad4cdbe4d34fab535eec78eeaceab8a5ab2a3cd7cbabf3dd56a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11277 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIw7_IlPNIAl6faNuiCsn76RffFF8VUPQHg4uNSpVEEeUnG3tpahqPVgZiVMEoSE588-pIjRcptbpW_D-oLIDicCgmlkgnY0gmlwhKwSJyKKbXVsdGlhZGRyc5YACASsEiciBpfgAAoErBInIgaX4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECvV9IEXtp8fLBCF-saUqBTBPAAxgt4iQX4UNJJUrjLaWDdGNwgpfgg3VkcIKX4oV3YWt1Mgk --lightpushnode=/ip4/172.18.39.34/tcp/38880/p2p/16Uiu2HAm8AuJVJk3ndoWiYjpkhdyeou2FgHCp1zYup5vJvJdcmsA --lightpush=true --relay=false
2025-12-25 04:41:57.027 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.147 waku 5158bfff356a4d650735e7180136a21be2089f92bb64b267dd251f8025b97695
2025-12-25 04:41:57.056 DEBUG [src.node.docker_mananger] Container started with ID 5158bfff356a. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:41:57.057 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11273
2025-12-25 04:41:57.057 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:41:58.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.401 ERROR [src.node.docker_mananger] Max retries reached for container 5158bfff356a. Exiting log stream.
2025-12-25 04:41:58.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:58.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:41:59.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:00.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:01.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:02.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:03.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:04.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:05.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:06.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:07.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:08.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:09.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:10.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:11.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:12.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:13.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:14.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:15.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:16.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:17.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:18.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11273/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:18.067 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=11273): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2002b47560>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:42:18.167 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:42:18.168 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:42:18.169 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:42:18.169 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.22
2025-12-25 04:42:18.170 DEBUG [src.node.docker_mananger] Generated ports ['50333', '50334', '50335', '50336', '50337']
2025-12-25 04:42:18.170 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:42:18.170 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:42:18.170 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:42:18.170 DEBUG [src.node.docker_mananger] docker run -i -t -p 50333:50333 -p 50334:50334 -p 50335:50335 -p 50336:50336 -p 50337:50337 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=50335 --rest-port=50333 --tcp-port=50334 --discv5-udp-port=50336 --rest-address=0.0.0.0 --nat=extip:172.18.212.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbfee9956487ca011a5dd8a6dfa8fea0e8c259fed6502db50856af00c4f9e73c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50337 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIw7_IlPNIAl6faNuiCsn76RffFF8VUPQHg4uNSpVEEeUnG3tpahqPVgZiVMEoSE588-pIjRcptbpW_D-oLIDicCgmlkgnY0gmlwhKwSJyKKbXVsdGlhZGRyc5YACASsEiciBpfgAAoErBInIgaX4d0DgnJzhQADAQAAiXNlY3AyNTZrMaECvV9IEXtp8fLBCF-saUqBTBPAAxgt4iQX4UNJJUrjLaWDdGNwgpfgg3VkcIKX4oV3YWt1Mgk --lightpushnode=/ip4/172.18.39.34/tcp/38880/p2p/16Uiu2HAm8AuJVJk3ndoWiYjpkhdyeou2FgHCp1zYup5vJvJdcmsA --lightpush=true --relay=false
2025-12-25 04:42:18.357 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.22 waku fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015
2025-12-25 04:42:18.390 DEBUG [src.node.docker_mananger] Container started with ID fbb57e635c01. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-41-32__c8705736-ff98-4969-bf1e-fe2ffa877dec__wakuorg_nwaku:latest.log
2025-12-25 04:42:18.391 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50333
2025-12-25 04:42:18.392 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:42:19.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:19.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:19.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:19.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:19.724 ERROR [src.node.docker_mananger] Max retries reached for container fbb57e635c01. Exiting log stream.
2025-12-25 04:42:19.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:19.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:20.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:21.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:22.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:23.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:24.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:25.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:26.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:27.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:28.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:29.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:30.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:31.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:32.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:33.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:34.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:35.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:36.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:37.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:38.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:39.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:39.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:39.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:39.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:39.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50333/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:42:39.425 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=50333): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f20027f97c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:42:39.623 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:42:39.624 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:42:39.624 DEBUG [src.node.waku_node] Stopping container with id 085f8b9c4df9
2025-12-25 04:42:40.179 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:42:40.180 DEBUG [src.node.waku_node] Stopping container with id 36cc81f1b21a
2025-12-25 04:42:40.715 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:42:40.715 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:40.818 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:40.920 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:40.991 ERROR [src.node.docker_mananger] Max retries reached for container 085f8b9c4df9. Exiting log stream.
2025-12-25 04:42:41.022 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.123 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.225 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.327 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.428 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.528 ERROR [src.node.docker_mananger] Max retries reached for container 36cc81f1b21a. Exiting log stream.
2025-12-25 04:42:41.530 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.631 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.733 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.834 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:41.936 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.038 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.140 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.242 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.344 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.446 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.548 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.649 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.751 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.853 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:42.955 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.057 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.159 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.261 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.363 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.464 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.566 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.668 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.770 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.872 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:43.974 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.076 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.178 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.279 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.381 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.483 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.585 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.687 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.789 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.891 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:44.992 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.094 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.196 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.298 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.400 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.502 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.604 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.705 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.807 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.809 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015/stop: Not Found ("No such container: fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015")
2025-12-25 04:42:45.809 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:45.910 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.012 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.114 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.216 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.318 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.420 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.522 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.624 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.725 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.827 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:46.929 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.031 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.133 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.235 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.337 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.438 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.540 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.642 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.744 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.846 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:47.948 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.050 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.152 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.254 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.355 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.457 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.559 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.661 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.763 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.865 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:48.967 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.069 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.170 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.272 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.374 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.476 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.578 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.680 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.782 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.883 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:49.985 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.087 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.189 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.290 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.392 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.494 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.596 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.698 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.799 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.901 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:50.903 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015/stop: Not Found ("No such container: fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015")
2025-12-25 04:42:50.903 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.004 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.106 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.208 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.310 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.412 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.514 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.615 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.717 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.819 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:51.921 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.023 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.125 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.227 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.328 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.430 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.532 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.634 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.736 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.838 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:52.940 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.042 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.143 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.245 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.347 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.449 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.551 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.653 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.755 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.857 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:53.958 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.060 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.162 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.264 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.366 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.468 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.569 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.671 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.773 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.875 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:54.977 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.079 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.180 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.282 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.384 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.486 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.588 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.690 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.792 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.894 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.995 DEBUG [src.node.waku_node] Stopping container with id fbb57e635c01
2025-12-25 04:42:55.997 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015/stop: Not Found ("No such container: fbb57e635c018390d0d9a6f6bd13c9f3c43de73b660fc4b1a6f2249a55b99015")
2025-12-25 04:42:55.998 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:42:56.022 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:42:56.046 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:42:56.047 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:42:56.047 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:42:56.048 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,81 @@
2025-12-25 04:15:07.127 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:07.128 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_invalid_content_topic_format with id: 2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748
2025-12-25 04:15:07.128 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:07.128 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:07.129 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:07.135 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:07.136 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
2025-12-25 04:15:07.136 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:07.136 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:07.137 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:07.138 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.137
2025-12-25 04:15:07.138 DEBUG [src.node.docker_mananger] Generated ports ['47451', '47452', '47453', '47454', '47455']
2025-12-25 04:15:07.138 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:07.138 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:07.138 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:07.138 DEBUG [src.node.docker_mananger] docker run -i -t -p 47451:47451 -p 47452:47452 -p 47453:47453 -p 47454:47454 -p 47455:47455 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=47453 --rest-port=47451 --tcp-port=47452 --discv5-udp-port=47454 --rest-address=0.0.0.0 --nat=extip:172.18.88.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1571c9bd105afeddca8fc7eca6c9da7ef8473dadd3bbebca2e71dd712faee3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47455 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:07.326 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.137 waku 17fc96612dfbd202814f18044ef429b8424039429ac2b5d116f3259038582e9c
2025-12-25 04:15:07.359 DEBUG [src.node.docker_mananger] Container started with ID 17fc96612dfb. Setting up logs at ./log/docker/node1_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
2025-12-25 04:15:07.360 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47451
2025-12-25 04:15:07.360 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:07.369 ERROR [src.node.docker_mananger] Max retries reached for container bc2a9ca018c6. Exiting log stream.
2025-12-25 04:15:07.925 ERROR [src.node.docker_mananger] Max retries reached for container b3c3f3039919. Exiting log stream.
2025-12-25 04:15:08.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47451/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:08.364 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"}]}'
2025-12-25 04:15:08.364 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:08.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47451/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:08.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.137/tcp/47452/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V","/ip4/172.18.88.137/tcp/47453/ws/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V"],"enrUri":"enr:-L24QM3vojx__3kQ1l2zbE1WKK_Ps3cJwwnzARUQnA1L5B0bFgMUCrmf7ZNPkVkaAsZzfqtt3odVXeeni3_T7aoc0ToCgmlkgnY0gmlwhKwSWImKbXVsdGlhZGRyc5YACASsEliJBrlcAAoErBJYiQa5Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyELNxkgpt5A0F35F3xRDvI0mMSUv0Bqk_x4w0YffKjiDdGNwgrlcg3VkcIK5XoV3YWt1MgU"}'
2025-12-25 04:15:08.367 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:08.367 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:08.374 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:08.374 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
2025-12-25 04:15:08.374 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:08.374 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:08.376 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:08.376 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.152
2025-12-25 04:15:08.376 DEBUG [src.node.docker_mananger] Generated ports ['59397', '59398', '59399', '59400', '59401']
2025-12-25 04:15:08.377 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:08.377 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:08.377 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:08.377 DEBUG [src.node.docker_mananger] docker run -i -t -p 59397:59397 -p 59398:59398 -p 59399:59399 -p 59400:59400 -p 59401:59401 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=59399 --rest-port=59397 --tcp-port=59398 --discv5-udp-port=59400 --rest-address=0.0.0.0 --nat=extip:172.18.233.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fadc7fd5cb7bb7e0ceded58a0abd8cbb6fe28eddf5fa97f6ca4ac497ad9b6dd2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59401 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM3vojx__3kQ1l2zbE1WKK_Ps3cJwwnzARUQnA1L5B0bFgMUCrmf7ZNPkVkaAsZzfqtt3odVXeeni3_T7aoc0ToCgmlkgnY0gmlwhKwSWImKbXVsdGlhZGRyc5YACASsEliJBrlcAAoErBJYiQa5Xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyELNxkgpt5A0F35F3xRDvI0mMSUv0Bqk_x4w0YffKjiDdGNwgrlcg3VkcIK5XoV3YWt1MgU --filternode=/ip4/172.18.88.137/tcp/47452/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V
2025-12-25 04:15:08.561 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.152 waku 091b64b461f0224176ea7b2e6e3a7f552a7d3dee78d013e3ba9244e8cadd0db8
2025-12-25 04:15:08.593 DEBUG [src.node.docker_mananger] Container started with ID 091b64b461f0. Setting up logs at ./log/docker/node2_2025-12-25_04-15-07__9efc829a-6e9e-4667-b0c2-9084c0465748__wakuorg_nwaku:latest.log
2025-12-25 04:15:08.594 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59397
2025-12-25 04:15:08.594 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:09.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59397/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:09.600 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"}]}'
2025-12-25 04:15:09.600 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:09.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59397/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:09.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.152/tcp/59398/p2p/16Uiu2HAmQjQQxzHSadd3ftZp4ANFASHTgQdpK8H9p23cELPAP6Wy","/ip4/172.18.233.152/tcp/59399/ws/p2p/16Uiu2HAmQjQQxzHSadd3ftZp4ANFASHTgQdpK8H9p23cELPAP6Wy"],"enrUri":"enr:-L24QE3QS-lIbv-Me2DwX_Mn4tIwrMJO5bXqbpecV5IM1AshYxXlfglWrk_Ze7bSEkMcqYljpcPjrSb9n9Ae4znNaI0CgmlkgnY0gmlwhKwS6ZiKbXVsdGlhZGRyc5YACASsEumYBugGAAoErBLpmAboB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDs23GYE6MX5jzzP66Mjjtuu2-1Dlf4ms6-LXEz5YvK36DdGNwgugGg3VkcILoCIV3YWt1MgA"}'
2025-12-25 04:15:09.603 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:09.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59397/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.88.137/tcp/47452/p2p/16Uiu2HAmS8iyKQcAoATi6p4RuXxPzrkKXnSpfJBDUReMoNF3nN1V"]'
2025-12-25 04:15:09.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:09.638 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:09.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47451/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:09.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:09.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "cf50a032-e09d-41d5-bc19-5c7c8afc0b61", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:09.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"cf50a032-e09d-41d5-bc19-5c7c8afc0b61","statusDesc":"OK"}'
2025-12-25 04:15:09.664 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic Empty string
2025-12-25 04:15:09.664 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "Empty string", "value": ""}], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:09.667 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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\\"))"}'
2025-12-25 04:15:09.668 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A dictionary
2025-12-25 04:15:09.668 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A dictionary", "value": {"key": "YWFh"}}], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:09.671 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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\\"))"}'
2025-12-25 04:15:09.672 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic An integer
2025-12-25 04:15:09.673 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "An integer", "value": 1234567890}], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:09.675 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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\\"))"}'
2025-12-25 04:15:09.676 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A list
2025-12-25 04:15:09.677 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A list", "value": ["YWFh"]}], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:09.679 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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\\"))"}'
2025-12-25 04:15:09.680 DEBUG [tests.filter.test_subscribe_update] Running test with contetn topic A bool
2025-12-25 04:15:09.680 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:59397/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A bool", "value": true}], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:09.683 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:59397/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\\"))"}'
2025-12-25 04:15:09.686 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:09.687 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:09.687 DEBUG [src.node.waku_node] Stopping container with id 17fc96612dfb
2025-12-25 04:15:10.232 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:10.232 DEBUG [src.node.waku_node] Stopping container with id 091b64b461f0
2025-12-25 04:15:10.746 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:10.749 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:10.754 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:10.758 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,160 @@
2025-12-25 04:19:55.501 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:19:55.502 DEBUG [tests.conftest] Running test: test_optional_nodes_not_subscribed_to_same_pubsub_topic with id: 2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894
2025-12-25 04:19:55.502 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:19:55.502 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:19:55.502 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2025-12-25 04:19:55.510 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:19:55.510 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:55.510 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:19:55.510 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:19:55.512 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:19:55.512 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.74
2025-12-25 04:19:55.512 DEBUG [src.node.docker_mananger] Generated ports ['35022', '35023', '35024', '35025', '35026']
2025-12-25 04:19:55.512 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:19:55.512 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:19:55.512 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:19:55.513 DEBUG [src.node.docker_mananger] docker run -i -t -p 35022:35022 -p 35023:35023 -p 35024:35024 -p 35025:35025 -p 35026:35026 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=35024 --rest-port=35022 --tcp-port=35023 --discv5-udp-port=35025 --rest-address=0.0.0.0 --nat=extip:172.18.8.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1abbbe562f4fbafa3fac9266c92dafe75db78c0f042ec86ff0628bb8d3c9b62 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35026 --metrics-logging=true --relay=true
2025-12-25 04:19:55.720 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.74 waku c714c00dcf95b3f8738477f264e4507aad2822cc9782607f1604ff47d9e606e0
2025-12-25 04:19:55.757 DEBUG [src.node.docker_mananger] Container started with ID c714c00dcf95. Setting up logs at ./log/docker/node1_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:55.759 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35022
2025-12-25 04:19:55.759 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:19:56.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35022/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:19:56.763 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"}]}'
2025-12-25 04:19:56.763 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:19:56.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35022/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:19:56.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.74/tcp/35023/p2p/16Uiu2HAmL7dhLRHayod1BuxLnQY4LA93UrUGDkQGoMPrZshvxyht","/ip4/172.18.8.74/tcp/35024/ws/p2p/16Uiu2HAmL7dhLRHayod1BuxLnQY4LA93UrUGDkQGoMPrZshvxyht"],"enrUri":"enr:-L24QO-MFSe7vwrdNYRW2AUlfo7woB8A13DzthpUzn5i97FqbjKocrRr_AhtLdQmI3BsORs2lMTlogVzwQtaJ1MzzmMCgmlkgnY0gmlwhKwSCEqKbXVsdGlhZGRyc5YACASsEghKBojPAAoErBIISgaI0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbtUi52areuhJKlIAnuABBOttoME-8xqA3zlWXuW8AouDdGNwgojPg3VkcIKI0YV3YWt1MgE"}'
2025-12-25 04:19:56.766 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:19:56.772 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:19:56.772 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:56.773 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:19:56.773 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:19:56.774 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:19:56.774 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.138
2025-12-25 04:19:56.774 DEBUG [src.node.docker_mananger] Generated ports ['44235', '44236', '44237', '44238', '44239']
2025-12-25 04:19:56.775 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:19:56.775 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:19:56.775 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:19:56.775 DEBUG [src.node.docker_mananger] docker run -i -t -p 44235:44235 -p 44236:44236 -p 44237:44237 -p 44238:44238 -p 44239:44239 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=44237 --rest-port=44235 --tcp-port=44236 --discv5-udp-port=44238 --rest-address=0.0.0.0 --nat=extip:172.18.252.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fdc9bee0d23d5f4f4229a50b44168fae4f01fbd9cb537df4805afaad2f30175 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44239 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO-MFSe7vwrdNYRW2AUlfo7woB8A13DzthpUzn5i97FqbjKocrRr_AhtLdQmI3BsORs2lMTlogVzwQtaJ1MzzmMCgmlkgnY0gmlwhKwSCEqKbXVsdGlhZGRyc5YACASsEghKBojPAAoErBIISgaI0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbtUi52areuhJKlIAnuABBOttoME-8xqA3zlWXuW8AouDdGNwgojPg3VkcIKI0YV3YWt1MgE
2025-12-25 04:19:56.966 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.138 waku 6cb0abaf459022c94fcb349d6295e3751c6e764193f174d05d423725fcee1b7b
2025-12-25 04:19:56.998 DEBUG [src.node.docker_mananger] Container started with ID 6cb0abaf4590. Setting up logs at ./log/docker/node2_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:56.999 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44235
2025-12-25 04:19:56.999 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:19:57.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:19:58.007 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"}]}'
2025-12-25 04:19:58.007 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:19:58.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44235/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:19:58.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.138/tcp/44236/p2p/16Uiu2HAkuWf5yWnjsahYgxxxvg72mdm6FGpCGyeHWmkgKdP7oQVc","/ip4/172.18.252.138/tcp/44237/ws/p2p/16Uiu2HAkuWf5yWnjsahYgxxxvg72mdm6FGpCGyeHWmkgKdP7oQVc"],"enrUri":"enr:-L24QLVaEqtEaTQsc2b-Gj9JQsgzafOWU2tK7uwQwrLZ8n7qJa8dVLb5dndpKTlvAHdKbKRa8KwgRhwFhYQg5SkChU0CgmlkgnY0gmlwhKwS_IqKbXVsdGlhZGRyc5YACASsEvyKBqzMAAoErBL8igaszd0DgnJzhQADAQAAiXNlY3AyNTZrMaECAUbk04kmG6vNoSTNLiSfIPYwZGiS_LLnC6kExJz-jQeDdGNwgqzMg3VkcIKszoV3YWt1MgE"}'
2025-12-25 04:19:58.014 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:19:58.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44235/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.74/tcp/35023/p2p/16Uiu2HAmL7dhLRHayod1BuxLnQY4LA93UrUGDkQGoMPrZshvxyht"]'
2025-12-25 04:19:58.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:19:58.018 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
2025-12-25 04:19:58.025 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:19:58.025 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:58.026 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:19:58.026 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:19:58.027 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:19:58.027 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.206.81
2025-12-25 04:19:58.028 DEBUG [src.node.docker_mananger] Generated ports ['60905', '60906', '60907', '60908', '60909']
2025-12-25 04:19:58.028 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:19:58.028 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:19:58.028 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:19:58.028 DEBUG [src.node.docker_mananger] docker run -i -t -p 60905:60905 -p 60906:60906 -p 60907:60907 -p 60908:60908 -p 60909:60909 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=60907 --rest-port=60905 --tcp-port=60906 --discv5-udp-port=60908 --rest-address=0.0.0.0 --nat=extip:172.18.206.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e58c0be0d1f27a14543fabcfd32338cc2e6772fbd98fa9a1ffbcbaffcbb3fa54 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60909 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO-MFSe7vwrdNYRW2AUlfo7woB8A13DzthpUzn5i97FqbjKocrRr_AhtLdQmI3BsORs2lMTlogVzwQtaJ1MzzmMCgmlkgnY0gmlwhKwSCEqKbXVsdGlhZGRyc5YACASsEghKBojPAAoErBIISgaI0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbtUi52areuhJKlIAnuABBOttoME-8xqA3zlWXuW8AouDdGNwgojPg3VkcIKI0YV3YWt1MgE
2025-12-25 04:19:58.218 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.206.81 waku 01de21520ca59a356afe4cf04ff7701e8ff2c95cc9fd9e7d508058d1b02ce9dc
2025-12-25 04:19:58.248 DEBUG [src.node.docker_mananger] Container started with ID 01de21520ca5. Setting up logs at ./log/docker/node3_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:58.249 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60905
2025-12-25 04:19:58.249 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:19:59.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60905/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:19:59.264 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"}]}'
2025-12-25 04:19:59.264 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:19:59.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60905/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:19:59.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.206.81/tcp/60906/p2p/16Uiu2HAmUSfH9EbTrRyWBD9GHXj8dFT7mh8mRK9V6sZtPutongsB","/ip4/172.18.206.81/tcp/60907/ws/p2p/16Uiu2HAmUSfH9EbTrRyWBD9GHXj8dFT7mh8mRK9V6sZtPutongsB"],"enrUri":"enr:-L24QPGGywgFlJz6YI99g6L8EuvTFZUgCUuWlEAgMjHTadG5H6qirYq6KAVBqW0FW9DhexoMAuCZICpiZ2G5qpv_ZbMCgmlkgnY0gmlwhKwSzlGKbXVsdGlhZGRyc5YACASsEs5RBu3qAAoErBLOUQbt690DgnJzhQADAQAAiXNlY3AyNTZrMaED6pJ09zeSzFaUpL42uRmbIeEPd7LdOyRAqkAPEgedm6KDdGNwgu3qg3VkcILt7IV3YWt1MgE"}'
2025-12-25 04:19:59.269 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:19:59.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60905/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.74/tcp/35023/p2p/16Uiu2HAmL7dhLRHayod1BuxLnQY4LA93UrUGDkQGoMPrZshvxyht"]'
2025-12-25 04:19:59.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:19:59.281 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:19:59.282 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:59.282 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:19:59.282 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:19:59.283 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:19:59.283 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.240
2025-12-25 04:19:59.284 DEBUG [src.node.docker_mananger] Generated ports ['16045', '16046', '16047', '16048', '16049']
2025-12-25 04:19:59.284 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:19:59.284 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:19:59.284 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:19:59.284 DEBUG [src.node.docker_mananger] docker run -i -t -p 16045:16045 -p 16046:16046 -p 16047:16047 -p 16048:16048 -p 16049:16049 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=16047 --rest-port=16045 --tcp-port=16046 --discv5-udp-port=16048 --rest-address=0.0.0.0 --nat=extip:172.18.106.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abc6ff2bdadc3b5c4dad4d674b16e2f07b4bfaacd0db00ceacfdfbcca1bf6a60 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16049 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO-MFSe7vwrdNYRW2AUlfo7woB8A13DzthpUzn5i97FqbjKocrRr_AhtLdQmI3BsORs2lMTlogVzwQtaJ1MzzmMCgmlkgnY0gmlwhKwSCEqKbXVsdGlhZGRyc5YACASsEghKBojPAAoErBIISgaI0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbtUi52areuhJKlIAnuABBOttoME-8xqA3zlWXuW8AouDdGNwgojPg3VkcIKI0YV3YWt1MgE
2025-12-25 04:19:59.479 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.240 waku 8e2dd3ee7e3d22932e4e82a16a377246e286f9114a551e160a47570a9641e180
2025-12-25 04:19:59.511 DEBUG [src.node.docker_mananger] Container started with ID 8e2dd3ee7e3d. Setting up logs at ./log/docker/node4_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:19:59.511 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16045
2025-12-25 04:19:59.512 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:20:00.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16045/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:00.525 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"}]}'
2025-12-25 04:20:00.526 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:20:00.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16045/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:00.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.240/tcp/16046/p2p/16Uiu2HAmEUn7WzAwZGn2vay5Lc9jfY7tnXwpX7rJrqY8SPwrUoGi","/ip4/172.18.106.240/tcp/16047/ws/p2p/16Uiu2HAmEUn7WzAwZGn2vay5Lc9jfY7tnXwpX7rJrqY8SPwrUoGi"],"enrUri":"enr:-L24QCU_bgduwGlD3xyuNgMFrrnZMKQhWSwe4cwm5zwgPeABHLGuniEvrdTq-tD1KWuFfr9kS-HyHGWHKhKmob6sh9wCgmlkgnY0gmlwhKwSavCKbXVsdGlhZGRyc5YACASsEmrwBj6uAAoErBJq8AY-r90DgnJzhQADAQAAiXNlY3AyNTZrMaEDGxm6lNpgUc3PTACIm7wefK3PZ0-aFmnAO0xDGp6q5w-DdGNwgj6ug3VkcII-sIV3YWt1MgE"}'
2025-12-25 04:20:00.531 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:20:00.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16045/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.74/tcp/35023/p2p/16Uiu2HAmL7dhLRHayod1BuxLnQY4LA93UrUGDkQGoMPrZshvxyht"]'
2025-12-25 04:20:00.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:00.540 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:20:00.540 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:20:00.541 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:20:00.541 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:20:00.542 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:20:00.542 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.57
2025-12-25 04:20:00.542 DEBUG [src.node.docker_mananger] Generated ports ['37542', '37543', '37544', '37545', '37546']
2025-12-25 04:20:00.542 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:20:00.543 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:20:00.543 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:20:00.543 DEBUG [src.node.docker_mananger] docker run -i -t -p 37542:37542 -p 37543:37543 -p 37544:37544 -p 37545:37545 -p 37546:37546 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=37544 --rest-port=37542 --tcp-port=37543 --discv5-udp-port=37545 --rest-address=0.0.0.0 --nat=extip:172.18.205.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c68a319ebacc7b2fdd3ada1aaabf3aa3490bcbf551acea34cc4db7be87f66d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37546 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO-MFSe7vwrdNYRW2AUlfo7woB8A13DzthpUzn5i97FqbjKocrRr_AhtLdQmI3BsORs2lMTlogVzwQtaJ1MzzmMCgmlkgnY0gmlwhKwSCEqKbXVsdGlhZGRyc5YACASsEghKBojPAAoErBIISgaI0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbtUi52areuhJKlIAnuABBOttoME-8xqA3zlWXuW8AouDdGNwgojPg3VkcIKI0YV3YWt1MgE
2025-12-25 04:20:00.727 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.57 waku c5e6dcea52a27d3baec2d94331aeefb1f54174af95a8e00c8dbf063d7f3947a3
2025-12-25 04:20:00.760 DEBUG [src.node.docker_mananger] Container started with ID c5e6dcea52a2. Setting up logs at ./log/docker/node5_2025-12-25_04-19-55__2983bc5c-eb87-4b08-b20a-08e419398894__wakuorg_nwaku:latest.log
2025-12-25 04:20:00.760 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37542
2025-12-25 04:20:00.760 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:20:01.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37542/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:01.770 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"}]}'
2025-12-25 04:20:01.770 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:20:01.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37542/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:01.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.57/tcp/37543/p2p/16Uiu2HAmTxC8HxRbgYZ7FdAYdQWzqqzc5HUVM8CbuVTRTfDkL4rW","/ip4/172.18.205.57/tcp/37544/ws/p2p/16Uiu2HAmTxC8HxRbgYZ7FdAYdQWzqqzc5HUVM8CbuVTRTfDkL4rW"],"enrUri":"enr:-L24QCwVm1PcyhJWwF8D2oWt7kHc6Fx1DRM4WJsPsTpSdhwwDkeNK5P77WRPIbtTRhBi8XQFLXJCl_3ap4GmDZhqJjcCgmlkgnY0gmlwhKwSzTmKbXVsdGlhZGRyc5YACASsEs05BpKnAAoErBLNOQaSqN0DgnJzhQADAQAAiXNlY3AyNTZrMaED40d-IxrXgP4xF66CmWPyBAUvIN1LMW1RnEI--9Kqo0uDdGNwgpKng3VkcIKSqYV3YWt1MgE"}'
2025-12-25 04:20:01.775 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:20:01.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37542/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.74/tcp/35023/p2p/16Uiu2HAmL7dhLRHayod1BuxLnQY4LA93UrUGDkQGoMPrZshvxyht"]'
2025-12-25 04:20:01.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:01.779 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
2025-12-25 04:20:01.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35022/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:20:01.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:01.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44235/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:20:01.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:01.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35022/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)'}'
2025-12-25 04:20:01.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:01.800 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:20:01.900 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:20:01.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:01.904 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":1766636401793948928,"ephemeral":false,"proof":""}]'
2025-12-25 04:20:01.905 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:20:01.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44235/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:01.908 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":1766636401793948928,"ephemeral":false,"proof":""}]'
2025-12-25 04:20:01.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35022/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)'}'
2025-12-25 04:20:01.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:20:01.914 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:20:02.014 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:20:02.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60905/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:20:02.019 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:60905/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b''
2025-12-25 04:20:02.022 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:20:02.022 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:20:02.023 DEBUG [src.node.waku_node] Stopping container with id c714c00dcf95
2025-12-25 04:20:02.646 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:02.646 DEBUG [src.node.waku_node] Stopping container with id 6cb0abaf4590
2025-12-25 04:20:03.166 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:03.167 DEBUG [src.node.waku_node] Stopping container with id 01de21520ca5
2025-12-25 04:20:03.511 ERROR [src.node.docker_mananger] Max retries reached for container c714c00dcf95. Exiting log stream.
2025-12-25 04:20:03.723 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:03.723 DEBUG [src.node.waku_node] Stopping container with id 8e2dd3ee7e3d
2025-12-25 04:20:03.980 ERROR [src.node.docker_mananger] Max retries reached for container 6cb0abaf4590. Exiting log stream.
2025-12-25 04:20:04.242 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:04.243 DEBUG [src.node.waku_node] Stopping container with id c5e6dcea52a2
2025-12-25 04:20:04.535 ERROR [src.node.docker_mananger] Max retries reached for container 01de21520ca5. Exiting log stream.
2025-12-25 04:20:04.777 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:20:04.778 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:20:04.805 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:20:04.810 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:20:04.815 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:20:04.819 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:20:04.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

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_start_time_equals_end_time with id: 2025-12-25_04-29-09__fda4c0fb-7160-4a1f-af41-6682ba8c6445
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_2025-12-25_04-29-09__fda4c0fb-7160-4a1f-af41-6682ba8c6445__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.84
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3499', '3500', '3501', '3502', '3503']
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 3499:3499 -p 3500:3500 -p 3501:3501 -p 3502:3502 -p 3503:3503 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=3501 --rest-port=3499 --tcp-port=3500 --discv5-udp-port=3502 --rest-address=0.0.0.0 --nat=extip:172.18.50.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed10dad6219eda7cd2c29ea29ec2edaaf9625d4c5fc3b3bb0e0dedfedee63a79 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3503 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.50.84 waku 4f73aea327deb6680a7dc882751709b935bb233237fff705d4028ae388a7baf5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4f73aea327de. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-29-09__fda4c0fb-7160-4a1f-af41-6682ba8c6445__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3499
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 8a18f85980df. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 44028f486687. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3499/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:3499/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.50.84/tcp/3500/p2p/16Uiu2HAmKeWuRWpvkazoySmdBEfcrjt8GaZd4JmWmB1wEVCGM69p","/ip4/172.18.50.84/tcp/3501/ws/p2p/16Uiu2HAmKeWuRWpvkazoySmdBEfcrjt8GaZd4JmWmB1wEVCGM69p"],"enrUri":"enr:-L24QJyEAeBTSZ7IhtL89CGqTytYDWRUOeZsr5E-82MmcHIRMZVU3H0WjcA_lEQFMc0cTkE8o3GY4myXXgap7QIGy0YCgmlkgnY0gmlwhKwSMlSKbXVsdGlhZGRyc5YACASsEjJUBg2sAAoErBIyVAYNrd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ-LGdR0yYlTyjdm7kd9m8h4XOOky_dpWekacXMWtZiODdGNwgg2sg3VkcIINroV3YWt1MgM"}'
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_2025-12-25_04-29-09__fda4c0fb-7160-4a1f-af41-6682ba8c6445__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.103.78
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54844', '54845', '54846', '54847', '54848']
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 54844:54844 -p 54845:54845 -p 54846:54846 -p 54847:54847 -p 54848:54848 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=54846 --rest-port=54844 --tcp-port=54845 --discv5-udp-port=54847 --rest-address=0.0.0.0 --nat=extip:172.18.103.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d482ae7b906d61bfb9ff24fdf99f1e2d64ffee1e7b5a8af2645d865cbb1c0d65 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54848 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJyEAeBTSZ7IhtL89CGqTytYDWRUOeZsr5E-82MmcHIRMZVU3H0WjcA_lEQFMc0cTkE8o3GY4myXXgap7QIGy0YCgmlkgnY0gmlwhKwSMlSKbXVsdGlhZGRyc5YACASsEjJUBg2sAAoErBIyVAYNrd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZ-LGdR0yYlTyjdm7kd9m8h4XOOky_dpWekacXMWtZiODdGNwgg2sg3VkcIINroV3YWt1MgM --storenode=/ip4/172.18.50.84/tcp/3500/p2p/16Uiu2HAmKeWuRWpvkazoySmdBEfcrjt8GaZd4JmWmB1wEVCGM69p --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.78 waku d24029421ef7d3d8fa3665cb07aa55c0bf894bc2966080e24fb3244a0fd5e52e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d24029421ef7. Setting up logs at ./log/docker/store_node1_2025-12-25_04-29-09__fda4c0fb-7160-4a1f-af41-6682ba8c6445__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54844
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:54844/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:54844/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.103.78/tcp/54845/p2p/16Uiu2HAm6AsdqmGB2g8Pp8fv6gzuYUf75nNJZ7Fu4JkfGDzdaRq2","/ip4/172.18.103.78/tcp/54846/ws/p2p/16Uiu2HAm6AsdqmGB2g8Pp8fv6gzuYUf75nNJZ7Fu4JkfGDzdaRq2"],"enrUri":"enr:-L24QNHPckRfZIh_z480Qvnvo5Jt-ZyQyz7vJUrLX5DKQ_9Dax6bc5Ogq5cN25kEOR0fnjqOAF9rl0whJGZeXzUfB7MCgmlkgnY0gmlwhKwSZ06KbXVsdGlhZGRyc5YACASsEmdOBtY9AAoErBJnTgbWPt0DgnJzhQADAQAAiXNlY3AyNTZrMaECn6YGBnFMnU3YhK0_Szpqz47FPpJMfi-pQair0yy41MmDdGNwgtY9g3VkcILWP4V3YWt1MgM"}'
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:54844/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.50.84/tcp/3500/p2p/16Uiu2HAmKeWuRWpvkazoySmdBEfcrjt8GaZd4JmWmB1wEVCGM69p"]'
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:3499/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:54844/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:3499/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:3499/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:3499/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:3499/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:3499/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:3499/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:3499/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1766636949129378048&endTime=1766636949129378048&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":"0x1bbd8a837c9f8744ab79e2b9d89f77e16b7ca6c217312b8cfa2e90164f235f24"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54844/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1766636949129378048&endTime=1766636949129378048&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":"0x1bbd8a837c9f8744ab79e2b9d89f77e16b7ca6c217312b8cfa2e90164f235f24"}]}'
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 4f73aea327de
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d24029421ef7
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,106 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_store_with_wrong_url_pubsub_topic with id: 2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270
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_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__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.38.155
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43549', '43550', '43551', '43552', '43553']
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 43549:43549 -p 43550:43550 -p 43551:43551 -p 43552:43552 -p 43553:43553 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=43551 --rest-port=43549 --tcp-port=43550 --discv5-udp-port=43552 --rest-address=0.0.0.0 --nat=extip:172.18.38.155 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=24ec7dbb19c4414edcdfd73a2fe049b52c3c694d8edc6f9fad17d2dc65cd3a11 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43553 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.38.155 waku 4f9a4515dce2476281dabd6ec51d42b5837f56383bd71cb7152fad84ab45ece9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4f9a4515dce2. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43549
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 7480d52c318d. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1fc53a115991. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43549/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:43549/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.38.155/tcp/43550/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B","/ip4/172.18.38.155/tcp/43551/ws/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B"],"enrUri":"enr:-L24QHXyQdUd8pQMcVeVAHpzMT1PQWW66OQ3RdZw6sRB6-BOdfRAsW563t3nOUBAcdPVyG3XSZjhgEp4F2fQdpl3fnUCgmlkgnY0gmlwhKwSJpuKbXVsdGlhZGRyc5YACASsEiabBqoeAAoErBImmwaqH90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLhv0WwMH_dS2F3IFsnchLB7_N0Tzve3ksZtzMyBUzEiDdGNwgqoeg3VkcIKqIIV3YWt1MgM"}'
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_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__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.28.25
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65439', '65440', '65441', '65442', '65443']
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 65439:65439 -p 65440:65440 -p 65441:65441 -p 65442:65442 -p 65443:65443 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=65441 --rest-port=65439 --tcp-port=65440 --discv5-udp-port=65442 --rest-address=0.0.0.0 --nat=extip:172.18.28.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b22a56bcda9fcdcbbb5f18ec8bed4e9b6e887792c8bce3ef41f0caadf1c4fece --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65443 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHXyQdUd8pQMcVeVAHpzMT1PQWW66OQ3RdZw6sRB6-BOdfRAsW563t3nOUBAcdPVyG3XSZjhgEp4F2fQdpl3fnUCgmlkgnY0gmlwhKwSJpuKbXVsdGlhZGRyc5YACASsEiabBqoeAAoErBImmwaqH90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLhv0WwMH_dS2F3IFsnchLB7_N0Tzve3ksZtzMyBUzEiDdGNwgqoeg3VkcIKqIIV3YWt1MgM --storenode=/ip4/172.18.38.155/tcp/43550/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.28.25 waku 856c5079a942b09c8ba9bc807c4289260c0df863c167dda589ba41c1685159df
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 856c5079a942. Setting up logs at ./log/docker/store_node1_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65439
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:65439/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:65439/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.28.25/tcp/65440/p2p/16Uiu2HAm1Bt7eZSb8CtykoUGNERxcnaCY55qHV7dSXY2Y4CuKjCM","/ip4/172.18.28.25/tcp/65441/ws/p2p/16Uiu2HAm1Bt7eZSb8CtykoUGNERxcnaCY55qHV7dSXY2Y4CuKjCM"],"enrUri":"enr:-L24QMGkHfCqJF1Ks7xR_ahDa73-WNDRsQDloZ9u2oP8WHnaJxjP4mVxIfPj0aowZZRWLrZ-qs9kKnpCm9NKyqbQBrcCgmlkgnY0gmlwhKwSHBmKbXVsdGlhZGRyc5YACASsEhwZBv-gAAoErBIcGQb_od0DgnJzhQADAQAAiXNlY3AyNTZrMaECVZ22OM02sMIqNkMRwg0-pr1dT1SwVWwDSWuGKwBZ1aqDdGNwgv-gg3VkcIL_ooV3YWt1MgM"}'
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:65439/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.38.155/tcp/43550/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B"]'
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:43549/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:65439/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:43549/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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.2 seconds
DEBUG  tests.store.test_topics:test_topics.py:131 Trying to get stored msg with wrong url topic waku/2/rs/3/0
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43549/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:43549/store/v3/messages?pubsubTopic=waku%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
ERROR  tests.store.test_topics:test_topics.py:137 Topic waku/2/rs/3/0 is wrong ''n: Peer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'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 4f9a4515dce2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 856c5079a942
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,152 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_different_cursor_and_indexes[3-20] with id: 2025-12-25_04-28-43__0bad8f05-5e5d-4e82-b7f2-9c7c8bcee75a
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_2025-12-25_04-28-43__0bad8f05-5e5d-4e82-b7f2-9c7c8bcee75a__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.8
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59379', '59380', '59381', '59382', '59383']
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 59379:59379 -p 59380:59380 -p 59381:59381 -p 59382:59382 -p 59383:59383 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=59381 --rest-port=59379 --tcp-port=59380 --discv5-udp-port=59382 --rest-address=0.0.0.0 --nat=extip:172.18.94.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a2bda9eecfa1c1d921d4a0f370d7c9aedce4bb9cbcfaacc0cd5daaa177e12cc9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59383 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.94.8 waku 30145d8b1fd60fa63b3100207b36fa7b90398dd72b867e7ece73d1292aafbcd7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 30145d8b1fd6. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-28-43__0bad8f05-5e5d-4e82-b7f2-9c7c8bcee75a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59379
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 dbbeee58b45b. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7c247507b0e4. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59379/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:59379/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.8/tcp/59380/p2p/16Uiu2HAmCp4i57RY7TZVpipLWdPjAAt4VdACUnvy16NHwH4nrWPQ","/ip4/172.18.94.8/tcp/59381/ws/p2p/16Uiu2HAmCp4i57RY7TZVpipLWdPjAAt4VdACUnvy16NHwH4nrWPQ"],"enrUri":"enr:-L24QPdu3xx4ebFDS8GO1osmIU2E5JlSOyBrELNdxNsI5d9CTUJy2ahaLMGGxYuf1p9imnYHR0lU7P_2Wm4zZrUanzYCgmlkgnY0gmlwhKwSXgiKbXVsdGlhZGRyc5YACASsEl4IBuf0AAoErBJeCAbn9d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAlMnvYAAblHSONND-Cwuwyy3PoCn-obIeExYXRLDcX-DdGNwguf0g3VkcILn9oV3YWt1MgM"}'
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_2025-12-25_04-28-43__0bad8f05-5e5d-4e82-b7f2-9c7c8bcee75a__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.231.0
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16083', '16084', '16085', '16086', '16087']
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 16083:16083 -p 16084:16084 -p 16085:16085 -p 16086:16086 -p 16087:16087 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=16085 --rest-port=16083 --tcp-port=16084 --discv5-udp-port=16086 --rest-address=0.0.0.0 --nat=extip:172.18.231.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d9bd348bcbe73f65b4a4f5addc0af062e0cf1a69adcecdacbcf5837a53b72be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16087 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPdu3xx4ebFDS8GO1osmIU2E5JlSOyBrELNdxNsI5d9CTUJy2ahaLMGGxYuf1p9imnYHR0lU7P_2Wm4zZrUanzYCgmlkgnY0gmlwhKwSXgiKbXVsdGlhZGRyc5YACASsEl4IBuf0AAoErBJeCAbn9d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAlMnvYAAblHSONND-Cwuwyy3PoCn-obIeExYXRLDcX-DdGNwguf0g3VkcILn9oV3YWt1MgM --storenode=/ip4/172.18.94.8/tcp/59380/p2p/16Uiu2HAmCp4i57RY7TZVpipLWdPjAAt4VdACUnvy16NHwH4nrWPQ --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.231.0 waku 5b78fbf0932d088e20401fbd5d0ab7fb224b19bc539822b6faaff334f60d1472
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5b78fbf0932d. Setting up logs at ./log/docker/store_node1_2025-12-25_04-28-43__0bad8f05-5e5d-4e82-b7f2-9c7c8bcee75a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16083
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:16083/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:16083/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.231.0/tcp/16084/p2p/16Uiu2HAkxRskSTnLg2VZvYtK6jVVuGYT2p1nKygiwmVSr6K5Lp99","/ip4/172.18.231.0/tcp/16085/ws/p2p/16Uiu2HAkxRskSTnLg2VZvYtK6jVVuGYT2p1nKygiwmVSr6K5Lp99"],"enrUri":"enr:-L24QMXEqFL0mJ8GoeVat5zvJiDyj_16S8QgLMWtvUXTyRYdXmC_FOZEFbU1D_Yu8VLBQSdebQSK7NZbq0sw4g92yBACgmlkgnY0gmlwhKwS5wCKbXVsdGlhZGRyc5YACASsEucABj7UAAoErBLnAAY-1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECLKBeb8q9wHZ6Med8by898wZxkFiRhMnBE6OesKqReKyDdGNwgj7Ug3VkcII-1oV3YWt1MgM"}'
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:16083/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.8/tcp/59380/p2p/16Uiu2HAmCp4i57RY7TZVpipLWdPjAAt4VdACUnvy16NHwH4nrWPQ"]'
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:59379/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:16083/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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:59379/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
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&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":"0x91cb66e0ef193cf8fb28d8b2933970d95f083d5207d94fb1e7cced68b6bde558"},{"messageHash":"0x1699080d2d11c5ad178016b94d302783c58d8bb868e61f52e1001fd15851f2f8"},{"messageHash":"0xe21e39d6645e91acbe993c6160a73e8c17cfef710fe325e095e8e3accc9f54ac"}],"paginationCursor":"0xe21e39d6645e91acbe993c6160a73e8c17cfef710fe325e095e8e3accc9f54ac"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16083/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&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":"0x91cb66e0ef193cf8fb28d8b2933970d95f083d5207d94fb1e7cced68b6bde558"},{"messageHash":"0x1699080d2d11c5ad178016b94d302783c58d8bb868e61f52e1001fd15851f2f8"},{"messageHash":"0xe21e39d6645e91acbe993c6160a73e8c17cfef710fe325e095e8e3accc9f54ac"}],"paginationCursor":"0xe21e39d6645e91acbe993c6160a73e8c17cfef710fe325e095e8e3accc9f54ac"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xe21e39d6645e91acbe993c6160a73e8c17cfef710fe325e095e8e3accc9f54ac&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":"0x757286549de292a2f99e9f0842ed10610ca2a934a598fc6d9eed8c62a4772e2b"},{"messageHash":"0x444c76d29671850d58debe5129c20ef4857d57b68e5d5633ea763844fcafad9f"},{"messageHash":"0x88c4421a50b882c0b3da0e32bb2f6482eb4c8c7e802f6d52cd875b8f5cffe3e6"},{"messageHash":"0xe0101acb1a5207acb06e3844df01ebd19502ed3fd8d1d07aa4557898a73dafe0"},{"messageHash":"0xa03aa0929a558ed1aaeca0a11fd7c0f5885f450d75f4c2bc2133f2a7703585df"},{"messageHash":"0x519004b3fe04f1ae22df69ee5ed4d04f5ed75e98e04b26e8194c3b3b4b4cd7e7"},{"messageHash":"0x2283494fad488715f8c5c3bf74a8b5dc892bfd0ea4d98104282881849f564926"},{"messageHash":"0x364a781c445f31326a59ca1596ace9df0b35ddae6897b089421cb164ef76a6e9"},{"messageHash":"0x12a55d37e2efae2809efb6c5dfbadc0e4d60a32f8de6a4fb40367123bb102981"},{"messageHash":"0x95bad963852fb2e1e8746e6e8217e654bfea360854d1dc807141c8df7012039c"},{"messageHash":"0x900dcc46a54e81cfce824b4c48346380b51e6a165dcf084e86663cdc142f71d0"},{"messageHash":"0x937df03aa933ffccdff62c90f6e4c53f61ece8fae1075ea640bfea21fc3a9386"},{"messageHash":"0x95a3f69c8e1c13ee9a568197dfb5400bd73f76b0a629b94efed4d737f81e8560"},{"messageHash":"0xf30e45d358790ff20aa2ad93daf1d43a371168b6b2e57bed52e362192981abd9"},{"messageHash":"0x56382940428a2c4c8054735fc1410d9b18d020f353aae6630e7ec970cc7de072"},{"messageHash":"0x711d774c8e66b715500400faad504080f7a4d3a5902952181ac5003aac68ede7"},{"messageHash":"0x976c724d93bd801e3f4c75c9119013c931321a1698516d926385bc86b79c7170"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16083/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xe21e39d6645e91acbe993c6160a73e8c17cfef710fe325e095e8e3accc9f54ac&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":"0x757286549de292a2f99e9f0842ed10610ca2a934a598fc6d9eed8c62a4772e2b"},{"messageHash":"0x444c76d29671850d58debe5129c20ef4857d57b68e5d5633ea763844fcafad9f"},{"messageHash":"0x88c4421a50b882c0b3da0e32bb2f6482eb4c8c7e802f6d52cd875b8f5cffe3e6"},{"messageHash":"0xe0101acb1a5207acb06e3844df01ebd19502ed3fd8d1d07aa4557898a73dafe0"},{"messageHash":"0xa03aa0929a558ed1aaeca0a11fd7c0f5885f450d75f4c2bc2133f2a7703585df"},{"messageHash":"0x519004b3fe04f1ae22df69ee5ed4d04f5ed75e98e04b26e8194c3b3b4b4cd7e7"},{"messageHash":"0x2283494fad488715f8c5c3bf74a8b5dc892bfd0ea4d98104282881849f564926"},{"messageHash":"0x364a781c445f31326a59ca1596ace9df0b35ddae6897b089421cb164ef76a6e9"},{"messageHash":"0x12a55d37e2efae2809efb6c5dfbadc0e4d60a32f8de6a4fb40367123bb102981"},{"messageHash":"0x95bad963852fb2e1e8746e6e8217e654bfea360854d1dc807141c8df7012039c"},{"messageHash":"0x900dcc46a54e81cfce824b4c48346380b51e6a165dcf084e86663cdc142f71d0"},{"messageHash":"0x937df03aa933ffccdff62c90f6e4c53f61ece8fae1075ea640bfea21fc3a9386"},{"messageHash":"0x95a3f69c8e1c13ee9a568197dfb5400bd73f76b0a629b94efed4d737f81e8560"},{"messageHash":"0xf30e45d358790ff20aa2ad93daf1d43a371168b6b2e57bed52e362192981abd9"},{"messageHash":"0x56382940428a2c4c8054735fc1410d9b18d020f353aae6630e7ec970cc7de072"},{"messageHash":"0x711d774c8e66b715500400faad504080f7a4d3a5902952181ac5003aac68ede7"},{"messageHash":"0x976c724d93bd801e3f4c75c9119013c931321a1698516d926385bc86b79c7170"}]}'
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 30145d8b1fd6
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 5b78fbf0932d
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,74 @@
2025-12-25 04:15:35.298 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:35.299 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_non_existing_content_topic with id: 2025-12-25_04-15-35__a250de2f-b31c-44b2-9087-d41ac2539601
2025-12-25 04:15:35.300 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:35.300 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:35.302 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:35.310 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:35.310 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-35__a250de2f-b31c-44b2-9087-d41ac2539601__wakuorg_nwaku:latest.log
2025-12-25 04:15:35.310 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:35.311 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:35.312 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:35.312 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.39
2025-12-25 04:15:35.312 DEBUG [src.node.docker_mananger] Generated ports ['31898', '31899', '31900', '31901', '31902']
2025-12-25 04:15:35.312 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:35.312 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:35.313 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:35.313 DEBUG [src.node.docker_mananger] docker run -i -t -p 31898:31898 -p 31899:31899 -p 31900:31900 -p 31901:31901 -p 31902:31902 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=31900 --rest-port=31898 --tcp-port=31899 --discv5-udp-port=31901 --rest-address=0.0.0.0 --nat=extip:172.18.160.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4e2e20b72a810c7e3154be9811d2a4af8c087fdad8c14a0ee13b79cbefdebbe5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31902 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:35.490 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.39 waku 8a91e71950a9d8e854b017c78226ab18ad3f774cbf220414fca3494997f1f594
2025-12-25 04:15:35.519 DEBUG [src.node.docker_mananger] Container started with ID 8a91e71950a9. Setting up logs at ./log/docker/node1_2025-12-25_04-15-35__a250de2f-b31c-44b2-9087-d41ac2539601__wakuorg_nwaku:latest.log
2025-12-25 04:15:35.520 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31898
2025-12-25 04:15:35.520 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:35.585 ERROR [src.node.docker_mananger] Max retries reached for container 273e44af455f. Exiting log stream.
2025-12-25 04:15:36.118 ERROR [src.node.docker_mananger] Max retries reached for container 1f52d738942b. Exiting log stream.
2025-12-25 04:15:36.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31898/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.524 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"}]}'
2025-12-25 04:15:36.524 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:36.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31898/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.39/tcp/31899/p2p/16Uiu2HAm1JUCvGpt54m2ZDg9CaPxxDbBX4AK4YpeBAXX19uCcWv8","/ip4/172.18.160.39/tcp/31900/ws/p2p/16Uiu2HAm1JUCvGpt54m2ZDg9CaPxxDbBX4AK4YpeBAXX19uCcWv8"],"enrUri":"enr:-L24QEElOOUCw75ukI5fYcG1nW03FoSeLhhb9hzceDVC4QRneAXqJU_HDMdmNtWNk2asLEpRvewIAYUTTG5anKZEkdwCgmlkgnY0gmlwhKwSoCeKbXVsdGlhZGRyc5YACASsEqAnBnybAAoErBKgJwZ8nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECV02-S1pZeIoBTsydGr4-BcV9pG3TwtSj1e4rWDqFsMWDdGNwgnybg3VkcIJ8nYV3YWt1MgU"}'
2025-12-25 04:15:36.527 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:36.527 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:36.534 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:36.534 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-35__a250de2f-b31c-44b2-9087-d41ac2539601__wakuorg_nwaku:latest.log
2025-12-25 04:15:36.534 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:36.534 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:36.536 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:36.536 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.245
2025-12-25 04:15:36.536 DEBUG [src.node.docker_mananger] Generated ports ['30046', '30047', '30048', '30049', '30050']
2025-12-25 04:15:36.536 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:36.536 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:36.536 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:36.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 30046:30046 -p 30047:30047 -p 30048:30048 -p 30049:30049 -p 30050:30050 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=30048 --rest-port=30046 --tcp-port=30047 --discv5-udp-port=30049 --rest-address=0.0.0.0 --nat=extip:172.18.151.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=10c06bfcb2be364aefd7bba3f2ab84f6ff51c7dbfeffddda897acffb4f7759cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30050 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEElOOUCw75ukI5fYcG1nW03FoSeLhhb9hzceDVC4QRneAXqJU_HDMdmNtWNk2asLEpRvewIAYUTTG5anKZEkdwCgmlkgnY0gmlwhKwSoCeKbXVsdGlhZGRyc5YACASsEqAnBnybAAoErBKgJwZ8nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECV02-S1pZeIoBTsydGr4-BcV9pG3TwtSj1e4rWDqFsMWDdGNwgnybg3VkcIJ8nYV3YWt1MgU --filternode=/ip4/172.18.160.39/tcp/31899/p2p/16Uiu2HAm1JUCvGpt54m2ZDg9CaPxxDbBX4AK4YpeBAXX19uCcWv8
2025-12-25 04:15:36.719 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.245 waku 950214eda38f199cbbeba88b6fcca61b1755ae24831bf8f873a739fbce2ce196
2025-12-25 04:15:36.748 DEBUG [src.node.docker_mananger] Container started with ID 950214eda38f. Setting up logs at ./log/docker/node2_2025-12-25_04-15-35__a250de2f-b31c-44b2-9087-d41ac2539601__wakuorg_nwaku:latest.log
2025-12-25 04:15:36.748 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30046
2025-12-25 04:15:36.749 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:37.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30046/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.754 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"}]}'
2025-12-25 04:15:37.754 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:37.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30046/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.245/tcp/30047/p2p/16Uiu2HAmDVy5Ph88rTV1jg4JyeoWh1JvdSw9HEYu6XahJGn7ydeL","/ip4/172.18.151.245/tcp/30048/ws/p2p/16Uiu2HAmDVy5Ph88rTV1jg4JyeoWh1JvdSw9HEYu6XahJGn7ydeL"],"enrUri":"enr:-L24QLmdyQVqAcflB-CiLQPj282ZaTVyHiA9mGpF-F4QSAqHJg-ibjdbyjcalxeiswB8o3LQ6ZYPt8ZucT_ZpPSMmXsCgmlkgnY0gmlwhKwSl_WKbXVsdGlhZGRyc5YACASsEpf1BnVfAAoErBKX9QZ1YN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDIwE3icfFAWTk1H5qYJBuR_os-IVcgrTc8zrkmZhaAWDdGNwgnVfg3VkcIJ1YYV3YWt1MgA"}'
2025-12-25 04:15:37.757 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:37.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30046/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.160.39/tcp/31899/p2p/16Uiu2HAm1JUCvGpt54m2ZDg9CaPxxDbBX4AK4YpeBAXX19uCcWv8"]'
2025-12-25 04:15:37.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:37.787 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:37.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31898/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:37.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:37.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30046/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b6e8085e-b221-4077-897f-5eec67047e94", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:37.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b6e8085e-b221-4077-897f-5eec67047e94","statusDesc":"OK"}'
2025-12-25 04:15:37.816 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:30046/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:37.825 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:30046/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
2025-12-25 04:15:37.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31898/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)'}'
2025-12-25 04:15:37.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:37.833 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:15:37.934 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:15:37.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30046/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.936 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":1766636137826491323,"ephemeral":false}]'
2025-12-25 04:15:37.939 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:37.940 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:37.940 DEBUG [src.node.waku_node] Stopping container with id 8a91e71950a9
2025-12-25 04:15:38.468 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:38.469 DEBUG [src.node.waku_node] Stopping container with id 950214eda38f
2025-12-25 04:15:38.989 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:38.990 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:39.000 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:39.006 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,862 @@
2025-12-25 04:23:58.936 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:23:58.937 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_version with id: 2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a
2025-12-25 04:23:58.937 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:23:58.937 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:23:58.944 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:23:58.944 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:23:58.944 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:23:58.944 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:23:58.946 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:23:58.946 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.159.27
2025-12-25 04:23:58.946 DEBUG [src.node.docker_mananger] Generated ports ['53593', '53594', '53595', '53596', '53597']
2025-12-25 04:23:58.946 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:23:58.946 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:23:58.946 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:23:58.947 DEBUG [src.node.docker_mananger] docker run -i -t -p 53593:53593 -p 53594:53594 -p 53595:53595 -p 53596:53596 -p 53597:53597 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=53595 --rest-port=53593 --tcp-port=53594 --discv5-udp-port=53596 --rest-address=0.0.0.0 --nat=extip:172.18.159.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8adf4d25915d78463aa32edda3a7aec4f8d76aee2ddedb3e5cb03b96ebefe337 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53597 --metrics-logging=true --lightpush=true --relay=true
2025-12-25 04:23:59.138 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.159.27 waku 2460526a4702e620076e11ce4fcde1a0f1a79b1d66f7e5edd1a42378a2a6216d
2025-12-25 04:23:59.174 DEBUG [src.node.docker_mananger] Container started with ID 2460526a4702. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:23:59.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53593
2025-12-25 04:23:59.176 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:00.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53593/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:00.181 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"}]}'
2025-12-25 04:24:00.181 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:24:00.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53593/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:00.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.27/tcp/53594/p2p/16Uiu2HAmHHapGY3AG91Lkb8UY2UKJSGwtKfaodRQKWJkQtEp1yFD","/ip4/172.18.159.27/tcp/53595/ws/p2p/16Uiu2HAmHHapGY3AG91Lkb8UY2UKJSGwtKfaodRQKWJkQtEp1yFD"],"enrUri":"enr:-L24QGs1kLL_NBmHWSJw9Y3w51U4hOsLMVlbfXYulHb2pYisNXNJCSArDE7eZLztAx6FAjR8p0YC6sUEZidrWLEB4iECgmlkgnY0gmlwhKwSnxuKbXVsdGlhZGRyc5YACASsEp8bBtFaAAoErBKfGwbRW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDRM6gb5450WeGPYtywxd5KPIf4_iKgrC1F5AIxRSPS2iDdGNwgtFag3VkcILRXIV3YWt1Mgk"}'
2025-12-25 04:24:00.184 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:24:00.191 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:24:00.191 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:24:00.191 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:00.191 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:00.193 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:00.193 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.6
2025-12-25 04:24:00.193 DEBUG [src.node.docker_mananger] Generated ports ['41113', '41114', '41115', '41116', '41117']
2025-12-25 04:24:00.193 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:00.193 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:00.193 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:00.194 DEBUG [src.node.docker_mananger] docker run -i -t -p 41113:41113 -p 41114:41114 -p 41115:41115 -p 41116:41116 -p 41117:41117 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=41115 --rest-port=41113 --tcp-port=41114 --discv5-udp-port=41116 --rest-address=0.0.0.0 --nat=extip:172.18.15.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=038c557ba1eecb8a6896acc0ceea72a091973fd4caf27deeacbd3eacc803aac8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41117 --metrics-logging=true --lightpush=false --relay=true
2025-12-25 04:24:00.387 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.6 waku 3c9c9cf576d87a8dd5d5aa9126e74dd5bde6e6e1c28cdce53d3ae65f5ebb1e5b
2025-12-25 04:24:00.427 DEBUG [src.node.docker_mananger] Container started with ID 3c9c9cf576d8. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:24:00.428 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41113
2025-12-25 04:24:00.429 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:01.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41113/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:01.433 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"}]}'
2025-12-25 04:24:01.433 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:24:01.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41113/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:01.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.6/tcp/41114/p2p/16Uiu2HAkx3fVR7z9SKPb2p1NxW1t4wjzW3bkWk3t7yat1jy1SU1L","/ip4/172.18.15.6/tcp/41115/ws/p2p/16Uiu2HAkx3fVR7z9SKPb2p1NxW1t4wjzW3bkWk3t7yat1jy1SU1L"],"enrUri":"enr:-L24QEpny4TnoGRpLtaKFZqJEHsBpBe0m-fk13LoO9ad0c5RXmIsx4UGb1mWlAtrNuTlrA76XgkxjzEm_VqOrQRSijcCgmlkgnY0gmlwhKwSDwaKbXVsdGlhZGRyc5YACASsEg8GBqCaAAoErBIPBgagm90DgnJzhQADAQAAiXNlY3AyNTZrMaECJu-60p0r8tCfR-8Afo6a-xA2S0Ce0xhj5XBJGAhiH0eDdGNwgqCag3VkcIKgnIV3YWt1MgE"}'
2025-12-25 04:24:01.436 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:24:01.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41113/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.27/tcp/53594/p2p/16Uiu2HAmHHapGY3AG91Lkb8UY2UKJSGwtKfaodRQKWJkQtEp1yFD"]'
2025-12-25 04:24:01.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:01.484 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:24:01.485 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:24:01.485 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:01.485 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:01.490 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:01.490 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.30.109
2025-12-25 04:24:01.490 DEBUG [src.node.docker_mananger] Generated ports ['46842', '46843', '46844', '46845', '46846']
2025-12-25 04:24:01.490 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:01.490 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:01.491 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:01.491 DEBUG [src.node.docker_mananger] docker run -i -t -p 46842:46842 -p 46843:46843 -p 46844:46844 -p 46845:46845 -p 46846:46846 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=46844 --rest-port=46842 --tcp-port=46843 --discv5-udp-port=46845 --rest-address=0.0.0.0 --nat=extip:172.18.30.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5ecd7daec91d1dabddb0eb7cc6ebdeade5d7589a0d14b1ec241b810939ce6dff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46846 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGs1kLL_NBmHWSJw9Y3w51U4hOsLMVlbfXYulHb2pYisNXNJCSArDE7eZLztAx6FAjR8p0YC6sUEZidrWLEB4iECgmlkgnY0gmlwhKwSnxuKbXVsdGlhZGRyc5YACASsEp8bBtFaAAoErBKfGwbRW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDRM6gb5450WeGPYtywxd5KPIf4_iKgrC1F5AIxRSPS2iDdGNwgtFag3VkcILRXIV3YWt1Mgk --lightpushnode=/ip4/172.18.159.27/tcp/53594/p2p/16Uiu2HAmHHapGY3AG91Lkb8UY2UKJSGwtKfaodRQKWJkQtEp1yFD --lightpush=true --relay=false
2025-12-25 04:24:01.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.30.109 waku 8b681ded737c766451e204d9da3d3a503ec74c72fddab2093fa333265ca1c00c
2025-12-25 04:24:01.701 DEBUG [src.node.docker_mananger] Container started with ID 8b681ded737c. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:24:01.701 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46842
2025-12-25 04:24:01.702 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:02.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:02.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:02.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.022 ERROR [src.node.docker_mananger] Max retries reached for container 8b681ded737c. Exiting log stream.
2025-12-25 04:24:03.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:03.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:04.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:05.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:06.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:07.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:08.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:09.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:12.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:13.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:14.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:15.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:16.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:17.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:18.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:19.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:20.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:21.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46842/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:22.770 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=46842): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe85ab70>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:24:22.870 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:22.870 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:22.872 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:22.872 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.161.94
2025-12-25 04:24:22.872 DEBUG [src.node.docker_mananger] Generated ports ['8743', '8744', '8745', '8746', '8747']
2025-12-25 04:24:22.872 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:22.873 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:22.873 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:22.873 DEBUG [src.node.docker_mananger] docker run -i -t -p 8743:8743 -p 8744:8744 -p 8745:8745 -p 8746:8746 -p 8747:8747 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=8745 --rest-port=8743 --tcp-port=8744 --discv5-udp-port=8746 --rest-address=0.0.0.0 --nat=extip:172.18.161.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be3f1bbef190b6c56dea21dc111fec9d3ab5fb2f28feedff5023677d2dacd606 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8747 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGs1kLL_NBmHWSJw9Y3w51U4hOsLMVlbfXYulHb2pYisNXNJCSArDE7eZLztAx6FAjR8p0YC6sUEZidrWLEB4iECgmlkgnY0gmlwhKwSnxuKbXVsdGlhZGRyc5YACASsEp8bBtFaAAoErBKfGwbRW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDRM6gb5450WeGPYtywxd5KPIf4_iKgrC1F5AIxRSPS2iDdGNwgtFag3VkcILRXIV3YWt1Mgk --lightpushnode=/ip4/172.18.159.27/tcp/53594/p2p/16Uiu2HAmHHapGY3AG91Lkb8UY2UKJSGwtKfaodRQKWJkQtEp1yFD --lightpush=true --relay=false
2025-12-25 04:24:23.052 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.161.94 waku 23ab587c813c440a79cad652c9a239b70d8aa73b7406ff5e564bc9f0e294050b
2025-12-25 04:24:23.079 DEBUG [src.node.docker_mananger] Container started with ID 23ab587c813c. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:24:23.079 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8743
2025-12-25 04:24:23.079 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:24.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.428 ERROR [src.node.docker_mananger] Max retries reached for container 23ab587c813c. Exiting log stream.
2025-12-25 04:24:24.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:24.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:25.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:26.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:27.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:28.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:29.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:30.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:31.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:32.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:33.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:34.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:35.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:36.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:37.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:38.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:39.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:40.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:41.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:42.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:43.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:44.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:44.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8743/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:44.155 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=8743): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe845670>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:24:44.255 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:44.256 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:44.257 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:44.257 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.216
2025-12-25 04:24:44.258 DEBUG [src.node.docker_mananger] Generated ports ['36814', '36815', '36816', '36817', '36818']
2025-12-25 04:24:44.258 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:44.258 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:44.258 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:44.258 DEBUG [src.node.docker_mananger] docker run -i -t -p 36814:36814 -p 36815:36815 -p 36816:36816 -p 36817:36817 -p 36818:36818 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=36816 --rest-port=36814 --tcp-port=36815 --discv5-udp-port=36817 --rest-address=0.0.0.0 --nat=extip:172.18.87.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caf4abefb22743b9ebe323d9fc3ec5ea4345dd1fa7eaf3f872efd7bafe2bb414 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36818 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGs1kLL_NBmHWSJw9Y3w51U4hOsLMVlbfXYulHb2pYisNXNJCSArDE7eZLztAx6FAjR8p0YC6sUEZidrWLEB4iECgmlkgnY0gmlwhKwSnxuKbXVsdGlhZGRyc5YACASsEp8bBtFaAAoErBKfGwbRW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDRM6gb5450WeGPYtywxd5KPIf4_iKgrC1F5AIxRSPS2iDdGNwgtFag3VkcILRXIV3YWt1Mgk --lightpushnode=/ip4/172.18.159.27/tcp/53594/p2p/16Uiu2HAmHHapGY3AG91Lkb8UY2UKJSGwtKfaodRQKWJkQtEp1yFD --lightpush=true --relay=false
2025-12-25 04:24:44.442 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.216 waku 2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e
2025-12-25 04:24:44.470 DEBUG [src.node.docker_mananger] Container started with ID 2c4b678fe35d. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-23-58__eb7933bc-c075-45f9-b92f-209d6798a51a__wakuorg_nwaku:latest.log
2025-12-25 04:24:44.471 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36814
2025-12-25 04:24:44.471 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:45.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.804 ERROR [src.node.docker_mananger] Max retries reached for container 2c4b678fe35d. Exiting log stream.
2025-12-25 04:24:45.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:46.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:47.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:48.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:49.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:50.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:51.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:52.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:53.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:54.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:55.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:56.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:57.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:58.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:59.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:00.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:01.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:02.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:03.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:04.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36814/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:25:05.538 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=36814): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe85b350>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:25:05.732 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:25:05.733 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:25:05.733 DEBUG [src.node.waku_node] Stopping container with id 2460526a4702
2025-12-25 04:25:06.259 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:25:06.261 DEBUG [src.node.waku_node] Stopping container with id 3c9c9cf576d8
2025-12-25 04:25:06.769 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:25:06.771 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:06.875 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:06.976 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.069 ERROR [src.node.docker_mananger] Max retries reached for container 2460526a4702. Exiting log stream.
2025-12-25 04:25:07.078 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.179 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.280 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.382 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.483 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.585 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.651 ERROR [src.node.docker_mananger] Max retries reached for container 3c9c9cf576d8. Exiting log stream.
2025-12-25 04:25:07.686 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.788 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.889 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:07.991 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.093 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.194 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.296 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.397 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.499 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.600 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.702 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.803 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:08.905 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.006 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.108 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.209 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.311 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.412 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.514 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.616 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.717 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.819 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:09.921 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.022 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.124 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.225 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.327 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.429 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.530 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.632 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.733 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.835 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:10.936 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.038 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.139 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.240 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.342 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.444 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.545 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.647 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.748 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.850 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.851 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e/stop: Not Found ("No such container: 2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e")
2025-12-25 04:25:11.851 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:11.953 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.054 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.156 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.257 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.359 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.460 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.562 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.663 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.765 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.867 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:12.969 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.070 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.172 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.273 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.375 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.476 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.577 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.679 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.780 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.882 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:13.984 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.086 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.188 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.289 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.391 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.493 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.595 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.696 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.798 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:14.899 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.001 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.102 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.204 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.305 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.406 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.508 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.610 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.711 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.813 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:15.915 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.016 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.118 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.219 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.321 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.423 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.525 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.626 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.728 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.830 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.932 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:16.933 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e/stop: Not Found ("No such container: 2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e")
2025-12-25 04:25:16.933 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.035 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.136 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.238 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.340 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.441 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.543 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.644 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.746 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.847 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:17.949 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.050 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.152 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.253 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.355 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.456 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.558 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.660 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.761 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.863 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:18.964 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.066 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.167 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.269 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.371 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.472 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.574 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.675 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.777 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.878 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:19.980 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.081 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.183 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.284 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.386 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.487 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.589 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.691 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.792 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.894 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:20.996 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.097 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.199 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.301 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.402 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.504 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.606 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.707 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.809 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:21.911 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:22.012 DEBUG [src.node.waku_node] Stopping container with id 2c4b678fe35d
2025-12-25 04:25:22.014 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e/stop: Not Found ("No such container: 2c4b678fe35d19dcfe2e6c55b1c4f420d93089bd589198d2ab85f72a4d44355e")
2025-12-25 04:25:22.014 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:25:22.039 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:25:22.087 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:25:22.087 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:25:22.088 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:25:22.088 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,233 @@
2025-12-25 04:28:18.896 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:28:18.897 DEBUG [tests.conftest] Running test: test_resubscribe_to_unsubscribed_pubsub_topics with id: 2025-12-25_04-28-18__f93d1d46-f379-474c-90e8-2f91de650ff8
2025-12-25 04:28:18.897 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:28:18.897 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:28:18.897 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2025-12-25 04:28:18.904 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:28:18.904 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-28-18__f93d1d46-f379-474c-90e8-2f91de650ff8__wakuorg_nwaku:latest.log
2025-12-25 04:28:18.905 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:28:18.905 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:28:18.906 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:28:18.906 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.149.12
2025-12-25 04:28:18.906 DEBUG [src.node.docker_mananger] Generated ports ['60979', '60980', '60981', '60982', '60983']
2025-12-25 04:28:18.906 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-25 04:28:18.907 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:28:18.907 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:28:18.907 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:28:18.907 DEBUG [src.node.docker_mananger] docker run -i -t -p 60979:60979 -p 60980:60980 -p 60981:60981 -p 60982:60982 -p 60983:60983 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=60981 --rest-port=60979 --tcp-port=60980 --discv5-udp-port=60982 --rest-address=0.0.0.0 --nat=extip:172.18.149.12 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b6d8b8edf6d2b8e5ba4cf23f0663aefdd88d2cbb9b833c1ee509a50cafcd9a13 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60983 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:28:19.093 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.149.12 waku fb4ec7a948d1a2ddc196705fb1877e05d6ca6ef7cd6e750b3112f6be73fe816e
2025-12-25 04:28:19.124 DEBUG [src.node.docker_mananger] Container started with ID fb4ec7a948d1. Setting up logs at ./log/docker/node1_2025-12-25_04-28-18__f93d1d46-f379-474c-90e8-2f91de650ff8__wakuorg_nwaku:latest.log
2025-12-25 04:28:19.124 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60979
2025-12-25 04:28:19.124 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:28:19.705 ERROR [src.node.docker_mananger] Max retries reached for container bc216361ee6f. Exiting log stream.
2025-12-25 04:28:20.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.128 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"}]}'
2025-12-25 04:28:20.128 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:28:20.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.12/tcp/60980/p2p/16Uiu2HAmBhfq3FkPH7y7pmjRqdX4k5cw8xx5ZBz9Jx38q5A2TqZf","/ip4/172.18.149.12/tcp/60981/ws/p2p/16Uiu2HAmBhfq3FkPH7y7pmjRqdX4k5cw8xx5ZBz9Jx38q5A2TqZf"],"enrUri":"enr:-L24QKKu0Ftdm8RplE8UwkTdqV_OUO-M6lKWfMrbjeV21hrXUdU3yRHEBsnjXBKG24_fayI_atbZs2aiKkp8VYQqLpQCgmlkgnY0gmlwhKwSlQyKbXVsdGlhZGRyc5YACASsEpUMBu40AAoErBKVDAbuNd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8dQc9OVVmn1zN2bsOqMKZ5wIauXpR1VkkOOz39oU5eaDdGNwgu40g3VkcILuNoV3YWt1MgU"}'
2025-12-25 04:28:20.131 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:28:20.137 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:28:20.138 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-28-18__f93d1d46-f379-474c-90e8-2f91de650ff8__wakuorg_nwaku:latest.log
2025-12-25 04:28:20.138 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:28:20.138 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:28:20.139 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:28:20.139 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.97
2025-12-25 04:28:20.140 DEBUG [src.node.docker_mananger] Generated ports ['64494', '64495', '64496', '64497', '64498']
2025-12-25 04:28:20.140 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-25 04:28:20.140 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:28:20.140 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:28:20.140 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:28:20.140 DEBUG [src.node.docker_mananger] docker run -i -t -p 64494:64494 -p 64495:64495 -p 64496:64496 -p 64497:64497 -p 64498:64498 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=64496 --rest-port=64494 --tcp-port=64495 --discv5-udp-port=64497 --rest-address=0.0.0.0 --nat=extip:172.18.225.97 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7ffbead5c83faf6c45aadde7b4bc9b8eeaddfef2a543cbafb5acef8fd08e06f0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64498 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKKu0Ftdm8RplE8UwkTdqV_OUO-M6lKWfMrbjeV21hrXUdU3yRHEBsnjXBKG24_fayI_atbZs2aiKkp8VYQqLpQCgmlkgnY0gmlwhKwSlQyKbXVsdGlhZGRyc5YACASsEpUMBu40AAoErBKVDAbuNd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8dQc9OVVmn1zN2bsOqMKZ5wIauXpR1VkkOOz39oU5eaDdGNwgu40g3VkcILuNoV3YWt1MgU
2025-12-25 04:28:20.321 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.97 waku 3b9cbf40860d36c595ee1bf68b9df7dbddee3b24b7970ddbc1fb4757fc110c45
2025-12-25 04:28:20.350 DEBUG [src.node.docker_mananger] Container started with ID 3b9cbf40860d. Setting up logs at ./log/docker/node2_2025-12-25_04-28-18__f93d1d46-f379-474c-90e8-2f91de650ff8__wakuorg_nwaku:latest.log
2025-12-25 04:28:20.351 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64494
2025-12-25 04:28:20.351 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:28:21.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.369 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"}]}'
2025-12-25 04:28:21.371 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:28:21.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.225.97/tcp/64495/p2p/16Uiu2HAmFyPZgkTaYbvP65A24BWbpwFS9x8v1Tp2AMhjfkhpXQ5Z","/ip4/172.18.225.97/tcp/64496/ws/p2p/16Uiu2HAmFyPZgkTaYbvP65A24BWbpwFS9x8v1Tp2AMhjfkhpXQ5Z"],"enrUri":"enr:-L24QE9zqIQVNdrLSRMaFnnyogpPKDkjrke2ZcFHDw4vcnwjU03KbVhYtRhSgFb0TVBP71BGZyMmHHqq-yWHnDytjQgCgmlkgnY0gmlwhKwS4WGKbXVsdGlhZGRyc5YACASsEuFhBvvvAAoErBLhYQb78N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMUnDYF-H20FLlCR51ID9QWSHSB8xHsPUAFiwStWwBKSDdGNwgvvvg3VkcIL78YV3YWt1MgE"}'
2025-12-25 04:28:21.376 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:28:21.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64494/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.149.12/tcp/60980/p2p/16Uiu2HAmBhfq3FkPH7y7pmjRqdX4k5cw8xx5ZBz9Jx38q5A2TqZf"]'
2025-12-25 04:28:21.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:28:21.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64494/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:28:21.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/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)'}'
2025-12-25 04:28:21.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.410 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:21.510 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901401605281,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.515 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901401605281,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/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)'}'
2025-12-25 04:28:21.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.524 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:21.625 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901519652829,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.629 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901519652829,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:21.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.638 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:21.738 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901633686416,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.743 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901633686416,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:21.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.753 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:21.854 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901748376770,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.859 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901748376770,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:21.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.867 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:21.967 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901862651632,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.972 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:21.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901862651632,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:21.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:21.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:21.980 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.080 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901975984020,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.085 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636901975984020,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.094 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.194 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902089547576,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.198 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902089547576,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.206 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.307 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902202558709,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.311 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902202558709,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.315 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:60979/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:28:22.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.328 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:64494/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:28:22.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/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)'}'
2025-12-25 04:28:22.348 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
2025-12-25 04:28:22.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/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)'}'
2025-12-25 04:28:22.358 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
2025-12-25 04:28:22.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.361 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
2025-12-25 04:28:22.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.365 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
2025-12-25 04:28:22.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.368 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
2025-12-25 04:28:22.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.372 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
2025-12-25 04:28:22.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.376 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
2025-12-25 04:28:22.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.379 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
2025-12-25 04:28:22.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:28:22.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64494/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:28:22.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/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)'}'
2025-12-25 04:28:22.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.411 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.511 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902405509655,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.516 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902405509655,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/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)'}'
2025-12-25 04:28:22.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.524 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.625 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902520311383,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.629 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902520311383,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.638 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.739 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902633499038,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.743 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902633499038,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.752 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.852 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902747367739,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.856 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902747367739,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.865 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:22.965 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902860588366,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.969 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:22.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902860588366,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:22.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:22.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:22.978 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:23.078 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:23.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902973809480,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:23.082 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:23.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636902973809480,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:23.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:23.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:23.091 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:23.191 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:23.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636903086659901,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:23.195 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:23.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636903086659901,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:23.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:28:23.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:28:23.204 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:28:23.304 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:23.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60979/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636903199417010,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:23.308 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:28:23.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64494/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636903199417010,"ephemeral":false,"proof":""}]'
2025-12-25 04:28:23.313 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:28:23.315 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:28:23.315 DEBUG [src.node.waku_node] Stopping container with id fb4ec7a948d1
2025-12-25 04:28:23.832 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:28:23.833 DEBUG [src.node.waku_node] Stopping container with id 3b9cbf40860d
2025-12-25 04:28:24.409 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:28:24.410 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:28:24.429 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:28:24.445 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,86 @@
2025-12-25 04:24:42.840 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:24:42.840 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_from_non_existing_pubsub_topic with id: 2025-12-25_04-24-42__01bff734-c9b4-40cc-9976-d232091e92d2
2025-12-25 04:24:42.841 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:24:42.841 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:24:42.841 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2025-12-25 04:24:42.847 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:24:42.847 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-24-42__01bff734-c9b4-40cc-9976-d232091e92d2__wakuorg_nwaku:latest.log
2025-12-25 04:24:42.848 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:42.848 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:42.849 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:42.849 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.218
2025-12-25 04:24:42.849 DEBUG [src.node.docker_mananger] Generated ports ['47322', '47323', '47324', '47325', '47326']
2025-12-25 04:24:42.849 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:42.850 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:42.850 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:42.850 DEBUG [src.node.docker_mananger] docker run -i -t -p 47322:47322 -p 47323:47323 -p 47324:47324 -p 47325:47325 -p 47326:47326 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=47324 --rest-port=47322 --tcp-port=47323 --discv5-udp-port=47325 --rest-address=0.0.0.0 --nat=extip:172.18.115.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdb2b77ed799fbc3fb7d7ed146beaca1ca91f7fb05ef8a3c7ba39f6910f79d2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47326 --metrics-logging=true --relay=true
2025-12-25 04:24:43.041 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.218 waku 3ab7ceec7cfe9d69cc157e08ec6c8b92b2ae685ee816110f90163a9ef894ca36
2025-12-25 04:24:43.072 DEBUG [src.node.docker_mananger] Container started with ID 3ab7ceec7cfe. Setting up logs at ./log/docker/node1_2025-12-25_04-24-42__01bff734-c9b4-40cc-9976-d232091e92d2__wakuorg_nwaku:latest.log
2025-12-25 04:24:43.072 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47322
2025-12-25 04:24:43.072 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:43.111 ERROR [src.node.docker_mananger] Max retries reached for container a04314f2d223. Exiting log stream.
2025-12-25 04:24:43.639 ERROR [src.node.docker_mananger] Max retries reached for container 25bfb98894ab. Exiting log stream.
2025-12-25 04:24:44.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47322/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:44.076 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"}]}'
2025-12-25 04:24:44.076 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:24:44.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:44.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.218/tcp/47323/p2p/16Uiu2HAmQyYdom9kRs7Ztdho4gymfkdAz3wHgrPejWJZ38Mo2BpH","/ip4/172.18.115.218/tcp/47324/ws/p2p/16Uiu2HAmQyYdom9kRs7Ztdho4gymfkdAz3wHgrPejWJZ38Mo2BpH"],"enrUri":"enr:-L24QERF4GbyCn3nQm0t3ZCCev6dX9mU0SuTolsJJlkCXkSfeTArKFiS44CFfb_KuGI2N2JdC-VsSDJ_crHbPoPBsYwCgmlkgnY0gmlwhKwSc9qKbXVsdGlhZGRyc5YACASsEnPaBrjbAAoErBJz2ga43N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtw0zwxJS1Ay2fqECf79HXcNslA27GT9BF5gqj_MeYGaDdGNwgrjbg3VkcIK43YV3YWt1MgE"}'
2025-12-25 04:24:44.079 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:24:44.085 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:24:44.085 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-24-42__01bff734-c9b4-40cc-9976-d232091e92d2__wakuorg_nwaku:latest.log
2025-12-25 04:24:44.085 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:44.085 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:44.087 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:44.087 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.166
2025-12-25 04:24:44.087 DEBUG [src.node.docker_mananger] Generated ports ['47580', '47581', '47582', '47583', '47584']
2025-12-25 04:24:44.087 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:44.087 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:44.087 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:44.087 DEBUG [src.node.docker_mananger] docker run -i -t -p 47580:47580 -p 47581:47581 -p 47582:47582 -p 47583:47583 -p 47584:47584 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=47582 --rest-port=47580 --tcp-port=47581 --discv5-udp-port=47583 --rest-address=0.0.0.0 --nat=extip:172.18.89.166 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af34ca7acca6b543bdeaf8f07db77fce1c75afdefbff657b19bbdaaf3eeebabb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47584 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QERF4GbyCn3nQm0t3ZCCev6dX9mU0SuTolsJJlkCXkSfeTArKFiS44CFfb_KuGI2N2JdC-VsSDJ_crHbPoPBsYwCgmlkgnY0gmlwhKwSc9qKbXVsdGlhZGRyc5YACASsEnPaBrjbAAoErBJz2ga43N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtw0zwxJS1Ay2fqECf79HXcNslA27GT9BF5gqj_MeYGaDdGNwgrjbg3VkcIK43YV3YWt1MgE
2025-12-25 04:24:44.269 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.166 waku d08beb324c5cf14122d3a1438cbb99fb6cc2bac25ff201306953f93c66703a96
2025-12-25 04:24:44.302 DEBUG [src.node.docker_mananger] Container started with ID d08beb324c5c. Setting up logs at ./log/docker/node2_2025-12-25_04-24-42__01bff734-c9b4-40cc-9976-d232091e92d2__wakuorg_nwaku:latest.log
2025-12-25 04:24:44.302 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47580
2025-12-25 04:24:44.303 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:45.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.314 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"}]}'
2025-12-25 04:24:45.314 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:24:45.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.166/tcp/47581/p2p/16Uiu2HAmUqFW2CoDkWdyQ25kndsunLfSFYVFigtvgm89Y4EaRMPz","/ip4/172.18.89.166/tcp/47582/ws/p2p/16Uiu2HAmUqFW2CoDkWdyQ25kndsunLfSFYVFigtvgm89Y4EaRMPz"],"enrUri":"enr:-L24QADBqnOahH4cgOOj4669x3nN8y_OZpZK9Hs8-VNisVpIT1waSOsxjXIlRbwRRZhbBp9SEK8r-hV9nye0tJSqOxQCgmlkgnY0gmlwhKwSWaaKbXVsdGlhZGRyc5YACASsElmmBrndAAoErBJZpga53t0DgnJzhQADAQAAiXNlY3AyNTZrMaED8FvuACX_x_WLdIrG4V7Mu7mun5AGob9SkgC8G7qAtjWDdGNwgrndg3VkcIK534V3YWt1MgE"}'
2025-12-25 04:24:45.318 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:24:45.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47580/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.218/tcp/47323/p2p/16Uiu2HAmQyYdom9kRs7Ztdho4gymfkdAz3wHgrPejWJZ38Mo2BpH"]'
2025-12-25 04:24:45.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:24:45.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47580/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:24:45.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47322/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)'}'
2025-12-25 04:24:45.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.338 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:24:45.438 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:24:45.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.441 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":1766636685333328128,"ephemeral":false,"proof":""}]'
2025-12-25 04:24:45.443 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:24:45.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.445 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":1766636685333328128,"ephemeral":false,"proof":""}]'
2025-12-25 04:24:45.446 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:47322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
2025-12-25 04:24:45.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.449 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:47580/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
2025-12-25 04:24:45.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47322/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)'}'
2025-12-25 04:24:45.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:45.456 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:24:45.556 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:24:45.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.559 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":1766636685452141157,"ephemeral":false,"proof":""}]'
2025-12-25 04:24:45.561 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:24:45.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47580/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:45.563 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":1766636685452141157,"ephemeral":false,"proof":""}]'
2025-12-25 04:24:45.566 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:24:45.567 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:24:45.567 DEBUG [src.node.waku_node] Stopping container with id 3ab7ceec7cfe
2025-12-25 04:24:46.119 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:24:46.119 DEBUG [src.node.waku_node] Stopping container with id d08beb324c5c
2025-12-25 04:24:46.655 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:24:46.655 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:24:46.662 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:24:46.668 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,864 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_message_light_pushed_on_different_pubsub_topic_is_not_retrieved with id: 2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88
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_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__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.166.132
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2552', '2553', '2554', '2555', '2556']
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 2552:2552 -p 2553:2553 -p 2554:2554 -p 2555:2555 -p 2556:2556 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=2554 --rest-port=2552 --tcp-port=2553 --discv5-udp-port=2555 --rest-address=0.0.0.0 --nat=extip:172.18.166.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=48609c01be2ca6a9a0f31a86d479f0a3072fb22e900ddefcfba50bcdebe9031f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2556 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.166.132 waku bf68e04b1b939cd65a9d1283a8a440053010a8d972e34193ff1bf5f92a657f75
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID bf68e04b1b93. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2552
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 89a904f1fc31. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c4a14e061871. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2552/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:2552/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.166.132/tcp/2553/p2p/16Uiu2HAm7GikwfdNnhzeSYCxHdawkm7v2qk2D7vZVQ2KaEzd2gnV","/ip4/172.18.166.132/tcp/2554/ws/p2p/16Uiu2HAm7GikwfdNnhzeSYCxHdawkm7v2qk2D7vZVQ2KaEzd2gnV"],"enrUri":"enr:-L24QCw3fSjruU-y3HklWgHGzFo0HO3dIMIvzK4zW_EnauTfDpKJUv9B6TCDR77J3eMw9Gus1Q46JNOHPeTeeI7GCvECgmlkgnY0gmlwhKwSpoSKbXVsdGlhZGRyc5YACASsEqaEBgn5AAoErBKmhAYJ-t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsAEoTX5KpaKYKaOrsbQaWkm4qeFl4VhYEN7QfvyEv5KDdGNwggn5g3VkcIIJ-4V3YWt1Mgk"}'
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_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__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.175.55
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33239', '33240', '33241', '33242', '33243']
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 33239:33239 -p 33240:33240 -p 33241:33241 -p 33242:33242 -p 33243:33243 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=33241 --rest-port=33239 --tcp-port=33240 --discv5-udp-port=33242 --rest-address=0.0.0.0 --nat=extip:172.18.175.55 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb9e1915eff0b0cb874df79401cc040b1edceb4f1a6fbbfe2ab6fa53cddba7c9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33243 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.175.55 waku aba7f34838e3f8025a8c71248f3135f92081c37045977fb65dcd2d35e879f70d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID aba7f34838e3. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33239
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:33239/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:33239/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.175.55/tcp/33240/p2p/16Uiu2HAmK2qEJ8rTjdfBXhz2GG679UvaY97bhHSVGFJBoEE3BHtT","/ip4/172.18.175.55/tcp/33241/ws/p2p/16Uiu2HAmK2qEJ8rTjdfBXhz2GG679UvaY97bhHSVGFJBoEE3BHtT"],"enrUri":"enr:-L24QOwxU4Mq4-VMne_TtQSYogNic-X69yUXyjU_BjCDJ8SKOVpPnuJrEEN4C3qA-0nMqG3Qj6lurhbessYrePAy6C4CgmlkgnY0gmlwhKwSrzeKbXVsdGlhZGRyc5YACASsEq83BoHYAAoErBKvNwaB2d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXr6WMQRIRFik10LEsK_6X05IGFRXGl0ptcqQRvSRXviDdGNwgoHYg3VkcIKB2oV3YWt1MgE"}'
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:33239/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.166.132/tcp/2553/p2p/16Uiu2HAm7GikwfdNnhzeSYCxHdawkm7v2qk2D7vZVQ2KaEzd2gnV"]'
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_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__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.208.50
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44968', '44969', '44970', '44971', '44972']
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 44968:44968 -p 44969:44969 -p 44970:44970 -p 44971:44971 -p 44972:44972 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=44970 --rest-port=44968 --tcp-port=44969 --discv5-udp-port=44971 --rest-address=0.0.0.0 --nat=extip:172.18.208.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=babd8fa71e4624e4c4aa26cbeeb6feddb20e629d7ce2bd1eccc4cdf73d9509cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44972 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCw3fSjruU-y3HklWgHGzFo0HO3dIMIvzK4zW_EnauTfDpKJUv9B6TCDR77J3eMw9Gus1Q46JNOHPeTeeI7GCvECgmlkgnY0gmlwhKwSpoSKbXVsdGlhZGRyc5YACASsEqaEBgn5AAoErBKmhAYJ-t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsAEoTX5KpaKYKaOrsbQaWkm4qeFl4VhYEN7QfvyEv5KDdGNwggn5g3VkcIIJ-4V3YWt1Mgk --lightpushnode=/ip4/172.18.166.132/tcp/2553/p2p/16Uiu2HAm7GikwfdNnhzeSYCxHdawkm7v2qk2D7vZVQ2KaEzd2gnV --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.208.50 waku a1c2d764b628c72437b6ea1d0a46feb0004942f8967bd213a1f269124a637119
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a1c2d764b628. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44968
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:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a1c2d764b628. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44968/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=44968): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3cf6b96cc0>: 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.178
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28136', '28137', '28138', '28139', '28140']
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 28136:28136 -p 28137:28137 -p 28138:28138 -p 28139:28139 -p 28140:28140 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=28138 --rest-port=28136 --tcp-port=28137 --discv5-udp-port=28139 --rest-address=0.0.0.0 --nat=extip:172.18.108.178 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7ebf61ad0144c3fcdc4e0a3a9fd45dbcceb42bd2251ff19f5b0dfbbae4fd94f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28140 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCw3fSjruU-y3HklWgHGzFo0HO3dIMIvzK4zW_EnauTfDpKJUv9B6TCDR77J3eMw9Gus1Q46JNOHPeTeeI7GCvECgmlkgnY0gmlwhKwSpoSKbXVsdGlhZGRyc5YACASsEqaEBgn5AAoErBKmhAYJ-t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsAEoTX5KpaKYKaOrsbQaWkm4qeFl4VhYEN7QfvyEv5KDdGNwggn5g3VkcIIJ-4V3YWt1Mgk --lightpushnode=/ip4/172.18.166.132/tcp/2553/p2p/16Uiu2HAm7GikwfdNnhzeSYCxHdawkm7v2qk2D7vZVQ2KaEzd2gnV --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.108.178 waku fee1917eaa4d81f06c624ea7adf73fb5b78e0c4ceb98070a05cd5c2f4804e040
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID fee1917eaa4d. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28136
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:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fee1917eaa4d. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28136/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=28136): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3cf69f87a0>: 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.55.141
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19366', '19367', '19368', '19369', '19370']
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 19366:19366 -p 19367:19367 -p 19368:19368 -p 19369:19369 -p 19370:19370 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=19368 --rest-port=19366 --tcp-port=19367 --discv5-udp-port=19369 --rest-address=0.0.0.0 --nat=extip:172.18.55.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0b7ea1beebdd5b84f2acabed5032b41f93debf1de6dc6ea9be945bb322ffc01d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19370 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCw3fSjruU-y3HklWgHGzFo0HO3dIMIvzK4zW_EnauTfDpKJUv9B6TCDR77J3eMw9Gus1Q46JNOHPeTeeI7GCvECgmlkgnY0gmlwhKwSpoSKbXVsdGlhZGRyc5YACASsEqaEBgn5AAoErBKmhAYJ-t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsAEoTX5KpaKYKaOrsbQaWkm4qeFl4VhYEN7QfvyEv5KDdGNwggn5g3VkcIIJ-4V3YWt1Mgk --lightpushnode=/ip4/172.18.166.132/tcp/2553/p2p/16Uiu2HAm7GikwfdNnhzeSYCxHdawkm7v2qk2D7vZVQ2KaEzd2gnV --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.55.141 waku 238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 238063e6dcf9. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-04__4212ec94-1456-4c62-827f-2ede4fabca88__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19366
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:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 238063e6dcf9. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19366/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=19366): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3cf6bd8980>: 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 bf68e04b1b93
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id aba7f34838e3
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bf68e04b1b93. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container aba7f34838e3. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781/stop: Not Found ("No such container: 238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781/stop: Not Found ("No such container: 238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 238063e6dcf9
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781/stop: Not Found ("No such container: 238063e6dcf9ae56d9a3777fe4b5c7b128c59cc6887cbb35ec2dc99e6d4bb781")
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 @@
2025-12-25 04:23:51.894 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:23:51.895 DEBUG [tests.conftest] Running test: test_store_with_non_hex_hash with id: 2025-12-25_04-23-51__4778d5d2-801c-4aaa-9d5b-b1f71e165eb9
2025-12-25 04:23:51.895 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:23:51.895 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:23:51.896 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:23:51.905 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:23:51.905 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-23-51__4778d5d2-801c-4aaa-9d5b-b1f71e165eb9__wakuorg_nwaku:latest.log
2025-12-25 04:23:51.905 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:23:51.905 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:23:51.906 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:23:51.906 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.35
2025-12-25 04:23:51.907 DEBUG [src.node.docker_mananger] Generated ports ['9582', '9583', '9584', '9585', '9586']
2025-12-25 04:23:51.907 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:23:51.907 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:23:51.907 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:23:51.907 DEBUG [src.node.docker_mananger] docker run -i -t -p 9582:9582 -p 9583:9583 -p 9584:9584 -p 9585:9585 -p 9586:9586 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=9584 --rest-port=9582 --tcp-port=9583 --discv5-udp-port=9585 --rest-address=0.0.0.0 --nat=extip:172.18.255.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf9dc7fd9faad4082cdcee77cd3b3d744f62d8bbfe12791eff7ad844c41fcfcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9586 --metrics-logging=true --store=true --relay=true
2025-12-25 04:23:52.085 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.35 waku c191fe06fe2add96002ebe7b6ea54e4cde64651bde2aa415487b9dda7b98bcad
2025-12-25 04:23:52.114 DEBUG [src.node.docker_mananger] Container started with ID c191fe06fe2a. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-23-51__4778d5d2-801c-4aaa-9d5b-b1f71e165eb9__wakuorg_nwaku:latest.log
2025-12-25 04:23:52.115 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9582
2025-12-25 04:23:52.116 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:23:52.174 ERROR [src.node.docker_mananger] Max retries reached for container aa014f499c41. Exiting log stream.
2025-12-25 04:23:52.714 ERROR [src.node.docker_mananger] Max retries reached for container 3c893ee8ec8a. Exiting log stream.
2025-12-25 04:23:53.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9582/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:53.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:23:53.120 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:23:53.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:53.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.35/tcp/9583/p2p/16Uiu2HAmJyzpe6Hdf9U33m4PN1P8EAAsxWSwuhbFCMdoufasZFkD","/ip4/172.18.255.35/tcp/9584/ws/p2p/16Uiu2HAmJyzpe6Hdf9U33m4PN1P8EAAsxWSwuhbFCMdoufasZFkD"],"enrUri":"enr:-L24QP9rGrqn62U09XbDWlvQREtPq2MlsNd-gQ00H7k1nbe7BAa2RINrvGKrxg7WUPouhKN0AT5jHcv8I1XfUeGeDTcCgmlkgnY0gmlwhKwS_yOKbXVsdGlhZGRyc5YACASsEv8jBiVvAAoErBL_IwYlcN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXgSwq_5KcAq05X_sM76A2QT1D-UV7R4wVvkKrCJTywKDdGNwgiVvg3VkcIIlcYV3YWt1MgM"}'
2025-12-25 04:23:53.122 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:23:53.129 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:23:53.129 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-23-51__4778d5d2-801c-4aaa-9d5b-b1f71e165eb9__wakuorg_nwaku:latest.log
2025-12-25 04:23:53.129 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:23:53.129 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:23:53.131 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:23:53.131 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.61
2025-12-25 04:23:53.131 DEBUG [src.node.docker_mananger] Generated ports ['30462', '30463', '30464', '30465', '30466']
2025-12-25 04:23:53.131 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:23:53.131 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:23:53.131 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:23:53.132 DEBUG [src.node.docker_mananger] docker run -i -t -p 30462:30462 -p 30463:30463 -p 30464:30464 -p 30465:30465 -p 30466:30466 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=30464 --rest-port=30462 --tcp-port=30463 --discv5-udp-port=30465 --rest-address=0.0.0.0 --nat=extip:172.18.11.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=496ad07b3e0d5befa05cfd62f06b71cc0db94daf51b458cc6cd59cbaeebeddad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30466 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QP9rGrqn62U09XbDWlvQREtPq2MlsNd-gQ00H7k1nbe7BAa2RINrvGKrxg7WUPouhKN0AT5jHcv8I1XfUeGeDTcCgmlkgnY0gmlwhKwS_yOKbXVsdGlhZGRyc5YACASsEv8jBiVvAAoErBL_IwYlcN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXgSwq_5KcAq05X_sM76A2QT1D-UV7R4wVvkKrCJTywKDdGNwgiVvg3VkcIIlcYV3YWt1MgM --storenode=/ip4/172.18.255.35/tcp/9583/p2p/16Uiu2HAmJyzpe6Hdf9U33m4PN1P8EAAsxWSwuhbFCMdoufasZFkD --store=true --relay=true
2025-12-25 04:23:53.302 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.61 waku bb2178a5563219201d61f88b577878faaff798c3e23845f7aa814a22a88d7aaf
2025-12-25 04:23:53.333 DEBUG [src.node.docker_mananger] Container started with ID bb2178a55632. Setting up logs at ./log/docker/store_node1_2025-12-25_04-23-51__4778d5d2-801c-4aaa-9d5b-b1f71e165eb9__wakuorg_nwaku:latest.log
2025-12-25 04:23:53.333 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30462
2025-12-25 04:23:53.333 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:23:54.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30462/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:54.338 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"}]}'
2025-12-25 04:23:54.338 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:23:54.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30462/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:54.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.61/tcp/30463/p2p/16Uiu2HAkzpxTfGMJWHBckshk1PVAVFaCSRasSjeZJV2Sd3LYK6GC","/ip4/172.18.11.61/tcp/30464/ws/p2p/16Uiu2HAkzpxTfGMJWHBckshk1PVAVFaCSRasSjeZJV2Sd3LYK6GC"],"enrUri":"enr:-L24QON7QnWysDNmwCIFRs0AnFeilLq6rj81-ICA2G1RvMMZZltt4_39veseusQI12C7NrIIV1LcN4WpLhgcvMGHr0oCgmlkgnY0gmlwhKwSCz2KbXVsdGlhZGRyc5YACASsEgs9Bnb_AAoErBILPQZ3AN0DgnJzhQADAQAAiXNlY3AyNTZrMaECUEFtgd8nEKtmqzJf0Ac6Hn4lY4kVFE_O7FhqvGis_UWDdGNwgnb_g3VkcIJ3AYV3YWt1MgM"}'
2025-12-25 04:23:54.341 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:23:54.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30462/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.255.35/tcp/9583/p2p/16Uiu2HAmJyzpe6Hdf9U33m4PN1P8EAAsxWSwuhbFCMdoufasZFkD"]'
2025-12-25 04:23:54.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9582/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:23:54.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30462/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:23:54.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.349 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:54.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9582/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)'}'
2025-12-25 04:23:54.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.355 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:54.555 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:54.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9582/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)'}'
2025-12-25 04:23:54.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.560 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:54.761 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:54.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9582/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)'}'
2025-12-25 04:23:54.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.767 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:54.968 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:54.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9582/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)'}'
2025-12-25 04:23:54.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:54.973 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:55.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9582/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=test&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:55.176 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:9582/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=test&pageSize=50&ascending=true. Response content: b'Exception converting hex string to bytes: t is not a hexadecimal character'
2025-12-25 04:23:55.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30462/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=test&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:55.179 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30462/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=test&pageSize=50&ascending=true. Response content: b'Exception converting hex string to bytes: t is not a hexadecimal character'
2025-12-25 04:23:55.181 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:23:55.182 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:23:55.182 DEBUG [src.node.waku_node] Stopping container with id c191fe06fe2a
2025-12-25 04:23:55.683 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:23:55.684 DEBUG [src.node.waku_node] Stopping container with id bb2178a55632
2025-12-25 04:23:56.229 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:23:56.230 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:23:56.237 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:23:56.243 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,272 @@
2025-12-25 04:33:50.778 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:33:50.778 DEBUG [tests.conftest] Running test: test_different_cursor_and_indexes[19-50] with id: 2025-12-25_04-33-50__ea0eb775-7580-42ee-8f20-a1eaa6ac7d7b
2025-12-25 04:33:50.778 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:33:50.778 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:33:50.779 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:33:50.785 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:33:50.785 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-33-50__ea0eb775-7580-42ee-8f20-a1eaa6ac7d7b__wakuorg_nwaku:latest.log
2025-12-25 04:33:50.785 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:33:50.785 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:33:50.787 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:33:50.787 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.229
2025-12-25 04:33:50.787 DEBUG [src.node.docker_mananger] Generated ports ['45666', '45667', '45668', '45669', '45670']
2025-12-25 04:33:50.787 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:33:50.787 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:33:50.788 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:33:50.788 DEBUG [src.node.docker_mananger] docker run -i -t -p 45666:45666 -p 45667:45667 -p 45668:45668 -p 45669:45669 -p 45670:45670 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=45668 --rest-port=45666 --tcp-port=45667 --discv5-udp-port=45669 --rest-address=0.0.0.0 --nat=extip:172.18.15.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa03cd366e76cff3277e04d1ae8e8309039cdedd8cb5bffe4d5146cb4fb01b46 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45670 --metrics-logging=true --store=true --relay=true
2025-12-25 04:33:50.965 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.229 waku cfe697fc573559ab16c90829f41d127780cc863761846d745b337b426a548e36
2025-12-25 04:33:50.999 DEBUG [src.node.docker_mananger] Container started with ID cfe697fc5735. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-33-50__ea0eb775-7580-42ee-8f20-a1eaa6ac7d7b__wakuorg_nwaku:latest.log
2025-12-25 04:33:50.999 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45666
2025-12-25 04:33:50.999 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:33:51.040 ERROR [src.node.docker_mananger] Max retries reached for container 575573a5b2a8. Exiting log stream.
2025-12-25 04:33:51.586 ERROR [src.node.docker_mananger] Max retries reached for container fe6b4d861c3b. Exiting log stream.
2025-12-25 04:33:52.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45666/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:52.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:33:52.003 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:33:52.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45666/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:52.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.229/tcp/45667/p2p/16Uiu2HAmDejtk6ed4PQjHGNgNLV1p2QYg7DYXL8HjXi3NfsgtiLv","/ip4/172.18.15.229/tcp/45668/ws/p2p/16Uiu2HAmDejtk6ed4PQjHGNgNLV1p2QYg7DYXL8HjXi3NfsgtiLv"],"enrUri":"enr:-L24QFhvuUaUeOELBCs68rzgf-WJHiZc7BubkTl94glnHr07OQRMg9xHQURkQnUIECaROVFH0Sfls2bxSfd6C6cL4wACgmlkgnY0gmlwhKwSD-WKbXVsdGlhZGRyc5YACASsEg_lBrJjAAoErBIP5QayZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDstW7bNMCUJMc1jJoxyW8XkRTDz-tIGm69FIO24UKe-DdGNwgrJjg3VkcIKyZYV3YWt1MgM"}'
2025-12-25 04:33:52.006 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:33:52.012 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:33:52.012 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-33-50__ea0eb775-7580-42ee-8f20-a1eaa6ac7d7b__wakuorg_nwaku:latest.log
2025-12-25 04:33:52.013 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:33:52.013 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:33:52.014 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:33:52.014 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.190
2025-12-25 04:33:52.014 DEBUG [src.node.docker_mananger] Generated ports ['13066', '13067', '13068', '13069', '13070']
2025-12-25 04:33:52.015 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:33:52.015 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:33:52.015 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:33:52.015 DEBUG [src.node.docker_mananger] docker run -i -t -p 13066:13066 -p 13067:13067 -p 13068:13068 -p 13069:13069 -p 13070:13070 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=13068 --rest-port=13066 --tcp-port=13067 --discv5-udp-port=13069 --rest-address=0.0.0.0 --nat=extip:172.18.232.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a112dd66dd22eceb51164116fee6e43b4dfabe204de1d38fcf0ab6cebc8ffb12 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13070 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFhvuUaUeOELBCs68rzgf-WJHiZc7BubkTl94glnHr07OQRMg9xHQURkQnUIECaROVFH0Sfls2bxSfd6C6cL4wACgmlkgnY0gmlwhKwSD-WKbXVsdGlhZGRyc5YACASsEg_lBrJjAAoErBIP5QayZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDDstW7bNMCUJMc1jJoxyW8XkRTDz-tIGm69FIO24UKe-DdGNwgrJjg3VkcIKyZYV3YWt1MgM --storenode=/ip4/172.18.15.229/tcp/45667/p2p/16Uiu2HAmDejtk6ed4PQjHGNgNLV1p2QYg7DYXL8HjXi3NfsgtiLv --store=true --relay=true
2025-12-25 04:33:52.211 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.190 waku d22bbe9f08f0385e549c15a5464e6fc559970ecd2445220c46865fe3982c2113
2025-12-25 04:33:52.246 DEBUG [src.node.docker_mananger] Container started with ID d22bbe9f08f0. Setting up logs at ./log/docker/store_node1_2025-12-25_04-33-50__ea0eb775-7580-42ee-8f20-a1eaa6ac7d7b__wakuorg_nwaku:latest.log
2025-12-25 04:33:52.247 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13066
2025-12-25 04:33:52.247 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:33:53.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13066/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:53.251 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"}]}'
2025-12-25 04:33:53.252 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:33:53.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13066/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:53.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.190/tcp/13067/p2p/16Uiu2HAmU9LURsuGZebJmMyMnmjaA85hfLmEcZkBCdgPEtmibWET","/ip4/172.18.232.190/tcp/13068/ws/p2p/16Uiu2HAmU9LURsuGZebJmMyMnmjaA85hfLmEcZkBCdgPEtmibWET"],"enrUri":"enr:-L24QGeAoSQYnn_fkQX1mTSI6B5stZli2zXW0ZdrW8juzmEfCpCKR2XJq4ofYilRHVMUTiYlxagmboH1IWC_zeqGr1wCgmlkgnY0gmlwhKwS6L6KbXVsdGlhZGRyc5YACASsEui-BjMLAAoErBLovgYzDN0DgnJzhQADAQAAiXNlY3AyNTZrMaED5iJR3zj1NmFWQLaMIvQr1CYodoWWIot7Bm6S0MtFI8CDdGNwgjMLg3VkcIIzDYV3YWt1MgM"}'
2025-12-25 04:33:53.254 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:33:53.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13066/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.229/tcp/45667/p2p/16Uiu2HAmDejtk6ed4PQjHGNgNLV1p2QYg7DYXL8HjXi3NfsgtiLv"]'
2025-12-25 04:33:53.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:33:53.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13066/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:33:53.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.264 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:53.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:53.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.269 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:53.471 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:53.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:53.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.477 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:53.677 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:53.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:53.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.683 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:53.884 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:53.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:53.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:53.890 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:54.091 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:54.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:54.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:54.097 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:54.297 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:54.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:54.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:54.305 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:54.506 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:54.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:54.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:54.512 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:54.712 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:54.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:54.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:54.718 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:54.918 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:54.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:54.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:54.924 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:55.125 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:55.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:55.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:55.131 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:55.332 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:55.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:55.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:55.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:55.540 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:55.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:55.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:55.546 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:55.747 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:55.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:55.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:55.753 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:55.954 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:55.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:55.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:55.961 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:56.162 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:56.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:56.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:56.167 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:56.369 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:56.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:56.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:56.375 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:56.575 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:56.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:56.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:56.581 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:56.782 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:56.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:56.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:56.789 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:56.989 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:56.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:56.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:56.995 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:57.196 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:57.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:57.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:57.202 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:57.403 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:57.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:57.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:57.408 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:57.609 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:57.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:57.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:57.614 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:57.815 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:57.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:57.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:57.820 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:58.021 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:58.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:58.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:58.027 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:58.227 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:58.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:58.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:58.233 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:58.434 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:58.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:58.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:58.439 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:58.640 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:58.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:58.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:58.647 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:58.848 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:58.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:58.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:58.854 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:59.054 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:59.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:59.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:59.060 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:59.260 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:59.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:59.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:59.268 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:59.469 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:59.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:59.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:59.475 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:59.676 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:59.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:59.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:59.682 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:33:59.882 DEBUG [src.steps.store] Relaying message
2025-12-25 04:33:59.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:33:59.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:33:59.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:00.089 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:00.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:00.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:00.095 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:00.295 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:00.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:00.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:00.301 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:00.502 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:00.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:00.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:00.507 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:00.708 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:00.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:00.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:00.713 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:00.914 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:00.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:00.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:00.920 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:01.121 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:01.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:01.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:01.126 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:01.327 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:01.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:01.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:01.333 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:01.533 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:01.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:01.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:01.539 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:01.739 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:01.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:01.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:01.745 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:01.946 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:01.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:01.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:01.951 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:02.152 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:02.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:02.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:02.157 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:02.358 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:02.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:02.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:02.364 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:02.565 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:02.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:02.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:02.570 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:02.772 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:02.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:02.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:02.778 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:02.978 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:02.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:02.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:02.984 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:03.185 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:03.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:03.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:03.191 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:03.392 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:03.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45666/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)'}'
2025-12-25 04:34:03.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:03.398 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:03.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45666/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:03.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x38537fa1e9c62aa84ec037c7754ef566c95a580692b529af6a44a4b406a02f01"},{"messageHash":"0x6a257b21dedfda54eff19e4657c1568affc53579967fd0698582b6516c363e7c"},{"messageHash":"0x82c071c6569162ace8caac8d7def8d75fcbf7f9256bce7c20525e8734d064a14"},{"messageHash":"0xb729fa0bc274cd49a4846a7aa8374c2325e41e0a58be733b61c75df2dc98c5be"},{"messageHash":"0x689373982e8ce3bfd4052b15a414ef03e2d800698f07c81ce5a7d3b8dba5d345"},{"messageHash":"0xe6e6d5a6a79ec1537bb7bed34c82f422ad4e0a8c558933b7324a49d99d994ab7"},{"messageHash":"0xe1c2d21496a5b36db6f8b87abb4f263e8450d0afac61c540a1ef949a271cc9c2"},{"messageHash":"0x753c426c63f2d81fc41caac42c8d15e4703b31508df1210de0bf748881218746"},{"messageHash":"0x90921664c69442ef21f4c9eaa697bd44d934cc0accbeeba3d197710d3a783dab"},{"messageHash":"0x75944f444935c83f67679238671e0af0440c1135c41e992f8c32496c579ea849"},{"messageHash":"0xe2bc5243477c0542b578a7f3749d2d13db5491bb654518990ce37b66e6a241d6"},{"messageHash":"0x88b15b14b885605464837bed9619f578e1b6e1f5ae810beefa1e8038126ad1e3"},{"messageHash":"0x3735d875fd046fcc7ef54e0b15e718e2e28d032558812f5f694f4775372ced5f"},{"messageHash":"0x2729a8bba84a8f74ae1eb75193b1e9d55d1e0dd55904bec91a0704b89e2482d3"},{"messageHash":"0x3a1f95df21aabe597d6f88e469ed7c3653fa6bfc0d58287ffbabc1d00d16afd9"},{"messageHash":"0xefd362d80f5a095e58a00ccd9bbc48a2bcd9b7c3944e935bf3a084d5fea52d41"},{"messageHash":"0xa89bc7d6e154cbfd98092d4c2f8b1b383d7f8d3897b11a0036e6c09f6721cab7"},{"messageHash":"0xeaed6707069d0267da6fdcbff5cc829682ed232785097801fe6ec7e9f0073453"},{"messageHash":"0xb5502f62f61d30d2c5973cd3feb497777dd26c5067e0989609a40e3b7d575c47"}],"paginationCursor":"0xb5502f62f61d30d2c5973cd3feb497777dd26c5067e0989609a40e3b7d575c47"}'
2025-12-25 04:34:03.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13066/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:03.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x38537fa1e9c62aa84ec037c7754ef566c95a580692b529af6a44a4b406a02f01"},{"messageHash":"0x6a257b21dedfda54eff19e4657c1568affc53579967fd0698582b6516c363e7c"},{"messageHash":"0x82c071c6569162ace8caac8d7def8d75fcbf7f9256bce7c20525e8734d064a14"},{"messageHash":"0xb729fa0bc274cd49a4846a7aa8374c2325e41e0a58be733b61c75df2dc98c5be"},{"messageHash":"0x689373982e8ce3bfd4052b15a414ef03e2d800698f07c81ce5a7d3b8dba5d345"},{"messageHash":"0xe6e6d5a6a79ec1537bb7bed34c82f422ad4e0a8c558933b7324a49d99d994ab7"},{"messageHash":"0xe1c2d21496a5b36db6f8b87abb4f263e8450d0afac61c540a1ef949a271cc9c2"},{"messageHash":"0x753c426c63f2d81fc41caac42c8d15e4703b31508df1210de0bf748881218746"},{"messageHash":"0x90921664c69442ef21f4c9eaa697bd44d934cc0accbeeba3d197710d3a783dab"},{"messageHash":"0x75944f444935c83f67679238671e0af0440c1135c41e992f8c32496c579ea849"},{"messageHash":"0xe2bc5243477c0542b578a7f3749d2d13db5491bb654518990ce37b66e6a241d6"},{"messageHash":"0x88b15b14b885605464837bed9619f578e1b6e1f5ae810beefa1e8038126ad1e3"},{"messageHash":"0x3735d875fd046fcc7ef54e0b15e718e2e28d032558812f5f694f4775372ced5f"},{"messageHash":"0x2729a8bba84a8f74ae1eb75193b1e9d55d1e0dd55904bec91a0704b89e2482d3"},{"messageHash":"0x3a1f95df21aabe597d6f88e469ed7c3653fa6bfc0d58287ffbabc1d00d16afd9"},{"messageHash":"0xefd362d80f5a095e58a00ccd9bbc48a2bcd9b7c3944e935bf3a084d5fea52d41"},{"messageHash":"0xa89bc7d6e154cbfd98092d4c2f8b1b383d7f8d3897b11a0036e6c09f6721cab7"},{"messageHash":"0xeaed6707069d0267da6fdcbff5cc829682ed232785097801fe6ec7e9f0073453"},{"messageHash":"0xb5502f62f61d30d2c5973cd3feb497777dd26c5067e0989609a40e3b7d575c47"}],"paginationCursor":"0xb5502f62f61d30d2c5973cd3feb497777dd26c5067e0989609a40e3b7d575c47"}'
2025-12-25 04:34:03.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45666/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb5502f62f61d30d2c5973cd3feb497777dd26c5067e0989609a40e3b7d575c47&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:03.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaed65e975ed898834d282a2016df4b0a263964841c238e50c7b9ad0d91e7f263"},{"messageHash":"0xb50ed906b0936d054d10aaa14240869077f7fdf9b37f7b9e35b5caf926dbaa3a"},{"messageHash":"0x3e85975e4a1e584891ff38978886815b3f55dcc3c3757694eb5f8c70f64214f5"},{"messageHash":"0x4e2e3a21dd13f2d9b67935edc89d8b9eeb8fe5cd2b5b367ff79c0cf981939858"},{"messageHash":"0x8a847df138fc28fdc00a3b0f1a3c59196422c3df67be1a4a4e297f088509471f"},{"messageHash":"0x92b2f776c4a63ceda7f079ef8b7ebed63dc8c375c887ffd4ae55111235b1c4e7"},{"messageHash":"0x7ff2adabefef8f9910d44ce883784f1169693ef00e36c61bc8b57c7fae713d34"},{"messageHash":"0x2141176962d5a1a70bf1196126b2a156e653e9ded9f5db3ac7a5fa655df43db9"},{"messageHash":"0xa93c2b4b5ccff54ab9f02f6e07aa73d4fe3c952d70c694e0aaa41bf20f03f710"},{"messageHash":"0xfdb9605b4d49e543a900b7f353b28e1acd51b47e5cc75e800618c8bee8ac9e80"},{"messageHash":"0xed5c60890c8c3b998341a7c854351fef7f23897c92c145dc6e5b2f2c1487772e"},{"messageHash":"0xa093249b32890cd429638ecc820d973a98e5189e0d03a8690f2aa158fbf35e89"},{"messageHash":"0x0fad858a25b6988dfd76013cb876f617c3d41fd26f7c4221d99dcfcd3dc2d983"},{"messageHash":"0x328a8383d22ef08292bf108ce6c4b4a058eb2194ba851b492c874334569bf37e"},{"messageHash":"0xe86dd54160481df88339a58f2e72db90bf27430e14f6922ab5d0d2c6a7e69e03"},{"messageHash":"0x886d37604f39161e5eb4c18319f989b105e90ab5ef924a264f999856838425bd"},{"messageHash":"0x4d9d9ac1eaf52419f91d350cbe34c69926feab6fe1bbdb15992189f17208f7c4"},{"messageHash":"0x5cb113f532d292b6b0fbfd085d1cea08289a54253b758b41a57a3f720c51f962"},{"messageHash":"0x3b944142a5738471ce4b961e0fa637c7e2a1ecca33d8f9772d8f294131babd99"},{"messageHash":"0x761dbd825276c04874a503bbe090888da4be4a0817eea36644279f5107941e96"},{"messageHash":"0x29236f9ba31eadf4638a0bcb147340cef27628e540fb979d2beaae5c49f9caa0"},{"messageHash":"0x6d19229bcc9b156634b439d219c531bb438f1630cabc602c22ff0cba36352780"},{"messageHash":"0xb58d9176b62be98822ac00e70fdfef8ddeefbc4179839a011fa74c3e152c71bc"},{"messageHash":"0x3b0c27b31424011b6cab7fa11ed2f1f1b2b1b193fcc5bb9f38979cf4ac47da45"},{"messageHash":"0xeda95e2afd5c6d83634d0f3394914251330928d976ad22deba86ef2885e0fb02"},{"messageHash":"0x003cd3c863abff7288bbaa0550b3ced5a025b6d188cf0b5a58b9f93542aa25fb"},{"messageHash":"0xfe54e845f66f1bce55d83c36cdaeeab8eb47614bbba0457bc67d90d4694c113a"},{"messageHash":"0x103bb7bc039808b2a1b042956cd4ec63b36019ed074be522f5badb3165385ca6"},{"messageHash":"0xc59c5edc3d96478400ca3862894a8a3ea09e9c5294e232d09b409e4ad46774e8"},{"messageHash":"0x8289557fb9438686690ee02a93913635a08a1126215fa9d0be93b6da32f4c894"},{"messageHash":"0x60618e7c4f3b324c51e4f3a02f439ef1059d3e3f61c5159dff8ea5f1fca3bc94"}]}'
2025-12-25 04:34:03.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13066/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb5502f62f61d30d2c5973cd3feb497777dd26c5067e0989609a40e3b7d575c47&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:03.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaed65e975ed898834d282a2016df4b0a263964841c238e50c7b9ad0d91e7f263"},{"messageHash":"0xb50ed906b0936d054d10aaa14240869077f7fdf9b37f7b9e35b5caf926dbaa3a"},{"messageHash":"0x3e85975e4a1e584891ff38978886815b3f55dcc3c3757694eb5f8c70f64214f5"},{"messageHash":"0x4e2e3a21dd13f2d9b67935edc89d8b9eeb8fe5cd2b5b367ff79c0cf981939858"},{"messageHash":"0x8a847df138fc28fdc00a3b0f1a3c59196422c3df67be1a4a4e297f088509471f"},{"messageHash":"0x92b2f776c4a63ceda7f079ef8b7ebed63dc8c375c887ffd4ae55111235b1c4e7"},{"messageHash":"0x7ff2adabefef8f9910d44ce883784f1169693ef00e36c61bc8b57c7fae713d34"},{"messageHash":"0x2141176962d5a1a70bf1196126b2a156e653e9ded9f5db3ac7a5fa655df43db9"},{"messageHash":"0xa93c2b4b5ccff54ab9f02f6e07aa73d4fe3c952d70c694e0aaa41bf20f03f710"},{"messageHash":"0xfdb9605b4d49e543a900b7f353b28e1acd51b47e5cc75e800618c8bee8ac9e80"},{"messageHash":"0xed5c60890c8c3b998341a7c854351fef7f23897c92c145dc6e5b2f2c1487772e"},{"messageHash":"0xa093249b32890cd429638ecc820d973a98e5189e0d03a8690f2aa158fbf35e89"},{"messageHash":"0x0fad858a25b6988dfd76013cb876f617c3d41fd26f7c4221d99dcfcd3dc2d983"},{"messageHash":"0x328a8383d22ef08292bf108ce6c4b4a058eb2194ba851b492c874334569bf37e"},{"messageHash":"0xe86dd54160481df88339a58f2e72db90bf27430e14f6922ab5d0d2c6a7e69e03"},{"messageHash":"0x886d37604f39161e5eb4c18319f989b105e90ab5ef924a264f999856838425bd"},{"messageHash":"0x4d9d9ac1eaf52419f91d350cbe34c69926feab6fe1bbdb15992189f17208f7c4"},{"messageHash":"0x5cb113f532d292b6b0fbfd085d1cea08289a54253b758b41a57a3f720c51f962"},{"messageHash":"0x3b944142a5738471ce4b961e0fa637c7e2a1ecca33d8f9772d8f294131babd99"},{"messageHash":"0x761dbd825276c04874a503bbe090888da4be4a0817eea36644279f5107941e96"},{"messageHash":"0x29236f9ba31eadf4638a0bcb147340cef27628e540fb979d2beaae5c49f9caa0"},{"messageHash":"0x6d19229bcc9b156634b439d219c531bb438f1630cabc602c22ff0cba36352780"},{"messageHash":"0xb58d9176b62be98822ac00e70fdfef8ddeefbc4179839a011fa74c3e152c71bc"},{"messageHash":"0x3b0c27b31424011b6cab7fa11ed2f1f1b2b1b193fcc5bb9f38979cf4ac47da45"},{"messageHash":"0xeda95e2afd5c6d83634d0f3394914251330928d976ad22deba86ef2885e0fb02"},{"messageHash":"0x003cd3c863abff7288bbaa0550b3ced5a025b6d188cf0b5a58b9f93542aa25fb"},{"messageHash":"0xfe54e845f66f1bce55d83c36cdaeeab8eb47614bbba0457bc67d90d4694c113a"},{"messageHash":"0x103bb7bc039808b2a1b042956cd4ec63b36019ed074be522f5badb3165385ca6"},{"messageHash":"0xc59c5edc3d96478400ca3862894a8a3ea09e9c5294e232d09b409e4ad46774e8"},{"messageHash":"0x8289557fb9438686690ee02a93913635a08a1126215fa9d0be93b6da32f4c894"},{"messageHash":"0x60618e7c4f3b324c51e4f3a02f439ef1059d3e3f61c5159dff8ea5f1fca3bc94"}]}'
2025-12-25 04:34:03.616 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:34:03.617 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:34:03.617 DEBUG [src.node.waku_node] Stopping container with id cfe697fc5735
2025-12-25 04:34:04.190 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:34:04.191 DEBUG [src.node.waku_node] Stopping container with id d22bbe9f08f0
2025-12-25 04:34:04.748 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:34:04.755 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:34:04.775 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:34:04.795 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,862 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_invalid_meta with id: 2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed
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_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__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.213
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10762', '10763', '10764', '10765', '10766']
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 10762:10762 -p 10763:10763 -p 10764:10764 -p 10765:10765 -p 10766:10766 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=10764 --rest-port=10762 --tcp-port=10763 --discv5-udp-port=10765 --rest-address=0.0.0.0 --nat=extip:172.18.129.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f0ba1f9c3d5ff05e0cdc20bcd7fa3edc0820ec22afdc7ecb39a5213dd324ce39 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10766 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.129.213 waku 87a8eafd1c5826cf04f01775b8f2efd7198dd2250983b1d586cce06e39edb50e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 87a8eafd1c58. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10762
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:10762/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:10762/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.213/tcp/10763/p2p/16Uiu2HAmJCasTkE5cWXYH9ZqJaSdx5c3PQGL4k2EUCuVSias8VQD","/ip4/172.18.129.213/tcp/10764/ws/p2p/16Uiu2HAmJCasTkE5cWXYH9ZqJaSdx5c3PQGL4k2EUCuVSias8VQD"],"enrUri":"enr:-L24QC-Uey7Lmz0Tw-1wOVA41zO-PqDX1i2HdYoJzvMymFccFj7seyqMVZ_gkNzDdaVbgckq_26FL8_p7PJcOdvE6pICgmlkgnY0gmlwhKwSgdWKbXVsdGlhZGRyc5YACASsEoHVBioLAAoErBKB1QYqDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUmJ4ykryNZ_zDC4FKmf2NyuD9HRyBkw_4u7xBSGhIcqDdGNwgioLg3VkcIIqDYV3YWt1Mgk"}'
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_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__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.148
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5971', '5972', '5973', '5974', '5975']
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 5971:5971 -p 5972:5972 -p 5973:5973 -p 5974:5974 -p 5975:5975 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=5973 --rest-port=5971 --tcp-port=5972 --discv5-udp-port=5974 --rest-address=0.0.0.0 --nat=extip:172.18.143.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fdbdff22fcfcfedb05719bb7e29c4d4a6c01adfc3e4945ffee9cb5f0d4e926f8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5975 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.143.148 waku 9937e7daf0a84a9f40839d5c46a6a6283f2c2935e7dbd140eb004cda1f7f9023
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9937e7daf0a8. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5971
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:5971/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:5971/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.148/tcp/5972/p2p/16Uiu2HAmFdyK3aUhdzGsKfb2C65ARrjjQhmFncBxAZr8SmQzaJVd","/ip4/172.18.143.148/tcp/5973/ws/p2p/16Uiu2HAmFdyK3aUhdzGsKfb2C65ARrjjQhmFncBxAZr8SmQzaJVd"],"enrUri":"enr:-L24QJkR2KVrSGtsy7HRmhm96TgNvAGJw2x_GjPGvb7KRXy8URIpwTB4FsYs42k2vePGFBXKVW6ozte2-CMpEz4ddAYCgmlkgnY0gmlwhKwSj5SKbXVsdGlhZGRyc5YACASsEo-UBhdUAAoErBKPlAYXVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLFBONb_1Ckkjpse552F4QuwRc_CNQ0ydIpWRA3YLUXiDdGNwghdUg3VkcIIXVoV3YWt1MgE"}'
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:5971/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.213/tcp/10763/p2p/16Uiu2HAmJCasTkE5cWXYH9ZqJaSdx5c3PQGL4k2EUCuVSias8VQD"]'
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_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__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.153
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34347', '34348', '34349', '34350', '34351']
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 34347:34347 -p 34348:34348 -p 34349:34349 -p 34350:34350 -p 34351:34351 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=34349 --rest-port=34347 --tcp-port=34348 --discv5-udp-port=34350 --rest-address=0.0.0.0 --nat=extip:172.18.20.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8d4c4c7dd3f2d21c0e9c00b2fb03ec9caffb09a0e8ef79f4cf0ff31d8f2b1aae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34351 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QC-Uey7Lmz0Tw-1wOVA41zO-PqDX1i2HdYoJzvMymFccFj7seyqMVZ_gkNzDdaVbgckq_26FL8_p7PJcOdvE6pICgmlkgnY0gmlwhKwSgdWKbXVsdGlhZGRyc5YACASsEoHVBioLAAoErBKB1QYqDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUmJ4ykryNZ_zDC4FKmf2NyuD9HRyBkw_4u7xBSGhIcqDdGNwgioLg3VkcIIqDYV3YWt1Mgk --lightpushnode=/ip4/172.18.129.213/tcp/10763/p2p/16Uiu2HAmJCasTkE5cWXYH9ZqJaSdx5c3PQGL4k2EUCuVSias8VQD --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.20.153 waku 6bef0381790d2ae84b2fe64ebad2c2aa77c6d391b84d179f6b267af936af1b69
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6bef0381790d. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34347
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:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6bef0381790d. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34347/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=34347): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe1a1997800>: 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.64.177
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35782', '35783', '35784', '35785', '35786']
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 35782:35782 -p 35783:35783 -p 35784:35784 -p 35785:35785 -p 35786:35786 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=35784 --rest-port=35782 --tcp-port=35783 --discv5-udp-port=35785 --rest-address=0.0.0.0 --nat=extip:172.18.64.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8c0afbfe65ee21ffb48ecbfbf2a8e92dec3eb5aeec642da4944643e7e2d5fde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35786 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QC-Uey7Lmz0Tw-1wOVA41zO-PqDX1i2HdYoJzvMymFccFj7seyqMVZ_gkNzDdaVbgckq_26FL8_p7PJcOdvE6pICgmlkgnY0gmlwhKwSgdWKbXVsdGlhZGRyc5YACASsEoHVBioLAAoErBKB1QYqDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUmJ4ykryNZ_zDC4FKmf2NyuD9HRyBkw_4u7xBSGhIcqDdGNwgioLg3VkcIIqDYV3YWt1Mgk --lightpushnode=/ip4/172.18.129.213/tcp/10763/p2p/16Uiu2HAmJCasTkE5cWXYH9ZqJaSdx5c3PQGL4k2EUCuVSias8VQD --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.64.177 waku 2dd07274c898bfe3479fddc8f5022de7f97cfd0084fb068bd2d8c9de4e67a12a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2dd07274c898. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35782
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:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2dd07274c898. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35782/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=35782): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe1a19b06e0>: 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.158.40
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55966', '55967', '55968', '55969', '55970']
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 55966:55966 -p 55967:55967 -p 55968:55968 -p 55969:55969 -p 55970:55970 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=55968 --rest-port=55966 --tcp-port=55967 --discv5-udp-port=55969 --rest-address=0.0.0.0 --nat=extip:172.18.158.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d45b0be4e689b7cd5f711eedcacb9dcbae5b10fdcbf6476d8c1f1582c86e3728 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55970 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QC-Uey7Lmz0Tw-1wOVA41zO-PqDX1i2HdYoJzvMymFccFj7seyqMVZ_gkNzDdaVbgckq_26FL8_p7PJcOdvE6pICgmlkgnY0gmlwhKwSgdWKbXVsdGlhZGRyc5YACASsEoHVBioLAAoErBKB1QYqDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUmJ4ykryNZ_zDC4FKmf2NyuD9HRyBkw_4u7xBSGhIcqDdGNwgioLg3VkcIIqDYV3YWt1Mgk --lightpushnode=/ip4/172.18.129.213/tcp/10763/p2p/16Uiu2HAmJCasTkE5cWXYH9ZqJaSdx5c3PQGL4k2EUCuVSias8VQD --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.158.40 waku ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ddc004136b9f. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-20-46__d9393b4a-93a2-4ec5-8aa0-252f543d32ed__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55966
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:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ddc004136b9f. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55966/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=55966): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe1a1974b90>: 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 87a8eafd1c58
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 9937e7daf0a8
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 87a8eafd1c58. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9937e7daf0a8. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350/stop: Not Found ("No such container: ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350/stop: Not Found ("No such container: ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ddc004136b9f
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350/stop: Not Found ("No such container: ddc004136b9f277f5d9ab1831c264460333106e661bf17ac0f74b59ca940b350")
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.

File diff suppressed because it is too large Load Diff

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/999/999] with id: 2025-12-25_04-25-55__f9b57b4f-2f07-47c7-9192-54efe168a13c
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_2025-12-25_04-25-55__f9b57b4f-2f07-47c7-9192-54efe168a13c__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.92.117
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21232', '21233', '21234', '21235', '21236']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 999
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 21232:21232 -p 21233:21233 -p 21234:21234 -p 21235:21235 -p 21236:21236 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=21234 --rest-port=21232 --tcp-port=21233 --discv5-udp-port=21235 --rest-address=0.0.0.0 --nat=extip:172.18.92.117 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=4dda732e70f9e4a6b1d36d7f13bf171faff61d48ad261f334ec7bad5d3fb6fb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21236 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.92.117 waku 3e0b82bf07730cc586c38e3be4139b84005583d10b0381a399533db536de5f69
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3e0b82bf0773. Setting up logs at ./log/docker/node1_2025-12-25_04-25-55__f9b57b4f-2f07-47c7-9192-54efe168a13c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21232
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 2788dae4f683. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f2ee38eb788a. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21232/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:21232/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.92.117/tcp/21233/p2p/16Uiu2HAmQoebbnxRNNYBJv6Qa6JiwqeRZQx7wLitkehzEuUgPJeq","/ip4/172.18.92.117/tcp/21234/ws/p2p/16Uiu2HAmQoebbnxRNNYBJv6Qa6JiwqeRZQx7wLitkehzEuUgPJeq"],"enrUri":"enr:-L24QI3H-9AQp7947XkR6L4pqL487fejXDGNoXSpqFntjnGHb_67mn_pdFmII8jen-SLdF6sxLdIMSvbgzgq93c782gCgmlkgnY0gmlwhKwSXHWKbXVsdGlhZGRyc5YACASsElx1BlLxAAoErBJcdQZS8t0DgnJzhQPnAQAAiXNlY3AyNTZrMaEDtIQio-bE5hsiMMLbY2728ZFVLdxlS6Ina6HuqDLbvzaDdGNwglLxg3VkcIJS84V3YWt1MgU"}'
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_2025-12-25_04-25-55__f9b57b4f-2f07-47c7-9192-54efe168a13c__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.9
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22383', '22384', '22385', '22386', '22387']
DEBUG  src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 999
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 22383:22383 -p 22384:22384 -p 22385:22385 -p 22386:22386 -p 22387:22387 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=22385 --rest-port=22383 --tcp-port=22384 --discv5-udp-port=22386 --rest-address=0.0.0.0 --nat=extip:172.18.163.9 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=fd69cc62ef8ff330fb7a3dbfd8ed2cc98674cba74e2ef7fc600acfb407af44ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22387 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI3H-9AQp7947XkR6L4pqL487fejXDGNoXSpqFntjnGHb_67mn_pdFmII8jen-SLdF6sxLdIMSvbgzgq93c782gCgmlkgnY0gmlwhKwSXHWKbXVsdGlhZGRyc5YACASsElx1BlLxAAoErBJcdQZS8t0DgnJzhQPnAQAAiXNlY3AyNTZrMaEDtIQio-bE5hsiMMLbY2728ZFVLdxlS6Ina6HuqDLbvzaDdGNwglLxg3VkcIJS84V3YWt1MgU
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.163.9 waku 49e38c9cb695f74a6f0fda64431818e20c78134f56606a8ae768423c69a8b81e
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 49e38c9cb695. Setting up logs at ./log/docker/node2_2025-12-25_04-25-55__f9b57b4f-2f07-47c7-9192-54efe168a13c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22383
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:22383/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:22383/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.9/tcp/22384/p2p/16Uiu2HAmH9zRoKJ9MUQb3ebXjYDn7fsvhbe1cQd2AcF9if4ggQ8Z","/ip4/172.18.163.9/tcp/22385/ws/p2p/16Uiu2HAmH9zRoKJ9MUQb3ebXjYDn7fsvhbe1cQd2AcF9if4ggQ8Z"],"enrUri":"enr:-L24QO1w2WoKXF5A-ZUSy2s5RA62KS_FWzE__zGJpNPQb4_JLGI4cXCBXbGIvCvg4ZgPInt3t-p9tFBJaNoGJS1VF14CgmlkgnY0gmlwhKwSowmKbXVsdGlhZGRyc5YACASsEqMJBldwAAoErBKjCQZXcd0DgnJzhQPnAQAAiXNlY3AyNTZrMaEDQtyt2Dde1EAhDEESFyvAtc6EPn2Z0LDe57IQP9ocnlqDdGNwgldwg3VkcIJXcoV3YWt1MgE"}'
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:22383/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.92.117/tcp/21233/p2p/16Uiu2HAmQoebbnxRNNYBJv6Qa6JiwqeRZQx7wLitkehzEuUgPJeq"]'
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:21232/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/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:22383/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/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:21232/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%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:21232/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%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":1766636758413014280,"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:22383/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%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":1766636758413014280,"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 3e0b82bf0773
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 49e38c9cb695
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_no_timestamp with id: 2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13
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_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__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.84.94
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36593', '36594', '36595', '36596', '36597']
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 36593:36593 -p 36594:36594 -p 36595:36595 -p 36596:36596 -p 36597:36597 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=36595 --rest-port=36593 --tcp-port=36594 --discv5-udp-port=36596 --rest-address=0.0.0.0 --nat=extip:172.18.84.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f3efb73bbacbcd42da8bbedef938caf43aeeffb66909bb94a365b3ce5089ae4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36597 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.84.94 waku 6d8b93f825f25aafd762ba41c1f06c489b8cd617d5f67a57cdc35df4211ead51
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6d8b93f825f2. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36593
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 942b39431701. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d352f1c2a220. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36593/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:36593/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.84.94/tcp/36594/p2p/16Uiu2HAmPPaoZT6L8exm5VPfiTDsu1GeW1vzNWAYxbXxDoRuUngu","/ip4/172.18.84.94/tcp/36595/ws/p2p/16Uiu2HAmPPaoZT6L8exm5VPfiTDsu1GeW1vzNWAYxbXxDoRuUngu"],"enrUri":"enr:-L24QLNNOarPHzsnMdauD8FbIIgwurFw90GkuiFCcbHOutxuKb78NvgeaNnSVmriwMO6hhLcAsZN-jNIqv50Zcx5i6YCgmlkgnY0gmlwhKwSVF6KbXVsdGlhZGRyc5YACASsElReBo7yAAoErBJUXgaO890DgnJzhQADAQAAiXNlY3AyNTZrMaEDn344JHNZXjXno8PSmRb9DwQA3pqG9bBLd1calod4WVaDdGNwgo7yg3VkcIKO9IV3YWt1Mgk"}'
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_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__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.192.237
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60152', '60153', '60154', '60155', '60156']
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 60152:60152 -p 60153:60153 -p 60154:60154 -p 60155:60155 -p 60156:60156 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=60154 --rest-port=60152 --tcp-port=60153 --discv5-udp-port=60155 --rest-address=0.0.0.0 --nat=extip:172.18.192.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab0de1fefba17beb8bfd292566e4e04975007526becaacf3095fc09236ba3ab4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60156 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.192.237 waku 7d5a51ac26e14e934568f1fcb1f92cb02d9b88fc900f6f653f27324c12bd35cc
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7d5a51ac26e1. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60152
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:60152/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:60152/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.192.237/tcp/60153/p2p/16Uiu2HAm9H6ki7GcAzBAkKhpmR3N53C1x8tke387SR7MQefRgAQ3","/ip4/172.18.192.237/tcp/60154/ws/p2p/16Uiu2HAm9H6ki7GcAzBAkKhpmR3N53C1x8tke387SR7MQefRgAQ3"],"enrUri":"enr:-L24QF0oOIm5sB6UOBt5lBmVSxiFxZZDPzc3ffhxwhkWz2NsBn8st0a9kkH5DfMT_evAeJxsujnEwRe1C9s62YjsydwCgmlkgnY0gmlwhKwSwO2KbXVsdGlhZGRyc5YACASsEsDtBur5AAoErBLA7Qbq-t0DgnJzhQADAQAAiXNlY3AyNTZrMaECzdFm9xBpZjdU7D0hG50EFa0KD94WKxHVuMxxb2SDF5SDdGNwgur5g3VkcILq-4V3YWt1MgE"}'
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:60152/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.84.94/tcp/36594/p2p/16Uiu2HAmPPaoZT6L8exm5VPfiTDsu1GeW1vzNWAYxbXxDoRuUngu"]'
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_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__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.54.79
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33282', '33283', '33284', '33285', '33286']
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 33282:33282 -p 33283:33283 -p 33284:33284 -p 33285:33285 -p 33286:33286 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=33284 --rest-port=33282 --tcp-port=33283 --discv5-udp-port=33285 --rest-address=0.0.0.0 --nat=extip:172.18.54.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2cf2e7e9e95b1bede2eb5aebd90aefa4de274feb0a718870fdc8e61af78fc0bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33286 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLNNOarPHzsnMdauD8FbIIgwurFw90GkuiFCcbHOutxuKb78NvgeaNnSVmriwMO6hhLcAsZN-jNIqv50Zcx5i6YCgmlkgnY0gmlwhKwSVF6KbXVsdGlhZGRyc5YACASsElReBo7yAAoErBJUXgaO890DgnJzhQADAQAAiXNlY3AyNTZrMaEDn344JHNZXjXno8PSmRb9DwQA3pqG9bBLd1calod4WVaDdGNwgo7yg3VkcIKO9IV3YWt1Mgk --lightpushnode=/ip4/172.18.84.94/tcp/36594/p2p/16Uiu2HAmPPaoZT6L8exm5VPfiTDsu1GeW1vzNWAYxbXxDoRuUngu --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.54.79 waku f8912086144a84cf510070bf77104d42a825faf641b42de2a995ddbc9a8af516
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f8912086144a. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33282
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:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f8912086144a. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33282/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=33282): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2f92fdde20>: 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.136.81
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44133', '44134', '44135', '44136', '44137']
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 44133:44133 -p 44134:44134 -p 44135:44135 -p 44136:44136 -p 44137:44137 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=44135 --rest-port=44133 --tcp-port=44134 --discv5-udp-port=44136 --rest-address=0.0.0.0 --nat=extip:172.18.136.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bef1f50bbf274610c650b7eddf8c9fde92bd7ee2d2cdfaebd42eda14d3628c25 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44137 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLNNOarPHzsnMdauD8FbIIgwurFw90GkuiFCcbHOutxuKb78NvgeaNnSVmriwMO6hhLcAsZN-jNIqv50Zcx5i6YCgmlkgnY0gmlwhKwSVF6KbXVsdGlhZGRyc5YACASsElReBo7yAAoErBJUXgaO890DgnJzhQADAQAAiXNlY3AyNTZrMaEDn344JHNZXjXno8PSmRb9DwQA3pqG9bBLd1calod4WVaDdGNwgo7yg3VkcIKO9IV3YWt1Mgk --lightpushnode=/ip4/172.18.84.94/tcp/36594/p2p/16Uiu2HAmPPaoZT6L8exm5VPfiTDsu1GeW1vzNWAYxbXxDoRuUngu --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.136.81 waku 2c772b6562c54f5f1957add2821169c67ab9cd2acb89c0f668e4afbcbf31e742
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2c772b6562c5. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44133
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:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2c772b6562c5. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44133/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=44133): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2f92d92060>: 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.163
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15118', '15119', '15120', '15121', '15122']
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 15118:15118 -p 15119:15119 -p 15120:15120 -p 15121:15121 -p 15122:15122 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=15120 --rest-port=15118 --tcp-port=15119 --discv5-udp-port=15121 --rest-address=0.0.0.0 --nat=extip:172.18.16.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8825ffe23a44a9f40cec0ecaa923b93a86958cb1f7eda07defbff7bcaabbfbfe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15122 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLNNOarPHzsnMdauD8FbIIgwurFw90GkuiFCcbHOutxuKb78NvgeaNnSVmriwMO6hhLcAsZN-jNIqv50Zcx5i6YCgmlkgnY0gmlwhKwSVF6KbXVsdGlhZGRyc5YACASsElReBo7yAAoErBJUXgaO890DgnJzhQADAQAAiXNlY3AyNTZrMaEDn344JHNZXjXno8PSmRb9DwQA3pqG9bBLd1calod4WVaDdGNwgo7yg3VkcIKO9IV3YWt1Mgk --lightpushnode=/ip4/172.18.84.94/tcp/36594/p2p/16Uiu2HAmPPaoZT6L8exm5VPfiTDsu1GeW1vzNWAYxbXxDoRuUngu --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.16.163 waku d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d3483959a65c. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-16-00__644bdf8f-7a9f-40c2-ada9-82b1178fee13__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15118
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:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d3483959a65c. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15118/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=15118): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2f92d51cd0>: 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 6d8b93f825f2
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 7d5a51ac26e1
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6d8b93f825f2. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d5a51ac26e1. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0/stop: Not Found ("No such container: d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0/stop: Not Found ("No such container: d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d3483959a65c
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0/stop: Not Found ("No such container: d3483959a65c507acd0452ccdbf5056b62dfe230f8a24bdbf4abd969595f99d0")
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,813 @@
2025-12-25 04:28:08.351 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:28:08.352 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_only_lightpush with id: 2025-12-25_04-28-08__c3ab842f-95e3-4482-8c9b-66f371ba8b4b
2025-12-25 04:28:08.352 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:28:08.352 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:28:08.359 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:28:08.360 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-28-08__c3ab842f-95e3-4482-8c9b-66f371ba8b4b__wakuorg_nwaku:latest.log
2025-12-25 04:28:08.360 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:28:08.360 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:28:08.361 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:28:08.361 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.30.24
2025-12-25 04:28:08.362 DEBUG [src.node.docker_mananger] Generated ports ['45116', '45117', '45118', '45119', '45120']
2025-12-25 04:28:08.362 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:28:08.362 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:28:08.362 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:28:08.362 DEBUG [src.node.docker_mananger] docker run -i -t -p 45116:45116 -p 45117:45117 -p 45118:45118 -p 45119:45119 -p 45120:45120 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=45118 --rest-port=45116 --tcp-port=45117 --discv5-udp-port=45119 --rest-address=0.0.0.0 --nat=extip:172.18.30.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fde7e6c49ff65dcdd37faedac6bafe431aa9f8c313a8cb2282b6ff2184eccf26 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45120 --metrics-logging=true --lightpush=true --relay=false
2025-12-25 04:28:08.554 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.30.24 waku 140ae22af9208859aa6896a2cadddb3b8ce74d24762530cf3af65e82e3c9264f
2025-12-25 04:28:08.589 DEBUG [src.node.docker_mananger] Container started with ID 140ae22af920. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-28-08__c3ab842f-95e3-4482-8c9b-66f371ba8b4b__wakuorg_nwaku:latest.log
2025-12-25 04:28:08.591 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45116
2025-12-25 04:28:08.591 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:28:09.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:09.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:09.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:09.835 ERROR [src.node.docker_mananger] Max retries reached for container 140ae22af920. Exiting log stream.
2025-12-25 04:28:09.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:09.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:10.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:11.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:12.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:13.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:14.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:15.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:16.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:17.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:18.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:19.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:20.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:21.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:22.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:23.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:24.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:25.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:26.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:27.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:28.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45116/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:29.675 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=45116): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe805700>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:28:29.776 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:28:29.776 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:28:29.778 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:28:29.778 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.13
2025-12-25 04:28:29.778 DEBUG [src.node.docker_mananger] Generated ports ['39314', '39315', '39316', '39317', '39318']
2025-12-25 04:28:29.778 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:28:29.778 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:28:29.778 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:28:29.778 DEBUG [src.node.docker_mananger] docker run -i -t -p 39314:39314 -p 39315:39315 -p 39316:39316 -p 39317:39317 -p 39318:39318 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=39316 --rest-port=39314 --tcp-port=39315 --discv5-udp-port=39317 --rest-address=0.0.0.0 --nat=extip:172.18.9.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1cdc8d688b7f8babdc0b675f07dc0271aa3affd8e1a6a4fffef04af8b313c76 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39318 --metrics-logging=true --lightpush=true --relay=false
2025-12-25 04:28:29.971 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.13 waku 272a0602361037cc566838dc540049134b34fca21e00b0a8cc5c4ca093f14fbd
2025-12-25 04:28:29.998 DEBUG [src.node.docker_mananger] Container started with ID 272a06023610. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-28-08__c3ab842f-95e3-4482-8c9b-66f371ba8b4b__wakuorg_nwaku:latest.log
2025-12-25 04:28:30.000 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39314
2025-12-25 04:28:30.000 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:28:31.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.308 ERROR [src.node.docker_mananger] Max retries reached for container 272a06023610. Exiting log stream.
2025-12-25 04:28:31.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:31.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:32.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:33.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:34.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:35.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:36.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:37.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:38.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:39.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:40.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:41.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:42.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:43.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:44.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:45.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:46.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:47.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:48.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:49.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:50.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:51.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39314/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:51.093 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=39314): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe7d3140>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:28:51.193 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:28:51.193 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:28:51.195 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:28:51.195 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.36
2025-12-25 04:28:51.195 DEBUG [src.node.docker_mananger] Generated ports ['4159', '4160', '4161', '4162', '4163']
2025-12-25 04:28:51.196 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:28:51.196 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:28:51.196 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:28:51.196 DEBUG [src.node.docker_mananger] docker run -i -t -p 4159:4159 -p 4160:4160 -p 4161:4161 -p 4162:4162 -p 4163:4163 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=4161 --rest-port=4159 --tcp-port=4160 --discv5-udp-port=4162 --rest-address=0.0.0.0 --nat=extip:172.18.173.36 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8df2ce7bf14d9ddc0f0be4cb33d3e1aec0726bf0dc5a9cccade34958bfec6552 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4163 --metrics-logging=true --lightpush=true --relay=false
2025-12-25 04:28:51.380 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.36 waku b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850
2025-12-25 04:28:51.408 DEBUG [src.node.docker_mananger] Container started with ID b6357b132358. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-28-08__c3ab842f-95e3-4482-8c9b-66f371ba8b4b__wakuorg_nwaku:latest.log
2025-12-25 04:28:51.410 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4159
2025-12-25 04:28:51.410 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:28:52.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:52.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:52.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:52.712 ERROR [src.node.docker_mananger] Max retries reached for container b6357b132358. Exiting log stream.
2025-12-25 04:28:52.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:52.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:52.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:53.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:54.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:55.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:56.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:57.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:58.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:28:59.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:00.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:01.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:02.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:03.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:04.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:05.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:06.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:07.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:08.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:09.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:10.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:11.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:12.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:12.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:12.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:12.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:12.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4159/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:29:12.500 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=4159): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe7df4a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:29:12.672 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:29:12.673 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:29:12.673 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:12.775 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:12.877 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:12.978 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.080 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.181 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.283 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.384 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.486 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.588 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.689 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.791 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.892 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:13.994 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.095 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.197 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.299 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.400 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.502 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.603 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.705 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.806 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:14.908 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.009 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.111 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.212 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.314 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.415 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.517 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.618 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.720 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.821 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:15.923 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.025 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.126 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.228 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.330 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.431 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.533 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.634 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.736 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.838 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:16.940 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.041 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.143 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.245 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.346 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.448 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.550 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.651 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.753 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.754 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850/stop: Not Found ("No such container: b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850")
2025-12-25 04:29:17.754 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.855 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:17.957 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.059 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.160 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.262 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.363 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.465 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.566 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.668 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.769 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.871 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:18.972 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.074 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.176 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.277 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.379 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.481 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.582 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.684 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.785 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.887 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:19.988 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.090 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.192 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.294 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.396 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.497 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.599 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.701 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.803 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:20.904 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.006 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.108 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.209 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.311 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.413 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.514 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.615 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.717 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.819 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:21.920 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.022 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.124 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.225 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.327 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.428 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.530 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.632 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.734 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.835 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.837 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850/stop: Not Found ("No such container: b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850")
2025-12-25 04:29:22.837 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:22.938 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.040 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.141 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.243 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.345 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.446 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.548 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.649 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.751 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.853 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:23.954 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.056 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.158 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.260 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.362 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.463 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.565 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.667 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.768 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.870 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:24.972 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.074 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.176 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.277 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.379 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.481 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.583 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.684 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.786 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.888 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:25.990 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.092 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.193 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.295 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.397 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.498 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.600 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.702 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.803 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:26.905 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.006 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.108 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.210 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.311 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.413 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.515 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.616 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.718 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.819 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.921 DEBUG [src.node.waku_node] Stopping container with id b6357b132358
2025-12-25 04:29:27.922 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850/stop: Not Found ("No such container: b6357b13235857810d7a6442b84e1c436c13a5e4fda9ace36293c89bd0926850")
2025-12-25 04:29:27.923 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:29:27.923 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:29:27.924 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:29:27.924 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:29:27.925 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2025-12-25 04:29:27.925 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2025-12-25 04:29:27.926 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-25_04-28-08__c3ab842f-95e3-4482-8c9b-66f371ba8b4b__wakuorg_nwaku:latest.log

View File

@ -0,0 +1,77 @@
2025-12-25 04:21:58.083 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:21:58.084 DEBUG [tests.conftest] Running test: test_store_sync_range_with_zero_jitter with id: 2025-12-25_04-21-58__59117a05-8030-437b-8418-6bcadd2175af
2025-12-25 04:21:58.084 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:21:58.091 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:58.091 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-21-58__59117a05-8030-437b-8418-6bcadd2175af__wakuorg_nwaku:latest.log
2025-12-25 04:21:58.097 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:58.097 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-21-58__59117a05-8030-437b-8418-6bcadd2175af__wakuorg_nwaku:latest.log
2025-12-25 04:21:58.103 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:58.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-21-58__59117a05-8030-437b-8418-6bcadd2175af__wakuorg_nwaku:latest.log
2025-12-25 04:21:58.104 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:21:58.106 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:21:58.106 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:21:58.107 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:21:58.107 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.73.147
2025-12-25 04:21:58.107 DEBUG [src.node.docker_mananger] Generated ports ['53056', '53057', '53058', '53059', '53060']
2025-12-25 04:21:58.108 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:21:58.108 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:21:58.108 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:21:58.108 DEBUG [src.node.docker_mananger] docker run -i -t -p 53056:53056 -p 53057:53057 -p 53058:53058 -p 53059:53059 -p 53060:53060 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=53058 --rest-port=53056 --tcp-port=53057 --discv5-udp-port=53059 --rest-address=0.0.0.0 --nat=extip:172.18.73.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6b8d91baa0ff1b3bcaee7eb15283626fe3effa79baeeb65e37dbe20decfa3e9 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53060 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-25 04:21:58.290 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.73.147 waku 89c4e787f97dbbf5decb4be19331eb90be390800e0645dacdeb7c1db497efde0
2025-12-25 04:21:58.310 ERROR [src.node.docker_mananger] Max retries reached for container 4bdd17f5186c. Exiting log stream.
2025-12-25 04:21:58.323 DEBUG [src.node.docker_mananger] Container started with ID 89c4e787f97d. Setting up logs at ./log/docker/node1_2025-12-25_04-21-58__59117a05-8030-437b-8418-6bcadd2175af__wakuorg_nwaku:latest.log
2025-12-25 04:21:58.324 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53056
2025-12-25 04:21:58.326 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:21:58.861 ERROR [src.node.docker_mananger] Max retries reached for container 64ed7e5ba272. Exiting log stream.
2025-12-25 04:21:59.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53056/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:59.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:21:59.330 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:59.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53056/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:59.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.73.147/tcp/53057/p2p/16Uiu2HAm45kZVvmVS5QuFkQDLb1Cq6X7xCtyVyebp7fmaLfdtc7A","/ip4/172.18.73.147/tcp/53058/ws/p2p/16Uiu2HAm45kZVvmVS5QuFkQDLb1Cq6X7xCtyVyebp7fmaLfdtc7A"],"enrUri":"enr:-L24QHQIMUKGqw2f48mmSWnpBGqMmZSfDuxXd0L04Wy3MKPyQ3lky0H9TA04JR8BvfSp9hNIwgvmRFoG41TFgULH7YcCgmlkgnY0gmlwhKwSSZOKbXVsdGlhZGRyc5YACASsEkmTBs9BAAoErBJJkwbPQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECgJ6-_ih0O4bBTzxpMdIPDi0z8zO1m67moSmmcfgw-ImDdGNwgs9Bg3VkcILPQ4V3YWt1MhM"}'
2025-12-25 04:21:59.332 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:59.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53056/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:21:59.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:59.346 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:59.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:59.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:59.350 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:21:59.551 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:59.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:59.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:59.555 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:21:59.756 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:59.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53056/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:59.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:59.761 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:22:24.961 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:22:24.961 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:22:24.963 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:22:24.963 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.50.17
2025-12-25 04:22:24.963 DEBUG [src.node.docker_mananger] Generated ports ['8964', '8965', '8966', '8967', '8968']
2025-12-25 04:22:24.964 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:22:24.964 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:22:24.964 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:22:24.964 DEBUG [src.node.docker_mananger] docker run -i -t -p 8964:8964 -p 8965:8965 -p 8966:8966 -p 8967:8967 -p 8968:8968 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=8966 --rest-port=8964 --tcp-port=8965 --discv5-udp-port=8967 --rest-address=0.0.0.0 --nat=extip:172.18.50.17 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5d373ae049bfd2c65ffbd968a4a424a0bb9dcf7c69e3167bcba29ac6af7ebae --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8968 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QHQIMUKGqw2f48mmSWnpBGqMmZSfDuxXd0L04Wy3MKPyQ3lky0H9TA04JR8BvfSp9hNIwgvmRFoG41TFgULH7YcCgmlkgnY0gmlwhKwSSZOKbXVsdGlhZGRyc5YACASsEkmTBs9BAAoErBJJkwbPQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECgJ6-_ih0O4bBTzxpMdIPDi0z8zO1m67moSmmcfgw-ImDdGNwgs9Bg3VkcILPQ4V3YWt1MhM
2025-12-25 04:22:25.156 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.50.17 waku e93c471fa438b80a6e6592e41f06728e9810c97c63f7a0779fffd6d4649a9553
2025-12-25 04:22:25.185 DEBUG [src.node.docker_mananger] Container started with ID e93c471fa438. Setting up logs at ./log/docker/node2_2025-12-25_04-21-58__59117a05-8030-437b-8418-6bcadd2175af__wakuorg_nwaku:latest.log
2025-12-25 04:22:25.185 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8964
2025-12-25 04:22:25.185 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:22:26.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8964/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:22:26.200 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"}]}'
2025-12-25 04:22:26.200 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:22:26.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8964/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:22:26.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.50.17/tcp/8965/p2p/16Uiu2HAkuXAibWPYg3Q6B6MVm63KUGaZvQLegKqnN7H4gqyHVk4U","/ip4/172.18.50.17/tcp/8966/ws/p2p/16Uiu2HAkuXAibWPYg3Q6B6MVm63KUGaZvQLegKqnN7H4gqyHVk4U"],"enrUri":"enr:-L24QJ9krhanQAA_OkbYLqenJ7SjQ5dm2Q0-3K1FQr8nAgc6aSZCV4-CPTSL-83EAiCs9kvmRAsM5hWMtUpB9KCsOGwCgmlkgnY0gmlwhKwSMhGKbXVsdGlhZGRyc5YACASsEjIRBiMFAAoErBIyEQYjBt0DgnJzhQADAQAAiXNlY3AyNTZrMaECAWhl7o4CoqFtofQlMylEqgsHy0xPO4VKeseyKQHhtrWDdGNwgiMFg3VkcIIjB4V3YWt1MhI"}'
2025-12-25 04:22:26.202 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:22:26.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8964/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.73.147/tcp/53057/p2p/16Uiu2HAm45kZVvmVS5QuFkQDLb1Cq6X7xCtyVyebp7fmaLfdtc7A"]'
2025-12-25 04:22:26.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:22:36.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8964/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:22:36.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2025-12-25 04:22:36.241 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:22:36.242 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:22:36.242 DEBUG [src.node.waku_node] Stopping container with id 89c4e787f97d
2025-12-25 04:22:36.782 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:22:36.783 DEBUG [src.node.waku_node] Stopping container with id e93c471fa438
2025-12-25 04:22:37.343 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:22:37.345 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:22:37.354 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:22:37.362 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,123 @@
2025-12-25 04:21:23.517 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:21:23.517 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_from_all_pubsub_topics with id: 2025-12-25_04-21-23__e23ca394-cc37-4f3e-bdff-3649b07752fc
2025-12-25 04:21:23.517 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:21:23.518 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:21:23.518 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2025-12-25 04:21:23.526 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:23.526 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-21-23__e23ca394-cc37-4f3e-bdff-3649b07752fc__wakuorg_nwaku:latest.log
2025-12-25 04:21:23.526 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:21:23.526 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:21:23.528 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:21:23.528 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.91
2025-12-25 04:21:23.528 DEBUG [src.node.docker_mananger] Generated ports ['25329', '25330', '25331', '25332', '25333']
2025-12-25 04:21:23.528 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:21:23.528 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:21:23.528 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:21:23.528 DEBUG [src.node.docker_mananger] docker run -i -t -p 25329:25329 -p 25330:25330 -p 25331:25331 -p 25332:25332 -p 25333:25333 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=25331 --rest-port=25329 --tcp-port=25330 --discv5-udp-port=25332 --rest-address=0.0.0.0 --nat=extip:172.18.133.91 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=621e47304d51bab73679fadfd6fbd40c4709dee691bf6b3ccaf4beed4c775a3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25333 --metrics-logging=true --relay=true
2025-12-25 04:21:23.718 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.91 waku 79f6b0ffb229b9860c847ec6aa59ef6d38e96d6056bf336e1fd9e1a86d2d80ce
2025-12-25 04:21:23.749 DEBUG [src.node.docker_mananger] Container started with ID 79f6b0ffb229. Setting up logs at ./log/docker/node1_2025-12-25_04-21-23__e23ca394-cc37-4f3e-bdff-3649b07752fc__wakuorg_nwaku:latest.log
2025-12-25 04:21:23.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25329
2025-12-25 04:21:23.750 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:21:23.793 ERROR [src.node.docker_mananger] Max retries reached for container 9cb531e35704. Exiting log stream.
2025-12-25 04:21:24.326 ERROR [src.node.docker_mananger] Max retries reached for container 6654533cd37a. Exiting log stream.
2025-12-25 04:21:24.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:24.754 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"}]}'
2025-12-25 04:21:24.755 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:24.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:24.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.91/tcp/25330/p2p/16Uiu2HAkyJv7Ciof4M7RTrp7Z1MHNVXLfhg7qhhWLnkK1H8T4DdN","/ip4/172.18.133.91/tcp/25331/ws/p2p/16Uiu2HAkyJv7Ciof4M7RTrp7Z1MHNVXLfhg7qhhWLnkK1H8T4DdN"],"enrUri":"enr:-L24QIqraIMlzDzRw-QQAtIiZDNwqMMTbA60iw5cSOPlGpYzDmp1DXJQByE-pU2cVz3axY6005yMZeLIE72BkJcWzpUCgmlkgnY0gmlwhKwShVuKbXVsdGlhZGRyc5YACASsEoVbBmLyAAoErBKFWwZi890DgnJzhQADAQAAiXNlY3AyNTZrMaECObOoBbrHIp_XgKMqJSLxBC2EG6v9HT-ZXZvv8Cpfb2WDdGNwgmLyg3VkcIJi9IV3YWt1MgE"}'
2025-12-25 04:21:24.758 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:24.766 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:24.766 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-21-23__e23ca394-cc37-4f3e-bdff-3649b07752fc__wakuorg_nwaku:latest.log
2025-12-25 04:21:24.766 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:21:24.766 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:21:24.768 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:21:24.768 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.84.138
2025-12-25 04:21:24.768 DEBUG [src.node.docker_mananger] Generated ports ['36226', '36227', '36228', '36229', '36230']
2025-12-25 04:21:24.768 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:21:24.768 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:21:24.769 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:21:24.769 DEBUG [src.node.docker_mananger] docker run -i -t -p 36226:36226 -p 36227:36227 -p 36228:36228 -p 36229:36229 -p 36230:36230 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=36228 --rest-port=36226 --tcp-port=36227 --discv5-udp-port=36229 --rest-address=0.0.0.0 --nat=extip:172.18.84.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cecbf91e64afee6b9cf8c4da6571cbc5aaeece7b9a805aadca2fd29c7cd3be7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36230 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIqraIMlzDzRw-QQAtIiZDNwqMMTbA60iw5cSOPlGpYzDmp1DXJQByE-pU2cVz3axY6005yMZeLIE72BkJcWzpUCgmlkgnY0gmlwhKwShVuKbXVsdGlhZGRyc5YACASsEoVbBmLyAAoErBKFWwZi890DgnJzhQADAQAAiXNlY3AyNTZrMaECObOoBbrHIp_XgKMqJSLxBC2EG6v9HT-ZXZvv8Cpfb2WDdGNwgmLyg3VkcIJi9IV3YWt1MgE
2025-12-25 04:21:24.967 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.84.138 waku 7a58b87204522547812370011054c2d8d8be945755e0d5ef896786b566a5281f
2025-12-25 04:21:24.998 DEBUG [src.node.docker_mananger] Container started with ID 7a58b8720452. Setting up logs at ./log/docker/node2_2025-12-25_04-21-23__e23ca394-cc37-4f3e-bdff-3649b07752fc__wakuorg_nwaku:latest.log
2025-12-25 04:21:24.999 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36226
2025-12-25 04:21:25.000 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:21:26.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.009 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"}]}'
2025-12-25 04:21:26.011 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:26.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.84.138/tcp/36227/p2p/16Uiu2HAmVA5pLaBdv33tthvh8HEHDkc7MuTjqEkw6KgajrCYA4ok","/ip4/172.18.84.138/tcp/36228/ws/p2p/16Uiu2HAmVA5pLaBdv33tthvh8HEHDkc7MuTjqEkw6KgajrCYA4ok"],"enrUri":"enr:-L24QCiuEuf7N_NpjI_pPX_jhC1nRIb_8xfaliYPJqwHJX8_ebNyDInflVPoTEPRxEQ6SeXnAvDJkodlEO87Ri2XnRMCgmlkgnY0gmlwhKwSVIqKbXVsdGlhZGRyc5YACASsElSKBo2DAAoErBJUigaNhN0DgnJzhQADAQAAiXNlY3AyNTZrMaED9S8D3iId_a4XQNO6km5sXA05igJ_VtvBz43UsK-5snuDdGNwgo2Dg3VkcIKNhYV3YWt1MgE"}'
2025-12-25 04:21:26.019 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:26.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36226/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.91/tcp/25330/p2p/16Uiu2HAkyJv7Ciof4M7RTrp7Z1MHNVXLfhg7qhhWLnkK1H8T4DdN"]'
2025-12-25 04:21:26.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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"]'
2025-12-25 04:21:26.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36226/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"]'
2025-12-25 04:21:26.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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)'}'
2025-12-25 04:21:26.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.048 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:21:26.149 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.153 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":1766636486039813120,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.155 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.158 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":1766636486039813120,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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)'}'
2025-12-25 04:21:26.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.165 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:21:26.266 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.269 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":1766636486160079616,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.271 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.274 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":1766636486160079616,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:26.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.283 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:21:26.383 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.387 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":1766636486275705088,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.388 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.391 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":1766636486275705088,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:26.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.399 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:21:26.499 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.503 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":1766636486393710336,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.504 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.507 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":1766636486393710336,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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)'}'
2025-12-25 04:21:26.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.514 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:21:26.615 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.618 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":1766636486509487616,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.620 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:26.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36226/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:26.623 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":1766636486509487616,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:26.624 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:25329/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"]'
2025-12-25 04:21:26.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.635 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:36226/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"]'
2025-12-25 04:21:26.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:26.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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)'}'
2025-12-25 04:21:26.649 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/0'
2025-12-25 04:21:26.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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)'}'
2025-12-25 04:21:26.653 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1'
2025-12-25 04:21:26.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:26.658 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/9'
2025-12-25 04:21:26.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:21:26.661 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/25'
2025-12-25 04:21:26.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25329/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)'}'
2025-12-25 04:21:26.664 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25329/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1000'
2025-12-25 04:21:26.666 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:21:26.668 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:21:26.668 DEBUG [src.node.waku_node] Stopping container with id 79f6b0ffb229
2025-12-25 04:21:27.205 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:21:27.205 DEBUG [src.node.waku_node] Stopping container with id 7a58b8720452
2025-12-25 04:21:27.806 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:21:27.807 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:21:27.816 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:21:27.826 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,158 @@
2025-12-25 04:50:47.626 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:50:47.626 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics with id: 2025-12-25_04-50-47__59e4a658-fa84-45fa-9de2-fd68a7a79135
2025-12-25 04:50:47.626 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:50:47.626 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:50:47.627 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2025-12-25 04:50:47.634 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:50:47.634 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-50-47__59e4a658-fa84-45fa-9de2-fd68a7a79135__wakuorg_nwaku:latest.log
2025-12-25 04:50:47.634 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:50:47.634 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:50:47.636 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:50:47.636 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.47
2025-12-25 04:50:47.636 DEBUG [src.node.docker_mananger] Generated ports ['4649', '4650', '4651', '4652', '4653']
2025-12-25 04:50:47.636 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-25 04:50:47.636 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:50:47.637 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:50:47.637 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:50:47.637 DEBUG [src.node.docker_mananger] docker run -i -t -p 4649:4649 -p 4650:4650 -p 4651:4651 -p 4652:4652 -p 4653:4653 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=4651 --rest-port=4649 --tcp-port=4650 --discv5-udp-port=4652 --rest-address=0.0.0.0 --nat=extip:172.18.32.47 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3fafbcef6bd439ec9caaeaabcd60e2b6bbfdfcbbbaea3614e6c3b0dc5e7ddd6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4653 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:50:47.826 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.47 waku b074d7aad48527bbb63d1b689eb7ef040ca83ae78f369cfa12ac47e21259bd9a
2025-12-25 04:50:47.864 DEBUG [src.node.docker_mananger] Container started with ID b074d7aad485. Setting up logs at ./log/docker/node1_2025-12-25_04-50-47__59e4a658-fa84-45fa-9de2-fd68a7a79135__wakuorg_nwaku:latest.log
2025-12-25 04:50:47.864 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4649
2025-12-25 04:50:47.864 ERROR [src.node.docker_mananger] Max retries reached for container 5694000e7e80. Exiting log stream.
2025-12-25 04:50:47.865 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:50:48.406 ERROR [src.node.docker_mananger] Max retries reached for container 559b4ff42e28. Exiting log stream.
2025-12-25 04:50:48.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:48.869 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"}]}'
2025-12-25 04:50:48.869 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:50:48.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:48.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.47/tcp/4650/p2p/16Uiu2HAkzFNEqahRGTXFpQrPH3V1Zp4idzJ9xMBkYm3DTLE7QeB6","/ip4/172.18.32.47/tcp/4651/ws/p2p/16Uiu2HAkzFNEqahRGTXFpQrPH3V1Zp4idzJ9xMBkYm3DTLE7QeB6"],"enrUri":"enr:-L24QGJ8rreaMsX-gU7mUcCXgUynp6SV3-tGP1TMPAYX5YHhXHFogyKgGnbuR9D4SAmpD-WCEEznR4VTuFskRL58-rICgmlkgnY0gmlwhKwSIC-KbXVsdGlhZGRyc5YACASsEiAvBhIqAAoErBIgLwYSK90DgnJzhQACAQAAiXNlY3AyNTZrMaECR6aRMl7R11GYy6M1KCEZopQqbUFmPCiryYVUsHmBSVWDdGNwghIqg3VkcIISLIV3YWt1MgU"}'
2025-12-25 04:50:48.872 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:50:48.879 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:50:48.879 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-50-47__59e4a658-fa84-45fa-9de2-fd68a7a79135__wakuorg_nwaku:latest.log
2025-12-25 04:50:48.879 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:50:48.879 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:50:48.881 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:50:48.881 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.202
2025-12-25 04:50:48.881 DEBUG [src.node.docker_mananger] Generated ports ['56670', '56671', '56672', '56673', '56674']
2025-12-25 04:50:48.881 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-25 04:50:48.881 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:50:48.881 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:50:48.882 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:50:48.882 DEBUG [src.node.docker_mananger] docker run -i -t -p 56670:56670 -p 56671:56671 -p 56672:56672 -p 56673:56673 -p 56674:56674 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=56672 --rest-port=56670 --tcp-port=56671 --discv5-udp-port=56673 --rest-address=0.0.0.0 --nat=extip:172.18.22.202 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fca02b04db1e3fd80fd2afeeedbcaaa7e9befe6cacaeadfac218bdda8ebbff3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56674 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGJ8rreaMsX-gU7mUcCXgUynp6SV3-tGP1TMPAYX5YHhXHFogyKgGnbuR9D4SAmpD-WCEEznR4VTuFskRL58-rICgmlkgnY0gmlwhKwSIC-KbXVsdGlhZGRyc5YACASsEiAvBhIqAAoErBIgLwYSK90DgnJzhQACAQAAiXNlY3AyNTZrMaECR6aRMl7R11GYy6M1KCEZopQqbUFmPCiryYVUsHmBSVWDdGNwghIqg3VkcIISLIV3YWt1MgU
2025-12-25 04:50:49.073 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.202 waku 415d88eaa276ee1b8266b0ce0567f7d7cab24815e9101dd19283f88b76ae2096
2025-12-25 04:50:49.109 DEBUG [src.node.docker_mananger] Container started with ID 415d88eaa276. Setting up logs at ./log/docker/node2_2025-12-25_04-50-47__59e4a658-fa84-45fa-9de2-fd68a7a79135__wakuorg_nwaku:latest.log
2025-12-25 04:50:49.109 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56670
2025-12-25 04:50:49.110 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:50:50.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.119 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"}]}'
2025-12-25 04:50:50.121 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:50:50.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.202/tcp/56671/p2p/16Uiu2HAm8grgvgAes5Dno4fNFtFkCbyj1ciR9mC2GidX1J9tWYJW","/ip4/172.18.22.202/tcp/56672/ws/p2p/16Uiu2HAm8grgvgAes5Dno4fNFtFkCbyj1ciR9mC2GidX1J9tWYJW"],"enrUri":"enr:-L24QJ15E0h3l_D6hI2SuPGN-f0DODGgs_ipC0RXm44KOYBAPWdqDA0gkLEk2wmmWyZ6JLd328I4cluxVbtaH8-3rZ8CgmlkgnY0gmlwhKwSFsqKbXVsdGlhZGRyc5YACASsEhbKBt1fAAoErBIWygbdYN0DgnJzhQACAQAAiXNlY3AyNTZrMaECxQvAR5-zn9wFVaEeUgUV_wsQrbqz_Pj3kfKjsEi3NUuDdGNwgt1fg3VkcILdYYV3YWt1MgE"}'
2025-12-25 04:50:50.128 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:50:50.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56670/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.32.47/tcp/4650/p2p/16Uiu2HAkzFNEqahRGTXFpQrPH3V1Zp4idzJ9xMBkYm3DTLE7QeB6"]'
2025-12-25 04:50:50.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:50:50.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56670/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:50:50.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/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)'}'
2025-12-25 04:50:50.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.165 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.265 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250155993052,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.270 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250155993052,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/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)'}'
2025-12-25 04:50:50.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.280 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.381 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250274973835,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.385 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250274973835,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:50.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.395 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.496 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250390150726,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.500 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250390150726,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:50.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.510 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.611 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250505155706,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.615 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250505155706,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:50.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.726 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250620214430,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.730 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250620214430,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:50.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.740 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.840 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250734854600,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.845 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250734854600,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:50.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.854 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:50.955 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250849645274,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.959 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:50.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:50.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250849645274,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:50.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:50.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:50.968 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:50:51.069 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:51.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:51.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250963888550,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:51.074 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:50:51.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:51.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766638250963888550,"ephemeral":false,"proof":""}]'
2025-12-25 04:50:51.078 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:4649/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:50:51.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:51.095 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:56670/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
2025-12-25 04:50:51.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:51.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/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)'}'
2025-12-25 04:50:51.112 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
2025-12-25 04:50:51.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/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)'}'
2025-12-25 04:50:51.119 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
2025-12-25 04:50:51.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:51.124 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
2025-12-25 04:50:51.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:51.128 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
2025-12-25 04:50:51.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:51.132 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
2025-12-25 04:50:51.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:51.136 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
2025-12-25 04:50:51.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:51.140 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
2025-12-25 04:50:51.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:50:51.144 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
2025-12-25 04:50:51.146 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:50:51.148 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:50:51.148 DEBUG [src.node.waku_node] Stopping container with id b074d7aad485
2025-12-25 04:50:51.715 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:50:51.716 DEBUG [src.node.waku_node] Stopping container with id 415d88eaa276
2025-12-25 04:50:52.286 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:50:52.288 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:50:52.299 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:50:52.310 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,77 @@
2025-12-25 04:20:59.092 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:20:59.093 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/0] with id: 2025-12-25_04-20-59__7097716c-eae2-406a-a2a6-783991b947d7
2025-12-25 04:20:59.093 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:20:59.093 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:20:59.093 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2025-12-25 04:20:59.101 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:20:59.101 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-20-59__7097716c-eae2-406a-a2a6-783991b947d7__wakuorg_nwaku:latest.log
2025-12-25 04:20:59.101 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:20:59.101 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:20:59.102 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:20:59.103 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.135
2025-12-25 04:20:59.103 DEBUG [src.node.docker_mananger] Generated ports ['30095', '30096', '30097', '30098', '30099']
2025-12-25 04:20:59.103 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
2025-12-25 04:20:59.103 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-25 04:20:59.103 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:20:59.103 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:20:59.103 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:20:59.103 DEBUG [src.node.docker_mananger] docker run -i -t -p 30095:30095 -p 30096:30096 -p 30097:30097 -p 30098:30098 -p 30099:30099 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=30097 --rest-port=30095 --tcp-port=30096 --discv5-udp-port=30098 --rest-address=0.0.0.0 --nat=extip:172.18.0.135 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=eed73ec327cca6f3dc34cfcde9a2f470a203419fbf9f5ca6cabe29c06178d11a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30099 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:20:59.284 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.135 waku d93b40472c3914e74318707a308640f27b2da14d7eadc44870649c9348df7468
2025-12-25 04:20:59.317 DEBUG [src.node.docker_mananger] Container started with ID d93b40472c39. Setting up logs at ./log/docker/node1_2025-12-25_04-20-59__7097716c-eae2-406a-a2a6-783991b947d7__wakuorg_nwaku:latest.log
2025-12-25 04:20:59.318 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30095
2025-12-25 04:20:59.318 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:20:59.328 ERROR [src.node.docker_mananger] Max retries reached for container b823f4b93cfd. Exiting log stream.
2025-12-25 04:20:59.865 ERROR [src.node.docker_mananger] Max retries reached for container 2376e87b5cac. Exiting log stream.
2025-12-25 04:21:00.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30095/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:00.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_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"}]}'
2025-12-25 04:21:00.323 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:00.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30095/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:00.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.135/tcp/30096/p2p/16Uiu2HAm6s6CWweRyxRBmYaKYWAzyKXi9g7CiK6aX12cYAFnkP1u","/ip4/172.18.0.135/tcp/30097/ws/p2p/16Uiu2HAm6s6CWweRyxRBmYaKYWAzyKXi9g7CiK6aX12cYAFnkP1u"],"enrUri":"enr:-L24QHE6_mSLnUmj9-xEdXfIwW7C3JQTMXW__31T6iRnup4lE4_1bXmxq0_LBh9XJFOLHT3oSmRdLW_-ReIBPGlPjJACgmlkgnY0gmlwhKwSAIeKbXVsdGlhZGRyc5YACASsEgCHBnWQAAoErBIAhwZ1kd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECqfN2GtwLfakTJ48ME0mi2vuKE5O5CEnheWluDUcW21SDdGNwgnWQg3VkcIJ1koV3YWt1MgU"}'
2025-12-25 04:21:00.326 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:00.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:00.333 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-20-59__7097716c-eae2-406a-a2a6-783991b947d7__wakuorg_nwaku:latest.log
2025-12-25 04:21:00.333 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:21:00.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:21:00.334 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:21:00.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.118
2025-12-25 04:21:00.335 DEBUG [src.node.docker_mananger] Generated ports ['8323', '8324', '8325', '8326', '8327']
2025-12-25 04:21:00.335 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
2025-12-25 04:21:00.335 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2025-12-25 04:21:00.335 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:21:00.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:21:00.335 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:21:00.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 8323:8323 -p 8324:8324 -p 8325:8325 -p 8326:8326 -p 8327:8327 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=8325 --rest-port=8323 --tcp-port=8324 --discv5-udp-port=8326 --rest-address=0.0.0.0 --nat=extip:172.18.54.118 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=40ffcccff52f4b5c47e362ba78fcaeafad247c544044950cdd7df1a70b1727ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8327 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHE6_mSLnUmj9-xEdXfIwW7C3JQTMXW__31T6iRnup4lE4_1bXmxq0_LBh9XJFOLHT3oSmRdLW_-ReIBPGlPjJACgmlkgnY0gmlwhKwSAIeKbXVsdGlhZGRyc5YACASsEgCHBnWQAAoErBIAhwZ1kd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECqfN2GtwLfakTJ48ME0mi2vuKE5O5CEnheWluDUcW21SDdGNwgnWQg3VkcIJ1koV3YWt1MgU
2025-12-25 04:21:00.528 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.118 waku 7b615da50e01572477e1ca33ac0e58db6b2da562cea06ac269652a2bc609a637
2025-12-25 04:21:00.559 DEBUG [src.node.docker_mananger] Container started with ID 7b615da50e01. Setting up logs at ./log/docker/node2_2025-12-25_04-20-59__7097716c-eae2-406a-a2a6-783991b947d7__wakuorg_nwaku:latest.log
2025-12-25 04:21:00.559 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8323
2025-12-25 04:21:00.559 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:21:01.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8323/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:01.573 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"}]}'
2025-12-25 04:21:01.573 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:01.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8323/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:01.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.118/tcp/8324/p2p/16Uiu2HAkvT4BNTgjHS6CKguCuNEvnJKpqq73noJAxdZN289iL5Lp","/ip4/172.18.54.118/tcp/8325/ws/p2p/16Uiu2HAkvT4BNTgjHS6CKguCuNEvnJKpqq73noJAxdZN289iL5Lp"],"enrUri":"enr:-L24QHiFZXBwpkv4uNGlcbT5VUy8GL2FgFkO2GdR5siXEK26aG7yZN_2e-RMNaUr2xl0EXCkSjqAkt068MW0q0vdlUkCgmlkgnY0gmlwhKwSNnaKbXVsdGlhZGRyc5YACASsEjZ2BiCEAAoErBI2dgYghd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECDzZecRQAVp-js-MBiWC0iwdOvtctaQeVDul3x6FiMdWDdGNwgiCEg3VkcIIghoV3YWt1MgE"}'
2025-12-25 04:21:01.579 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:01.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8323/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.0.135/tcp/30096/p2p/16Uiu2HAm6s6CWweRyxRBmYaKYWAzyKXi9g7CiK6aX12cYAFnkP1u"]'
2025-12-25 04:21:01.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:01.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30095/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
2025-12-25 04:21:01.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:01.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8323/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
2025-12-25 04:21:01.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:01.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30095/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)'}'
2025-12-25 04:21:01.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:01.596 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:21:01.696 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:01.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:01.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636461590843819,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:01.700 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:21:01.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8323/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:01.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636461590843819,"ephemeral":false,"proof":""}]'
2025-12-25 04:21:01.705 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:21:01.706 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:21:01.706 DEBUG [src.node.waku_node] Stopping container with id d93b40472c39
2025-12-25 04:21:02.291 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:21:02.292 DEBUG [src.node.waku_node] Stopping container with id 7b615da50e01
2025-12-25 04:21:02.810 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:21:02.812 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:21:02.817 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:21:02.824 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,862 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_missing_payload with id: 2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab
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_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__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.125
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25876', '25877', '25878', '25879', '25880']
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 25876:25876 -p 25877:25877 -p 25878:25878 -p 25879:25879 -p 25880:25880 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=25878 --rest-port=25876 --tcp-port=25877 --discv5-udp-port=25879 --rest-address=0.0.0.0 --nat=extip:172.18.213.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f651def5ef9cad7ae0313d55bdcef8dd9add82bebeed65c28ecee1fe61b074b4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25880 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.213.125 waku 5a16bf630ab44a5e9690577874e0d2ec67b3d8c64ee29c28633e28578a716d51
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5a16bf630ab4. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25876
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:25876/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:25876/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.125/tcp/25877/p2p/16Uiu2HAmBQhQobHh8QYN5jxkpd86qQFxfbRgGuLsXsoi2tuwBq5s","/ip4/172.18.213.125/tcp/25878/ws/p2p/16Uiu2HAmBQhQobHh8QYN5jxkpd86qQFxfbRgGuLsXsoi2tuwBq5s"],"enrUri":"enr:-L24QA9ej5YCnwBCIrf_xqHuGzLlpCBkRHu-OeuzqE4ou3ZicD4T4oZlenSkCG1t397GGoGM8CrOgOGn7g65DZiQ0IECgmlkgnY0gmlwhKwS1X2KbXVsdGlhZGRyc5YACASsEtV9BmUVAAoErBLVfQZlFt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7XsHPlbGA0Pq0Ec8FcqXXCWJdDFpoUsx0prayKY52YqDdGNwgmUVg3VkcIJlF4V3YWt1Mgk"}'
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_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__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.115
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22476', '22477', '22478', '22479', '22480']
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 22476:22476 -p 22477:22477 -p 22478:22478 -p 22479:22479 -p 22480:22480 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=22478 --rest-port=22476 --tcp-port=22477 --discv5-udp-port=22479 --rest-address=0.0.0.0 --nat=extip:172.18.123.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ce45fcbd9ebee3e1c79cfc4c9fcd835ddf286b36491da3dc6d31ca558e5a68b8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22480 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.115 waku f6445a71826f90ed124940de7183069c8311ca219ccf58034b4719d50acbbbc8
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f6445a71826f. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22476
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:22476/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:22476/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.115/tcp/22477/p2p/16Uiu2HAmBwy6zMb37SABJweTTxNmc5asF7AatLTD3dQeWVDaoYGp","/ip4/172.18.123.115/tcp/22478/ws/p2p/16Uiu2HAmBwy6zMb37SABJweTTxNmc5asF7AatLTD3dQeWVDaoYGp"],"enrUri":"enr:-L24QIQSb2nVuXOAIunZu7fOGBSMh6mlkBIwtKlXkZD-A_J9DkITGCB-FNuCNKDQ3rWTC6UiFBggXq3aT5U_WByAJIECgmlkgnY0gmlwhKwSe3OKbXVsdGlhZGRyc5YACASsEntzBlfNAAoErBJ7cwZXzt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9X3HAAHet6PIdiCwXXe5ZaH4Cp5UfZpsXQpOoW9ouzGDdGNwglfNg3VkcIJXz4V3YWt1MgE"}'
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:22476/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.213.125/tcp/25877/p2p/16Uiu2HAmBQhQobHh8QYN5jxkpd86qQFxfbRgGuLsXsoi2tuwBq5s"]'
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_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__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.237.97
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52773', '52774', '52775', '52776', '52777']
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 52773:52773 -p 52774:52774 -p 52775:52775 -p 52776:52776 -p 52777:52777 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=52775 --rest-port=52773 --tcp-port=52774 --discv5-udp-port=52776 --rest-address=0.0.0.0 --nat=extip:172.18.237.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fafc9ce29aafff4ba84cbfeb6ab8badfbd52ad248e0fc414aecfa39dabfe40b6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52777 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA9ej5YCnwBCIrf_xqHuGzLlpCBkRHu-OeuzqE4ou3ZicD4T4oZlenSkCG1t397GGoGM8CrOgOGn7g65DZiQ0IECgmlkgnY0gmlwhKwS1X2KbXVsdGlhZGRyc5YACASsEtV9BmUVAAoErBLVfQZlFt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7XsHPlbGA0Pq0Ec8FcqXXCWJdDFpoUsx0prayKY52YqDdGNwgmUVg3VkcIJlF4V3YWt1Mgk --lightpushnode=/ip4/172.18.213.125/tcp/25877/p2p/16Uiu2HAmBQhQobHh8QYN5jxkpd86qQFxfbRgGuLsXsoi2tuwBq5s --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.237.97 waku 2f0ef3b78166f001bbf8d43efce184698ea7116cd5fae20fe11dea349a8a65bd
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2f0ef3b78166. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52773
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:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2f0ef3b78166. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52773/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=52773): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f856d1973b0>: 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.103.134
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25700', '25701', '25702', '25703', '25704']
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 25700:25700 -p 25701:25701 -p 25702:25702 -p 25703:25703 -p 25704:25704 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=25702 --rest-port=25700 --tcp-port=25701 --discv5-udp-port=25703 --rest-address=0.0.0.0 --nat=extip:172.18.103.134 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c7f01c9ee5ecf6b7600b2707ad70fd1f223cc0dc3c7bcce6c1dcb7d485bea493 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25704 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA9ej5YCnwBCIrf_xqHuGzLlpCBkRHu-OeuzqE4ou3ZicD4T4oZlenSkCG1t397GGoGM8CrOgOGn7g65DZiQ0IECgmlkgnY0gmlwhKwS1X2KbXVsdGlhZGRyc5YACASsEtV9BmUVAAoErBLVfQZlFt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7XsHPlbGA0Pq0Ec8FcqXXCWJdDFpoUsx0prayKY52YqDdGNwgmUVg3VkcIJlF4V3YWt1Mgk --lightpushnode=/ip4/172.18.213.125/tcp/25877/p2p/16Uiu2HAmBQhQobHh8QYN5jxkpd86qQFxfbRgGuLsXsoi2tuwBq5s --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.134 waku 7373c542d0d07091494a7d7929b183d14a1412dd973639dbd838ade15fdc09b3
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7373c542d0d0. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25700
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:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7373c542d0d0. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25700/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=25700): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f856ced49e0>: 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.15.145
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13640', '13641', '13642', '13643', '13644']
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 13640:13640 -p 13641:13641 -p 13642:13642 -p 13643:13643 -p 13644:13644 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=13642 --rest-port=13640 --tcp-port=13641 --discv5-udp-port=13643 --rest-address=0.0.0.0 --nat=extip:172.18.15.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ea9e9fef0a9f86e310a0db8d7b78b8888c602bedcbdffd577f0e919520c5d1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13644 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA9ej5YCnwBCIrf_xqHuGzLlpCBkRHu-OeuzqE4ou3ZicD4T4oZlenSkCG1t397GGoGM8CrOgOGn7g65DZiQ0IECgmlkgnY0gmlwhKwS1X2KbXVsdGlhZGRyc5YACASsEtV9BmUVAAoErBLVfQZlFt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7XsHPlbGA0Pq0Ec8FcqXXCWJdDFpoUsx0prayKY52YqDdGNwgmUVg3VkcIJlF4V3YWt1Mgk --lightpushnode=/ip4/172.18.213.125/tcp/25877/p2p/16Uiu2HAmBQhQobHh8QYN5jxkpd86qQFxfbRgGuLsXsoi2tuwBq5s --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.15.145 waku b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b9a02f5b2680. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-23-29__354e630c-545d-45a1-bc5d-1ea177233fab__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13640
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:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b9a02f5b2680. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13640/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=13640): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f856d26c4a0>: 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 5a16bf630ab4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id f6445a71826f
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5a16bf630ab4. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f6445a71826f. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d/stop: Not Found ("No such container: b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d/stop: Not Found ("No such container: b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b9a02f5b2680
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d/stop: Not Found ("No such container: b9a02f5b26807e27bb9368cbb019bb6d15f79c14975f8fc0ca8578f6787dbb7d")
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,101 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publishing_node_paused_and_unpaused with id: 2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d
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_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__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.179.72
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44153', '44154', '44155', '44156', '44157']
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 44153:44153 -p 44154:44154 -p 44155:44155 -p 44156:44156 -p 44157:44157 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=44155 --rest-port=44153 --tcp-port=44154 --discv5-udp-port=44156 --rest-address=0.0.0.0 --nat=extip:172.18.179.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=67b0b15a9aaae5bee9c4df4d0b010478cfecb5da091fbea7d9ef68d0ecf5abcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44157 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.179.72 waku 44fd59eb64d4cabacf0ab70b7e8fd5dabbd08556a7b0ca5cf38de55957a1702a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 44fd59eb64d4. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44153
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 62199e0431d9. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8eda5fad6170. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44153/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:44153/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.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx","/ip4/172.18.179.72/tcp/44155/ws/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx"],"enrUri":"enr:-L24QHCZpL2LUqWnuyaFCtq4N6I3UkqzftVyLLeVUSBX6jWnBLc051REZ_asJdBAhmXuaHFGOgjGl8uLY7oQSSiCYHcCgmlkgnY0gmlwhKwSs0iKbXVsdGlhZGRyc5YACASsErNIBqx6AAoErBKzSAase90DgnJzhQADAQAAiXNlY3AyNTZrMaECpjnbiTdY87bmrVtLFJO_Zidq4UTCKhrM-p8SMZtRFTuDdGNwgqx6g3VkcIKsfIV3YWt1MgM"}'
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_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__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.214.76
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3705', '3706', '3707', '3708', '3709']
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 3705:3705 -p 3706:3706 -p 3707:3707 -p 3708:3708 -p 3709:3709 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=3707 --rest-port=3705 --tcp-port=3706 --discv5-udp-port=3708 --rest-address=0.0.0.0 --nat=extip:172.18.214.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=779c6d70bdfbc0bc6e9b8d8ab0faf21d676bf148bd383dddfd2df2eaf97d22da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3709 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHCZpL2LUqWnuyaFCtq4N6I3UkqzftVyLLeVUSBX6jWnBLc051REZ_asJdBAhmXuaHFGOgjGl8uLY7oQSSiCYHcCgmlkgnY0gmlwhKwSs0iKbXVsdGlhZGRyc5YACASsErNIBqx6AAoErBKzSAase90DgnJzhQADAQAAiXNlY3AyNTZrMaECpjnbiTdY87bmrVtLFJO_Zidq4UTCKhrM-p8SMZtRFTuDdGNwgqx6g3VkcIKsfIV3YWt1MgM --storenode=/ip4/172.18.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.214.76 waku c9fc6b0ed86d93183a9e94dec52c0b95c306f188e1beef14300f91accbdee006
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c9fc6b0ed86d. Setting up logs at ./log/docker/store_node1_2025-12-25_04-34-14__502b993d-f7e4-4b58-80b6-3146a055b43d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3705
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:3705/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:3705/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.214.76/tcp/3706/p2p/16Uiu2HAkv71XrTB1oDW9qKabaz7JeDuHobRDfRDHzzEymEnaYkf9","/ip4/172.18.214.76/tcp/3707/ws/p2p/16Uiu2HAkv71XrTB1oDW9qKabaz7JeDuHobRDfRDHzzEymEnaYkf9"],"enrUri":"enr:-L24QP1B4CNwkrLg24UV-w2f5UdxbCjsmV4XJ6_VW1z43LrLFSbOf8rD60cQasVDEW4xJBGsk2xXb7-hmL08sZOHR_gCgmlkgnY0gmlwhKwS1kyKbXVsdGlhZGRyc5YACASsEtZMBg56AAoErBLWTAYOe90DgnJzhQADAQAAiXNlY3AyNTZrMaECChPCio-ZXwJXO3JcnHqZwLbD4USWUusxMb_vjQ742fiDdGNwgg56g3VkcIIOfIV3YWt1MgM"}'
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:3705/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx"]'
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:44153/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:3705/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:44153/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:44153/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "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":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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:3705/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "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":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
DEBUG  src.node.waku_node:waku_node.py:262 Pausing container with id 44fd59eb64d4
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
DEBUG  src.node.waku_node:waku_node.py:267 Unpause container with id 44fd59eb64d4
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44153/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":"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:44153/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.179.72/tcp/44154/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx","/ip4/172.18.179.72/tcp/44155/ws/p2p/16Uiu2HAm6cYpwTngz38qCGUoCxoYfobY2UbCaRd6jjbWv42iAobx"],"enrUri":"enr:-L24QHCZpL2LUqWnuyaFCtq4N6I3UkqzftVyLLeVUSBX6jWnBLc051REZ_asJdBAhmXuaHFGOgjGl8uLY7oQSSiCYHcCgmlkgnY0gmlwhKwSs0iKbXVsdGlhZGRyc5YACASsErNIBqx6AAoErBKzSAase90DgnJzhQADAQAAiXNlY3AyNTZrMaECpjnbiTdY87bmrVtLFJO_Zidq4UTCKhrM-p8SMZtRFTuDdGNwgqx6g3VkcIKsfIV3YWt1MgM"}'
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:44153/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:44153/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "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":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
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:3705/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "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":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44153/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":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3705/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":200,"statusDesc":"OK","messages":[{"messageHash":"0x3a31d149805085d0707b55a466432b9bd0994529493087bbe40867341a6c34ef"},{"messageHash":"0xfb62457ea71c188bdee89886c149fe462932c03b85bc282e78e1dbe3cfa8a23e"}]}'
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 44fd59eb64d4
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c9fc6b0ed86d
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,106 @@
2025-12-25 04:23:21.358 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:23:21.359 DEBUG [tests.conftest] Running test: test_store_with_wrong_url_pubsub_topic with id: 2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270
2025-12-25 04:23:21.360 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:23:21.361 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:23:21.361 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:23:21.370 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:23:21.370 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__wakuorg_nwaku:latest.log
2025-12-25 04:23:21.370 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:23:21.370 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:23:21.372 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:23:21.373 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.155
2025-12-25 04:23:21.373 DEBUG [src.node.docker_mananger] Generated ports ['43549', '43550', '43551', '43552', '43553']
2025-12-25 04:23:21.373 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:23:21.373 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:23:21.373 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:23:21.373 DEBUG [src.node.docker_mananger] docker run -i -t -p 43549:43549 -p 43550:43550 -p 43551:43551 -p 43552:43552 -p 43553:43553 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=43551 --rest-port=43549 --tcp-port=43550 --discv5-udp-port=43552 --rest-address=0.0.0.0 --nat=extip:172.18.38.155 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=24ec7dbb19c4414edcdfd73a2fe049b52c3c694d8edc6f9fad17d2dc65cd3a11 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43553 --metrics-logging=true --store=true --relay=true
2025-12-25 04:23:21.558 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.155 waku 4f9a4515dce2476281dabd6ec51d42b5837f56383bd71cb7152fad84ab45ece9
2025-12-25 04:23:21.591 DEBUG [src.node.docker_mananger] Container started with ID 4f9a4515dce2. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__wakuorg_nwaku:latest.log
2025-12-25 04:23:21.593 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43549
2025-12-25 04:23:21.595 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:23:21.599 ERROR [src.node.docker_mananger] Max retries reached for container 7480d52c318d. Exiting log stream.
2025-12-25 04:23:22.199 ERROR [src.node.docker_mananger] Max retries reached for container 1fc53a115991. Exiting log stream.
2025-12-25 04:23:22.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43549/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:22.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_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:23:22.602 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:23:22.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43549/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:22.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.155/tcp/43550/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B","/ip4/172.18.38.155/tcp/43551/ws/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B"],"enrUri":"enr:-L24QHXyQdUd8pQMcVeVAHpzMT1PQWW66OQ3RdZw6sRB6-BOdfRAsW563t3nOUBAcdPVyG3XSZjhgEp4F2fQdpl3fnUCgmlkgnY0gmlwhKwSJpuKbXVsdGlhZGRyc5YACASsEiabBqoeAAoErBImmwaqH90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLhv0WwMH_dS2F3IFsnchLB7_N0Tzve3ksZtzMyBUzEiDdGNwgqoeg3VkcIKqIIV3YWt1MgM"}'
2025-12-25 04:23:22.604 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:23:22.612 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:23:22.612 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__wakuorg_nwaku:latest.log
2025-12-25 04:23:22.612 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:23:22.612 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:23:22.613 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:23:22.614 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.25
2025-12-25 04:23:22.614 DEBUG [src.node.docker_mananger] Generated ports ['65439', '65440', '65441', '65442', '65443']
2025-12-25 04:23:22.614 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:23:22.614 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:23:22.614 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:23:22.614 DEBUG [src.node.docker_mananger] docker run -i -t -p 65439:65439 -p 65440:65440 -p 65441:65441 -p 65442:65442 -p 65443:65443 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=65441 --rest-port=65439 --tcp-port=65440 --discv5-udp-port=65442 --rest-address=0.0.0.0 --nat=extip:172.18.28.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b22a56bcda9fcdcbbb5f18ec8bed4e9b6e887792c8bce3ef41f0caadf1c4fece --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65443 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHXyQdUd8pQMcVeVAHpzMT1PQWW66OQ3RdZw6sRB6-BOdfRAsW563t3nOUBAcdPVyG3XSZjhgEp4F2fQdpl3fnUCgmlkgnY0gmlwhKwSJpuKbXVsdGlhZGRyc5YACASsEiabBqoeAAoErBImmwaqH90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLhv0WwMH_dS2F3IFsnchLB7_N0Tzve3ksZtzMyBUzEiDdGNwgqoeg3VkcIKqIIV3YWt1MgM --storenode=/ip4/172.18.38.155/tcp/43550/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B --store=true --relay=true
2025-12-25 04:23:22.797 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.25 waku 856c5079a942b09c8ba9bc807c4289260c0df863c167dda589ba41c1685159df
2025-12-25 04:23:22.828 DEBUG [src.node.docker_mananger] Container started with ID 856c5079a942. Setting up logs at ./log/docker/store_node1_2025-12-25_04-23-21__6b7a032e-ba2e-4592-aa99-38a54a9f4270__wakuorg_nwaku:latest.log
2025-12-25 04:23:22.830 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65439
2025-12-25 04:23:22.830 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:23:23.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65439/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:23.836 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"}]}'
2025-12-25 04:23:23.836 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:23:23.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65439/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:23.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.25/tcp/65440/p2p/16Uiu2HAm1Bt7eZSb8CtykoUGNERxcnaCY55qHV7dSXY2Y4CuKjCM","/ip4/172.18.28.25/tcp/65441/ws/p2p/16Uiu2HAm1Bt7eZSb8CtykoUGNERxcnaCY55qHV7dSXY2Y4CuKjCM"],"enrUri":"enr:-L24QMGkHfCqJF1Ks7xR_ahDa73-WNDRsQDloZ9u2oP8WHnaJxjP4mVxIfPj0aowZZRWLrZ-qs9kKnpCm9NKyqbQBrcCgmlkgnY0gmlwhKwSHBmKbXVsdGlhZGRyc5YACASsEhwZBv-gAAoErBIcGQb_od0DgnJzhQADAQAAiXNlY3AyNTZrMaECVZ22OM02sMIqNkMRwg0-pr1dT1SwVWwDSWuGKwBZ1aqDdGNwgv-gg3VkcIL_ooV3YWt1MgM"}'
2025-12-25 04:23:23.839 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:23:23.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65439/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.38.155/tcp/43550/p2p/16Uiu2HAmFkypy6vg4uY6gMaZmnrHJeK7u1tvRGQY1vN2cHdBDp6B"]'
2025-12-25 04:23:23.842 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:23.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:23:23.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:23.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65439/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:23:23.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:23.848 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:23.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:23.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:23.853 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:24.053 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:24.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:24.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:24.060 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:24.261 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:24.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:24.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:24.268 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:24.469 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:24.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:24.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:24.475 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:24.675 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:24.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:24.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:24.682 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:24.883 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:24.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:24.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:24.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:25.090 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:25.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:25.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:25.097 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:25.298 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:25.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:25.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:25.304 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:25.506 DEBUG [tests.store.test_topics] Trying to get stored msg with wrong url topic waku/2/rs/3/0
2025-12-25 04:23:25.506 DEBUG [src.steps.store] Relaying message
2025-12-25 04:23:25.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43549/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:23:25.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:23:25.511 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:23:25.712 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:23:25.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43549/store/v3/messages?pubsubTopic=waku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:23:25.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2025-12-25 04:23:25.716 DEBUG [src.steps.store] messages length is 0
2025-12-25 04:23:25.716 ERROR [tests.store.test_topics] Topic waku/2/rs/3/0 is wrong ''n: Peer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
2025-12-25 04:23:25.719 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:23:25.720 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:23:25.721 DEBUG [src.node.waku_node] Stopping container with id 4f9a4515dce2
2025-12-25 04:23:26.302 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:23:26.302 DEBUG [src.node.waku_node] Stopping container with id 856c5079a942
2025-12-25 04:23:26.864 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:23:26.866 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:23:26.874 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:23:26.881 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

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_admin_service_peers_schema with id: 2025-12-25_04-20-21__d04cd545-1f08-4ca3-b01d-314cfdce3888
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_2025-12-25_04-20-21__d04cd545-1f08-4ca3-b01d-314cfdce3888__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_2025-12-25_04-20-21__d04cd545-1f08-4ca3-b01d-314cfdce3888__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_2025-12-25_04-20-21__d04cd545-1f08-4ca3-b01d-314cfdce3888__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_2025-12-25_04-20-21__d04cd545-1f08-4ca3-b01d-314cfdce3888__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.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/n1_service_schema__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/n2_service_schema__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.181.129
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44302', '44303', '44304', '44305', '44306']
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 44302:44302 -p 44303:44303 -p 44304:44304 -p 44305:44305 -p 44306:44306 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=44304 --rest-port=44302 --tcp-port=44303 --discv5-udp-port=44305 --rest-address=0.0.0.0 --nat=extip:172.18.181.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dfbcff2b0f0228a2a3ecf47aae3c7b0dc8a1ff15d4f98bb6bfaedaa58d66dc7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44306 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.181.129 waku 857ceea59d3e6b5920a8586461ef5b8734f302f073ed946f4b931c7a1cc9fce6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 857ceea59d3e. Setting up logs at ./log/docker/n1_service_schema__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44302
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 a24b44217965. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cb1946b43c98. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44302/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:44302/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.181.129/tcp/44303/p2p/16Uiu2HAmEZMhhTALMH37jmCheFtbmGR9p8e4wLLj2JDzpWUTcAfw","/ip4/172.18.181.129/tcp/44304/ws/p2p/16Uiu2HAmEZMhhTALMH37jmCheFtbmGR9p8e4wLLj2JDzpWUTcAfw"],"enrUri":"enr:-L24QA9zAas64VcGmfr8sLp89ysrEjwBUF6eRKuNY1wkdH9pPkHfB2ldvz880Eg3veUsVsE0KUi-4BuH-C_qoQwuQgMCgmlkgnY0gmlwhKwStYGKbXVsdGlhZGRyc5YACASsErWBBq0PAAoErBK1gQatEN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHEYIGRhZaAelbN8ZaiL1AlA7BvEggt3uiXLxo5ntbc6DdGNwgq0Pg3VkcIKtEYV3YWt1MgE"}'
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.242.119
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14826', '14827', '14828', '14829', '14830']
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 14826:14826 -p 14827:14827 -p 14828:14828 -p 14829:14829 -p 14830:14830 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=14828 --rest-port=14826 --tcp-port=14827 --discv5-udp-port=14829 --rest-address=0.0.0.0 --nat=extip:172.18.242.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=05e2f9f8be07aec3eb99b57feea827df339f1ecbefdd75fc435cbe2aff4aba5b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14830 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QA9zAas64VcGmfr8sLp89ysrEjwBUF6eRKuNY1wkdH9pPkHfB2ldvz880Eg3veUsVsE0KUi-4BuH-C_qoQwuQgMCgmlkgnY0gmlwhKwStYGKbXVsdGlhZGRyc5YACASsErWBBq0PAAoErBK1gQatEN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHEYIGRhZaAelbN8ZaiL1AlA7BvEggt3uiXLxo5ntbc6DdGNwgq0Pg3VkcIKtEYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.242.119 waku 6bc7378b57c3e693a5983293aabc094c0b776de44b002ad9c905cd6e6a532298
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6bc7378b57c3. Setting up logs at ./log/docker/n2_service_schema__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14826
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:14826/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:14826/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.119/tcp/14827/p2p/16Uiu2HAm85hQEQgRHtVh7KHLrogm7ngc8Kikt4r233V2Ki3MWHsD","/ip4/172.18.242.119/tcp/14828/ws/p2p/16Uiu2HAm85hQEQgRHtVh7KHLrogm7ngc8Kikt4r233V2Ki3MWHsD"],"enrUri":"enr:-L24QJPVgqiwi2ErQnxadu0a67AOBx1huri1SMCdNUYB9VFNKvf8x9vskJWIrP9NuOs05kwzXkOqjRRqscl7w-T1vQMCgmlkgnY0gmlwhKwS8neKbXVsdGlhZGRyc5YACASsEvJ3BjnrAAoErBLydwY57N0DgnJzhQADAQAAiXNlY3AyNTZrMaECvAnrxgGk3bssVgssCNCnzX4gRoMEbjSLuuw_fa0-wuiDdGNwgjnrg3VkcII57YV3YWt1MgE"}'
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 GET "http://127.0.0.1:44302/admin/v1/peers/service" -H "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.242.119/tcp/38058/p2p/16Uiu2HAm85hQEQgRHtVh7KHLrogm7ngc8Kikt4r233V2Ki3MWHsD","protocols":["/vac/waku/relay/2.0.0","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:543 Validate schema of get service peers
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 857ceea59d3e
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 6bc7378b57c3
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,109 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_sync_flags_no_relay_2nodes with id: 2025-12-25_04-21-21__b44ff7f6-1550-4a25-b245-d3fe762c74d6
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_2025-12-25_04-21-21__b44ff7f6-1550-4a25-b245-d3fe762c74d6__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_2025-12-25_04-21-21__b44ff7f6-1550-4a25-b245-d3fe762c74d6__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_2025-12-25_04-21-21__b44ff7f6-1550-4a25-b245-d3fe762c74d6__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.124.50
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13425', '13426', '13427', '13428', '13429']
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 13425:13425 -p 13426:13426 -p 13427:13427 -p 13428:13428 -p 13429:13429 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=13427 --rest-port=13425 --tcp-port=13426 --discv5-udp-port=13428 --rest-address=0.0.0.0 --nat=extip:172.18.124.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d41e3abc5159ec80720dead701943aeececaa5fdcf7b0d5a89f6907e60c48e47 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13429 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.50 waku 16bee0e70e6612deec3c13867f7a21b14cb77fdc87fcb7325fdb60091e8000fd
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3c3528a6705d. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 16bee0e70e66. Setting up logs at ./log/docker/node1_2025-12-25_04-21-21__b44ff7f6-1550-4a25-b245-d3fe762c74d6__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13425
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 28ac5ef35e88. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13425/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:13425/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.124.50/tcp/13426/p2p/16Uiu2HAmHh1wD85R3SK3SjtQ3hRjbseunyX9E3FjNPXsoRoruaN1","/ip4/172.18.124.50/tcp/13427/ws/p2p/16Uiu2HAmHh1wD85R3SK3SjtQ3hRjbseunyX9E3FjNPXsoRoruaN1"],"enrUri":"enr:-L24QK1HN7xWF-uQ4XjkEg6G0fU3zY1QGtzKaYQn84PKI9rfXAFsoLLp9MnTdXYiAwkCSUzUiunxBV09N_3WvrBbSgsCgmlkgnY0gmlwhKwSfDKKbXVsdGlhZGRyc5YACASsEnwyBjRyAAoErBJ8MgY0c90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSs9jYlJDFWVT5dxNo7AJUUKwNvAJmGRDOMaaKSjMAFaDdGNwgjRyg3VkcII0dIV3YWt1MhM"}'
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:13425/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.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.224.115
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50637', '50638', '50639', '50640', '50641']
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 50637:50637 -p 50638:50638 -p 50639:50639 -p 50640:50640 -p 50641:50641 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=50639 --rest-port=50637 --tcp-port=50638 --discv5-udp-port=50640 --rest-address=0.0.0.0 --nat=extip:172.18.224.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9dcc5f070a88ceba95152ef43fbb26d28fcee5db2bc8baf2daccf22bca0662a5 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50641 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QK1HN7xWF-uQ4XjkEg6G0fU3zY1QGtzKaYQn84PKI9rfXAFsoLLp9MnTdXYiAwkCSUzUiunxBV09N_3WvrBbSgsCgmlkgnY0gmlwhKwSfDKKbXVsdGlhZGRyc5YACASsEnwyBjRyAAoErBJ8MgY0c90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSs9jYlJDFWVT5dxNo7AJUUKwNvAJmGRDOMaaKSjMAFaDdGNwgjRyg3VkcII0dIV3YWt1MhM
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.224.115 waku 9c425b5e2e5618f60af380ae47a4adefbfae9bf9acd2326aa5ab7837f3196440
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9c425b5e2e56. Setting up logs at ./log/docker/node2_2025-12-25_04-21-21__b44ff7f6-1550-4a25-b245-d3fe762c74d6__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50637
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:50637/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":"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:50637/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.224.115/tcp/50638/p2p/16Uiu2HAm41ZN4uVBqFMuhGCRVF2SEPqrBnH1UTdv29GkrLbk27qN","/ip4/172.18.224.115/tcp/50639/ws/p2p/16Uiu2HAm41ZN4uVBqFMuhGCRVF2SEPqrBnH1UTdv29GkrLbk27qN"],"enrUri":"enr:-L24QJa4aKvn9bj0QDHMMD0HFVDio_EfwUu5EDbBnAe_A3dYbCwazdxWg_EZICiWXPgwMFGjwQocegWcDxkrkLD3bIgCgmlkgnY0gmlwhKwS4HOKbXVsdGlhZGRyc5YACASsEuBzBsXOAAoErBLgcwbFz90DgnJzhQADAQAAiXNlY3AyNTZrMaECf4vDId3M-AWWZ01CW1wNiLkBn4AsQ7Rx8iZAcJmuRyWDdGNwgsXOg3VkcILF0IV3YWt1MhI"}'
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:50637/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.50/tcp/13426/p2p/16Uiu2HAmHh1wD85R3SK3SjtQ3hRjbseunyX9E3FjNPXsoRoruaN1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 1 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:13425/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:13425/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:13425/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:13425/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:13425/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:13425/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:13425/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:13425/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:13425/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:13425/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.libs.common:common.py:47 Sleeping for 20 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:50637/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":"0xce7168911f8fa20acdf1c2b88653e765ee903c1f72aa2f30eabb405620023df9"},{"messageHash":"0x8ab27c1383dda47851b85b1c0ea0d53c835c125417bff82f4ac78153b8b7dd18"},{"messageHash":"0x6bc15d0c506ecc887d02c054cc52c66a4de89e0fc94f8916210f611c9fdd958e"},{"messageHash":"0xb92ff2204c637f0cb60afa934f9bf8ed8f6e7308eeec15ae18281b1683479716"},{"messageHash":"0xa84b1bb74f6571cbe4642f500e68f2e81dc21ebac901c9f46086d4363df0a787"},{"messageHash":"0xed4abf024cf1b8014039dd3d8d67e5e3923653c407e81097d74861f18c1fc42e"},{"messageHash":"0x0b79a5c86d7a16252916d6a96caea9f7de6e88f104036a58964698ea33b23394"},{"messageHash":"0x0e9ba48c8d95cab02f9dab417fc1673319759b655a181e424dbbaa25ab8ed951"},{"messageHash":"0x27b1d210e87b9ab058ce250b057a8b916122acec8360dc5f1ab99b81cc92a3fa"},{"messageHash":"0xe15997a524b625eb35344a01c1eb6e7af9222557864ef93539e76361a9b7c018"}]}'
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 16bee0e70e66
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 9c425b5e2e56
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 @@
2025-12-25 04:15:11.897 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:11.897 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_no_content_topic with id: 2025-12-25_04-15-11__2fc86058-8781-4567-93a7-3caa22ac4171
2025-12-25 04:15:11.897 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:11.898 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:11.898 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:11.904 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:11.904 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-11__2fc86058-8781-4567-93a7-3caa22ac4171__wakuorg_nwaku:latest.log
2025-12-25 04:15:11.904 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:11.904 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:11.906 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:11.906 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.157
2025-12-25 04:15:11.906 DEBUG [src.node.docker_mananger] Generated ports ['41095', '41096', '41097', '41098', '41099']
2025-12-25 04:15:11.906 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:11.906 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:11.906 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:11.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 41095:41095 -p 41096:41096 -p 41097:41097 -p 41098:41098 -p 41099:41099 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=41097 --rest-port=41095 --tcp-port=41096 --discv5-udp-port=41098 --rest-address=0.0.0.0 --nat=extip:172.18.185.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbb1e3037ac7a4057bdcbf31fe7573bdd4e1dabd70bbbef976dd04dc1dde35ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41099 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:12.089 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.157 waku 0272daf5fe29a0bb6f94b152d01e4f43b88aa20b91664cec8c516c2b205840fd
2025-12-25 04:15:12.121 DEBUG [src.node.docker_mananger] Container started with ID 0272daf5fe29. Setting up logs at ./log/docker/node1_2025-12-25_04-15-11__2fc86058-8781-4567-93a7-3caa22ac4171__wakuorg_nwaku:latest.log
2025-12-25 04:15:12.122 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41095
2025-12-25 04:15:12.123 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:12.223 ERROR [src.node.docker_mananger] Max retries reached for container 9d507c782a9a. Exiting log stream.
2025-12-25 04:15:12.697 ERROR [src.node.docker_mananger] Max retries reached for container 612354adfa0d. Exiting log stream.
2025-12-25 04:15:13.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41095/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:13.126 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"}]}'
2025-12-25 04:15:13.127 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:13.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41095/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:13.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.157/tcp/41096/p2p/16Uiu2HAkzHDsQHnu55aa2L4UUL5AmiChKgLBG9aBuFncWuiN3RYU","/ip4/172.18.185.157/tcp/41097/ws/p2p/16Uiu2HAkzHDsQHnu55aa2L4UUL5AmiChKgLBG9aBuFncWuiN3RYU"],"enrUri":"enr:-L24QOwBsDaiG6wHUTWobYYFZ71sBjCARubTMnJvjC7b3BNMQUIwV7z2ezqrWYPlryEOaCYd7a_0UUvCzYEzxqhLKd8CgmlkgnY0gmlwhKwSuZ2KbXVsdGlhZGRyc5YACASsErmdBqCIAAoErBK5nQagid0DgnJzhQADAQAAiXNlY3AyNTZrMaECSCBD6MT2rKsxdEDpGr9mbRYh8k_mZK_2jG8L_0_UYkGDdGNwgqCIg3VkcIKgioV3YWt1MgU"}'
2025-12-25 04:15:13.129 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:13.129 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:13.136 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:13.136 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-11__2fc86058-8781-4567-93a7-3caa22ac4171__wakuorg_nwaku:latest.log
2025-12-25 04:15:13.136 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:13.136 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:13.138 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:13.138 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.86
2025-12-25 04:15:13.138 DEBUG [src.node.docker_mananger] Generated ports ['49293', '49294', '49295', '49296', '49297']
2025-12-25 04:15:13.138 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:13.138 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:13.138 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:13.138 DEBUG [src.node.docker_mananger] docker run -i -t -p 49293:49293 -p 49294:49294 -p 49295:49295 -p 49296:49296 -p 49297:49297 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=49295 --rest-port=49293 --tcp-port=49294 --discv5-udp-port=49296 --rest-address=0.0.0.0 --nat=extip:172.18.79.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf5fafb6af0dc369fd15288ebbcde3f52d1b8e29cfa13a21f212b3b04b3ce40c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49297 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOwBsDaiG6wHUTWobYYFZ71sBjCARubTMnJvjC7b3BNMQUIwV7z2ezqrWYPlryEOaCYd7a_0UUvCzYEzxqhLKd8CgmlkgnY0gmlwhKwSuZ2KbXVsdGlhZGRyc5YACASsErmdBqCIAAoErBK5nQagid0DgnJzhQADAQAAiXNlY3AyNTZrMaECSCBD6MT2rKsxdEDpGr9mbRYh8k_mZK_2jG8L_0_UYkGDdGNwgqCIg3VkcIKgioV3YWt1MgU --filternode=/ip4/172.18.185.157/tcp/41096/p2p/16Uiu2HAkzHDsQHnu55aa2L4UUL5AmiChKgLBG9aBuFncWuiN3RYU
2025-12-25 04:15:13.319 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.86 waku 37920a2d4171760f486107ab66abe20f47874e16c01da303334843e58402fbd5
2025-12-25 04:15:13.354 DEBUG [src.node.docker_mananger] Container started with ID 37920a2d4171. Setting up logs at ./log/docker/node2_2025-12-25_04-15-11__2fc86058-8781-4567-93a7-3caa22ac4171__wakuorg_nwaku:latest.log
2025-12-25 04:15:13.355 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49293
2025-12-25 04:15:13.355 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:14.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49293/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.359 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"}]}'
2025-12-25 04:15:14.360 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:14.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49293/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.86/tcp/49294/p2p/16Uiu2HAm5Gni2VgddvGH1mqz2TQZ8mXxaJJeCbyQXdwbbgn3Nsf7","/ip4/172.18.79.86/tcp/49295/ws/p2p/16Uiu2HAm5Gni2VgddvGH1mqz2TQZ8mXxaJJeCbyQXdwbbgn3Nsf7"],"enrUri":"enr:-L24QEQdNQIkwmtiC0WtDkdf9QfTWcoORAA37AHFrHbzrx0_PKGvlIOf1Qv9Fl2NXrk-u3Vy9yoEd6NWmQJcdLOU3hcCgmlkgnY0gmlwhKwST1aKbXVsdGlhZGRyc5YACASsEk9WBsCOAAoErBJPVgbAj90DgnJzhQADAQAAiXNlY3AyNTZrMaECkk4_4VwZa6Kwy7dYmh1hG13tsyXztaNadL5_CXPmrPKDdGNwgsCOg3VkcILAkIV3YWt1MgA"}'
2025-12-25 04:15:14.362 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:14.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49293/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.157/tcp/41096/p2p/16Uiu2HAkzHDsQHnu55aa2L4UUL5AmiChKgLBG9aBuFncWuiN3RYU"]'
2025-12-25 04:15:14.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:14.394 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:14.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41095/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:14.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:14.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49293/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8892ee32-9271-4da5-8c2e-1a3201dff9f3", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:14.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8892ee32-9271-4da5-8c2e-1a3201dff9f3","statusDesc":"OK"}'
2025-12-25 04:15:14.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49293/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:14.427 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:49293/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\\"))"}'
2025-12-25 04:15:14.429 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:14.430 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:14.430 DEBUG [src.node.waku_node] Stopping container with id 0272daf5fe29
2025-12-25 04:15:14.935 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:14.935 DEBUG [src.node.waku_node] Stopping container with id 37920a2d4171
2025-12-25 04:15:15.420 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:15.421 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:15.426 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:15.431 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_sync_flags with id: 2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5
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_2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5__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_2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5__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_2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5__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.98.73
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41532', '41533', '41534', '41535', '41536']
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 41532:41532 -p 41533:41533 -p 41534:41534 -p 41535:41535 -p 41536:41536 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=41534 --rest-port=41532 --tcp-port=41533 --discv5-udp-port=41535 --rest-address=0.0.0.0 --nat=extip:172.18.98.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f93e578f1c007254a643ac5c78b6a57c59f7a1b12d8f053a0e0dfd8b875eee30 --store-sync=true --store=true --store-sync-range=10 --store-sync-interval=1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41536 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 38538ad24aa6. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.98.73 waku 40884f1cd3b567f70298fefea85b86bec654784928db366db1aac73329841230
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 40884f1cd3b5. Setting up logs at ./log/docker/node1_2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41532
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 897153a54d5e. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41532/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:41532/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.98.73/tcp/41533/p2p/16Uiu2HAmRiba7G3hJsEysa5Nz3Lkk66corqDd87ZEev5qKewwhue","/ip4/172.18.98.73/tcp/41534/ws/p2p/16Uiu2HAmRiba7G3hJsEysa5Nz3Lkk66corqDd87ZEev5qKewwhue"],"enrUri":"enr:-L24QAqNZckC8sDBIv56mEa8umEcFDkroBM25x33b7T1sQU2bvTBTjXzD7I32iSJjSvh9iL7Fb6Vv5kEQU_9MdbDH6kCgmlkgnY0gmlwhKwSYkmKbXVsdGlhZGRyc5YACASsEmJJBqI9AAoErBJiSQaiPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwhR_O0cxduwxNUyoJTcjvk88WT4AdoSjFXOLx-Qtyf2DdGNwgqI9g3VkcIKiP4V3YWt1MhM"}'
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.16
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49326', '49327', '49328', '49329', '49330']
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 49326:49326 -p 49327:49327 -p 49328:49328 -p 49329:49329 -p 49330:49330 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=49328 --rest-port=49326 --tcp-port=49327 --discv5-udp-port=49329 --rest-address=0.0.0.0 --nat=extip:172.18.117.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4faec77d242ac9dedcc4a2ff06fed94d95be43bb2c35c1a3ab96bd9753eeaad0 --store-sync=true --store=false --store-sync-range=10 --store-sync-interval=1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49330 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QAqNZckC8sDBIv56mEa8umEcFDkroBM25x33b7T1sQU2bvTBTjXzD7I32iSJjSvh9iL7Fb6Vv5kEQU_9MdbDH6kCgmlkgnY0gmlwhKwSYkmKbXVsdGlhZGRyc5YACASsEmJJBqI9AAoErBJiSQaiPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwhR_O0cxduwxNUyoJTcjvk88WT4AdoSjFXOLx-Qtyf2DdGNwgqI9g3VkcIKiP4V3YWt1MhM
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.117.16 waku ae7c411c9a212f77b3a2f3cc1a9a03dd402f99c6425df7ab6832f8cfac44da7a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ae7c411c9a21. Setting up logs at ./log/docker/node2_2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49326
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:49326/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":"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:49326/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.16/tcp/49327/p2p/16Uiu2HAmSaehS5qLkZJapzMoh9FmrJSkRYBAEXwVdgoc4nUNwH6R","/ip4/172.18.117.16/tcp/49328/ws/p2p/16Uiu2HAmSaehS5qLkZJapzMoh9FmrJSkRYBAEXwVdgoc4nUNwH6R"],"enrUri":"enr:-L24QJ6PdZM-sSQkuUD2BnobXyMZl04Bjr9bnz0fiDsR5lkkFloEJ3teQhaNVFOavvK5a5zjvdRG95J4Ed3D_DGArCwCgmlkgnY0gmlwhKwSdRCKbXVsdGlhZGRyc5YACASsEnUQBsCvAAoErBJ1EAbAsN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzucShczTTmS4zW_lGPf_ToGvK4KjY3OsnPxp2Hd1NdqDdGNwgsCvg3VkcILAsYV3YWt1MgE"}'
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.240.179
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43570', '43571', '43572', '43573', '43574']
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 43570:43570 -p 43571:43571 -p 43572:43572 -p 43573:43573 -p 43574:43574 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=43572 --rest-port=43570 --tcp-port=43571 --discv5-udp-port=43573 --rest-address=0.0.0.0 --nat=extip:172.18.240.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0c07c19af24dafbcdbb4d40b5bbca5ab3a9affccfc125bfae575bed78a4c7813 --store-sync=true --store=false --store-sync-range=10 --store-sync-interval=1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43574 --metrics-logging=true --store-sync-relay-jitter=1 --relay=true --discv5-bootstrap-node=enr:-L24QJ6PdZM-sSQkuUD2BnobXyMZl04Bjr9bnz0fiDsR5lkkFloEJ3teQhaNVFOavvK5a5zjvdRG95J4Ed3D_DGArCwCgmlkgnY0gmlwhKwSdRCKbXVsdGlhZGRyc5YACASsEnUQBsCvAAoErBJ1EAbAsN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzucShczTTmS4zW_lGPf_ToGvK4KjY3OsnPxp2Hd1NdqDdGNwgsCvg3VkcILAsYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.240.179 waku f9f86080ab4b0afb898fffd4351b8c731232478d6af87f094451f3041802e2e7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f9f86080ab4b. Setting up logs at ./log/docker/node3_2025-12-25_04-33-58__d183eaf2-7614-409d-ac9c-380f4a6614e5__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43570
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:43570/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:43570/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.179/tcp/43571/p2p/16Uiu2HAmKC98bjRQN3E7m9s3F6D1HYoQbhLYygoBMa8GmvTYm6vT","/ip4/172.18.240.179/tcp/43572/ws/p2p/16Uiu2HAmKC98bjRQN3E7m9s3F6D1HYoQbhLYygoBMa8GmvTYm6vT"],"enrUri":"enr:-L24QCHV4OCNmEfujqKi7GD25qDg0dBfhPLwSfRhUJtXgGlwS2sxTtW5v8F3v9xismjzB8yzZn28Y7G7dOE--nYKeoICgmlkgnY0gmlwhKwS8LOKbXVsdGlhZGRyc5YACASsEvCzBqozAAoErBLwswaqNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYSEOOktnddycIQZ93hQvMDtBUWmwCY2Sdy3Mngs7FiCDdGNwgqozg3VkcIKqNYV3YWt1MgE"}'
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:49326/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.98.73/tcp/41533/p2p/16Uiu2HAmRiba7G3hJsEysa5Nz3Lkk66corqDd87ZEev5qKewwhue"]'
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:43570/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.117.16/tcp/49327/p2p/16Uiu2HAmSaehS5qLkZJapzMoh9FmrJSkRYBAEXwVdgoc4nUNwH6R"]'
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:41532/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:49326/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:43570/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:41532/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:41532/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:41532/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:41532/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:41532/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:41532/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:41532/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:41532/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:41532/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:41532/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.libs.common:common.py:47 Sleeping for 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:41532/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":"0xe0ef4e805b472c18459a8eede468499a4662f4b78f43ebf56dcc75a856032384"},{"messageHash":"0xe8d413d607e2600a5100c4c120ee1286c719228fb5c6ba17e34df57c62a2afa3"},{"messageHash":"0x0c6d32bf89f4ae632c483606b03a7613dab4bd7490bdddb454290e5d72f445b0"},{"messageHash":"0x6cda130a436bde61acb5cd3b33156f4f9fd9f4478db4c23fe07efcfa94b00b44"},{"messageHash":"0xd6b49a6f5bb6e06fb4db8a53c52979d8e3cd20fe1282c8b2e7be2ed23ffb5223"},{"messageHash":"0x39b628fe9b589d3005a8e0b9d2ec8431a102b38ebe89e59a3574f3a63e3e9e16"},{"messageHash":"0xfce8de28b12df72cff10689216e3c305653eadf3962e36c352336ce7613b532b"},{"messageHash":"0x1fcacb40e20da3b19ede65de2595cc239d2fecb33cc976c880538caed3f54213"},{"messageHash":"0x764f54c2bc356b2692e49b3ee54d09181fd6a2aefc873fa51be631187adbff63"},{"messageHash":"0x52b4a27a19286e06e605b8ea0db1ff3cfcbc7d37a0ec812a31e34a128fb17ac7"}]}'
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:49326/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":"519c082c9783f625ad9a","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0ef4e805b472c18459a8eede468499a4662f4b78f43ebf56dcc75a856032384"},{"messageHash":"0xe8d413d607e2600a5100c4c120ee1286c719228fb5c6ba17e34df57c62a2afa3"},{"messageHash":"0x0c6d32bf89f4ae632c483606b03a7613dab4bd7490bdddb454290e5d72f445b0"},{"messageHash":"0x6cda130a436bde61acb5cd3b33156f4f9fd9f4478db4c23fe07efcfa94b00b44"},{"messageHash":"0xd6b49a6f5bb6e06fb4db8a53c52979d8e3cd20fe1282c8b2e7be2ed23ffb5223"},{"messageHash":"0x39b628fe9b589d3005a8e0b9d2ec8431a102b38ebe89e59a3574f3a63e3e9e16"},{"messageHash":"0xfce8de28b12df72cff10689216e3c305653eadf3962e36c352336ce7613b532b"},{"messageHash":"0x1fcacb40e20da3b19ede65de2595cc239d2fecb33cc976c880538caed3f54213"},{"messageHash":"0x764f54c2bc356b2692e49b3ee54d09181fd6a2aefc873fa51be631187adbff63"},{"messageHash":"0x52b4a27a19286e06e605b8ea0db1ff3cfcbc7d37a0ec812a31e34a128fb17ac7"}]}'
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:43570/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":"34931ffcf7e9ac3e892c","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0ef4e805b472c18459a8eede468499a4662f4b78f43ebf56dcc75a856032384"},{"messageHash":"0xe8d413d607e2600a5100c4c120ee1286c719228fb5c6ba17e34df57c62a2afa3"},{"messageHash":"0x0c6d32bf89f4ae632c483606b03a7613dab4bd7490bdddb454290e5d72f445b0"},{"messageHash":"0x6cda130a436bde61acb5cd3b33156f4f9fd9f4478db4c23fe07efcfa94b00b44"},{"messageHash":"0xd6b49a6f5bb6e06fb4db8a53c52979d8e3cd20fe1282c8b2e7be2ed23ffb5223"},{"messageHash":"0x39b628fe9b589d3005a8e0b9d2ec8431a102b38ebe89e59a3574f3a63e3e9e16"},{"messageHash":"0xfce8de28b12df72cff10689216e3c305653eadf3962e36c352336ce7613b532b"},{"messageHash":"0x1fcacb40e20da3b19ede65de2595cc239d2fecb33cc976c880538caed3f54213"},{"messageHash":"0x764f54c2bc356b2692e49b3ee54d09181fd6a2aefc873fa51be631187adbff63"},{"messageHash":"0x52b4a27a19286e06e605b8ea0db1ff3cfcbc7d37a0ec812a31e34a128fb17ac7"}]}'
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 40884f1cd3b5
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ae7c411c9a21
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id f9f86080ab4b
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 40884f1cd3b5. 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,101 @@
2025-12-25 04:14:53.786 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:14:53.787 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6
2025-12-25 04:14:53.787 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:14:53.787 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:14:53.787 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:14:53.797 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:14:53.798 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6__wakuorg_nwaku:latest.log
2025-12-25 04:14:53.804 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:14:53.804 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6__wakuorg_nwaku:latest.log
2025-12-25 04:14:53.810 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:14:53.810 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6__wakuorg_nwaku:latest.log
2025-12-25 04:14:53.810 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:14:53.811 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:14:53.812 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:14:53.812 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:14:53.853 DEBUG [src.node.docker_mananger] Network waku created
2025-12-25 04:14:53.853 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.119
2025-12-25 04:14:53.853 DEBUG [src.node.docker_mananger] Generated ports ['62995', '62996', '62997', '62998', '62999']
2025-12-25 04:14:53.854 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:14:53.854 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:14:53.854 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:14:53.854 DEBUG [src.node.docker_mananger] docker run -i -t -p 62995:62995 -p 62996:62996 -p 62997:62997 -p 62998:62998 -p 62999:62999 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=62997 --rest-port=62995 --tcp-port=62996 --discv5-udp-port=62998 --rest-address=0.0.0.0 --nat=extip:172.18.46.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dca52c44c196abcac871b09a97efbabeb76dbd17331efbbefa9c4802b9e3af8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62999 --metrics-logging=true --lightpush=true
2025-12-25 04:14:56.201 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.119 waku c208f57cc342bcab776f5d9435238611f1b1782b00cedf4723c1b8db46af0471
2025-12-25 04:14:56.235 DEBUG [src.node.docker_mananger] Container started with ID c208f57cc342. Setting up logs at ./log/docker/node1_2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6__wakuorg_nwaku:latest.log
2025-12-25 04:14:56.235 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62995
2025-12-25 04:14:56.235 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:14:57.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62995/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:57.240 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"}]}'
2025-12-25 04:14:57.240 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:14:57.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:57.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.119/tcp/62996/p2p/16Uiu2HAmDpNqzsVLGEKvZrk2wZUfhC2zF4vAmwwo75mq59Xm3fUu","/ip4/172.18.46.119/tcp/62997/ws/p2p/16Uiu2HAmDpNqzsVLGEKvZrk2wZUfhC2zF4vAmwwo75mq59Xm3fUu"],"enrUri":"enr:-L24QL0JbqBJqGI9BA9fpkPchHJZ-4kcY6ar068F8n1NFraCdpX5klZZah2VhRVpsX1lt8IcI4QffQgUE11u-vy7zzICgmlkgnY0gmlwhKwSLneKbXVsdGlhZGRyc5YACASsEi53BvYUAAoErBIudwb2Fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEUNZb68y1dAQYj0QsROvuOrZw4utHps9kOym0ahpmXqDdGNwgvYUg3VkcIL2FoV3YWt1Mgk"}'
2025-12-25 04:14:57.243 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:14:57.243 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:14:57.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:14:57.245 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:14:57.245 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.236
2025-12-25 04:14:57.245 DEBUG [src.node.docker_mananger] Generated ports ['36061', '36062', '36063', '36064', '36065']
2025-12-25 04:14:57.245 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:14:57.245 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:14:57.246 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:14:57.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 36061:36061 -p 36062:36062 -p 36063:36063 -p 36064:36064 -p 36065:36065 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=36063 --rest-port=36061 --tcp-port=36062 --discv5-udp-port=36064 --rest-address=0.0.0.0 --nat=extip:172.18.209.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=781a7cc537aeeff85fe2064adb9583a6033e734beeee8bbcd2e413ecfc3fd5f1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36065 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QL0JbqBJqGI9BA9fpkPchHJZ-4kcY6ar068F8n1NFraCdpX5klZZah2VhRVpsX1lt8IcI4QffQgUE11u-vy7zzICgmlkgnY0gmlwhKwSLneKbXVsdGlhZGRyc5YACASsEi53BvYUAAoErBIudwb2Fd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEUNZb68y1dAQYj0QsROvuOrZw4utHps9kOym0ahpmXqDdGNwgvYUg3VkcIL2FoV3YWt1Mgk --lightpushnode=/ip4/172.18.46.119/tcp/62996/p2p/16Uiu2HAmDpNqzsVLGEKvZrk2wZUfhC2zF4vAmwwo75mq59Xm3fUu
2025-12-25 04:14:57.426 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.236 waku 48962d67d964be37641ad0ded643e69b7f0925146722fcf94fcc0af202a88478
2025-12-25 04:14:57.454 DEBUG [src.node.docker_mananger] Container started with ID 48962d67d964. Setting up logs at ./log/docker/node2_2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6__wakuorg_nwaku:latest.log
2025-12-25 04:14:57.455 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36061
2025-12-25 04:14:57.455 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:14:58.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36061/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:58.461 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_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":"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"}]}'
2025-12-25 04:14:58.461 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:14:58.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36061/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:58.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.236/tcp/36062/p2p/16Uiu2HAmJz8mSvqL8rYSPpuZH76xnrCmXLRVRuJtsiULgH2Cj7xL","/ip4/172.18.209.236/tcp/36063/ws/p2p/16Uiu2HAmJz8mSvqL8rYSPpuZH76xnrCmXLRVRuJtsiULgH2Cj7xL"],"enrUri":"enr:-L24QI7IblwtrV-k-HATo-LNwjqmz7sq7rMYA9_cw7G9e5U2FOwtxV4G2C2mVZoEnB2Z73Fqrpsr1njSuQm79Im3XekCgmlkgnY0gmlwhKwS0eyKbXVsdGlhZGRyc5YACASsEtHsBozeAAoErBLR7AaM390DgnJzhQADAQAAiXNlY3AyNTZrMaEDXg2sa5OXM1_K4eYvet0UE1jlcPGrBrCWJtvg-aKrHcGDdGNwgozeg3VkcIKM4IV3YWt1Mg0"}'
2025-12-25 04:14:58.464 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:14:58.464 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:14:58.464 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:14:58.465 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:14:58.466 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.104
2025-12-25 04:14:58.466 DEBUG [src.node.docker_mananger] Generated ports ['14458', '14459', '14460', '14461', '14462']
2025-12-25 04:14:58.466 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:14:58.466 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:14:58.466 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:14:58.466 DEBUG [src.node.docker_mananger] docker run -i -t -p 14458:14458 -p 14459:14459 -p 14460:14460 -p 14461:14461 -p 14462:14462 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=14460 --rest-port=14458 --tcp-port=14459 --discv5-udp-port=14461 --rest-address=0.0.0.0 --nat=extip:172.18.86.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b4721c8ec7ec049ea49ae1768f3ea390bc2baad8ef4ecbdf6c28e6ce767d2b9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14462 --metrics-logging=true --relay=false --filternode=/ip4/172.18.209.236/tcp/36062/p2p/16Uiu2HAmJz8mSvqL8rYSPpuZH76xnrCmXLRVRuJtsiULgH2Cj7xL --discv5-bootstrap-node=enr:-L24QI7IblwtrV-k-HATo-LNwjqmz7sq7rMYA9_cw7G9e5U2FOwtxV4G2C2mVZoEnB2Z73Fqrpsr1njSuQm79Im3XekCgmlkgnY0gmlwhKwS0eyKbXVsdGlhZGRyc5YACASsEtHsBozeAAoErBLR7AaM390DgnJzhQADAQAAiXNlY3AyNTZrMaEDXg2sa5OXM1_K4eYvet0UE1jlcPGrBrCWJtvg-aKrHcGDdGNwgozeg3VkcIKM4IV3YWt1Mg0
2025-12-25 04:14:58.681 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.104 waku 5698b2edaf5c4de3d2ce7f8dc7c07b2f0076ba8173983a2d95ff0af32ec80a7c
2025-12-25 04:14:58.708 DEBUG [src.node.docker_mananger] Container started with ID 5698b2edaf5c. Setting up logs at ./log/docker/node3_2025-12-25_04-14-53__773432dc-5812-4805-a4ae-a75fcab830f6__wakuorg_nwaku:latest.log
2025-12-25 04:14:58.709 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14458
2025-12-25 04:14:58.709 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:14:59.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:59.714 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":"READY"},{"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"}]}'
2025-12-25 04:14:59.715 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:14:59.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:59.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.104/tcp/14459/p2p/16Uiu2HAkxQVeUsj4GPL5nJVVAXsAp37ZFV3hTJ8ckPgJBPE3k9gm","/ip4/172.18.86.104/tcp/14460/ws/p2p/16Uiu2HAkxQVeUsj4GPL5nJVVAXsAp37ZFV3hTJ8ckPgJBPE3k9gm"],"enrUri":"enr:-L24QAv87-onaA6RLEoiIrZLW4fGZTm3KBi9Q7M1mmGIFm7sWJsgExLuE_iIbw1rofr4q_Gn7B3IlUfcAR-fZyz4i2ECgmlkgnY0gmlwhKwSVmiKbXVsdGlhZGRyc5YACASsElZoBjh7AAoErBJWaAY4fN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLEXL4-xk8FyVFE-2_k0J4hJ9D01QYMDhtufdsjvKY5qDdGNwgjh7g3VkcII4fYV3YWt1MgA"}'
2025-12-25 04:14:59.717 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:14:59.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62995/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:14:59.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:14:59.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36061/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:14:59.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:14:59.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14458/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:14:59.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
2025-12-25 04:14:59.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62995/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:59.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/54126/p2p/16Uiu2HAmJz8mSvqL8rYSPpuZH76xnrCmXLRVRuJtsiULgH2Cj7xL","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-subscribe/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-124-g96196a","origin":"UnknownOrigin"}]'
2025-12-25 04:14:59.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36061/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:59.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.46.119/tcp/62996/p2p/16Uiu2HAmDpNqzsVLGEKvZrk2wZUfhC2zF4vAmwwo75mq59Xm3fUu","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-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.86.104/tcp/41970/p2p/16Uiu2HAkxQVeUsj4GPL5nJVVAXsAp37ZFV3hTJ8ckPgJBPE3k9gm","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/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":[],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
2025-12-25 04:14:59.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:59.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.209.236/tcp/36062/p2p/16Uiu2HAmJz8mSvqL8rYSPpuZH76xnrCmXLRVRuJtsiULgH2Cj7xL","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-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
2025-12-25 04:14:59.784 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-25 04:15:29.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62995/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": 1766636129785309332}}'
2025-12-25 04:15:29.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:29.800 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:30.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.803 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":1766636129785309332,"ephemeral":false}]'
2025-12-25 04:15:30.806 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:30.807 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:30.807 DEBUG [src.node.waku_node] Stopping container with id c208f57cc342
2025-12-25 04:15:31.358 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:31.360 DEBUG [src.node.waku_node] Stopping container with id 48962d67d964
2025-12-25 04:15:31.913 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:31.913 DEBUG [src.node.waku_node] Stopping container with id 5698b2edaf5c
2025-12-25 04:15:32.240 ERROR [src.node.docker_mananger] Max retries reached for container c208f57cc342. Exiting log stream.
2025-12-25 04:15:32.420 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:32.424 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:32.458 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:32.481 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:32.491 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,115 @@
2025-12-25 04:16:18.027 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:16:18.028 DEBUG [tests.conftest] Running test: test_filter_get_message_with_valid_timestamps with id: 2025-12-25_04-16-18__9448581c-c1a5-43a4-bca4-0f2e34376b7b
2025-12-25 04:16:18.028 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:16:18.028 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:16:18.029 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:16:18.035 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:18.035 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-16-18__9448581c-c1a5-43a4-bca4-0f2e34376b7b__wakuorg_nwaku:latest.log
2025-12-25 04:16:18.035 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:18.035 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:18.036 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:18.037 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.54
2025-12-25 04:16:18.037 DEBUG [src.node.docker_mananger] Generated ports ['51352', '51353', '51354', '51355', '51356']
2025-12-25 04:16:18.037 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:18.037 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:18.037 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:18.037 DEBUG [src.node.docker_mananger] docker run -i -t -p 51352:51352 -p 51353:51353 -p 51354:51354 -p 51355:51355 -p 51356:51356 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=51354 --rest-port=51352 --tcp-port=51353 --discv5-udp-port=51355 --rest-address=0.0.0.0 --nat=extip:172.18.129.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcb186cc1e9d3dd2aadbf445bede5835fee80fbebc55c9c1bb0cc7bd29669efa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51356 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:16:18.222 ERROR [src.node.docker_mananger] Max retries reached for container cfaddc3a385b. Exiting log stream.
2025-12-25 04:16:18.232 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.54 waku 898226f9e8bdb2b8be3c868a3ddcacf07d28f8123d1f3d47bc85c462b6bac486
2025-12-25 04:16:18.262 DEBUG [src.node.docker_mananger] Container started with ID 898226f9e8bd. Setting up logs at ./log/docker/node1_2025-12-25_04-16-18__9448581c-c1a5-43a4-bca4-0f2e34376b7b__wakuorg_nwaku:latest.log
2025-12-25 04:16:18.264 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51352
2025-12-25 04:16:18.264 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:18.630 ERROR [src.node.docker_mananger] Max retries reached for container d2386e110b18. Exiting log stream.
2025-12-25 04:16:19.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51352/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.267 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"}]}'
2025-12-25 04:16:19.267 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:16:19.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51352/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.54/tcp/51353/p2p/16Uiu2HAmG7B9xYkDf4vVqqPYUb4dvUhenFjYHPzgva7WBAHTXX1M","/ip4/172.18.129.54/tcp/51354/ws/p2p/16Uiu2HAmG7B9xYkDf4vVqqPYUb4dvUhenFjYHPzgva7WBAHTXX1M"],"enrUri":"enr:-L24QC5ZDCzHdCFymxFjWTeS6RIO-dcnFTStjnp1mtamMYyUWKVz2wkYN_Lr-tZfjtjDERMbxdTN-eqsxgO7mCkIDA8CgmlkgnY0gmlwhKwSgTaKbXVsdGlhZGRyc5YACASsEoE2BsiZAAoErBKBNgbImt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM0hg70qhlmbghSzQ_8OggEBr1FfvPqDdHYjNI5f43tyDdGNwgsiZg3VkcILIm4V3YWt1MgU"}'
2025-12-25 04:16:19.270 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:16:19.270 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:16:19.276 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:16:19.276 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-16-18__9448581c-c1a5-43a4-bca4-0f2e34376b7b__wakuorg_nwaku:latest.log
2025-12-25 04:16:19.277 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:19.277 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:19.278 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:19.278 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.248.251
2025-12-25 04:16:19.278 DEBUG [src.node.docker_mananger] Generated ports ['37179', '37180', '37181', '37182', '37183']
2025-12-25 04:16:19.278 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:19.278 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:19.279 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:19.279 DEBUG [src.node.docker_mananger] docker run -i -t -p 37179:37179 -p 37180:37180 -p 37181:37181 -p 37182:37182 -p 37183:37183 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=37181 --rest-port=37179 --tcp-port=37180 --discv5-udp-port=37182 --rest-address=0.0.0.0 --nat=extip:172.18.248.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f571bd6fb1c9cddc7b5f9e65b6efa7c6b25c6bd0dfc7a72f87ddac9c83d2e4da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37183 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QC5ZDCzHdCFymxFjWTeS6RIO-dcnFTStjnp1mtamMYyUWKVz2wkYN_Lr-tZfjtjDERMbxdTN-eqsxgO7mCkIDA8CgmlkgnY0gmlwhKwSgTaKbXVsdGlhZGRyc5YACASsEoE2BsiZAAoErBKBNgbImt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM0hg70qhlmbghSzQ_8OggEBr1FfvPqDdHYjNI5f43tyDdGNwgsiZg3VkcILIm4V3YWt1MgU --filternode=/ip4/172.18.129.54/tcp/51353/p2p/16Uiu2HAmG7B9xYkDf4vVqqPYUb4dvUhenFjYHPzgva7WBAHTXX1M
2025-12-25 04:16:19.465 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.248.251 waku a36ccc2db8c33d732b7afe925a79bb640dab7149f57b59b5d6dd85a3bfcf467a
2025-12-25 04:16:19.498 DEBUG [src.node.docker_mananger] Container started with ID a36ccc2db8c3. Setting up logs at ./log/docker/node2_2025-12-25_04-16-18__9448581c-c1a5-43a4-bca4-0f2e34376b7b__wakuorg_nwaku:latest.log
2025-12-25 04:16:19.499 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37179
2025-12-25 04:16:19.499 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:20.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.503 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"}]}'
2025-12-25 04:16:20.503 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:16:20.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.248.251/tcp/37180/p2p/16Uiu2HAm1WSVB3evTAtad9zn62yFBW4DwLAeowsSdMeHrVqKadum","/ip4/172.18.248.251/tcp/37181/ws/p2p/16Uiu2HAm1WSVB3evTAtad9zn62yFBW4DwLAeowsSdMeHrVqKadum"],"enrUri":"enr:-L24QHkf4SCUWxGL2Yqij1_kplrn_g0NeLp-zAVHYnyknD3PMsMAoYT5zBU2A30Q30TMx3IQRyfrzziOqvt0ow8NK2oCgmlkgnY0gmlwhKwS-PuKbXVsdGlhZGRyc5YACASsEvj7BpE8AAoErBL4-waRPd0DgnJzhQADAQAAiXNlY3AyNTZrMaECWl7EvebaSIy3v2dNdL9rpxbgHLp-pMFja0jD8GFyoMyDdGNwgpE8g3VkcIKRPoV3YWt1MgA"}'
2025-12-25 04:16:20.506 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:16:20.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37179/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.54/tcp/51353/p2p/16Uiu2HAmG7B9xYkDf4vVqqPYUb4dvUhenFjYHPzgva7WBAHTXX1M"]'
2025-12-25 04:16:20.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:20.536 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:16:20.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:16:20.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:20.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37179/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5cc4959b-39f4-469e-b79b-b0775e615c95", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:16:20.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5cc4959b-39f4-469e-b79b-b0775e615c95","statusDesc":"OK"}'
2025-12-25 04:16:20.562 DEBUG [tests.filter.test_get_messages] Running test with timestamp Now
2025-12-25 04:16:20.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:20.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:20.570 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:20.670 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:20.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.672 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":1766636108163127040,"ephemeral":false}]'
2025-12-25 04:16:20.674 DEBUG [tests.filter.test_get_messages] Running test with timestamp Far future
2025-12-25 04:16:20.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:20.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:20.678 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:20.779 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:20.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.781 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":2081996108163113984,"ephemeral":false}]'
2025-12-25 04:16:20.783 DEBUG [tests.filter.test_get_messages] Running test with timestamp Recent past
2025-12-25 04:16:20.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:20.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:20.787 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:20.888 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:20.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.890 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":1766632508163113984,"ephemeral":false}]'
2025-12-25 04:16:20.892 DEBUG [tests.filter.test_get_messages] Running test with timestamp Near future
2025-12-25 04:16:20.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:20.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:20.896 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:20.996 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:20.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.999 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":1766639708163113984,"ephemeral":false}]'
2025-12-25 04:16:21.000 DEBUG [tests.filter.test_get_messages] Running test with timestamp Positive number
2025-12-25 04:16:21.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:21.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:21.005 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:21.105 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:21.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.108 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":1,"ephemeral":false}]'
2025-12-25 04:16:21.109 DEBUG [tests.filter.test_get_messages] Running test with timestamp Negative number
2025-12-25 04:16:21.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:21.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:21.113 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:21.213 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:21.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.216 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":-1,"ephemeral":false}]'
2025-12-25 04:16:21.217 DEBUG [tests.filter.test_get_messages] Running test with timestamp DST change
2025-12-25 04:16:21.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51352/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)'}'
2025-12-25 04:16:21.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:16:21.221 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2025-12-25 04:16:21.322 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2025-12-25 04:16:21.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37179/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.324 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":1583632800000000000,"ephemeral":false}]'
2025-12-25 04:16:21.327 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:16:21.328 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:16:21.328 DEBUG [src.node.waku_node] Stopping container with id 898226f9e8bd
2025-12-25 04:16:21.864 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:21.865 DEBUG [src.node.waku_node] Stopping container with id a36ccc2db8c3
2025-12-25 04:16:22.360 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:22.363 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:16:22.371 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:22.377 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

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: 2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979
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_2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979__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_2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979__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_2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979__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.22.153
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63677', '63678', '63679', '63680', '63681']
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 63677:63677 -p 63678:63678 -p 63679:63679 -p 63680:63680 -p 63681:63681 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=63679 --rest-port=63677 --tcp-port=63678 --discv5-udp-port=63680 --rest-address=0.0.0.0 --nat=extip:172.18.22.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9bd21f31dcdd246abf13feed5dc2cc62ac34e8a48bcc9e66f7dbb508556df8f9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63681 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.22.153 waku c677f52250df389d0e00e1a879f8026ad14e84e6a09acb1601efb2d7c65476c8
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f78aaac07cc8. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c677f52250df. Setting up logs at ./log/docker/node1_2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63677
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 36110a6fc799. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63677/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:63677/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.22.153/tcp/63678/p2p/16Uiu2HAmCTR1GUwfhRknP6M5RCZgmF2or17HejLq5FFN4T6YvXS5","/ip4/172.18.22.153/tcp/63679/ws/p2p/16Uiu2HAmCTR1GUwfhRknP6M5RCZgmF2or17HejLq5FFN4T6YvXS5"],"enrUri":"enr:-L24QAt1JpCHel0FmTtlrbTMerOoVg2BGvuaY1UTZY5g8dfMDTn5ZXiNRJdVU8lC341iOB7wKtpxHhiG-beqcqUTv7gCgmlkgnY0gmlwhKwSFpmKbXVsdGlhZGRyc5YACASsEhaZBvi-AAoErBIWmQb4v90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_QjoVVMbDB9wd2k79AE-DGdmIF0knkl5evTekqJklj6DdGNwgvi-g3VkcIL4wIV3YWt1Mgk"}'
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.217.176
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45963', '45964', '45965', '45966', '45967']
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 45963:45963 -p 45964:45964 -p 45965:45965 -p 45966:45966 -p 45967:45967 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=45965 --rest-port=45963 --tcp-port=45964 --discv5-udp-port=45966 --rest-address=0.0.0.0 --nat=extip:172.18.217.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e40a68a81dbeebfc1c41bf9ce424eae51b4c8b4bdaa65cad4dc4d5c99dfdae2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45967 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QAt1JpCHel0FmTtlrbTMerOoVg2BGvuaY1UTZY5g8dfMDTn5ZXiNRJdVU8lC341iOB7wKtpxHhiG-beqcqUTv7gCgmlkgnY0gmlwhKwSFpmKbXVsdGlhZGRyc5YACASsEhaZBvi-AAoErBIWmQb4v90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_QjoVVMbDB9wd2k79AE-DGdmIF0knkl5evTekqJklj6DdGNwgvi-g3VkcIL4wIV3YWt1Mgk --lightpushnode=/ip4/172.18.22.153/tcp/63678/p2p/16Uiu2HAmCTR1GUwfhRknP6M5RCZgmF2or17HejLq5FFN4T6YvXS5
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.176 waku cc43c03a660022b9c6143263236d685d914adf87360c440d4168e0a976085732
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID cc43c03a6600. Setting up logs at ./log/docker/node2_2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45963
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:45963/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:45963/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.176/tcp/45964/p2p/16Uiu2HAm3vEG5CsFkiZxf31aDPAnakcqA8uMW9vP2DCo1pVP4auN","/ip4/172.18.217.176/tcp/45965/ws/p2p/16Uiu2HAm3vEG5CsFkiZxf31aDPAnakcqA8uMW9vP2DCo1pVP4auN"],"enrUri":"enr:-L24QBstdfzQ8S5wTnHSs414IOyt0_01wjhV3smy1ejJAtQKUjw-SYmRxr6yKzxPMEO5EYjVyVDa8UXob-7TKrTmImwCgmlkgnY0gmlwhKwS2bCKbXVsdGlhZGRyc5YACASsEtmwBrOMAAoErBLZsAazjd0DgnJzhQADAQAAiXNlY3AyNTZrMaECfi5CCTWwIKmSYGKVac5qV2QAJfqWfU1OkvvvrhIhcpmDdGNwgrOMg3VkcIKzjoV3YWt1Mgk"}'
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.192.210
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58635', '58636', '58637', '58638', '58639']
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 58635:58635 -p 58636:58636 -p 58637:58637 -p 58638:58638 -p 58639:58639 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=58637 --rest-port=58635 --tcp-port=58636 --discv5-udp-port=58638 --rest-address=0.0.0.0 --nat=extip:172.18.192.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=65e1e8c0509b5f4302ee60eb8eda28fe7b3a54babeb3f9aeabb5ecab4f97ceec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58639 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBstdfzQ8S5wTnHSs414IOyt0_01wjhV3smy1ejJAtQKUjw-SYmRxr6yKzxPMEO5EYjVyVDa8UXob-7TKrTmImwCgmlkgnY0gmlwhKwS2bCKbXVsdGlhZGRyc5YACASsEtmwBrOMAAoErBLZsAazjd0DgnJzhQADAQAAiXNlY3AyNTZrMaECfi5CCTWwIKmSYGKVac5qV2QAJfqWfU1OkvvvrhIhcpmDdGNwgrOMg3VkcIKzjoV3YWt1Mgk
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.192.210 waku d004e0a09aa20923ddf12b7163016739532ffc8fda697913e8fd46976c8cb91a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d004e0a09aa2. Setting up logs at ./log/docker/node3_2025-12-25_04-15-34__493939c5-6c50-47f3-a983-d7eca455a979__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58635
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:58635/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":"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:58635/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.192.210/tcp/58636/p2p/16Uiu2HAm2XmoqrjnNpKfMLzioNazCHGLpnWsbHwR1DQUEi7iBbyn","/ip4/172.18.192.210/tcp/58637/ws/p2p/16Uiu2HAm2XmoqrjnNpKfMLzioNazCHGLpnWsbHwR1DQUEi7iBbyn"],"enrUri":"enr:-L24QI52Bv5w00yoj-S2CkccWuA7SZJKcF5oD62wvhCa9TeOVZcqFjLdGcrhLvsRGGz-x3tyR3FIc7Gl_kRCec--rVYCgmlkgnY0gmlwhKwSwNKKbXVsdGlhZGRyc5YACASsEsDSBuUMAAoErBLA0gblDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECaZHiMkwacpizfWAxw_yE-e0lxHzYEuGPLXSePrzbNEWDdGNwguUMg3VkcILlDoV3YWt1MgE"}'
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:63677/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:45963/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:58635/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:63677/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/55066/p2p/16Uiu2HAm3vEG5CsFkiZxf31aDPAnakcqA8uMW9vP2DCo1pVP4auN","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-124-g96196a","origin":"UnknownOrigin"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45963/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.192.210/tcp/58408/p2p/16Uiu2HAm2XmoqrjnNpKfMLzioNazCHGLpnWsbHwR1DQUEi7iBbyn","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-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.22.153/tcp/63678/p2p/16Uiu2HAmCTR1GUwfhRknP6M5RCZgmF2or17HejLq5FFN4T6YvXS5","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-124-g96196a","origin":"Discv5"}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58635/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.217.176/tcp/45964/p2p/16Uiu2HAm3vEG5CsFkiZxf31aDPAnakcqA8uMW9vP2DCo1pVP4auN","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-124-g96196a","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:63677/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": 1766636168621865515}}'
INFO  src.node.api_clients.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:58635/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":1766636168621865515,"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 c677f52250df
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id cc43c03a6600
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id d004e0a09aa2
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c677f52250df. 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,864 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_light_push_with_valid_content_topics with id: 2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391
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_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__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.139.199
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36602', '36603', '36604', '36605', '36606']
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 36602:36602 -p 36603:36603 -p 36604:36604 -p 36605:36605 -p 36606:36606 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=36604 --rest-port=36602 --tcp-port=36603 --discv5-udp-port=36605 --rest-address=0.0.0.0 --nat=extip:172.18.139.199 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5ffdec7887da3d6c43f8dffc7faee0e6c8bda8010dbd2b9ad7dd9aed740da1e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36606 --metrics-logging=true --lightpush=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.199 waku d9597c4881e0c0e07058d44fa65f15fc4ad46578473848759cb851acc9b13cd4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d9597c4881e0. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36602
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 81a2ca591400. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e00783ef9614. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36602/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:36602/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.139.199/tcp/36603/p2p/16Uiu2HAm5crJbA4EZtwKfrJgRArdoy9FieSzZnQv6TxfEumxsd1h","/ip4/172.18.139.199/tcp/36604/ws/p2p/16Uiu2HAm5crJbA4EZtwKfrJgRArdoy9FieSzZnQv6TxfEumxsd1h"],"enrUri":"enr:-L24QEMhT8is1sFR4wzX-hmvRD9uWSAaeehyUFwVT8nttKN0UAtzsRTy0hxb5OWpx6FbpgqpcLCUoacykQwFcPGpLIACgmlkgnY0gmlwhKwSi8eKbXVsdGlhZGRyc5YACASsEovHBo77AAoErBKLxwaO_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECl3Huf0B27SX4AebaN3hiMir_M1buyTUpev9pUxrKBHiDdGNwgo77g3VkcIKO_YV3YWt1Mgk"}'
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_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__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.73.189
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56415', '56416', '56417', '56418', '56419']
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 56415:56415 -p 56416:56416 -p 56417:56417 -p 56418:56418 -p 56419:56419 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=56417 --rest-port=56415 --tcp-port=56416 --discv5-udp-port=56418 --rest-address=0.0.0.0 --nat=extip:172.18.73.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1eccadf42cd8f792120a11ab12983c274f807feabbfc4ef08d967e418bbf2db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56419 --metrics-logging=true --lightpush=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.73.189 waku 87796cb21f5b8763cb21f6f3b22ea7d0e712213fa6a4614d6c36a8b2f51e48c2
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 87796cb21f5b. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56415
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:56415/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:56415/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.73.189/tcp/56416/p2p/16Uiu2HAmJgvGYHXPmqt4drxymve8qkDvLPVKvvc12DsNWdqSCLJf","/ip4/172.18.73.189/tcp/56417/ws/p2p/16Uiu2HAmJgvGYHXPmqt4drxymve8qkDvLPVKvvc12DsNWdqSCLJf"],"enrUri":"enr:-L24QLUSQhDIvrbTn2WzytRNXdWl9uzW__UcW0ADmbCooowwCvjUCihYoWpC6veWwaw-KpUUEzu081TdQrYZ2dGcAN0CgmlkgnY0gmlwhKwSSb2KbXVsdGlhZGRyc5YACASsEkm9BtxgAAoErBJJvQbcYd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWaSq8tIkjvvi1g2mvvoJt7y8B0ZzbAK1kI4rTMcJ5HSDdGNwgtxgg3VkcILcYoV3YWt1MgE"}'
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:56415/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.199/tcp/36603/p2p/16Uiu2HAm5crJbA4EZtwKfrJgRArdoy9FieSzZnQv6TxfEumxsd1h"]'
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_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__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.151
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27040', '27041', '27042', '27043', '27044']
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 27040:27040 -p 27041:27041 -p 27042:27042 -p 27043:27043 -p 27044:27044 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=27042 --rest-port=27040 --tcp-port=27041 --discv5-udp-port=27043 --rest-address=0.0.0.0 --nat=extip:172.18.19.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c49a37ddf89d28906ac8edcb1a00b1e3cb31d4f3adaff79abf3ba18aab09d7e9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27044 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEMhT8is1sFR4wzX-hmvRD9uWSAaeehyUFwVT8nttKN0UAtzsRTy0hxb5OWpx6FbpgqpcLCUoacykQwFcPGpLIACgmlkgnY0gmlwhKwSi8eKbXVsdGlhZGRyc5YACASsEovHBo77AAoErBKLxwaO_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECl3Huf0B27SX4AebaN3hiMir_M1buyTUpev9pUxrKBHiDdGNwgo77g3VkcIKO_YV3YWt1Mgk --lightpushnode=/ip4/172.18.139.199/tcp/36603/p2p/16Uiu2HAm5crJbA4EZtwKfrJgRArdoy9FieSzZnQv6TxfEumxsd1h --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.19.151 waku 28623306403f5144b446c40e2d449c0199e9e6ea3f2165a2eefa734892baaab4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 28623306403f. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27040
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:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 28623306403f. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27040/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=27040): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5a122dc320>: 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.11.68
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33203', '33204', '33205', '33206', '33207']
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 33203:33203 -p 33204:33204 -p 33205:33205 -p 33206:33206 -p 33207:33207 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=33205 --rest-port=33203 --tcp-port=33204 --discv5-udp-port=33206 --rest-address=0.0.0.0 --nat=extip:172.18.11.68 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db35528ddad40f7c2f54c57afcaf2cbc3e41d4acc0d9cdcbfe7bd35aafc6b687 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33207 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEMhT8is1sFR4wzX-hmvRD9uWSAaeehyUFwVT8nttKN0UAtzsRTy0hxb5OWpx6FbpgqpcLCUoacykQwFcPGpLIACgmlkgnY0gmlwhKwSi8eKbXVsdGlhZGRyc5YACASsEovHBo77AAoErBKLxwaO_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECl3Huf0B27SX4AebaN3hiMir_M1buyTUpev9pUxrKBHiDdGNwgo77g3VkcIKO_YV3YWt1Mgk --lightpushnode=/ip4/172.18.139.199/tcp/36603/p2p/16Uiu2HAm5crJbA4EZtwKfrJgRArdoy9FieSzZnQv6TxfEumxsd1h --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.11.68 waku 1e457144a7e27314f2cacdf60070c9ab5bcea1c3b173b6f85912badf7e85ef2d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1e457144a7e2. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33203
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:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1e457144a7e2. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33203/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=33203): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5a120fc5c0>: 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.68.143
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3038', '3039', '3040', '3041', '3042']
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 3038:3038 -p 3039:3039 -p 3040:3040 -p 3041:3041 -p 3042:3042 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=3040 --rest-port=3038 --tcp-port=3039 --discv5-udp-port=3041 --rest-address=0.0.0.0 --nat=extip:172.18.68.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf7dccc3ae8f8bdb5efaa24297a8a4b17d4ad4bf4d4a59481aacc6e921a7af95 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3042 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEMhT8is1sFR4wzX-hmvRD9uWSAaeehyUFwVT8nttKN0UAtzsRTy0hxb5OWpx6FbpgqpcLCUoacykQwFcPGpLIACgmlkgnY0gmlwhKwSi8eKbXVsdGlhZGRyc5YACASsEovHBo77AAoErBKLxwaO_N0DgnJzhQADAQAAiXNlY3AyNTZrMaECl3Huf0B27SX4AebaN3hiMir_M1buyTUpev9pUxrKBHiDdGNwgo77g3VkcIKO_YV3YWt1Mgk --lightpushnode=/ip4/172.18.139.199/tcp/36603/p2p/16Uiu2HAm5crJbA4EZtwKfrJgRArdoy9FieSzZnQv6TxfEumxsd1h --lightpush=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.68.143 waku 3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3f4e4257b585. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-02__ec2a4af2-b817-47a9-bd2f-59fd0f30a391__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3038
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:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3f4e4257b585. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3038/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=3038): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5a12119340>: 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 d9597c4881e0
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 87796cb21f5b
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d9597c4881e0. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 87796cb21f5b. Exiting log stream.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05/stop: Not Found ("No such container: 3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05/stop: Not Found ("No such container: 3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05")
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 3f4e4257b585
ERROR  tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05/stop: Not Found ("No such container: 3f4e4257b58559c35b8df43af96bdb813bd2e99c4655fbfc8a2144c3180ccb05")
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,68 @@
2025-12-25 04:15:03.394 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:03.394 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_101_new_content_topics with id: 2025-12-25_04-15-03__d355d3d6-4544-406b-897e-3db9d86d0c91
2025-12-25 04:15:03.394 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:03.394 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:03.395 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:03.401 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:03.402 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-03__d355d3d6-4544-406b-897e-3db9d86d0c91__wakuorg_nwaku:latest.log
2025-12-25 04:15:03.402 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:03.402 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:03.403 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:03.404 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.188
2025-12-25 04:15:03.404 DEBUG [src.node.docker_mananger] Generated ports ['13037', '13038', '13039', '13040', '13041']
2025-12-25 04:15:03.404 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:03.404 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:03.404 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:03.404 DEBUG [src.node.docker_mananger] docker run -i -t -p 13037:13037 -p 13038:13038 -p 13039:13039 -p 13040:13040 -p 13041:13041 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=13039 --rest-port=13037 --tcp-port=13038 --discv5-udp-port=13040 --rest-address=0.0.0.0 --nat=extip:172.18.53.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5fd5ef656d5e391ad9068a7fec244c001ef5924ebca3cadcbf428f0ecf2fff78 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13041 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:03.605 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.188 waku bc2a9ca018c6c93f03605f45ff22c5da7f23be2c816db5f3c9e4b3e1ace40f4b
2025-12-25 04:15:03.635 DEBUG [src.node.docker_mananger] Container started with ID bc2a9ca018c6. Setting up logs at ./log/docker/node1_2025-12-25_04-15-03__d355d3d6-4544-406b-897e-3db9d86d0c91__wakuorg_nwaku:latest.log
2025-12-25 04:15:03.637 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13037
2025-12-25 04:15:03.637 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:03.665 ERROR [src.node.docker_mananger] Max retries reached for container d24db018929b. Exiting log stream.
2025-12-25 04:15:04.192 ERROR [src.node.docker_mananger] Max retries reached for container c88f944369de. Exiting log stream.
2025-12-25 04:15:04.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13037/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:04.641 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"}]}'
2025-12-25 04:15:04.641 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:04.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13037/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:04.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.188/tcp/13038/p2p/16Uiu2HAkwLMHXsHXjUV2TCc1Y88rMRSVmE9ZsWM57VHg8YMJFtFz","/ip4/172.18.53.188/tcp/13039/ws/p2p/16Uiu2HAkwLMHXsHXjUV2TCc1Y88rMRSVmE9ZsWM57VHg8YMJFtFz"],"enrUri":"enr:-L24QIjSVFrbj-Y9kSlPzFfElbHxz4RcVaAsR62r4n1SI20gZ8PC9rTlXfN9liz5w4JIzHHVlBlmT1WLyccL1wv2B2ECgmlkgnY0gmlwhKwSNbyKbXVsdGlhZGRyc5YACASsEjW8BjLuAAoErBI1vAYy790DgnJzhQADAQAAiXNlY3AyNTZrMaECHFpVD4eiKb9tMfM51DrUqL3--mq2zz08bcUK0Q7lUJGDdGNwgjLug3VkcIIy8IV3YWt1MgU"}'
2025-12-25 04:15:04.644 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:04.644 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:04.651 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:04.651 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-03__d355d3d6-4544-406b-897e-3db9d86d0c91__wakuorg_nwaku:latest.log
2025-12-25 04:15:04.651 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:04.651 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:04.653 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:04.653 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.168.212
2025-12-25 04:15:04.653 DEBUG [src.node.docker_mananger] Generated ports ['48769', '48770', '48771', '48772', '48773']
2025-12-25 04:15:04.653 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:04.653 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:04.654 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:04.654 DEBUG [src.node.docker_mananger] docker run -i -t -p 48769:48769 -p 48770:48770 -p 48771:48771 -p 48772:48772 -p 48773:48773 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=48771 --rest-port=48769 --tcp-port=48770 --discv5-udp-port=48772 --rest-address=0.0.0.0 --nat=extip:172.18.168.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8be3b91eede8d1dcec9b4cee9f4eeca8d66b6fdac625700c9b9a4aedf1f6893 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48773 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIjSVFrbj-Y9kSlPzFfElbHxz4RcVaAsR62r4n1SI20gZ8PC9rTlXfN9liz5w4JIzHHVlBlmT1WLyccL1wv2B2ECgmlkgnY0gmlwhKwSNbyKbXVsdGlhZGRyc5YACASsEjW8BjLuAAoErBI1vAYy790DgnJzhQADAQAAiXNlY3AyNTZrMaECHFpVD4eiKb9tMfM51DrUqL3--mq2zz08bcUK0Q7lUJGDdGNwgjLug3VkcIIy8IV3YWt1MgU --filternode=/ip4/172.18.53.188/tcp/13038/p2p/16Uiu2HAkwLMHXsHXjUV2TCc1Y88rMRSVmE9ZsWM57VHg8YMJFtFz
2025-12-25 04:15:04.848 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.168.212 waku b3c3f3039919465c2f28409c28c94d22aaf20248befd2169ffb84bbb54fca0be
2025-12-25 04:15:04.880 DEBUG [src.node.docker_mananger] Container started with ID b3c3f3039919. Setting up logs at ./log/docker/node2_2025-12-25_04-15-03__d355d3d6-4544-406b-897e-3db9d86d0c91__wakuorg_nwaku:latest.log
2025-12-25 04:15:04.880 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48769
2025-12-25 04:15:04.880 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:05.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48769/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:05.886 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"}]}'
2025-12-25 04:15:05.886 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:05.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48769/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:05.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.168.212/tcp/48770/p2p/16Uiu2HAm956mM3buKkNTBYFryKidu74n597N4DpyTrcWDtWV3uAQ","/ip4/172.18.168.212/tcp/48771/ws/p2p/16Uiu2HAm956mM3buKkNTBYFryKidu74n597N4DpyTrcWDtWV3uAQ"],"enrUri":"enr:-L24QKbqwNdeLmD4E6Cy8R-FlsmJwhUksj2w2Z9RY3APCKOrT0OOPyKW-zgHZ6a0pm8WCLlAAExcI--do0MMXnEuMWsCgmlkgnY0gmlwhKwSqNSKbXVsdGlhZGRyc5YACASsEqjUBr6CAAoErBKo1Aa-g90DgnJzhQADAQAAiXNlY3AyNTZrMaECyr5x5dxCSKYlsaIE-OiSbwuw3rlZufZM44QKwWy6_mGDdGNwgr6Cg3VkcIK-hIV3YWt1MgA"}'
2025-12-25 04:15:05.889 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:05.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48769/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.53.188/tcp/13038/p2p/16Uiu2HAkwLMHXsHXjUV2TCc1Y88rMRSVmE9ZsWM57VHg8YMJFtFz"]'
2025-12-25 04:15:05.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:05.921 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:05.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13037/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:05.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:05.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48769/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "469300bb-1100-48fd-b094-e285f9887c11", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:05.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"469300bb-1100-48fd-b094-e285f9887c11","statusDesc":"OK"}'
2025-12-25 04:15:05.950 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:48769/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:05.960 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48769/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"BAD_REQUEST: exceeds maximum content topics: 100"}'
2025-12-25 04:15:05.963 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:05.964 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:05.964 DEBUG [src.node.waku_node] Stopping container with id bc2a9ca018c6
2025-12-25 04:15:06.553 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:06.553 DEBUG [src.node.waku_node] Stopping container with id b3c3f3039919
2025-12-25 04:15:07.112 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:07.115 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:07.120 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:07.124 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,104 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_subscribe_with_multiple_overlapping_pubsub_topics with id: 2025-12-25_04-25-44__dcec6d36-c115-452e-b53e-f6c554b77629
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_2025-12-25_04-25-44__dcec6d36-c115-452e-b53e-f6c554b77629__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.133.33
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['12568', '12569', '12570', '12571', '12572']
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 12568:12568 -p 12569:12569 -p 12570:12570 -p 12571:12571 -p 12572:12572 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=12570 --rest-port=12568 --tcp-port=12569 --discv5-udp-port=12571 --rest-address=0.0.0.0 --nat=extip:172.18.133.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b7d5a3f43ab5be9a6bd3cb24b484d2deaadbaf30d67ea9f69acc6d51ad041b4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12572 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.133.33 waku 6efc7161819560e30abae54f1699cecd1c5dec0f7825c5eee7800511586b90b9
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6efc71618195. Setting up logs at ./log/docker/node1_2025-12-25_04-25-44__dcec6d36-c115-452e-b53e-f6c554b77629__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 12568
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 205c17065189. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 587c5fc39a90. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12568/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:12568/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.133.33/tcp/12569/p2p/16Uiu2HAm6ph3SLJoTiRt4MsiWbKKwo6wmHoUKFntFY12cZ5i6xtD","/ip4/172.18.133.33/tcp/12570/ws/p2p/16Uiu2HAm6ph3SLJoTiRt4MsiWbKKwo6wmHoUKFntFY12cZ5i6xtD"],"enrUri":"enr:-L24QETLIzwPRnPB9uoddl2jh7SZeAz4B6MZqO2vrluw7mAmeAYlpPzkH00OOJ2-VxToTBskzVBJk0HbfNlpJ2B1ZUcCgmlkgnY0gmlwhKwShSGKbXVsdGlhZGRyc5YACASsEoUhBjEZAAoErBKFIQYxGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECqVYd1cNDTS59mejLf0x9t3nmS1BGwZTBJV1CC3Wu466DdGNwgjEZg3VkcIIxG4V3YWt1MgE"}'
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_2025-12-25_04-25-44__dcec6d36-c115-452e-b53e-f6c554b77629__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.217
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58289', '58290', '58291', '58292', '58293']
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 58289:58289 -p 58290:58290 -p 58291:58291 -p 58292:58292 -p 58293:58293 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=58291 --rest-port=58289 --tcp-port=58290 --discv5-udp-port=58292 --rest-address=0.0.0.0 --nat=extip:172.18.196.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9c846fba61262716ae9d5dbbcd0da5fcfd3decf961d2e46edffa403aaebbef75 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58293 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QETLIzwPRnPB9uoddl2jh7SZeAz4B6MZqO2vrluw7mAmeAYlpPzkH00OOJ2-VxToTBskzVBJk0HbfNlpJ2B1ZUcCgmlkgnY0gmlwhKwShSGKbXVsdGlhZGRyc5YACASsEoUhBjEZAAoErBKFIQYxGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECqVYd1cNDTS59mejLf0x9t3nmS1BGwZTBJV1CC3Wu466DdGNwgjEZg3VkcIIxG4V3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.196.217 waku 33b38d51b658af14524f07e0283d8fbd5a79e1cf74e536592bb36a9735dd2ba4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 33b38d51b658. Setting up logs at ./log/docker/node2_2025-12-25_04-25-44__dcec6d36-c115-452e-b53e-f6c554b77629__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58289
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:58289/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:58289/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.217/tcp/58290/p2p/16Uiu2HAmFmw855oc1yLxxCc7KYU5mBwevXa9x4XM8q1EQrXH8gcu","/ip4/172.18.196.217/tcp/58291/ws/p2p/16Uiu2HAmFmw855oc1yLxxCc7KYU5mBwevXa9x4XM8q1EQrXH8gcu"],"enrUri":"enr:-L24QE3g6jp4szQ1INq7APop2yTxI4C7HLquzGq0K8K9XZKqbAyHSRFT5WLFfWmcadZ3MKEFqqII6j6vXFGrMPF38icCgmlkgnY0gmlwhKwSxNmKbXVsdGlhZGRyc5YACASsEsTZBuOyAAoErBLE2Qbjs90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLlp6BMXZ6qwEkiydE6QPepfRq1UVrTtYNiB4m-Ql4jaDdGNwguOyg3VkcILjtIV3YWt1MgE"}'
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:58289/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.33/tcp/12569/p2p/16Uiu2HAm6ph3SLJoTiRt4MsiWbKKwo6wmHoUKFntFY12cZ5i6xtD"]'
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:12568/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9"]'
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:58289/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9"]'
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:12568/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25"]'
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:58289/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25"]'
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:12568/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)'}'
INFO  src.node.api_clients.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:12568/relay/v1/messages/%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'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766636746922783744,"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:58289/relay/v1/messages/%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'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766636746922783744,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12568/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:12568/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":1766636747037851904,"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:58289/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":1766636747037851904,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12568/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -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:12568/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "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":1766636747151203840,"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:58289/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "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":1766636747151203840,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12568/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -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:12568/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "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":1766636747264382976,"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:58289/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "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":1766636747264382976,"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 6efc71618195
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 33b38d51b658
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,264 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_resubscribe_to_unsubscribed_content_topics with id: 2025-12-25_04-20-52__7d0859a8-33f7-4bc0-b761-c78127d3e95d
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_2025-12-25_04-20-52__7d0859a8-33f7-4bc0-b761-c78127d3e95d__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.71.6
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3720', '3721', '3722', '3723', '3724']
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 3720:3720 -p 3721:3721 -p 3722:3722 -p 3723:3723 -p 3724:3724 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=3722 --rest-port=3720 --tcp-port=3721 --discv5-udp-port=3723 --rest-address=0.0.0.0 --nat=extip:172.18.71.6 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dc8deaf58cdcc0af905f44ed5cb144fa73d51fea0bfa8cf8e28053daedf458c2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3724 --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.71.6 waku b823f4b93cfda374742f192803c41ab5329b4a6468be9796f3680997fb11f7b8
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b823f4b93cfd. Setting up logs at ./log/docker/node1_2025-12-25_04-20-52__7d0859a8-33f7-4bc0-b761-c78127d3e95d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3720
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 2ce5f0a7a8b2. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cdd1e020d810. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3720/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:3720/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.71.6/tcp/3721/p2p/16Uiu2HAmGsaq8mhCCdwrbn5r5CLZggpAHkZKG9CNz3wJQf6TnBAJ","/ip4/172.18.71.6/tcp/3722/ws/p2p/16Uiu2HAmGsaq8mhCCdwrbn5r5CLZggpAHkZKG9CNz3wJQf6TnBAJ"],"enrUri":"enr:-L24QPXufVB1gFa54UZC98iBeNmGXJXpMgXUF52YKy1i57w6JWHs9YGar1fc2ANuOuhcvUN8jVcGGewioJysWnKAZd4CgmlkgnY0gmlwhKwSRwaKbXVsdGlhZGRyc5YACASsEkcGBg6JAAoErBJHBgYOit0DgnJzhQACAQAAiXNlY3AyNTZrMaEDPqi0RINw8aZ2EAHLPy7irnU93q-6Y355CX4Q2BbqakuDdGNwgg6Jg3VkcIIOi4V3YWt1MgU"}'
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_2025-12-25_04-20-52__7d0859a8-33f7-4bc0-b761-c78127d3e95d__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.224.83
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26877', '26878', '26879', '26880', '26881']
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 26877:26877 -p 26878:26878 -p 26879:26879 -p 26880:26880 -p 26881:26881 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=26879 --rest-port=26877 --tcp-port=26878 --discv5-udp-port=26880 --rest-address=0.0.0.0 --nat=extip:172.18.224.83 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=babde2f6db5fe7f676c0f07d60aade2d7d3fbfc8553c8adfc5c6f3bdf7d48a8f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26881 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPXufVB1gFa54UZC98iBeNmGXJXpMgXUF52YKy1i57w6JWHs9YGar1fc2ANuOuhcvUN8jVcGGewioJysWnKAZd4CgmlkgnY0gmlwhKwSRwaKbXVsdGlhZGRyc5YACASsEkcGBg6JAAoErBJHBgYOit0DgnJzhQACAQAAiXNlY3AyNTZrMaEDPqi0RINw8aZ2EAHLPy7irnU93q-6Y355CX4Q2BbqakuDdGNwgg6Jg3VkcIIOi4V3YWt1MgU --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.224.83 waku 2376e87b5cac53002938a2d4d821eeabf2dfa83b441d36c8abe6713896f1e37f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2376e87b5cac. Setting up logs at ./log/docker/node2_2025-12-25_04-20-52__7d0859a8-33f7-4bc0-b761-c78127d3e95d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26877
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:26877/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:26877/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.224.83/tcp/26878/p2p/16Uiu2HAkzsB7KsH8PpfLD16UgiNLpUY1wvHrVjP43hhD8yPME4wM","/ip4/172.18.224.83/tcp/26879/ws/p2p/16Uiu2HAkzsB7KsH8PpfLD16UgiNLpUY1wvHrVjP43hhD8yPME4wM"],"enrUri":"enr:-L24QAJYChiU8pvSbbFUhdb9UN3T3V5fbpZM2oglk0MMe2NzWgB6uaUcj1nXRCN1x8siK6NU1URZ1VV85VwKRCk3bfMCgmlkgnY0gmlwhKwS4FOKbXVsdGlhZGRyc5YACASsEuBTBmj-AAoErBLgUwZo_90DgnJzhQACAQAAiXNlY3AyNTZrMaECUNLkYVVW3TjFuaRD-mMETmMPZVCi51lkKz7kGPzZDESDdGNwgmj-g3VkcIJpAIV3YWt1MgE"}'
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:26877/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.71.6/tcp/3721/p2p/16Uiu2HAmGsaq8mhCCdwrbn5r5CLZggpAHkZKG9CNz3wJQf6TnBAJ"]'
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:3720/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"]'
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:26877/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"]'
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:3720/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:3720/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":1766636455203357734,"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:26877/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":1766636455203357734,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636455325751767,"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:26877/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":1766636455325751767,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636455440273241,"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:26877/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":1766636455440273241,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636455554121600,"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:26877/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":1766636455554121600,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636455668344441,"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:26877/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":1766636455668344441,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636455782067285,"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:26877/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":1766636455782067285,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636455895892847,"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:26877/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":1766636455895892847,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636456009929567,"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:26877/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":1766636456009929567,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:3720/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"]'
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 DELETE "http://127.0.0.1:26877/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"]'
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:3720/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:3720/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
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:3720/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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"]'
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:26877/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"]'
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:3720/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:3720/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":1766636457039320688,"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:26877/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":1766636457039320688,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457156218467,"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:26877/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":1766636457156218467,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457270166937,"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:26877/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":1766636457270166937,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457383618795,"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:26877/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":1766636457383618795,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457500023616,"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:26877/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":1766636457500023616,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457614793599,"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:26877/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":1766636457614793599,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457728852762,"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:26877/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":1766636457728852762,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3720/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:3720/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":1766636457842860271,"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:26877/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":1766636457842860271,"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 b823f4b93cfd
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 2376e87b5cac
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,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/29/sometopic/someencoding] with id: 2025-12-25_04-32-29__0d9e8b71-6140-47a1-b7cc-ef6ff6dc3406
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_2025-12-25_04-32-29__0d9e8b71-6140-47a1-b7cc-ef6ff6dc3406__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.93.219
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61674', '61675', '61676', '61677', '61678']
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 61674:61674 -p 61675:61675 -p 61676:61676 -p 61677:61677 -p 61678:61678 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=61676 --rest-port=61674 --tcp-port=61675 --discv5-udp-port=61677 --rest-address=0.0.0.0 --nat=extip:172.18.93.219 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b31fb2c5afd63a3175bab17eaba67ff1f9f77eaaf1b9a2dedca9bce9df4a7489 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61678 --metrics-logging=true --relay=true --filter=true --content-topic=/app/29/sometopic/someencoding
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.219 waku 31ed8942ba65fb100b7182d71e17e9aff75164948d5a0b06eb4f0cdc1696c3be
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bcd128e371d0. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 31ed8942ba65. Setting up logs at ./log/docker/node1_2025-12-25_04-32-29__0d9e8b71-6140-47a1-b7cc-ef6ff6dc3406__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61674
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 6a62c63b78e4. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61674/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:61674/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.219/tcp/61675/p2p/16Uiu2HAmHyLNqxdmLiLTBLE6zB8dXUJxTRTWK6UgBgPkQ1q4Nq24","/ip4/172.18.93.219/tcp/61676/ws/p2p/16Uiu2HAmHyLNqxdmLiLTBLE6zB8dXUJxTRTWK6UgBgPkQ1q4Nq24"],"enrUri":"enr:-L24QBuocF_-y3L0TsMLbZ_T1Lq7pcn8fksRE_khMM5W6d8AMwxogRMJhdM5mj57dSn0WTqk9hhDUQddnWq6BOeQD9wCgmlkgnY0gmlwhKwSXduKbXVsdGlhZGRyc5YACASsEl3bBvDrAAoErBJd2wbw7N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDTv2ImOWUP98GICUqtBOdcOeAjq5YsurrsdYSAEi2BfWDdGNwgvDrg3VkcILw7YV3YWt1MgU"}'
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_2025-12-25_04-32-29__0d9e8b71-6140-47a1-b7cc-ef6ff6dc3406__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.70
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39051', '39052', '39053', '39054', '39055']
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 39051:39051 -p 39052:39052 -p 39053:39053 -p 39054:39054 -p 39055:39055 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=39053 --rest-port=39051 --tcp-port=39052 --discv5-udp-port=39054 --rest-address=0.0.0.0 --nat=extip:172.18.191.70 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=30b9813d4b79eddeb9dbc80388eb98d7fbebefe8ad161a911b42dd907af0cf01 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39055 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBuocF_-y3L0TsMLbZ_T1Lq7pcn8fksRE_khMM5W6d8AMwxogRMJhdM5mj57dSn0WTqk9hhDUQddnWq6BOeQD9wCgmlkgnY0gmlwhKwSXduKbXVsdGlhZGRyc5YACASsEl3bBvDrAAoErBJd2wbw7N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDTv2ImOWUP98GICUqtBOdcOeAjq5YsurrsdYSAEi2BfWDdGNwgvDrg3VkcILw7YV3YWt1MgU --content-topic=/app/29/sometopic/someencoding
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.70 waku a087ff84389afb0fc3620d3445f98c3544c5e8a573d457db4c9c9a5d0e9c8aef
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a087ff84389a. Setting up logs at ./log/docker/node2_2025-12-25_04-32-29__0d9e8b71-6140-47a1-b7cc-ef6ff6dc3406__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39051
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:39051/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:39051/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.70/tcp/39052/p2p/16Uiu2HAkzaZUL1NS8CyMSzeXg7c2yZMbwXHd8QwSuFvMj5xuhnfG","/ip4/172.18.191.70/tcp/39053/ws/p2p/16Uiu2HAkzaZUL1NS8CyMSzeXg7c2yZMbwXHd8QwSuFvMj5xuhnfG"],"enrUri":"enr:-L24QE1T9ApHTo24kbmNM_ID-RTRvDP8B9W4vGJhpEKiJ8iPRxBBPZSYzzmfcqN7_mKU1-gE1oUah0F5gkv86IgPj4QCgmlkgnY0gmlwhKwSv0aKbXVsdGlhZGRyc5YACASsEr9GBpiMAAoErBK_RgaYjd0DgnJzhQACAQAAiXNlY3AyNTZrMaECTJFNo2q4OWDH7XvAfxNJqv2dI-TgRuhX2G3_JzsIKt-DdGNwgpiMg3VkcIKYjoV3YWt1MgE"}'
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:39051/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.219/tcp/61675/p2p/16Uiu2HAmHyLNqxdmLiLTBLE6zB8dXUJxTRTWK6UgBgPkQ1q4Nq24"]'
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:61674/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:39051/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:61674/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:61674/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":1766637151917673037,"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:39051/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":1766637151917673037,"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 31ed8942ba65
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id a087ff84389a
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 2025-12-25 04:18:41.907+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 2025-12-25 04:18:41.907+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2025-12-25 04:18:41.908+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 2025-12-25 04:18:41.908+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2025-12-25 04:18:41.908+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2025-12-25 04:18:41.908+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QL_I-HuMv75ot2DeR4nFqU60YDm_xm4mGybBPaA9np5ZK_W6HnIa4NkgD_wpVny_pEYA7M7-m1namTG2ePkcsBkCgmlkgnY0gmlwhKwSE_aKbXVsdGlhZGRyc5YACASsEhP2BoEUAAoErBIT9gaBFd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqRVyDYk11oHfARbWky0Jhzt2IUSTu4guOAiLvTwbq5CDdGNwgoEUg3VkcIKBFoV3YWt1Mgk
NTC 2025-12-25 04:18:41.908+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:33857
INF 2025-12-25 04:18:41.908+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:33857/
INF 2025-12-25 04:18:41.908+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2025-12-25 04:18:41.908+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2025-12-25 04:18:41.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2025-12-25 04:18:41.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2025-12-25 04:18:41.910+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 2025-12-25 04:18:41.910+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2025-12-25 04:18:41.910+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.180.209/tcp/33858, /ip4/172.18.180.209/tcp/33859/ws]"
INF 2025-12-25 04:18:41.910+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2025-12-25 04:18:41.910+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2025-12-25 04:18:41.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2025-12-25 04:18:41.910+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2025-12-25 04:18:41.910+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2025-12-25 04:18:41.910+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2025-12-25 04:18:41.910+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2025-12-25 04:18:41.910+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2025-12-25 04:18:41.910+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*M73V8n, seqNo: 1766636321, addresses: [/ip4/172.18.180.209/tcp/33858, /ip4/172.18.180.209/tcp/33859/ws], mixKey: )"
TRC 2025-12-25 04:18:41.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2025-12-25 04:18:41.910+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2025-12-25 04:18:41.910+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2025-12-25 04:18:41.910+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2025-12-25 04:18:41.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2025-12-25 04:18:41.910+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2025-12-25 04:18:41.910+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 2025-12-25 04:18:41.911+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 2025-12-25 04:18:41.911+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,86 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_subscribe_and_publish_on_another_shard with id: 2025-12-25_04-24-55__7c8cc45f-ff15-4abc-8a1a-c9ed096eea01
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_2025-12-25_04-24-55__7c8cc45f-ff15-4abc-8a1a-c9ed096eea01__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.234
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43702', '43703', '43704', '43705', '43706']
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 43702:43702 -p 43703:43703 -p 43704:43704 -p 43705:43705 -p 43706:43706 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=43704 --rest-port=43702 --tcp-port=43703 --discv5-udp-port=43705 --rest-address=0.0.0.0 --nat=extip:172.18.5.234 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b95e25386a8cddae1fdba6e7e8755eb4cc9f714d6e2b41a0a6c2e63f439ff13e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43706 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.5.234 waku f6dda7edd0963c4adec6baf735b0421807263474798ef56d5f73ac9efe709f73
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f6dda7edd096. Setting up logs at ./log/docker/node1_2025-12-25_04-24-55__7c8cc45f-ff15-4abc-8a1a-c9ed096eea01__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43702
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 58bd066c597d. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container be88c3db0524. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43702/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:43702/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.234/tcp/43703/p2p/16Uiu2HAmC5v9Wja6D2ztSqw2Ws5CmN4YpMogsiSTXJhFi72NNaR1","/ip4/172.18.5.234/tcp/43704/ws/p2p/16Uiu2HAmC5v9Wja6D2ztSqw2Ws5CmN4YpMogsiSTXJhFi72NNaR1"],"enrUri":"enr:-L24QGKV76KCfemYgS-8eplX3aE_EEtiKDnW__yVqLt6wMicOOUAsD3K-jSerwQiv03EY2HzsUODGB1rUfVXktnl28ECgmlkgnY0gmlwhKwSBeqKbXVsdGlhZGRyc5YACASsEgXqBqq3AAoErBIF6gaquN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC94cUtkf4sxw0cwIeKiub9GNKQgeT7An2Ckh3NnBaykyDdGNwgqq3g3VkcIKquYV3YWt1MgU"}'
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_2025-12-25_04-24-55__7c8cc45f-ff15-4abc-8a1a-c9ed096eea01__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.142.96
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61081', '61082', '61083', '61084', '61085']
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 61081:61081 -p 61082:61082 -p 61083:61083 -p 61084:61084 -p 61085:61085 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=61083 --rest-port=61081 --tcp-port=61082 --discv5-udp-port=61084 --rest-address=0.0.0.0 --nat=extip:172.18.142.96 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2bd9e55bb0794a21c3caf2a2ec0c61ebe8c3a4d9446a2f98774d5abfff3cd6c2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61085 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGKV76KCfemYgS-8eplX3aE_EEtiKDnW__yVqLt6wMicOOUAsD3K-jSerwQiv03EY2HzsUODGB1rUfVXktnl28ECgmlkgnY0gmlwhKwSBeqKbXVsdGlhZGRyc5YACASsEgXqBqq3AAoErBIF6gaquN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC94cUtkf4sxw0cwIeKiub9GNKQgeT7An2Ckh3NnBaykyDdGNwgqq3g3VkcIKquYV3YWt1MgU
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.142.96 waku 1b00d8c3cbd4a5698b61d38ffb6d4d1b44fe6d3e347a7d0e71edd3fe3f8ec6d8
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1b00d8c3cbd4. Setting up logs at ./log/docker/node2_2025-12-25_04-24-55__7c8cc45f-ff15-4abc-8a1a-c9ed096eea01__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61081
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:61081/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:61081/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.142.96/tcp/61082/p2p/16Uiu2HAkxf5Y2KoKBvNnTbNqCSE7RModbg2zTsxANrkTtbeZEoeZ","/ip4/172.18.142.96/tcp/61083/ws/p2p/16Uiu2HAkxf5Y2KoKBvNnTbNqCSE7RModbg2zTsxANrkTtbeZEoeZ"],"enrUri":"enr:-L24QJ_rf1GhGdoNZvtBC2O073_gcKv-zh78Xp2etK-O3RB1bClPXqMOSszYI8uXQpKwm4eZH8oTZF7FLQPM8mboykkCgmlkgnY0gmlwhKwSjmCKbXVsdGlhZGRyc5YACASsEo5gBu6aAAoErBKOYAbum90DgnJzhQACAQAAiXNlY3AyNTZrMaECMAI-7O3Xm5yuwvnRE3eYYPGlJdWzySwDt_IzvGqXeyKDdGNwgu6ag3VkcILunIV3YWt1MgE"}'
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:61081/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.5.234/tcp/43703/p2p/16Uiu2HAmC5v9Wja6D2ztSqw2Ws5CmN4YpMogsiSTXJhFi72NNaR1"]'
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:43702/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/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:61081/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/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:43702/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)'}'
INFO  src.node.api_clients.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:43702/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%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":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636698307810728,"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:61081/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%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":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766636698307810728,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43702/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:43702/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":1766636698422725434,"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:61081/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":1766636698422725434,"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 f6dda7edd096
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 1b00d8c3cbd4
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,72 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_get_message_with_version with id: 2025-12-25_04-15-17__4a5630a4-84ee-4431-bfd8-76ed2d8072c4
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_2025-12-25_04-15-17__4a5630a4-84ee-4431-bfd8-76ed2d8072c4__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.159.35
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41390', '41391', '41392', '41393', '41394']
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 41390:41390 -p 41391:41391 -p 41392:41392 -p 41393:41393 -p 41394:41394 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=41392 --rest-port=41390 --tcp-port=41391 --discv5-udp-port=41393 --rest-address=0.0.0.0 --nat=extip:172.18.159.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7b7db9ffd6bfaee50e731690a7b9abac9721fadac0cfcf6dfc7ce90d1efa57da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41394 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.35 waku 6270472f31563963edcbf0eec0064071a8360a294c52a05a5cb31fd18bcf202d
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container dff781be828c. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6270472f3156. Setting up logs at ./log/docker/node1_2025-12-25_04-15-17__4a5630a4-84ee-4431-bfd8-76ed2d8072c4__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41390
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 67eee595f411. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41390/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:41390/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.159.35/tcp/41391/p2p/16Uiu2HAm8GqqGyofXnF3N8qTGkcs8qXwp7dU4L3H8aiN8Prxiqk1","/ip4/172.18.159.35/tcp/41392/ws/p2p/16Uiu2HAm8GqqGyofXnF3N8qTGkcs8qXwp7dU4L3H8aiN8Prxiqk1"],"enrUri":"enr:-L24QDB5fCPG57I0AqtpcG6oZg_txT1B-7oMlDxgB5PDG3eqeRNjnhk5eXK4SX1r7CI6TbOOLIgumlcCGfiy7zPwKJsCgmlkgnY0gmlwhKwSnyOKbXVsdGlhZGRyc5YACASsEp8jBqGvAAoErBKfIwahsN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvuTYAFcvDDosdhdb5Q0b783BYL8FjGhKOiip5OyJcPaDdGNwgqGvg3VkcIKhsYV3YWt1MgU"}'
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_2025-12-25_04-15-17__4a5630a4-84ee-4431-bfd8-76ed2d8072c4__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.46
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17907', '17908', '17909', '17910', '17911']
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 17907:17907 -p 17908:17908 -p 17909:17909 -p 17910:17910 -p 17911:17911 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=17909 --rest-port=17907 --tcp-port=17908 --discv5-udp-port=17910 --rest-address=0.0.0.0 --nat=extip:172.18.123.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aee1985d29b1ffa8ffedfdd53795126b9accb09a3e971fafb70913fbaef2e5b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17911 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDB5fCPG57I0AqtpcG6oZg_txT1B-7oMlDxgB5PDG3eqeRNjnhk5eXK4SX1r7CI6TbOOLIgumlcCGfiy7zPwKJsCgmlkgnY0gmlwhKwSnyOKbXVsdGlhZGRyc5YACASsEp8jBqGvAAoErBKfIwahsN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvuTYAFcvDDosdhdb5Q0b783BYL8FjGhKOiip5OyJcPaDdGNwgqGvg3VkcIKhsYV3YWt1MgU --filternode=/ip4/172.18.159.35/tcp/41391/p2p/16Uiu2HAm8GqqGyofXnF3N8qTGkcs8qXwp7dU4L3H8aiN8Prxiqk1
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.46 waku b27f6f2411b5304b5c43fb892fc70c54ce5feaaefbd54ddbac79b03534c0c98a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID b27f6f2411b5. Setting up logs at ./log/docker/node2_2025-12-25_04-15-17__4a5630a4-84ee-4431-bfd8-76ed2d8072c4__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17907
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:17907/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:17907/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.46/tcp/17908/p2p/16Uiu2HAkw128ybYh2nzYCgrbL1TLS794hDCjMKUMCFzaqS8j1vWD","/ip4/172.18.123.46/tcp/17909/ws/p2p/16Uiu2HAkw128ybYh2nzYCgrbL1TLS794hDCjMKUMCFzaqS8j1vWD"],"enrUri":"enr:-L24QByNXpGiSBZEr79BgscwCE7J29BW2J_nQWUpo7QXbiTESdlwKp3OVxmC2hnSHOHIjOcGwBDMtPyTeZn5GtTrN9YCgmlkgnY0gmlwhKwSey6KbXVsdGlhZGRyc5YACASsEnsuBkX0AAoErBJ7LgZF9d0DgnJzhQADAQAAiXNlY3AyNTZrMaECF2alj4TSCae-grflxyYIdCob-apTOFFSMdeuRuNWilKDdGNwgkX0g3VkcIJF9oV3YWt1MgA"}'
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:17907/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.35/tcp/41391/p2p/16Uiu2HAm8GqqGyofXnF3N8qTGkcs8qXwp7dU4L3H8aiN8Prxiqk1"]'
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:41390/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:17907/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ea405a16-4d8d-4ff8-afdb-074f8d48b46e", "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":"ea405a16-4d8d-4ff8-afdb-074f8d48b46e","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41390/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)', "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.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:17907/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":10,"timestamp":1766636120264921376,"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 6270472f3156
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id b27f6f2411b5
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 @@
2025-12-25 04:15:22.720 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:22.721 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_content_topics with id: 2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe
2025-12-25 04:15:22.722 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:22.722 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:15:22.731 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:22.731 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:22.732 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:22.732 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:22.734 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:22.735 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.39
2025-12-25 04:15:22.735 DEBUG [src.node.docker_mananger] Generated ports ['59171', '59172', '59173', '59174', '59175']
2025-12-25 04:15:22.735 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:22.735 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:22.736 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:22.736 DEBUG [src.node.docker_mananger] docker run -i -t -p 59171:59171 -p 59172:59172 -p 59173:59173 -p 59174:59174 -p 59175:59175 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=59173 --rest-port=59171 --tcp-port=59172 --discv5-udp-port=59174 --rest-address=0.0.0.0 --nat=extip:172.18.207.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6ebeaa5eda4eb54c5a480f7bcca00d7a69a8cda412aa0ceeff56f99ecbfd667 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59175 --metrics-logging=true --lightpush=true --relay=true
2025-12-25 04:15:22.925 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.39 waku b98aae58d43f366e6bf620a611661ff8bb598bfa9ce6804682e98b05334f0a11
2025-12-25 04:15:22.954 DEBUG [src.node.docker_mananger] Container started with ID b98aae58d43f. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:22.954 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59171
2025-12-25 04:15:22.955 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:22.960 ERROR [src.node.docker_mananger] Max retries reached for container 96c40b9d4f5d. Exiting log stream.
2025-12-25 04:15:23.559 ERROR [src.node.docker_mananger] Max retries reached for container 1947cdbbf4e2. Exiting log stream.
2025-12-25 04:15:23.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59171/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.963 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"}]}'
2025-12-25 04:15:23.963 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:23.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59171/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.39/tcp/59172/p2p/16Uiu2HAmNMszCVvmH3dGcVnDEompNFnkJtPQaZYgaf7PgSEuf8Po","/ip4/172.18.207.39/tcp/59173/ws/p2p/16Uiu2HAmNMszCVvmH3dGcVnDEompNFnkJtPQaZYgaf7PgSEuf8Po"],"enrUri":"enr:-L24QD0uQwflpPF9T-egSTAACxKRExHj6tOq46UDbm5_DbcpC2-VTUD4CxO47f0x75JMK9HcM76r-5mYr8VHlmO-tlkCgmlkgnY0gmlwhKwSzyeKbXVsdGlhZGRyc5YACASsEs8nBuckAAoErBLPJwbnJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkDLM1PjJHap0fdFOcthn8LOliqiE-G91N0tZXohsmzaDdGNwguckg3VkcILnJoV3YWt1Mgk"}'
2025-12-25 04:15:23.966 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:23.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:23.973 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:23.973 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:23.973 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:23.975 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:23.975 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.253.212
2025-12-25 04:15:23.975 DEBUG [src.node.docker_mananger] Generated ports ['57661', '57662', '57663', '57664', '57665']
2025-12-25 04:15:23.975 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:23.975 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:23.976 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:23.976 DEBUG [src.node.docker_mananger] docker run -i -t -p 57661:57661 -p 57662:57662 -p 57663:57663 -p 57664:57664 -p 57665:57665 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=57663 --rest-port=57661 --tcp-port=57662 --discv5-udp-port=57664 --rest-address=0.0.0.0 --nat=extip:172.18.253.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbfeec0bcceaaee9ba3a9ffc96fdbfcd4db862bcae64cbbea1daade2cecd15ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57665 --metrics-logging=true --lightpush=false --relay=true
2025-12-25 04:15:24.157 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.253.212 waku 934047e047327f2b300b00e1836ff9e501008f58aec02af059576c8276671b0d
2025-12-25 04:15:24.188 DEBUG [src.node.docker_mananger] Container started with ID 934047e04732. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:24.189 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57661
2025-12-25 04:15:24.189 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:25.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57661/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.193 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"}]}'
2025-12-25 04:15:25.193 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:25.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.253.212/tcp/57662/p2p/16Uiu2HAkyWJpFLnVRmzspEvJm2tmy12JPboS9KRm4zKTiCnVLRhu","/ip4/172.18.253.212/tcp/57663/ws/p2p/16Uiu2HAkyWJpFLnVRmzspEvJm2tmy12JPboS9KRm4zKTiCnVLRhu"],"enrUri":"enr:-L24QPdberaAD2F5zsnV6AH5N2IQgNaQL2EXSjyI-LiHQgRXLFUcOXJKd4QIMFYXGYKvPIcMbhNf-w1vFxi_S3tXE6QCgmlkgnY0gmlwhKwS_dSKbXVsdGlhZGRyc5YACASsEv3UBuE-AAoErBL91AbhP90DgnJzhQADAQAAiXNlY3AyNTZrMaECPJ64jBoJBXnZnDTc1l4eRRhFCtxFGh25Qr42IA6tTbyDdGNwguE-g3VkcILhQIV3YWt1MgE"}'
2025-12-25 04:15:25.196 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:25.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57661/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.207.39/tcp/59172/p2p/16Uiu2HAmNMszCVvmH3dGcVnDEompNFnkJtPQaZYgaf7PgSEuf8Po"]'
2025-12-25 04:15:25.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:25.238 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:25.239 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:25.239 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:25.239 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:25.241 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:25.244 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.51.192
2025-12-25 04:15:25.245 DEBUG [src.node.docker_mananger] Generated ports ['19813', '19814', '19815', '19816', '19817']
2025-12-25 04:15:25.246 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:25.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:25.247 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:25.247 DEBUG [src.node.docker_mananger] docker run -i -t -p 19813:19813 -p 19814:19814 -p 19815:19815 -p 19816:19816 -p 19817:19817 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=19815 --rest-port=19813 --tcp-port=19814 --discv5-udp-port=19816 --rest-address=0.0.0.0 --nat=extip:172.18.51.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22da4b72bbdd2a383fce17d8966cebc5ddaad4cebef26f76ad5a23de87ba561a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19817 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD0uQwflpPF9T-egSTAACxKRExHj6tOq46UDbm5_DbcpC2-VTUD4CxO47f0x75JMK9HcM76r-5mYr8VHlmO-tlkCgmlkgnY0gmlwhKwSzyeKbXVsdGlhZGRyc5YACASsEs8nBuckAAoErBLPJwbnJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkDLM1PjJHap0fdFOcthn8LOliqiE-G91N0tZXohsmzaDdGNwguckg3VkcILnJoV3YWt1Mgk --lightpushnode=/ip4/172.18.207.39/tcp/59172/p2p/16Uiu2HAmNMszCVvmH3dGcVnDEompNFnkJtPQaZYgaf7PgSEuf8Po --lightpush=true --relay=false
2025-12-25 04:15:25.444 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.51.192 waku c90a84e78c062774ed7cf010670a214efabcf99109a84fe959ec11f980687a53
2025-12-25 04:15:25.476 DEBUG [src.node.docker_mananger] Container started with ID c90a84e78c06. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:25.478 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19813
2025-12-25 04:15:25.478 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:26.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.842 ERROR [src.node.docker_mananger] Max retries reached for container c90a84e78c06. Exiting log stream.
2025-12-25 04:15:26.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:34.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19813/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.496 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=19813): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7ac05445f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:15:46.597 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:46.597 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:46.599 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:46.599 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.219
2025-12-25 04:15:46.599 DEBUG [src.node.docker_mananger] Generated ports ['47014', '47015', '47016', '47017', '47018']
2025-12-25 04:15:46.599 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:46.599 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:46.599 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:46.600 DEBUG [src.node.docker_mananger] docker run -i -t -p 47014:47014 -p 47015:47015 -p 47016:47016 -p 47017:47017 -p 47018:47018 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=47016 --rest-port=47014 --tcp-port=47015 --discv5-udp-port=47017 --rest-address=0.0.0.0 --nat=extip:172.18.164.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c735237ffbfe4f5dbc0d88c514f1910d10237a5fcf4a2a4d81bac211c3d53a17 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47018 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD0uQwflpPF9T-egSTAACxKRExHj6tOq46UDbm5_DbcpC2-VTUD4CxO47f0x75JMK9HcM76r-5mYr8VHlmO-tlkCgmlkgnY0gmlwhKwSzyeKbXVsdGlhZGRyc5YACASsEs8nBuckAAoErBLPJwbnJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkDLM1PjJHap0fdFOcthn8LOliqiE-G91N0tZXohsmzaDdGNwguckg3VkcILnJoV3YWt1Mgk --lightpushnode=/ip4/172.18.207.39/tcp/59172/p2p/16Uiu2HAmNMszCVvmH3dGcVnDEompNFnkJtPQaZYgaf7PgSEuf8Po --lightpush=true --relay=false
2025-12-25 04:15:46.800 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.219 waku 613417aacb24eded038689f3622ee76ba65ff9741e91f40cf9fefaec748ddfa6
2025-12-25 04:15:46.832 DEBUG [src.node.docker_mananger] Container started with ID 613417aacb24. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:15:46.833 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47014
2025-12-25 04:15:46.834 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:47.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.155 ERROR [src.node.docker_mananger] Max retries reached for container 613417aacb24. Exiting log stream.
2025-12-25 04:15:48.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47014/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.868 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=47014): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7ac024e600>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:16:07.968 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:16:07.968 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:16:07.970 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:16:07.970 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.182
2025-12-25 04:16:07.970 DEBUG [src.node.docker_mananger] Generated ports ['44958', '44959', '44960', '44961', '44962']
2025-12-25 04:16:07.970 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:16:07.970 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:16:07.971 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:16:07.971 DEBUG [src.node.docker_mananger] docker run -i -t -p 44958:44958 -p 44959:44959 -p 44960:44960 -p 44961:44961 -p 44962:44962 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=44960 --rest-port=44958 --tcp-port=44959 --discv5-udp-port=44961 --rest-address=0.0.0.0 --nat=extip:172.18.1.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcf46abcafe791e82affcb74ecff3e075e9fd15b6f6d6fd2f9d4caa5a7f8e14a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44962 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD0uQwflpPF9T-egSTAACxKRExHj6tOq46UDbm5_DbcpC2-VTUD4CxO47f0x75JMK9HcM76r-5mYr8VHlmO-tlkCgmlkgnY0gmlwhKwSzyeKbXVsdGlhZGRyc5YACASsEs8nBuckAAoErBLPJwbnJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkDLM1PjJHap0fdFOcthn8LOliqiE-G91N0tZXohsmzaDdGNwguckg3VkcILnJoV3YWt1Mgk --lightpushnode=/ip4/172.18.207.39/tcp/59172/p2p/16Uiu2HAmNMszCVvmH3dGcVnDEompNFnkJtPQaZYgaf7PgSEuf8Po --lightpush=true --relay=false
2025-12-25 04:16:08.152 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.182 waku e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df
2025-12-25 04:16:08.184 DEBUG [src.node.docker_mananger] Container started with ID e9792f8ea43c. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-22__d18d6061-fda5-4537-9e89-ca3fe7159cfe__wakuorg_nwaku:latest.log
2025-12-25 04:16:08.185 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44958
2025-12-25 04:16:08.186 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:16:09.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.509 ERROR [src.node.docker_mananger] Max retries reached for container e9792f8ea43c. Exiting log stream.
2025-12-25 04:16:09.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:17.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:18.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:19.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:20.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:21.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:22.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:23.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:24.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:25.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:26.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:27.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:28.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:29.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:29.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44958/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:29.201 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=44958): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7ac01f6f00>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:16:29.452 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:16:29.453 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:16:29.453 DEBUG [src.node.waku_node] Stopping container with id b98aae58d43f
2025-12-25 04:16:29.972 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:29.973 DEBUG [src.node.waku_node] Stopping container with id 934047e04732
2025-12-25 04:16:30.483 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:30.483 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:30.586 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:30.688 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:30.785 ERROR [src.node.docker_mananger] Max retries reached for container b98aae58d43f. Exiting log stream.
2025-12-25 04:16:30.790 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:30.891 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:30.993 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.095 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.197 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.299 ERROR [src.node.docker_mananger] Max retries reached for container 934047e04732. Exiting log stream.
2025-12-25 04:16:31.299 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.401 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.503 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.605 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.707 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.808 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:31.910 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.012 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.114 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.216 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.318 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.420 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.522 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.624 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.725 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.827 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:32.929 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.031 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.133 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.235 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.337 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.439 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.541 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.643 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.745 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.847 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:33.949 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.050 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.153 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.254 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.356 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.458 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.560 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.662 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.764 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.866 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:34.968 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.070 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.172 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.274 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.376 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.477 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.579 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.581 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df/stop: Not Found ("No such container: e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df")
2025-12-25 04:16:35.581 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.683 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.785 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.886 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:35.988 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.090 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.192 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.294 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.395 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.497 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.599 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.701 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.803 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:36.905 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.007 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.109 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.211 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.313 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.415 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.516 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.618 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.720 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.822 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:37.923 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.025 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.127 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.229 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.331 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.432 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.534 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.636 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.738 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.840 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:38.942 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.044 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.146 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.248 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.350 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.451 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.553 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.655 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.757 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.859 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:39.961 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.063 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.165 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.267 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.368 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.470 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.572 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.674 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.676 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df/stop: Not Found ("No such container: e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df")
2025-12-25 04:16:40.676 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.777 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.879 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:40.981 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.083 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.185 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.287 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.389 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.491 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.593 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.695 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.796 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:41.898 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.000 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.102 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.204 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.306 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.408 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.510 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.612 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.713 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.815 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:42.917 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.019 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.121 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.223 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.325 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.426 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.528 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.630 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.732 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.834 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:43.936 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.038 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.140 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.242 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.343 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.445 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.547 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.649 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.751 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.853 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:44.955 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.056 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.158 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.260 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.362 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.464 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.566 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.668 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.770 DEBUG [src.node.waku_node] Stopping container with id e9792f8ea43c
2025-12-25 04:16:45.771 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df/stop: Not Found ("No such container: e9792f8ea43cf44bde03acf3bbf887f83cdc33e3e16fa951fb5a0353e36971df")
2025-12-25 04:16:45.773 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:16:45.798 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:45.822 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:45.822 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:45.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:45.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,228 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_sync_with_nodes_restart__case1 with id: 2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc
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_2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc__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_2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc__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_2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc__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.153.59
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4467', '4468', '4469', '4470', '4471']
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 4467:4467 -p 4468:4468 -p 4469:4469 -p 4470:4470 -p 4471:4471 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=4469 --rest-port=4467 --tcp-port=4468 --discv5-udp-port=4470 --rest-address=0.0.0.0 --nat=extip:172.18.153.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64a2bcae07239ece3dfbe2443780df6ab2433eb145aabcd0f5aee1bc3d8ccc3e --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4471 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.153.59 waku eee13f515d7fdbde3b4bd42a9ad2242b3674a9f069873ee21cef9249b36a2b4e
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 35baeaab06fe. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID eee13f515d7f. Setting up logs at ./log/docker/node1_2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4467
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 95483036ba2c. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4467/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:4467/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/4468/p2p/16Uiu2HAmNYxM9YbT9xNAnAdQMMuXisHXDV86MgX7koU3kx4dKpxx","/ip4/172.18.153.59/tcp/4469/ws/p2p/16Uiu2HAmNYxM9YbT9xNAnAdQMMuXisHXDV86MgX7koU3kx4dKpxx"],"enrUri":"enr:-L24QNCQDJP4b7VeIFC8azQpjruYhXQyhaJ28aYwiWsFgJMTKCSgZn2BwWuwBNg7_plHeHMlxsSCjsvcnXOdFisYb9oCgmlkgnY0gmlwhKwSmTuKbXVsdGlhZGRyc5YACASsEpk7BhF0AAoErBKZOwYRdd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkwkex_b74YVNBubK69EeLNXyNf56pfkA5s7oofHCD3mDdGNwghF0g3VkcIIRdoV3YWt1MhM"}'
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.126.100
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2553', '2554', '2555', '2556', '2557']
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 2553:2553 -p 2554:2554 -p 2555:2555 -p 2556:2556 -p 2557:2557 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=2555 --rest-port=2553 --tcp-port=2554 --discv5-udp-port=2556 --rest-address=0.0.0.0 --nat=extip:172.18.126.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8e1d55d5e5d47faddc4a2a079342a9a4ebaa1b3a64edad852c0a4cf9355bd6bd --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2557 --metrics-logging=true --relay=true --storenode=/ip4/172.18.153.59/tcp/4468/p2p/16Uiu2HAmNYxM9YbT9xNAnAdQMMuXisHXDV86MgX7koU3kx4dKpxx --discv5-bootstrap-node=enr:-L24QNCQDJP4b7VeIFC8azQpjruYhXQyhaJ28aYwiWsFgJMTKCSgZn2BwWuwBNg7_plHeHMlxsSCjsvcnXOdFisYb9oCgmlkgnY0gmlwhKwSmTuKbXVsdGlhZGRyc5YACASsEpk7BhF0AAoErBKZOwYRdd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkwkex_b74YVNBubK69EeLNXyNf56pfkA5s7oofHCD3mDdGNwghF0g3VkcIIRdoV3YWt1MhM
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.126.100 waku c829fff5514016acd5d60b1050f58390f74597a9d4b41cfe7a02db2645d51c77
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID c829fff55140. Setting up logs at ./log/docker/node2_2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2553
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:2553/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:2553/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.100/tcp/2554/p2p/16Uiu2HAm3rbBoq66fmhLckorqgHXpMnuTLiKdYh3y79KNrdvxVpX","/ip4/172.18.126.100/tcp/2555/ws/p2p/16Uiu2HAm3rbBoq66fmhLckorqgHXpMnuTLiKdYh3y79KNrdvxVpX"],"enrUri":"enr:-L24QLq345c0Y3wBt7wX5o-IlAnOKEBLoAJqAr00zvrSJhU4dfBWNJqDBIhz7qNhNBynev1osr6xZrOfHPgaLgUKWRoCgmlkgnY0gmlwhKwSfmSKbXVsdGlhZGRyc5YACASsEn5kBgn6AAoErBJ-ZAYJ-90DgnJzhQADAQAAiXNlY3AyNTZrMaECfT-Yqg7S-mfhBUCsde7z3-QwufWQesOYxlqT_2d4gNyDdGNwggn6g3VkcIIJ_IV3YWt1MhM"}'
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.203.243
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40701', '40702', '40703', '40704', '40705']
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 40701:40701 -p 40702:40702 -p 40703:40703 -p 40704:40704 -p 40705:40705 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=40703 --rest-port=40701 --tcp-port=40702 --discv5-udp-port=40704 --rest-address=0.0.0.0 --nat=extip:172.18.203.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7877f0cef20f40afb2e9eff43e5c7b8ffdf1ebb7afab55d2fea58add5e01a4e1 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40705 --metrics-logging=true --relay=true --storenode=/ip4/172.18.126.100/tcp/2554/p2p/16Uiu2HAm3rbBoq66fmhLckorqgHXpMnuTLiKdYh3y79KNrdvxVpX --discv5-bootstrap-node=enr:-L24QLq345c0Y3wBt7wX5o-IlAnOKEBLoAJqAr00zvrSJhU4dfBWNJqDBIhz7qNhNBynev1osr6xZrOfHPgaLgUKWRoCgmlkgnY0gmlwhKwSfmSKbXVsdGlhZGRyc5YACASsEn5kBgn6AAoErBJ-ZAYJ-90DgnJzhQADAQAAiXNlY3AyNTZrMaECfT-Yqg7S-mfhBUCsde7z3-QwufWQesOYxlqT_2d4gNyDdGNwggn6g3VkcIIJ_IV3YWt1MhM
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.203.243 waku cf0d3875c32e25018c22bd6965c53fcbada0dc6c2c1cddc5df268b057deb3fc5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID cf0d3875c32e. Setting up logs at ./log/docker/node3_2025-12-25_04-32-59__47f5ac8e-4c0a-4467-8941-be6196f901dc__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40701
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:40701/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:40701/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.243/tcp/40702/p2p/16Uiu2HAm9aaCiqPXYYEkoYds5VFtt2oeKvT3n89TWkFuyxaumQdu","/ip4/172.18.203.243/tcp/40703/ws/p2p/16Uiu2HAm9aaCiqPXYYEkoYds5VFtt2oeKvT3n89TWkFuyxaumQdu"],"enrUri":"enr:-L24QHUyHaDSW9pjJSmujNWNkEUStmpP339bAOHEqbteFVT9Y44PhkhBNafI6LTNC-YuPWA4obBoGwagQ5CNwA2qkUoCgmlkgnY0gmlwhKwSy_OKbXVsdGlhZGRyc5YACASsEsvzBp7-AAoErBLL8wae_90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0ktP49WNU3CH5nQVoRhFQp9IUFzl_xL_WTC8lFfTHhiDdGNwgp7-g3VkcIKfAIV3YWt1MgE"}'
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:2553/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.59/tcp/4468/p2p/16Uiu2HAmNYxM9YbT9xNAnAdQMMuXisHXDV86MgX7koU3kx4dKpxx"]'
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:40701/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.126.100/tcp/2554/p2p/16Uiu2HAm3rbBoq66fmhLckorqgHXpMnuTLiKdYh3y79KNrdvxVpX"]'
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:4467/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:2553/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:40701/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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:4467/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:2553/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 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:40701/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.01 seconds
DEBUG  src.node.waku_node:waku_node.py:257 Restarting container with id eee13f515d7f
DEBUG  src.node.waku_node:waku_node.py:257 Restarting container with id c829fff55140
DEBUG  src.node.waku_node:waku_node.py:257 Restarting container with id cf0d3875c32e
DEBUG  src.libs.common:common.py:47 Sleeping for 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:4467/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":"0x2f78da8b7dcaa61635861b49c36c9d8eb44b0c208898ef15d736820a92d7dd60"},{"messageHash":"0x78a16edce72dc17c597f602bc6754b80ca008ec64f3c74348cf990885b079669"},{"messageHash":"0xf11d0ac4ed5ebb6885ac4abb63434b605de40136acb41c3099af2a62a23c35fb"},{"messageHash":"0xe33fdbb1870dbcf6caaf5c4f9c8989e57303bdc120e382aacd335ee319db70e2"},{"messageHash":"0x4e0cbfa9e6e97fdd5326f22841da693dbe5898ed41c2bbca7e5dcc30a8c24272"},{"messageHash":"0x1d79a5c1b8c620ef9b6822e8357f18ee6dc9ec7d324d9ead442c9557dcaf752e"},{"messageHash":"0x8c6a92908548723736902f1ddd8bcd06d2e3774f91728737ee0adb5c006ea1a4"},{"messageHash":"0x38aa491b10a1f701927edb648a2b287ac46ec59833818cf85bef05f886738092"},{"messageHash":"0xe8b1343f826431b71f9274a22e634ecf4e01c80f243cd4e56194e1026b4cd295"},{"messageHash":"0x43801222d01654ed6e9dfec51cb4390fb20ebe05563084a675ffb5053721c8ce"},{"messageHash":"0x80d75a2ebe29a948a2f9aba8c3527ce352f42d6b563e0f29c2743b1ed7f75d8e"},{"messageHash":"0x92c3c348d9f8572a98684b85a393b2da88e25bdb6cd72347858d349f3651382a"},{"messageHash":"0x8e3901011aceb8532a1922f9b54d4afe761533ddea39d3467d1ee3790fa0ad0c"},{"messageHash":"0xbe2b6c6d085e587654b00949984e6a5e52aefabd3452487a0475bc20a76ee206"},{"messageHash":"0x0d72e6cd8a4c69a5a999894812d3085d63cd503ba1bbdec632433b5a5a78bca8"},{"messageHash":"0x93f682570d68ae2aa635b66756296e49eb29a0b436d8e849b18ff90ce0aed8c6"},{"messageHash":"0x9baca41447a95147cb4fb8f7d3bc77f5576341a0dab202b8256ee9d9efcf5f30"},{"messageHash":"0x9bd35f4b0dbcfdb3a9585a56f844161eba7a1ee40ee5ddaf83e0894efa2615aa"},{"messageHash":"0x952e1b90de6b0d04ad7dfcda15a7383477159abe60ca770f83a7c4c208e43a83"},{"messageHash":"0xb0d4ad1d43ac259eee801f5de5cfec6ec138289cac405b7e9970da853ad07f0b"},{"messageHash":"0x74c4564fba4d14ab2ea07fa50d05e20cebe446fa8bfd7bfd931926719754af18"},{"messageHash":"0xc082405b3e1fa0c2d2cd6c20ff2d0261698e7ed1407752651e1887bc4bc097f1"},{"messageHash":"0x25b8d28dbe41271bbc3b9b7699f8dd60060bae43326774b747b952d0c7a610b5"},{"messageHash":"0xf051ff1b508c39d735141949cf74b1de0fc917d2c267102ca7db48ef1b04f49e"},{"messageHash":"0xada1e006cb3587cb19a2708d2fe4da9d65858df55dd66824caa0dde3b53be9f4"},{"messageHash":"0x9b14306a25ca225948bb472a241f9aac0652e993d6e02053b446879f223903f3"},{"messageHash":"0x1571fdec4a3ada7dc6777e0b5a896a772109161dd20161b64cb799d8b0340cf7"},{"messageHash":"0xdc7131a96b4a70f9387d77dfa26e33f99c8e71197c4001b35daa0ec0986f4be0"},{"messageHash":"0x978b75ad765c35e22b580d69a4395c388e46578e4aa5a8274a74c0c5260b5305"},{"messageHash":"0xa86989a9d652925799497ea233c973bffab1db9e21a472420f62267318c01a64"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 30
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:2553/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":"0x2f78da8b7dcaa61635861b49c36c9d8eb44b0c208898ef15d736820a92d7dd60"},{"messageHash":"0x78a16edce72dc17c597f602bc6754b80ca008ec64f3c74348cf990885b079669"},{"messageHash":"0xf11d0ac4ed5ebb6885ac4abb63434b605de40136acb41c3099af2a62a23c35fb"},{"messageHash":"0xe33fdbb1870dbcf6caaf5c4f9c8989e57303bdc120e382aacd335ee319db70e2"},{"messageHash":"0x4e0cbfa9e6e97fdd5326f22841da693dbe5898ed41c2bbca7e5dcc30a8c24272"},{"messageHash":"0x1d79a5c1b8c620ef9b6822e8357f18ee6dc9ec7d324d9ead442c9557dcaf752e"},{"messageHash":"0x8c6a92908548723736902f1ddd8bcd06d2e3774f91728737ee0adb5c006ea1a4"},{"messageHash":"0x38aa491b10a1f701927edb648a2b287ac46ec59833818cf85bef05f886738092"},{"messageHash":"0xe8b1343f826431b71f9274a22e634ecf4e01c80f243cd4e56194e1026b4cd295"},{"messageHash":"0x43801222d01654ed6e9dfec51cb4390fb20ebe05563084a675ffb5053721c8ce"},{"messageHash":"0x80d75a2ebe29a948a2f9aba8c3527ce352f42d6b563e0f29c2743b1ed7f75d8e"},{"messageHash":"0x92c3c348d9f8572a98684b85a393b2da88e25bdb6cd72347858d349f3651382a"},{"messageHash":"0x8e3901011aceb8532a1922f9b54d4afe761533ddea39d3467d1ee3790fa0ad0c"},{"messageHash":"0xbe2b6c6d085e587654b00949984e6a5e52aefabd3452487a0475bc20a76ee206"},{"messageHash":"0x0d72e6cd8a4c69a5a999894812d3085d63cd503ba1bbdec632433b5a5a78bca8"},{"messageHash":"0x93f682570d68ae2aa635b66756296e49eb29a0b436d8e849b18ff90ce0aed8c6"},{"messageHash":"0x9baca41447a95147cb4fb8f7d3bc77f5576341a0dab202b8256ee9d9efcf5f30"},{"messageHash":"0x9bd35f4b0dbcfdb3a9585a56f844161eba7a1ee40ee5ddaf83e0894efa2615aa"},{"messageHash":"0x952e1b90de6b0d04ad7dfcda15a7383477159abe60ca770f83a7c4c208e43a83"},{"messageHash":"0xb0d4ad1d43ac259eee801f5de5cfec6ec138289cac405b7e9970da853ad07f0b"},{"messageHash":"0x74c4564fba4d14ab2ea07fa50d05e20cebe446fa8bfd7bfd931926719754af18"},{"messageHash":"0xc082405b3e1fa0c2d2cd6c20ff2d0261698e7ed1407752651e1887bc4bc097f1"},{"messageHash":"0x25b8d28dbe41271bbc3b9b7699f8dd60060bae43326774b747b952d0c7a610b5"},{"messageHash":"0xf051ff1b508c39d735141949cf74b1de0fc917d2c267102ca7db48ef1b04f49e"},{"messageHash":"0xada1e006cb3587cb19a2708d2fe4da9d65858df55dd66824caa0dde3b53be9f4"},{"messageHash":"0x9b14306a25ca225948bb472a241f9aac0652e993d6e02053b446879f223903f3"},{"messageHash":"0x1571fdec4a3ada7dc6777e0b5a896a772109161dd20161b64cb799d8b0340cf7"},{"messageHash":"0xdc7131a96b4a70f9387d77dfa26e33f99c8e71197c4001b35daa0ec0986f4be0"},{"messageHash":"0x978b75ad765c35e22b580d69a4395c388e46578e4aa5a8274a74c0c5260b5305"},{"messageHash":"0xa86989a9d652925799497ea233c973bffab1db9e21a472420f62267318c01a64"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 30
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:40701/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":"de18846a913739155fc7","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2f78da8b7dcaa61635861b49c36c9d8eb44b0c208898ef15d736820a92d7dd60"},{"messageHash":"0x78a16edce72dc17c597f602bc6754b80ca008ec64f3c74348cf990885b079669"},{"messageHash":"0xf11d0ac4ed5ebb6885ac4abb63434b605de40136acb41c3099af2a62a23c35fb"},{"messageHash":"0xe33fdbb1870dbcf6caaf5c4f9c8989e57303bdc120e382aacd335ee319db70e2"},{"messageHash":"0x4e0cbfa9e6e97fdd5326f22841da693dbe5898ed41c2bbca7e5dcc30a8c24272"},{"messageHash":"0x1d79a5c1b8c620ef9b6822e8357f18ee6dc9ec7d324d9ead442c9557dcaf752e"},{"messageHash":"0x8c6a92908548723736902f1ddd8bcd06d2e3774f91728737ee0adb5c006ea1a4"},{"messageHash":"0x38aa491b10a1f701927edb648a2b287ac46ec59833818cf85bef05f886738092"},{"messageHash":"0xe8b1343f826431b71f9274a22e634ecf4e01c80f243cd4e56194e1026b4cd295"},{"messageHash":"0x43801222d01654ed6e9dfec51cb4390fb20ebe05563084a675ffb5053721c8ce"},{"messageHash":"0x80d75a2ebe29a948a2f9aba8c3527ce352f42d6b563e0f29c2743b1ed7f75d8e"},{"messageHash":"0x92c3c348d9f8572a98684b85a393b2da88e25bdb6cd72347858d349f3651382a"},{"messageHash":"0x8e3901011aceb8532a1922f9b54d4afe761533ddea39d3467d1ee3790fa0ad0c"},{"messageHash":"0xbe2b6c6d085e587654b00949984e6a5e52aefabd3452487a0475bc20a76ee206"},{"messageHash":"0x0d72e6cd8a4c69a5a999894812d3085d63cd503ba1bbdec632433b5a5a78bca8"},{"messageHash":"0x93f682570d68ae2aa635b66756296e49eb29a0b436d8e849b18ff90ce0aed8c6"},{"messageHash":"0x9baca41447a95147cb4fb8f7d3bc77f5576341a0dab202b8256ee9d9efcf5f30"},{"messageHash":"0x9bd35f4b0dbcfdb3a9585a56f844161eba7a1ee40ee5ddaf83e0894efa2615aa"},{"messageHash":"0x952e1b90de6b0d04ad7dfcda15a7383477159abe60ca770f83a7c4c208e43a83"},{"messageHash":"0xb0d4ad1d43ac259eee801f5de5cfec6ec138289cac405b7e9970da853ad07f0b"},{"messageHash":"0x74c4564fba4d14ab2ea07fa50d05e20cebe446fa8bfd7bfd931926719754af18"},{"messageHash":"0xc082405b3e1fa0c2d2cd6c20ff2d0261698e7ed1407752651e1887bc4bc097f1"},{"messageHash":"0x25b8d28dbe41271bbc3b9b7699f8dd60060bae43326774b747b952d0c7a610b5"},{"messageHash":"0xf051ff1b508c39d735141949cf74b1de0fc917d2c267102ca7db48ef1b04f49e"},{"messageHash":"0xada1e006cb3587cb19a2708d2fe4da9d65858df55dd66824caa0dde3b53be9f4"},{"messageHash":"0x9b14306a25ca225948bb472a241f9aac0652e993d6e02053b446879f223903f3"},{"messageHash":"0x1571fdec4a3ada7dc6777e0b5a896a772109161dd20161b64cb799d8b0340cf7"},{"messageHash":"0xdc7131a96b4a70f9387d77dfa26e33f99c8e71197c4001b35daa0ec0986f4be0"},{"messageHash":"0x978b75ad765c35e22b580d69a4395c388e46578e4aa5a8274a74c0c5260b5305"},{"messageHash":"0xa86989a9d652925799497ea233c973bffab1db9e21a472420f62267318c01a64"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 30
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 eee13f515d7f
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id c829fff55140
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id cf0d3875c32e
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eee13f515d7f. 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,152 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_different_cursor_and_indexes[19-20] with id: 2025-12-25_04-22-33__b7c8a755-cad9-42a3-9119-f23a9e0c5e64
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_2025-12-25_04-22-33__b7c8a755-cad9-42a3-9119-f23a9e0c5e64__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.146.41
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13709', '13710', '13711', '13712', '13713']
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 13709:13709 -p 13710:13710 -p 13711:13711 -p 13712:13712 -p 13713:13713 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=13711 --rest-port=13709 --tcp-port=13710 --discv5-udp-port=13712 --rest-address=0.0.0.0 --nat=extip:172.18.146.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=775b33dd6cebebad1f08ba0d93eb154b56bab5ef7e436b0cee9dabd0da7ccdcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13713 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.146.41 waku 221d3270f7b92ecaafadacf3c7a367e9f32d993be72d5f99583be5d7a7614b9d
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 221d3270f7b9. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-22-33__b7c8a755-cad9-42a3-9119-f23a9e0c5e64__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13709
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 80f0300491fc. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9010353108c0. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13709/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:13709/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.146.41/tcp/13710/p2p/16Uiu2HAmN4ng3F8R4VnncqU5wfKLovtd3zEirbP8B1wo5MtEyn6J","/ip4/172.18.146.41/tcp/13711/ws/p2p/16Uiu2HAmN4ng3F8R4VnncqU5wfKLovtd3zEirbP8B1wo5MtEyn6J"],"enrUri":"enr:-L24QE5PNGXqxHqgL4IN5sYz1M7aXqeugUfUTG5bAO0Vm22QaQyT43FDLv3aa7zIa5oOisEPsB4dzioLYplVtsAi-RYCgmlkgnY0gmlwhKwSkimKbXVsdGlhZGRyc5YACASsEpIpBjWOAAoErBKSKQY1j90DgnJzhQADAQAAiXNlY3AyNTZrMaEDi9HrOKzbDIBXj_5K2yleuKowUXfx7qhXWFCNSVu4kveDdGNwgjWOg3VkcII1kIV3YWt1MgM"}'
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_2025-12-25_04-22-33__b7c8a755-cad9-42a3-9119-f23a9e0c5e64__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.75.82
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19353', '19354', '19355', '19356', '19357']
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 19353:19353 -p 19354:19354 -p 19355:19355 -p 19356:19356 -p 19357:19357 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=19355 --rest-port=19353 --tcp-port=19354 --discv5-udp-port=19356 --rest-address=0.0.0.0 --nat=extip:172.18.75.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d73aa7bbeed318ec9e54ff0fcebfb2ed1c28c8f1dbd13faba33634863769ec3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19357 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QE5PNGXqxHqgL4IN5sYz1M7aXqeugUfUTG5bAO0Vm22QaQyT43FDLv3aa7zIa5oOisEPsB4dzioLYplVtsAi-RYCgmlkgnY0gmlwhKwSkimKbXVsdGlhZGRyc5YACASsEpIpBjWOAAoErBKSKQY1j90DgnJzhQADAQAAiXNlY3AyNTZrMaEDi9HrOKzbDIBXj_5K2yleuKowUXfx7qhXWFCNSVu4kveDdGNwgjWOg3VkcII1kIV3YWt1MgM --storenode=/ip4/172.18.146.41/tcp/13710/p2p/16Uiu2HAmN4ng3F8R4VnncqU5wfKLovtd3zEirbP8B1wo5MtEyn6J --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.75.82 waku 13b82f7a6a73531df6195f36fabdc9c468d63a4eaf6ff219c196e699764c2602
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 13b82f7a6a73. Setting up logs at ./log/docker/store_node1_2025-12-25_04-22-33__b7c8a755-cad9-42a3-9119-f23a9e0c5e64__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19353
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:19353/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:19353/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.75.82/tcp/19354/p2p/16Uiu2HAkxK3mMGEXRoYTAW4LLiA7NHunL62sbSUJqqhdad7JDRLn","/ip4/172.18.75.82/tcp/19355/ws/p2p/16Uiu2HAkxK3mMGEXRoYTAW4LLiA7NHunL62sbSUJqqhdad7JDRLn"],"enrUri":"enr:-L24QC9ymgZJ70WyxqE_6nCWDCYUKRI6zpYlxjX9rqUlSdKtJZa-iGf5R7kE8ss_S2dedx697oonqwh9QP4r69ah0UgCgmlkgnY0gmlwhKwSS1KKbXVsdGlhZGRyc5YACASsEktSBkuaAAoErBJLUgZLm90DgnJzhQADAQAAiXNlY3AyNTZrMaECKuCgxXkloEoPZ-4tTim44VnPMBjExjy3rvrQlwJMOQuDdGNwgkuag3VkcIJLnIV3YWt1MgM"}'
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:19353/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.41/tcp/13710/p2p/16Uiu2HAmN4ng3F8R4VnncqU5wfKLovtd3zEirbP8B1wo5MtEyn6J"]'
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:13709/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:19353/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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:13709/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
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13709/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&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":"0x0e9b0e112175c8da451562a3f3249deb4a5962e3cf19d6f8980424d0392529d8"},{"messageHash":"0x205b58cc7b84ee44c5bfb985eeb0995055b382b1ccf53b2a6e058e3cbfd64659"},{"messageHash":"0x546ff22371fe090b15513963cb62d7d83ca5eef926d2eadff5e0aff669d9c046"},{"messageHash":"0xad19fa847ac16c730666048d9620f11d90445fb2e89b1672a53a78c59e8f1df6"},{"messageHash":"0xd3d23f831ed95155d958bb4380981074a67bba85889b92e0b0a37e1acedb5fe8"},{"messageHash":"0xf79f82fc8c02ce43a90d58821d1eb6442666386db4c032cf2f4eaff1b42a9e02"},{"messageHash":"0x6c614986e8f1e2dd263674093296742a421265732fd0419e3410c1ae72056e40"},{"messageHash":"0x1cef06b07c67bc6388b13bcb39af91d17d37858dbf7afce74e48d00f7db5229b"},{"messageHash":"0x082ce070b353b4b4ba1ec9b631d6bc68827cf25e508aacf42375cc41b929a9b5"},{"messageHash":"0xd553300f955ed1038f538a96a2de608d17ecc8b9b73af77e35190fff7a2fc99b"},{"messageHash":"0xeaef640c65ca7638fc7db68f62dd62f1f57f451af01f61904aaeb8d5101eec55"},{"messageHash":"0xaf4e5ff6b495bd6c3f7dcc7997e55517751e9301b53b673a97732f271b7ed7d9"},{"messageHash":"0x4cf2321c0a94f342219059b8b42e4bcd8de997f8c357643ddf449be511edc757"},{"messageHash":"0x78b4e38291b98bf7be3250192b1e0f2fe2fceee2de5be1a50825c096887f82a8"},{"messageHash":"0xab28b71d38915275947b5a2a9261c961cf4a64abfbcc79d7ce3fc4df0d95c2b6"},{"messageHash":"0x8b38282456a61d241203dc61ec949da0282a28acd098caf46d599c0789ce4eb2"},{"messageHash":"0xe4a5146a2149fe5dabaa19243bca379ce6aadffee8328d6d26de71ec4ee79607"},{"messageHash":"0x92dc2ea1f376f6344c0674e865f0e743ed49b5104b7d8c1035307eb344ec2c58"},{"messageHash":"0x44c2cbbce36e70b8a8e9c7ec8b209ed725239d78c818cbea546704824a3faea3"}],"paginationCursor":"0x44c2cbbce36e70b8a8e9c7ec8b209ed725239d78c818cbea546704824a3faea3"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19353/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&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":"0x0e9b0e112175c8da451562a3f3249deb4a5962e3cf19d6f8980424d0392529d8"},{"messageHash":"0x205b58cc7b84ee44c5bfb985eeb0995055b382b1ccf53b2a6e058e3cbfd64659"},{"messageHash":"0x546ff22371fe090b15513963cb62d7d83ca5eef926d2eadff5e0aff669d9c046"},{"messageHash":"0xad19fa847ac16c730666048d9620f11d90445fb2e89b1672a53a78c59e8f1df6"},{"messageHash":"0xd3d23f831ed95155d958bb4380981074a67bba85889b92e0b0a37e1acedb5fe8"},{"messageHash":"0xf79f82fc8c02ce43a90d58821d1eb6442666386db4c032cf2f4eaff1b42a9e02"},{"messageHash":"0x6c614986e8f1e2dd263674093296742a421265732fd0419e3410c1ae72056e40"},{"messageHash":"0x1cef06b07c67bc6388b13bcb39af91d17d37858dbf7afce74e48d00f7db5229b"},{"messageHash":"0x082ce070b353b4b4ba1ec9b631d6bc68827cf25e508aacf42375cc41b929a9b5"},{"messageHash":"0xd553300f955ed1038f538a96a2de608d17ecc8b9b73af77e35190fff7a2fc99b"},{"messageHash":"0xeaef640c65ca7638fc7db68f62dd62f1f57f451af01f61904aaeb8d5101eec55"},{"messageHash":"0xaf4e5ff6b495bd6c3f7dcc7997e55517751e9301b53b673a97732f271b7ed7d9"},{"messageHash":"0x4cf2321c0a94f342219059b8b42e4bcd8de997f8c357643ddf449be511edc757"},{"messageHash":"0x78b4e38291b98bf7be3250192b1e0f2fe2fceee2de5be1a50825c096887f82a8"},{"messageHash":"0xab28b71d38915275947b5a2a9261c961cf4a64abfbcc79d7ce3fc4df0d95c2b6"},{"messageHash":"0x8b38282456a61d241203dc61ec949da0282a28acd098caf46d599c0789ce4eb2"},{"messageHash":"0xe4a5146a2149fe5dabaa19243bca379ce6aadffee8328d6d26de71ec4ee79607"},{"messageHash":"0x92dc2ea1f376f6344c0674e865f0e743ed49b5104b7d8c1035307eb344ec2c58"},{"messageHash":"0x44c2cbbce36e70b8a8e9c7ec8b209ed725239d78c818cbea546704824a3faea3"}],"paginationCursor":"0x44c2cbbce36e70b8a8e9c7ec8b209ed725239d78c818cbea546704824a3faea3"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13709/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x44c2cbbce36e70b8a8e9c7ec8b209ed725239d78c818cbea546704824a3faea3&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":"0x558104f1e11b8769b8d23cc2534668fd8798c2c2b7b15f915ecf43f1bc99ce38"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19353/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x44c2cbbce36e70b8a8e9c7ec8b209ed725239d78c818cbea546704824a3faea3&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":"0x558104f1e11b8769b8d23cc2534668fd8798c2c2b7b15f915ecf43f1bc99ce38"}]}'
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 221d3270f7b9
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 13b82f7a6a73
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,95 @@
2025-12-25 04:31:57.243 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:31:57.244 DEBUG [tests.conftest] Running test: test_get_peers_for_blank_node with id: 2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235
2025-12-25 04:31:57.244 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:31:57.244 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:31:57.252 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:31:57.252 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235__wakuorg_nwaku:latest.log
2025-12-25 04:31:57.252 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:31:57.252 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:31:57.254 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:31:57.254 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.183
2025-12-25 04:31:57.254 DEBUG [src.node.docker_mananger] Generated ports ['65477', '65478', '65479', '65480', '65481']
2025-12-25 04:31:57.254 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:31:57.254 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:31:57.254 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:31:57.254 DEBUG [src.node.docker_mananger] docker run -i -t -p 65477:65477 -p 65478:65478 -p 65479:65479 -p 65480:65480 -p 65481:65481 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=65479 --rest-port=65477 --tcp-port=65478 --discv5-udp-port=65480 --rest-address=0.0.0.0 --nat=extip:172.18.211.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f66363dfc69f1e3b61eadca2421c7bbd6fb64cb20d4ea17de9b0b7b17cc727a4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65481 --metrics-logging=true --relay=true --relay-peer-exchange=true
2025-12-25 04:31:57.478 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.183 waku 25522d3ab48cb7ecc38c691cacd0c9ffb5f81f8d1e4635a4383f9ed31cdf6f5f
2025-12-25 04:31:57.517 DEBUG [src.node.docker_mananger] Container started with ID 25522d3ab48c. Setting up logs at ./log/docker/node1_2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235__wakuorg_nwaku:latest.log
2025-12-25 04:31:57.518 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65477
2025-12-25 04:31:57.519 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:31:58.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65477/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:31:58.523 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"}]}'
2025-12-25 04:31:58.523 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:31:58.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65477/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:31:58.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.183/tcp/65478/p2p/16Uiu2HAmTiXf3FVCyArT5yBSLyK1Mbd7eAqznKSZkkWh4g3Fhcxm","/ip4/172.18.211.183/tcp/65479/ws/p2p/16Uiu2HAmTiXf3FVCyArT5yBSLyK1Mbd7eAqznKSZkkWh4g3Fhcxm"],"enrUri":"enr:-L24QPw8__ZiLfPqo9hQXCo6nc6esK40FuoMMaVNW-f603x2B-t7KLuJT7yz2Xd8ICBagzlkrCQ6qIlGBK1qyZ9fiJ8CgmlkgnY0gmlwhKwS07eKbXVsdGlhZGRyc5YACASsEtO3Bv_GAAoErBLTtwb_x90DgnJzhQADAQAAiXNlY3AyNTZrMaED38dxtK808DWI5giKOKlBv3uhtedp1wGi_zJEzl-mgi6DdGNwgv_Gg3VkcIL_yIV3YWt1MgE"}'
2025-12-25 04:31:58.526 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:31:58.533 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:31:58.533 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235__wakuorg_nwaku:latest.log
2025-12-25 04:31:58.534 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:31:58.534 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:31:58.535 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:31:58.535 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.4
2025-12-25 04:31:58.535 DEBUG [src.node.docker_mananger] Generated ports ['65395', '65396', '65397', '65398', '65399']
2025-12-25 04:31:58.536 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:31:58.536 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:31:58.536 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:31:58.536 DEBUG [src.node.docker_mananger] docker run -i -t -p 65395:65395 -p 65396:65396 -p 65397:65397 -p 65398:65398 -p 65399:65399 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=65397 --rest-port=65395 --tcp-port=65396 --discv5-udp-port=65398 --rest-address=0.0.0.0 --nat=extip:172.18.162.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d924c67e11af20cfceeea8cf5d84aba5e920c4e90a884cdbe97df28d796cfa9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65399 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPw8__ZiLfPqo9hQXCo6nc6esK40FuoMMaVNW-f603x2B-t7KLuJT7yz2Xd8ICBagzlkrCQ6qIlGBK1qyZ9fiJ8CgmlkgnY0gmlwhKwS07eKbXVsdGlhZGRyc5YACASsEtO3Bv_GAAoErBLTtwb_x90DgnJzhQADAQAAiXNlY3AyNTZrMaED38dxtK808DWI5giKOKlBv3uhtedp1wGi_zJEzl-mgi6DdGNwgv_Gg3VkcIL_yIV3YWt1MgE
2025-12-25 04:31:58.731 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.4 waku 84376abc79c3706a7986c1a68c37e6175ad15ded85fb162b2e0c582738068a0f
2025-12-25 04:31:58.762 DEBUG [src.node.docker_mananger] Container started with ID 84376abc79c3. Setting up logs at ./log/docker/node2_2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235__wakuorg_nwaku:latest.log
2025-12-25 04:31:58.762 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65395
2025-12-25 04:31:58.762 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:31:59.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65395/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:31:59.769 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"}]}'
2025-12-25 04:31:59.771 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:31:59.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65395/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:31:59.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.4/tcp/65396/p2p/16Uiu2HAmFVjJFrnct9QdW7sm3UxY7f6jbQVachegcjkh1jHJCMxt","/ip4/172.18.162.4/tcp/65397/ws/p2p/16Uiu2HAmFVjJFrnct9QdW7sm3UxY7f6jbQVachegcjkh1jHJCMxt"],"enrUri":"enr:-L24QM3V7wtkPaA_2o5vK4RGT49r4c3OZsuIxkhaSyvIwZvGbUIMj3p7T_Udm0V5Alq2dBb9tDYrZPbYaJo_3S0aWzoCgmlkgnY0gmlwhKwSogSKbXVsdGlhZGRyc5YACASsEqIEBv90AAoErBKiBAb_dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKjPQVlpQ01CaYm2dqs62TtiQW3jxD3ecIqdSlY_iB8GDdGNwgv90g3VkcIL_doV3YWt1MgE"}'
2025-12-25 04:31:59.779 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:31:59.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65395/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.183/tcp/65478/p2p/16Uiu2HAmTiXf3FVCyArT5yBSLyK1Mbd7eAqznKSZkkWh4g3Fhcxm"]'
2025-12-25 04:31:59.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:31:59.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65477/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"]'
2025-12-25 04:31:59.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:31:59.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65395/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"]'
2025-12-25 04:31:59.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:31:59.800 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:00.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65477/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:00.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.162.4/tcp/50778/p2p/16Uiu2HAmFVjJFrnct9QdW7sm3UxY7f6jbQVachegcjkh1jHJCMxt","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-124-g96196a","origin":"UnknownOrigin"}]'
2025-12-25 04:32:00.811 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:32:00.811 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235__wakuorg_nwaku:latest.log
2025-12-25 04:32:00.811 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:00.811 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:00.813 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:00.813 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.87
2025-12-25 04:32:00.813 DEBUG [src.node.docker_mananger] Generated ports ['4558', '4559', '4560', '4561', '4562']
2025-12-25 04:32:00.813 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:00.813 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:00.813 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:00.814 DEBUG [src.node.docker_mananger] docker run -i -t -p 4558:4558 -p 4559:4559 -p 4560:4560 -p 4561:4561 -p 4562:4562 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=4560 --rest-port=4558 --tcp-port=4559 --discv5-udp-port=4561 --rest-address=0.0.0.0 --nat=extip:172.18.48.87 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=f29fb50e0fac93a2a85bb8fb1728ad3e720ff3cf7ec969faf1d4f149ba176c64 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4562 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.162.4/tcp/50778/p2p/16Uiu2HAmFVjJFrnct9QdW7sm3UxY7f6jbQVachegcjkh1jHJCMxt
2025-12-25 04:32:01.006 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.87 waku 98f38f5d06f2b7c4cdea46921cf82bd1dcb80c6bd61c5b77f329f4905acd2092
2025-12-25 04:32:01.038 DEBUG [src.node.docker_mananger] Container started with ID 98f38f5d06f2. Setting up logs at ./log/docker/node3_2025-12-25_04-31-57__32fa0226-308c-444e-8d24-8ac1c860a235__wakuorg_nwaku:latest.log
2025-12-25 04:32:01.038 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4558
2025-12-25 04:32:01.039 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:02.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4558/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:02.042 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"}]}'
2025-12-25 04:32:02.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4558/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:02.146 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"}]}'
2025-12-25 04:32:02.147 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:32:02.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4558/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:02.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.87/tcp/4559/p2p/16Uiu2HAkzKXt27xcifoEWNA7PvrTiXuqmwG66zioAR8YWrMTJYpB","/ip4/172.18.48.87/tcp/4560/ws/p2p/16Uiu2HAkzKXt27xcifoEWNA7PvrTiXuqmwG66zioAR8YWrMTJYpB"],"enrUri":"enr:-La4QHGauH_KOvvnXvfxnpaW3DCykgpMdo66uw1lzu162LUeXYbC2vjVTHW9abWotbipDjuZOYol0IqQX2r5NlSxn5YCgmlkgnY0gmlwhKwSMFeKbXVsdGlhZGRyc5YACASsEjBXBhHPAAoErBIwVwYR0N0DgnJzhQADAQAAiXNlY3AyNTZrMaECSLfKpheCqcU7VpmL5cRXafLeGkx1GByX8Zf2r10WgpSDdGNwghHPhXdha3UyAA"}'
2025-12-25 04:32:02.149 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:32:02.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4558/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.183/tcp/65478/p2p/16Uiu2HAmTiXf3FVCyArT5yBSLyK1Mbd7eAqznKSZkkWh4g3Fhcxm"]'
2025-12-25 04:32:02.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:02.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4558/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:02.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.211.183/tcp/65478/p2p/16Uiu2HAmTiXf3FVCyArT5yBSLyK1Mbd7eAqznKSZkkWh4g3Fhcxm","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,1000,9,1,25],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.162.4/tcp/50778/p2p/16Uiu2HAmFVjJFrnct9QdW7sm3UxY7f6jbQVachegcjkh1jHJCMxt","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"}]'
2025-12-25 04:32:02.183 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:32:02.186 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:32:02.186 DEBUG [src.node.waku_node] Stopping container with id 25522d3ab48c
2025-12-25 04:32:02.775 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:32:02.775 DEBUG [src.node.waku_node] Stopping container with id 84376abc79c3
2025-12-25 04:32:03.339 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:32:03.340 DEBUG [src.node.waku_node] Stopping container with id 98f38f5d06f2
2025-12-25 04:32:03.590 ERROR [src.node.docker_mananger] Max retries reached for container 25522d3ab48c. Exiting log stream.
2025-12-25 04:32:03.905 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:32:03.907 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:32:03.915 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:32:03.927 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:32:03.931 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,840 @@
2025-12-25 04:32:06.965 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:32:06.965 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_only_relay with id: 2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a
2025-12-25 04:32:06.965 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:32:06.966 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:32:06.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:32:06.974 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:32:06.974 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:06.974 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:06.975 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:06.975 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.114
2025-12-25 04:32:06.975 DEBUG [src.node.docker_mananger] Generated ports ['59693', '59694', '59695', '59696', '59697']
2025-12-25 04:32:06.976 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:06.976 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:06.976 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:06.976 DEBUG [src.node.docker_mananger] docker run -i -t -p 59693:59693 -p 59694:59694 -p 59695:59695 -p 59696:59696 -p 59697:59697 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=59695 --rest-port=59693 --tcp-port=59694 --discv5-udp-port=59696 --rest-address=0.0.0.0 --nat=extip:172.18.139.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffe1ccc659d27cff9df8dc0cbaafb9d6a5336fedb261f6f2bdad1af2f7cd71da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59697 --metrics-logging=true --lightpush=false --relay=true
2025-12-25 04:32:07.169 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.114 waku e1d7831f08ffba3bb5bcda12c8b82754db95f5b4057557b0ade332b21be2951d
2025-12-25 04:32:07.202 DEBUG [src.node.docker_mananger] Container started with ID e1d7831f08ff. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:32:07.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59693
2025-12-25 04:32:07.203 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:08.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59693/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:08.208 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"}]}'
2025-12-25 04:32:08.209 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:32:08.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59693/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:08.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.114/tcp/59694/p2p/16Uiu2HAkwTfNx5dVEqj26VrPscSRjb1bwnDTdfKWQsQ6YLaU7Q7S","/ip4/172.18.139.114/tcp/59695/ws/p2p/16Uiu2HAkwTfNx5dVEqj26VrPscSRjb1bwnDTdfKWQsQ6YLaU7Q7S"],"enrUri":"enr:-L24QDdudkarv2vomyKp5j52hlCxjqKFa32XOyJqulQ1GtNGcQPRdBCAcJ5CAamLXPvBhwRvNX3VcnmGA-j0vg7EQMMCgmlkgnY0gmlwhKwSi3KKbXVsdGlhZGRyc5YACASsEotyBukuAAoErBKLcgbpL90DgnJzhQADAQAAiXNlY3AyNTZrMaECHjnbMIsXNc_iYVRAywFbEhwJyNCxYPXBBlv-TYI6_jGDdGNwgukug3VkcILpMIV3YWt1MgE"}'
2025-12-25 04:32:08.211 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:32:08.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59693/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:32:08.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:08.231 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:32:08.231 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:32:08.232 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:08.232 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:08.233 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:08.233 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.202.141
2025-12-25 04:32:08.234 DEBUG [src.node.docker_mananger] Generated ports ['35951', '35952', '35953', '35954', '35955']
2025-12-25 04:32:08.234 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:08.234 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:08.234 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:08.234 DEBUG [src.node.docker_mananger] docker run -i -t -p 35951:35951 -p 35952:35952 -p 35953:35953 -p 35954:35954 -p 35955:35955 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=35953 --rest-port=35951 --tcp-port=35952 --discv5-udp-port=35954 --rest-address=0.0.0.0 --nat=extip:172.18.202.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=38cffecec06b6953d1dc4fd7f78ecb2e895bc07cfbb7bcbe4becee338fae7cea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35955 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDdudkarv2vomyKp5j52hlCxjqKFa32XOyJqulQ1GtNGcQPRdBCAcJ5CAamLXPvBhwRvNX3VcnmGA-j0vg7EQMMCgmlkgnY0gmlwhKwSi3KKbXVsdGlhZGRyc5YACASsEotyBukuAAoErBKLcgbpL90DgnJzhQADAQAAiXNlY3AyNTZrMaECHjnbMIsXNc_iYVRAywFbEhwJyNCxYPXBBlv-TYI6_jGDdGNwgukug3VkcILpMIV3YWt1MgE --lightpushnode=/ip4/172.18.139.114/tcp/59694/p2p/16Uiu2HAkwTfNx5dVEqj26VrPscSRjb1bwnDTdfKWQsQ6YLaU7Q7S --lightpush=true --relay=false
2025-12-25 04:32:08.419 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.202.141 waku 0da47d8db5736b5d3424003a1d14b0a8850635e13f99d809a1ce4341a441dfa1
2025-12-25 04:32:08.450 DEBUG [src.node.docker_mananger] Container started with ID 0da47d8db573. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:32:08.450 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35951
2025-12-25 04:32:08.451 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:09.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.791 ERROR [src.node.docker_mananger] Max retries reached for container 0da47d8db573. Exiting log stream.
2025-12-25 04:32:09.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:11.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:12.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:13.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:14.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:15.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:16.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:17.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:18.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:19.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:20.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:21.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:22.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:23.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:24.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:25.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:26.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:27.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:29.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:29.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:29.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:29.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:29.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35951/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:29.452 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=35951): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe5751c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:32:29.552 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:29.552 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:29.554 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:29.554 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.47
2025-12-25 04:32:29.554 DEBUG [src.node.docker_mananger] Generated ports ['8895', '8896', '8897', '8898', '8899']
2025-12-25 04:32:29.555 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:29.555 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:29.555 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:29.555 DEBUG [src.node.docker_mananger] docker run -i -t -p 8895:8895 -p 8896:8896 -p 8897:8897 -p 8898:8898 -p 8899:8899 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=8897 --rest-port=8895 --tcp-port=8896 --discv5-udp-port=8898 --rest-address=0.0.0.0 --nat=extip:172.18.90.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70c2beefb9cbeda0afbcf281fe2db1c56ae0f7c9dfb6add9ed24a152efb500c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8899 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDdudkarv2vomyKp5j52hlCxjqKFa32XOyJqulQ1GtNGcQPRdBCAcJ5CAamLXPvBhwRvNX3VcnmGA-j0vg7EQMMCgmlkgnY0gmlwhKwSi3KKbXVsdGlhZGRyc5YACASsEotyBukuAAoErBKLcgbpL90DgnJzhQADAQAAiXNlY3AyNTZrMaECHjnbMIsXNc_iYVRAywFbEhwJyNCxYPXBBlv-TYI6_jGDdGNwgukug3VkcILpMIV3YWt1MgE --lightpushnode=/ip4/172.18.139.114/tcp/59694/p2p/16Uiu2HAkwTfNx5dVEqj26VrPscSRjb1bwnDTdfKWQsQ6YLaU7Q7S --lightpush=true --relay=false
2025-12-25 04:32:29.733 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.47 waku d34af34b1808370a8c62979bb0002738ca656067cc84dc44741b62aa2e87711b
2025-12-25 04:32:29.766 DEBUG [src.node.docker_mananger] Container started with ID d34af34b1808. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:32:29.766 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8895
2025-12-25 04:32:29.767 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:30.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:30.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:30.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.076 ERROR [src.node.docker_mananger] Max retries reached for container d34af34b1808. Exiting log stream.
2025-12-25 04:32:31.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:31.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:32.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:33.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:34.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:35.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:36.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:37.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:38.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:39.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:40.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:41.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:42.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:43.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:44.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:45.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:46.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:47.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:48.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:49.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8895/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:50.855 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=8895): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe575190>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:32:50.956 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:50.956 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:50.957 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:50.958 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.178
2025-12-25 04:32:50.958 DEBUG [src.node.docker_mananger] Generated ports ['19212', '19213', '19214', '19215', '19216']
2025-12-25 04:32:50.958 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:50.958 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:50.958 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:50.958 DEBUG [src.node.docker_mananger] docker run -i -t -p 19212:19212 -p 19213:19213 -p 19214:19214 -p 19215:19215 -p 19216:19216 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=19214 --rest-port=19212 --tcp-port=19213 --discv5-udp-port=19215 --rest-address=0.0.0.0 --nat=extip:172.18.217.178 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e9dcbbc321688df8bbdc972e4ecbdcc05f5b8f844cfed1f4ae1dd110cf5f54a6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19216 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDdudkarv2vomyKp5j52hlCxjqKFa32XOyJqulQ1GtNGcQPRdBCAcJ5CAamLXPvBhwRvNX3VcnmGA-j0vg7EQMMCgmlkgnY0gmlwhKwSi3KKbXVsdGlhZGRyc5YACASsEotyBukuAAoErBKLcgbpL90DgnJzhQADAQAAiXNlY3AyNTZrMaECHjnbMIsXNc_iYVRAywFbEhwJyNCxYPXBBlv-TYI6_jGDdGNwgukug3VkcILpMIV3YWt1MgE --lightpushnode=/ip4/172.18.139.114/tcp/59694/p2p/16Uiu2HAkwTfNx5dVEqj26VrPscSRjb1bwnDTdfKWQsQ6YLaU7Q7S --lightpush=true --relay=false
2025-12-25 04:32:51.132 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.178 waku 71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464
2025-12-25 04:32:51.163 DEBUG [src.node.docker_mananger] Container started with ID 71cfa0a29b24. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:32:51.164 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19212
2025-12-25 04:32:51.165 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:52.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.483 ERROR [src.node.docker_mananger] Max retries reached for container 71cfa0a29b24. Exiting log stream.
2025-12-25 04:32:52.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:52.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:53.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:54.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:55.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:56.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:57.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:58.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:59.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:00.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:01.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:02.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:03.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:04.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:05.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:06.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:07.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:08.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:09.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:10.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:11.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:12.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:12.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:12.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19212/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:33:12.253 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=19212): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fbe7bf1d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:33:12.426 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:33:12.427 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:33:12.427 DEBUG [src.node.waku_node] Stopping container with id e1d7831f08ff
2025-12-25 04:33:12.939 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:33:12.940 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.043 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.145 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.246 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.348 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.449 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.550 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.652 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.752 ERROR [src.node.docker_mananger] Max retries reached for container e1d7831f08ff. Exiting log stream.
2025-12-25 04:33:13.753 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.854 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:13.956 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.057 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.159 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.260 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.362 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.464 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.566 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.667 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.769 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.870 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:14.972 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.074 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.175 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.277 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.379 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.481 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.583 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.684 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.786 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.888 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:15.990 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.091 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.193 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.295 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.396 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.498 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.599 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.701 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.803 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:16.904 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.006 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.107 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.209 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.310 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.412 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.514 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.615 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.717 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.818 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:17.920 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.021 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.023 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464/stop: Not Found ("No such container: 71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464")
2025-12-25 04:33:18.023 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.124 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.226 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.327 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.428 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.530 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.632 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.734 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.835 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:18.937 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.038 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.140 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.241 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.343 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.445 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.547 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.648 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.750 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.851 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:19.953 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.055 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.157 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.258 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.360 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.461 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.563 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.665 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.767 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.868 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:20.970 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.071 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.173 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.274 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.376 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.478 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.579 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.681 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.783 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.885 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:21.986 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.088 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.190 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.292 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.393 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.495 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.597 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.699 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.800 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:22.902 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.003 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.105 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.106 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464/stop: Not Found ("No such container: 71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464")
2025-12-25 04:33:23.107 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.208 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.309 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.411 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.512 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.614 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.715 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.816 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:23.918 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.020 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.121 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.223 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.325 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.427 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.529 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.630 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.732 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.834 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:24.935 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.037 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.138 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.240 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.341 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.442 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.544 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.646 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.747 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.849 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:25.950 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.052 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.153 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.255 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.357 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.458 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.560 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.662 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.763 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.865 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:26.966 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.068 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.170 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.271 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.373 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.474 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.576 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.677 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.779 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.880 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:27.982 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:28.084 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:28.185 DEBUG [src.node.waku_node] Stopping container with id 71cfa0a29b24
2025-12-25 04:33:28.187 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464/stop: Not Found ("No such container: 71cfa0a29b245d51d34e9d29d5b0dfb619b90c6b5246673f67aac76b2b770464")
2025-12-25 04:33:28.188 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:33:28.192 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:33:28.193 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:33:28.193 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:33:28.194 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:33:28.194 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2025-12-25 04:33:28.194 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2025-12-25 04:33:28.195 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log
2025-12-25 04:33:28.195 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-25_04-32-06__747e277b-0bea-4c5d-9193-867172fbcd5a__wakuorg_nwaku:latest.log

View File

@ -0,0 +1,69 @@
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_store with id: 2025-12-25_04-33-43__f93324ae-869c-4651-8a80-ffb3e024ae19
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_2025-12-25_04-33-43__f93324ae-869c-4651-8a80-ffb3e024ae19__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.97.186
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24238', '24239', '24240', '24241', '24242']
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 24238:24238 -p 24239:24239 -p 24240:24240 -p 24241:24241 -p 24242:24242 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=24240 --rest-port=24238 --tcp-port=24239 --discv5-udp-port=24241 --rest-address=0.0.0.0 --nat=extip:172.18.97.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=befbec8ee8c1ac0998d2a0dc1d5b09d7dc0b01e21622caf76a169ee0601b4899 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24242 --metrics-logging=true --store=false --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.97.186 waku 12d70754d7980f4d5f7f0c295e7daf537a34da1121062fffb051e4205e6c89bc
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7dad2140f3ae. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 12d70754d798. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-33-43__f93324ae-869c-4651-8a80-ffb3e024ae19__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24238
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 22eac4b2dd6a. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24238/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:24238/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.97.186/tcp/24239/p2p/16Uiu2HAmPyCyPWfa2RweNUbSorYi4sNqfRYFm3eACRnTu74ZCaG4","/ip4/172.18.97.186/tcp/24240/ws/p2p/16Uiu2HAmPyCyPWfa2RweNUbSorYi4sNqfRYFm3eACRnTu74ZCaG4"],"enrUri":"enr:-L24QBctq39DAHQgmdPlgujXsb3HIHwzXj7dP8yiX3_7Vt1NO5tTky8Oqobm8ln661Ask5-sa3d9PmU8q0Y9CTVXJEQCgmlkgnY0gmlwhKwSYbqKbXVsdGlhZGRyc5YACASsEmG6Bl6vAAoErBJhugZesN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqBtIbwIrhHNcjd1IQEezqs2mMsGoxgf2me-R_12jUyWDdGNwgl6vg3VkcIJesYV3YWt1MgE"}'
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_2025-12-25_04-33-43__f93324ae-869c-4651-8a80-ffb3e024ae19__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.61.172
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52934', '52935', '52936', '52937', '52938']
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 52934:52934 -p 52935:52935 -p 52936:52936 -p 52937:52937 -p 52938:52938 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=52936 --rest-port=52934 --tcp-port=52935 --discv5-udp-port=52937 --rest-address=0.0.0.0 --nat=extip:172.18.61.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ac5a681df42f01ad0b2ddfe632b68b9bc958fa7beac5ee6edd1a2394bd8e11aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52938 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBctq39DAHQgmdPlgujXsb3HIHwzXj7dP8yiX3_7Vt1NO5tTky8Oqobm8ln661Ask5-sa3d9PmU8q0Y9CTVXJEQCgmlkgnY0gmlwhKwSYbqKbXVsdGlhZGRyc5YACASsEmG6Bl6vAAoErBJhugZesN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqBtIbwIrhHNcjd1IQEezqs2mMsGoxgf2me-R_12jUyWDdGNwgl6vg3VkcIJesYV3YWt1MgE --storenode=/ip4/172.18.97.186/tcp/24239/p2p/16Uiu2HAmPyCyPWfa2RweNUbSorYi4sNqfRYFm3eACRnTu74ZCaG4 --store=true --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.172 waku 52a29df90178415d7665ad2c931e99981202ebc18af9e8fe9ce79153b6f60302
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 52a29df90178. Setting up logs at ./log/docker/store_node1_2025-12-25_04-33-43__f93324ae-869c-4651-8a80-ffb3e024ae19__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52934
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:52934/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":"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:52934/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.61.172/tcp/52935/p2p/16Uiu2HAmHFqrsaRbGueZ16STPAWva5ema6A6ZnvcZYkNAik9MzrE","/ip4/172.18.61.172/tcp/52936/ws/p2p/16Uiu2HAmHFqrsaRbGueZ16STPAWva5ema6A6ZnvcZYkNAik9MzrE"],"enrUri":"enr:-L24QOz-v4nFgEq_MCCIb-kz0o6ApdTH6UGvt2N8ofjIZWeoa29ePGrR5B6duaB6UfiLAuN64nKALDVgvSPCYOcAqQUCgmlkgnY0gmlwhKwSPayKbXVsdGlhZGRyc5YACASsEj2sBs7HAAoErBI9rAbOyN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRFx59cyQRdGeP7jqQPU_ng3SSS8EW5WtmgGoSFVDK2uDdGNwgs7Hg3VkcILOyYV3YWt1MgI"}'
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:52934/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.186/tcp/24239/p2p/16Uiu2HAmPyCyPWfa2RweNUbSorYi4sNqfRYFm3eACRnTu74ZCaG4"]'
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:24238/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:24238/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:52934/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 12d70754d798
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 52a29df90178
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,116 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_admin_set_all_log_levels with id: 2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679
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_2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679__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_2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679__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_2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679__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_2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679__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.226.20
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40667', '40668', '40669', '40670', '40671']
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 40667:40667 -p 40668:40668 -p 40669:40669 -p 40670:40670 -p 40671:40671 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=40669 --rest-port=40667 --tcp-port=40668 --discv5-udp-port=40670 --rest-address=0.0.0.0 --nat=extip:172.18.226.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d5dcc211e586a35a5e322d13d97fa10edb32cca75fb39b72ee4419df0328bba0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40671 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.20 waku 49e8690ef004d142fab00d624017f18d99a03f863d93058fdcd3018d874d1087
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 01bfc750d476. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 49e8690ef004. Setting up logs at ./log/docker/node1_2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40667
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 adc17f6b2587. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40667/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:40667/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.226.20/tcp/40668/p2p/16Uiu2HAmVNhMFPSFkFF7UtLbKHwh7N6FZ3ztYR2QHzGH5KXLSWRr","/ip4/172.18.226.20/tcp/40669/ws/p2p/16Uiu2HAmVNhMFPSFkFF7UtLbKHwh7N6FZ3ztYR2QHzGH5KXLSWRr"],"enrUri":"enr:-L24QPWkSFYADqpZzhnN8XTXw_0eZXJzXmeSLOrcgaDZL3AfEfz-7Ox59Su6mFrIwwusrFrwtl0-UMoWTrg5Fs6wy1MCgmlkgnY0gmlwhKwS4hSKbXVsdGlhZGRyc5YACASsEuIUBp7cAAoErBLiFAae3d0DgnJzhQADAQAAiXNlY3AyNTZrMaED-Gope5WvU-esEKSqnL6txhvf6lJMWdVDePiveG42Ng2DdGNwgp7cg3VkcIKe3oV3YWt1MgE"}'
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.113.221
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64634', '64635', '64636', '64637', '64638']
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 64634:64634 -p 64635:64635 -p 64636:64636 -p 64637:64637 -p 64638:64638 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=64636 --rest-port=64634 --tcp-port=64635 --discv5-udp-port=64637 --rest-address=0.0.0.0 --nat=extip:172.18.113.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e00f62bbdbb56bf8755e0f4ffe46d4b84fcdadfefbd4caa1ecec6e5ec54c47b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64638 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPWkSFYADqpZzhnN8XTXw_0eZXJzXmeSLOrcgaDZL3AfEfz-7Ox59Su6mFrIwwusrFrwtl0-UMoWTrg5Fs6wy1MCgmlkgnY0gmlwhKwS4hSKbXVsdGlhZGRyc5YACASsEuIUBp7cAAoErBLiFAae3d0DgnJzhQADAQAAiXNlY3AyNTZrMaED-Gope5WvU-esEKSqnL6txhvf6lJMWdVDePiveG42Ng2DdGNwgp7cg3VkcIKe3oV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.113.221 waku 24f2095eca04baecad9884f5001255374fc0e3a9843260f5522867d088d3e7b6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 24f2095eca04. Setting up logs at ./log/docker/node2_2025-12-25_04-20-16__643fc275-b284-44b2-b562-528806a9a679__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64634
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:64634/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:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
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:40667/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.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (TRACE) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/admin/v1/log-level/DEBUG" -H "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.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (DEBUG) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/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'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (INFO) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/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'
DEBUG  tests.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (NOTICE) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/admin/v1/log-level/WARN" -H "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.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (WARN) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/admin/v1/log-level/ERROR" -H "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.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (ERROR) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/admin/v1/log-level/FATAL" -H "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.rest_flags.test_admin_flags:test_admin_flags.py:174 Set log level (FATAL) -> status=200
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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.221/tcp/64635/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP","/ip4/172.18.113.221/tcp/64636/ws/p2p/16Uiu2HAmVaFFCLYcT8kGLQtwSd9fnmDF8GYSyuwvkuZoQQEfQazP"],"enrUri":"enr:-L24QFYNtzhxweKzS5ukAgAubulK4rw_fDewolWxHGnGx3QOD87c3BsGgUIXiGwWaB5rC6S_7B7D2NYxgeUrdZYuO5wCgmlkgnY0gmlwhKwScd2KbXVsdGlhZGRyc5YACASsEnHdBvx7AAoErBJx3Qb8fN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-1-djvc_Hw3ekjZAZDxnCp_mJ3L52HzGP5PXQD1ZqPyDdGNwgvx7g3VkcIL8fYV3YWt1MgE"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64634/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-124-g96196a'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40667/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.rest_flags.test_admin_flags:test_admin_flags.py:180 Restore default log level (TRACE) -> status=200
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 49e8690ef004
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 24f2095eca04
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,131 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publish_after_node1_restarts with id: 2025-12-25_04-24-35__fc9cae51-b246-4630-8b43-dc323a89ee80
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_2025-12-25_04-24-35__fc9cae51-b246-4630-8b43-dc323a89ee80__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.45
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38657', '38658', '38659', '38660', '38661']
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 38657:38657 -p 38658:38658 -p 38659:38659 -p 38660:38660 -p 38661:38661 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=38659 --rest-port=38657 --tcp-port=38658 --discv5-udp-port=38660 --rest-address=0.0.0.0 --nat=extip:172.18.94.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc9abecb2d781beedff00a0e7e8aad3a6ca0e6a5ceee9763dc6ce6def2cbbadb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38661 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.94.45 waku a04314f2d2239bb570cad3f849cce06bafa0b318a2c3c385c31debeb48fa60cc
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a04314f2d223. Setting up logs at ./log/docker/node1_2025-12-25_04-24-35__fc9cae51-b246-4630-8b43-dc323a89ee80__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38657
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 f74da3bfd849. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 242422babc1f. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38657/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:38657/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.45/tcp/38658/p2p/16Uiu2HAmSxKcWAM8cauUfcfZTekhUg4VPzYj9Pc8yH98QQctxdeX","/ip4/172.18.94.45/tcp/38659/ws/p2p/16Uiu2HAmSxKcWAM8cauUfcfZTekhUg4VPzYj9Pc8yH98QQctxdeX"],"enrUri":"enr:-L24QFDFA9oM6jnD4u47qFngvr7xNy0v8g-cMUTNekTUr6uCKRpG6Xs2tuYAYLX67KkgDc1wp7KGE9z7k3qWxx6GTHACgmlkgnY0gmlwhKwSXi2KbXVsdGlhZGRyc5YACASsEl4tBpcCAAoErBJeLQaXA90DgnJzhQADAQAAiXNlY3AyNTZrMaED1HRFS2GFqnSnwwucJ2RrJaqEj4xD0ABhJCryEwAeN3iDdGNwgpcCg3VkcIKXBIV3YWt1MgE"}'
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_2025-12-25_04-24-35__fc9cae51-b246-4630-8b43-dc323a89ee80__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.28.156
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45275', '45276', '45277', '45278', '45279']
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 45275:45275 -p 45276:45276 -p 45277:45277 -p 45278:45278 -p 45279:45279 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=45277 --rest-port=45275 --tcp-port=45276 --discv5-udp-port=45278 --rest-address=0.0.0.0 --nat=extip:172.18.28.156 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c3bea6778aee6ec24bb31fc4df1db91a4c0e2c305cc4bab334ee0f0fc957209f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45279 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFDFA9oM6jnD4u47qFngvr7xNy0v8g-cMUTNekTUr6uCKRpG6Xs2tuYAYLX67KkgDc1wp7KGE9z7k3qWxx6GTHACgmlkgnY0gmlwhKwSXi2KbXVsdGlhZGRyc5YACASsEl4tBpcCAAoErBJeLQaXA90DgnJzhQADAQAAiXNlY3AyNTZrMaED1HRFS2GFqnSnwwucJ2RrJaqEj4xD0ABhJCryEwAeN3iDdGNwgpcCg3VkcIKXBIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.28.156 waku 25bfb98894ab1d29305d6ba6ca9d0b577a08294d7448005c1460544414d83672
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 25bfb98894ab. Setting up logs at ./log/docker/node2_2025-12-25_04-24-35__fc9cae51-b246-4630-8b43-dc323a89ee80__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45275
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:45275/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:45275/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.28.156/tcp/45276/p2p/16Uiu2HAm8pRzRzXHhnYMtL1ZNjLTPmcnryKeAHNopqQhtRGpBDwV","/ip4/172.18.28.156/tcp/45277/ws/p2p/16Uiu2HAm8pRzRzXHhnYMtL1ZNjLTPmcnryKeAHNopqQhtRGpBDwV"],"enrUri":"enr:-L24QFL54IVYTHGvdTdGpZ_p7p8OtGsRLaE6ADeMy-LFGGCmAIjwE3OmeJj8L9Wo-SrJQXnvygvAlS8M40hVddk08swCgmlkgnY0gmlwhKwSHJyKbXVsdGlhZGRyc5YACASsEhycBrDcAAoErBIcnAaw3d0DgnJzhQADAQAAiXNlY3AyNTZrMaECxvx4o1Yvf0nKlSXzwI9qZMVW1SGB4H9YFWxEonr5nWiDdGNwgrDcg3VkcIKw3oV3YWt1MgE"}'
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:45275/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.45/tcp/38658/p2p/16Uiu2HAmSxKcWAM8cauUfcfZTekhUg4VPzYj9Pc8yH98QQctxdeX"]'
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:38657/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:45275/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:38657/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:38657/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":1766636678296918784,"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:45275/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":1766636678296918784,"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:38657/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:38657/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":1766636678411740409,"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:45275/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":1766636678411740409,"ephemeral":false,"proof":""}]'
DEBUG  src.node.waku_node:waku_node.py:257 Restarting container with id a04314f2d223
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38657/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38657/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:38657/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.45/tcp/38658/p2p/16Uiu2HAmSxKcWAM8cauUfcfZTekhUg4VPzYj9Pc8yH98QQctxdeX","/ip4/172.18.94.45/tcp/38659/ws/p2p/16Uiu2HAmSxKcWAM8cauUfcfZTekhUg4VPzYj9Pc8yH98QQctxdeX"],"enrUri":"enr:-L24QFDFA9oM6jnD4u47qFngvr7xNy0v8g-cMUTNekTUr6uCKRpG6Xs2tuYAYLX67KkgDc1wp7KGE9z7k3qWxx6GTHACgmlkgnY0gmlwhKwSXi2KbXVsdGlhZGRyc5YACASsEl4tBpcCAAoErBJeLQaXA90DgnJzhQADAQAAiXNlY3AyNTZrMaED1HRFS2GFqnSnwwucJ2RrJaqEj4xD0ABhJCryEwAeN3iDdGNwgpcCg3VkcIKXBIV3YWt1MgE"}'
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:38657/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:45275/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:38657/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:38657/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":1766636679397382697,"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:45275/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'[]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38657/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:45275/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:38657/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:38657/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":1766636680514313100,"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:45275/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'[]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38657/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:45275/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:38657/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:38657/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":1766636681631283322,"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:45275/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":1766636681631283322,"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 a04314f2d223
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 25bfb98894ab
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 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_get_message_while_one_peer_is_paused with id: 2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680
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_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__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.221.169
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42493', '42494', '42495', '42496', '42497']
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 42493:42493 -p 42494:42494 -p 42495:42495 -p 42496:42496 -p 42497:42497 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=42495 --rest-port=42493 --tcp-port=42494 --discv5-udp-port=42496 --rest-address=0.0.0.0 --nat=extip:172.18.221.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a5a3cd9ef7cb81fceddbbd55fe0ad8eae2aea7dc7eb7ecc9f3e9bdff71ca07ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42497 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.221.169 waku 6d602ec5663446120d1cc832e5a16cb090a2759326fb4a0d8caddc13b3e1269a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6d602ec56634. Setting up logs at ./log/docker/node1_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42493
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 a878be53a17b. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container af668054b96e. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42493/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:42493/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.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK","/ip4/172.18.221.169/tcp/42495/ws/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK"],"enrUri":"enr:-L24QP2ArJC5HMg5lDhvwhgCJvHAO_XHj9HamnazUFZh6Zs9dXmlSiwPiQBDv0pycuUm5LZFkMuNm_SWMhecPo5_TB4CgmlkgnY0gmlwhKwS3amKbXVsdGlhZGRyc5YACASsEt2pBqX-AAoErBLdqQal_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDioF6O6xHiMoeqPmpo0CyFehgdSaNbHvHmYgz1NXQ_KDdGNwgqX-g3VkcIKmAIV3YWt1MgU"}'
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_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__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.151.189
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6204', '6205', '6206', '6207', '6208']
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 6204:6204 -p 6205:6205 -p 6206:6206 -p 6207:6207 -p 6208:6208 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=6206 --rest-port=6204 --tcp-port=6205 --discv5-udp-port=6207 --rest-address=0.0.0.0 --nat=extip:172.18.151.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa35ad4c5ed50664c76a4d9daabc28fa4db7f6dbd93cc51d6df2e0efc58b78aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6208 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP2ArJC5HMg5lDhvwhgCJvHAO_XHj9HamnazUFZh6Zs9dXmlSiwPiQBDv0pycuUm5LZFkMuNm_SWMhecPo5_TB4CgmlkgnY0gmlwhKwS3amKbXVsdGlhZGRyc5YACASsEt2pBqX-AAoErBLdqQal_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDioF6O6xHiMoeqPmpo0CyFehgdSaNbHvHmYgz1NXQ_KDdGNwgqX-g3VkcIKmAIV3YWt1MgU --filternode=/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.189 waku 4afdae58f21d1a9e5591c92fb3013793eea76fefa8a1721bf44bdac9518820b0
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4afdae58f21d. Setting up logs at ./log/docker/node2_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6204
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:6204/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:6204/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.151.189/tcp/6205/p2p/16Uiu2HAkzsq5AftoKyRC5vdBS52yFjfUExR9Pd4f8VJGJPCNpHac","/ip4/172.18.151.189/tcp/6206/ws/p2p/16Uiu2HAkzsq5AftoKyRC5vdBS52yFjfUExR9Pd4f8VJGJPCNpHac"],"enrUri":"enr:-L24QNIDgvbJBUt2RGzMSHueWOgzZ9ireogEjRWs2XRncWLqKcu-xRm6k67GRGNsUfdhYJu01NxqNupXo4PzE8EkZuICgmlkgnY0gmlwhKwSl72KbXVsdGlhZGRyc5YACASsEpe9Bhg9AAoErBKXvQYYPt0DgnJzhQADAQAAiXNlY3AyNTZrMaECUP3RF5lcJWBKkJFKv5fQ8YEiqkmzxquJgNzFWqQRtGWDdGNwghg9g3VkcIIYP4V3YWt1MgA"}'
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:6204/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK"]'
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/node3_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__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.116.137
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61236', '61237', '61238', '61239', '61240']
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 61236:61236 -p 61237:61237 -p 61238:61238 -p 61239:61239 -p 61240:61240 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=61238 --rest-port=61236 --tcp-port=61237 --discv5-udp-port=61239 --rest-address=0.0.0.0 --nat=extip:172.18.116.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a3fbd187ecad2922d04d9bad9f3fafada25cde5d2fcadfabf1b5bf3f2bcdcf23 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61240 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP2ArJC5HMg5lDhvwhgCJvHAO_XHj9HamnazUFZh6Zs9dXmlSiwPiQBDv0pycuUm5LZFkMuNm_SWMhecPo5_TB4CgmlkgnY0gmlwhKwS3amKbXVsdGlhZGRyc5YACASsEt2pBqX-AAoErBLdqQal_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDioF6O6xHiMoeqPmpo0CyFehgdSaNbHvHmYgz1NXQ_KDdGNwgqX-g3VkcIKmAIV3YWt1MgU --filternode=/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.116.137 waku 6090915f74adf966979a3b31729241cdd2017013fe7ef5d7ede138c52758a2c7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6090915f74ad. Setting up logs at ./log/docker/node3_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61236
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:61236/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:61236/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.116.137/tcp/61237/p2p/16Uiu2HAkwZTzGkbcR4Segf2PVwbZ39JfXEH8Lhuc77JZpfHY6eqM","/ip4/172.18.116.137/tcp/61238/ws/p2p/16Uiu2HAkwZTzGkbcR4Segf2PVwbZ39JfXEH8Lhuc77JZpfHY6eqM"],"enrUri":"enr:-L24QAuLsExQKcBIGANXf0h3mq9Cm4qwNdGqTZy5XWApZmADfAzR0SkUS2HTzPsSn-CHswq5tBxibuaaqKapa37sk4ICgmlkgnY0gmlwhKwSdImKbXVsdGlhZGRyc5YACASsEnSJBu81AAoErBJ0iQbvNt0DgnJzhQADAQAAiXNlY3AyNTZrMaECH7Z2El3zVlAudNYNPpFplKOLAAKhKNV_98ZFM4SfT-CDdGNwgu81g3VkcILvN4V3YWt1MgA"}'
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:61236/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK"]'
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_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__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.204.33
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46209', '46210', '46211', '46212', '46213']
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 46209:46209 -p 46210:46210 -p 46211:46211 -p 46212:46212 -p 46213:46213 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=46211 --rest-port=46209 --tcp-port=46210 --discv5-udp-port=46212 --rest-address=0.0.0.0 --nat=extip:172.18.204.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e8cb98cc584cc8d1450ac3fefb87f27ee7bfa46ea78ce163ca2cc4dada829ab5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46213 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP2ArJC5HMg5lDhvwhgCJvHAO_XHj9HamnazUFZh6Zs9dXmlSiwPiQBDv0pycuUm5LZFkMuNm_SWMhecPo5_TB4CgmlkgnY0gmlwhKwS3amKbXVsdGlhZGRyc5YACASsEt2pBqX-AAoErBLdqQal_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDioF6O6xHiMoeqPmpo0CyFehgdSaNbHvHmYgz1NXQ_KDdGNwgqX-g3VkcIKmAIV3YWt1MgU --filternode=/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.204.33 waku 74d7c702a355c5eaef0e0e8439973183829b9c2ea30508d71da32281de5b4813
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 74d7c702a355. Setting up logs at ./log/docker/node4_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46209
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:46209/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:46209/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.204.33/tcp/46210/p2p/16Uiu2HAmRTR8Sa3UCceQWxwFoMPvFptjHkvStWCs95XLwDd1U2St","/ip4/172.18.204.33/tcp/46211/ws/p2p/16Uiu2HAmRTR8Sa3UCceQWxwFoMPvFptjHkvStWCs95XLwDd1U2St"],"enrUri":"enr:-L24QDXpyxgXaKeNt2SfJBKZ1bBFKNVpI0VjT5zYyNb-cH-ibtfNidBCmmYrjZ-Xy6l-3pu0jUp4PYJVkOhK5Ej0_QMCgmlkgnY0gmlwhKwSzCGKbXVsdGlhZGRyc5YACASsEswhBrSCAAoErBLMIQa0g90DgnJzhQADAQAAiXNlY3AyNTZrMaEDvjD6OiFwmTocsM98TkIDWC1W0cJML-4TcK5jdEwckLmDdGNwgrSCg3VkcIK0hIV3YWt1MgA"}'
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:46209/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK"]'
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_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__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.52.56
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29886', '29887', '29888', '29889', '29890']
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 29886:29886 -p 29887:29887 -p 29888:29888 -p 29889:29889 -p 29890:29890 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=29888 --rest-port=29886 --tcp-port=29887 --discv5-udp-port=29889 --rest-address=0.0.0.0 --nat=extip:172.18.52.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0b8c12b400f5e9af5e949101f0af8cda0dc2cab73b4dc75ca1c628add58edca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29890 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QP2ArJC5HMg5lDhvwhgCJvHAO_XHj9HamnazUFZh6Zs9dXmlSiwPiQBDv0pycuUm5LZFkMuNm_SWMhecPo5_TB4CgmlkgnY0gmlwhKwS3amKbXVsdGlhZGRyc5YACASsEt2pBqX-AAoErBLdqQal_90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDioF6O6xHiMoeqPmpo0CyFehgdSaNbHvHmYgz1NXQ_KDdGNwgqX-g3VkcIKmAIV3YWt1MgU --filternode=/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.52.56 waku 4a9412880f1af5bce045124d9b1c46a8670968c7272fdec97f22acc3d26de8cb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4a9412880f1a. Setting up logs at ./log/docker/node5_2025-12-25_04-15-47__59df3a27-060b-40d6-9bcd-60f434c3c680__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29886
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:29886/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:29886/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.52.56/tcp/29887/p2p/16Uiu2HAmUL8ojA51j3gQDbiYj7NJ4kPzdiK3xdt7L61bgHUSrsKw","/ip4/172.18.52.56/tcp/29888/ws/p2p/16Uiu2HAmUL8ojA51j3gQDbiYj7NJ4kPzdiK3xdt7L61bgHUSrsKw"],"enrUri":"enr:-L24QL7xj5dVKPvMis1Hcbj1JuYI--8sVRxbmn7kUWX0NtEwcj0nbbmz92MrAwDDN-W1fIsK4wBeTupNfj-AS-gQ9GgCgmlkgnY0gmlwhKwSNDiKbXVsdGlhZGRyc5YACASsEjQ4BnS_AAoErBI0OAZ0wN0DgnJzhQADAQAAiXNlY3AyNTZrMaED6OaEOADeFA1hrj3JjSG2ji5xIEg6jj3GGLRXKkHVsOqDdGNwgnS_g3VkcIJ0wYV3YWt1MgA"}'
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:29886/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.169/tcp/42494/p2p/16Uiu2HAmDcHDwCuZ2R32BBnq5dbHLKUKSDGaQcGA76KDDHg9MmyK"]'
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:42493/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:6204/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e3dc3e81-6ed2-4a5b-bc70-38ff3fe0c54e", "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":"e3dc3e81-6ed2-4a5b-bc70-38ff3fe0c54e","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61236/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f9cddfa0-0034-4824-af15-ecab0eaa18b9", "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":"f9cddfa0-0034-4824-af15-ecab0eaa18b9","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46209/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b6a49bd6-4b92-4cfb-be90-f82bdf02f10f", "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":"b6a49bd6-4b92-4cfb-be90-f82bdf02f10f","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29886/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f22b1fab-2383-4878-afa5-4227ae6d32d0", "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":"f22b1fab-2383-4878-afa5-4227ae6d32d0","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42493/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:6204/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":1766636154044646681,"ephemeral":false}]'
DEBUG  src.steps.filter:filter.py:96 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:61236/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":1766636154044646681,"ephemeral":false}]'
DEBUG  src.steps.filter:filter.py:96 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:46209/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":1766636154044646681,"ephemeral":false}]'
DEBUG  src.steps.filter:filter.py:96 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:29886/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":1766636154044646681,"ephemeral":false}]'
DEBUG  src.node.waku_node:waku_node.py:262 Pausing container with id 4afdae58f21d
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42493/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.node.waku_node:waku_node.py:267 Unpause container with id 4afdae58f21d
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42493/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.5 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6204/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":1766636154176655267,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766636154176731459,"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 6d602ec56634
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 4afdae58f21d
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 6090915f74ad
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6d602ec56634. 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 74d7c702a355
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4afdae58f21d. 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 4a9412880f1a
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6090915f74ad. 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,73 @@
2025-12-25 04:24:09.108 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:24:09.109 DEBUG [tests.conftest] Running test: test_main_node_relay_and_store__peer_neither_relay_nor_store with id: 2025-12-25_04-24-09__e23e6bb1-608e-4486-a65c-051e9f0f7def
2025-12-25 04:24:09.109 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:24:09.109 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:24:09.118 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:24:09.118 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-24-09__e23e6bb1-608e-4486-a65c-051e9f0f7def__wakuorg_nwaku:latest.log
2025-12-25 04:24:09.118 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:09.118 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:09.120 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:09.120 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.153
2025-12-25 04:24:09.120 DEBUG [src.node.docker_mananger] Generated ports ['21996', '21997', '21998', '21999', '22000']
2025-12-25 04:24:09.121 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:09.121 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:09.121 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:09.121 DEBUG [src.node.docker_mananger] docker run -i -t -p 21996:21996 -p 21997:21997 -p 21998:21998 -p 21999:21999 -p 22000:22000 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=21998 --rest-port=21996 --tcp-port=21997 --discv5-udp-port=21999 --rest-address=0.0.0.0 --nat=extip:172.18.195.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9767ac4fb9f8a3bfaeab9db9bc1ebfb92c4e6eaa43ad8fcd1e2c070feca3bcfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22000 --metrics-logging=true --store=true --relay=true
2025-12-25 04:24:09.300 ERROR [src.node.docker_mananger] Max retries reached for container 95f47a299cbd. Exiting log stream.
2025-12-25 04:24:09.306 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.153 waku 45a4e49b00c724e7858f9c0f16532b13ff51d6a18216147f5107a8be4dc786c6
2025-12-25 04:24:09.344 DEBUG [src.node.docker_mananger] Container started with ID 45a4e49b00c7. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-24-09__e23e6bb1-608e-4486-a65c-051e9f0f7def__wakuorg_nwaku:latest.log
2025-12-25 04:24:09.347 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21996
2025-12-25 04:24:09.348 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:09.862 ERROR [src.node.docker_mananger] Max retries reached for container 4fc2fbc7cb03. Exiting log stream.
2025-12-25 04:24:10.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:24:10.353 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:24:10.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:10.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.153/tcp/21997/p2p/16Uiu2HAmLuRXYh6DMKuaEmP8KpBSf4Naz8H39gNCSjNnBzSxzSUv","/ip4/172.18.195.153/tcp/21998/ws/p2p/16Uiu2HAmLuRXYh6DMKuaEmP8KpBSf4Naz8H39gNCSjNnBzSxzSUv"],"enrUri":"enr:-L24QP9SLpUBjsGX1KCuYI_39aSH3qOUOmERrOKX0ZvODVNXTT7QD9OkHNcgu1hyUITJfnpdo8MWdA1hIrLoxTxOnMYCgmlkgnY0gmlwhKwSw5mKbXVsdGlhZGRyc5YACASsEsOZBlXtAAoErBLDmQZV7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDepAYI6HsgFPSWFNh3Ih0ln2lXHIdIs6L3Ev9AOibSQ-DdGNwglXtg3VkcIJV74V3YWt1MgM"}'
2025-12-25 04:24:10.356 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:24:10.364 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:24:10.364 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-24-09__e23e6bb1-608e-4486-a65c-051e9f0f7def__wakuorg_nwaku:latest.log
2025-12-25 04:24:10.365 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:24:10.365 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:24:10.366 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:24:10.366 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.92
2025-12-25 04:24:10.367 DEBUG [src.node.docker_mananger] Generated ports ['15458', '15459', '15460', '15461', '15462']
2025-12-25 04:24:10.367 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:24:10.367 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:24:10.367 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:24:10.367 DEBUG [src.node.docker_mananger] docker run -i -t -p 15458:15458 -p 15459:15459 -p 15460:15460 -p 15461:15461 -p 15462:15462 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=15460 --rest-port=15458 --tcp-port=15459 --discv5-udp-port=15461 --rest-address=0.0.0.0 --nat=extip:172.18.183.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5cf338fd7f0f8af9d3ed24ef2be07cfe7077aa8e2b1dfee4bfbabdbecf64f2be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15462 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QP9SLpUBjsGX1KCuYI_39aSH3qOUOmERrOKX0ZvODVNXTT7QD9OkHNcgu1hyUITJfnpdo8MWdA1hIrLoxTxOnMYCgmlkgnY0gmlwhKwSw5mKbXVsdGlhZGRyc5YACASsEsOZBlXtAAoErBLDmQZV7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDepAYI6HsgFPSWFNh3Ih0ln2lXHIdIs6L3Ev9AOibSQ-DdGNwglXtg3VkcIJV74V3YWt1MgM --storenode=/ip4/172.18.195.153/tcp/21997/p2p/16Uiu2HAmLuRXYh6DMKuaEmP8KpBSf4Naz8H39gNCSjNnBzSxzSUv --store=false --relay=false
2025-12-25 04:24:10.544 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.92 waku 547f3a4fc2f1aba3add405988624b949ebff6c004f301a648bcce5d44cbe30c4
2025-12-25 04:24:10.572 DEBUG [src.node.docker_mananger] Container started with ID 547f3a4fc2f1. Setting up logs at ./log/docker/store_node1_2025-12-25_04-24-09__e23e6bb1-608e-4486-a65c-051e9f0f7def__wakuorg_nwaku:latest.log
2025-12-25 04:24:10.573 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15458
2025-12-25 04:24:10.573 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:24:11.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15458/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.578 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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:24:11.578 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:24:11.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15458/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.92/tcp/15459/p2p/16Uiu2HAmK34DQPN3bszchxSQkLsDCW12k3aH2TrYgjoiPbYSvD41","/ip4/172.18.183.92/tcp/15460/ws/p2p/16Uiu2HAmK34DQPN3bszchxSQkLsDCW12k3aH2TrYgjoiPbYSvD41"],"enrUri":"enr:-L24QHd-eqnJ7U6n91EJiiQu9nONCnnmKyQAkA-M3vFB5Q-NTlOjDxPlWgQKEQwz-72Z1cRMfnJu6chc3pXjYExsO3QCgmlkgnY0gmlwhKwSt1yKbXVsdGlhZGRyc5YACASsErdcBjxjAAoErBK3XAY8ZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXs1EuF3O4rDzujUcG4ZcJWDdKLg9L3PrK-gun3_dzhaDdGNwgjxjg3VkcII8ZYV3YWt1MgA"}'
2025-12-25 04:24:11.580 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:24:11.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15458/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.153/tcp/21997/p2p/16Uiu2HAmLuRXYh6DMKuaEmP8KpBSf4Naz8H39gNCSjNnBzSxzSUv"]'
2025-12-25 04:24:11.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:11.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21996/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:24:11.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:11.625 DEBUG [src.steps.store] Relaying message
2025-12-25 04:24:11.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21996/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:24:11.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:24:11.631 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:24:11.832 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:24:11.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21996/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x33d74d55547ca5c33f768410ce88eeb4b3fb1a39b83f82f90b9bba18cf9785de"}]}'
2025-12-25 04:24:11.835 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:24:11.836 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:24:11.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15458/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:24:11.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6ad1dc7e6deb7a46fe0b","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x33d74d55547ca5c33f768410ce88eeb4b3fb1a39b83f82f90b9bba18cf9785de"}]}'
2025-12-25 04:24:11.844 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:24:11.846 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:24:11.847 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:24:11.847 DEBUG [src.node.waku_node] Stopping container with id 45a4e49b00c7
2025-12-25 04:24:12.375 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:24:12.376 DEBUG [src.node.waku_node] Stopping container with id 547f3a4fc2f1
2025-12-25 04:24:12.905 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:24:12.909 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:24:12.914 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:24:12.918 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,68 @@
2025-12-25 04:15:48.177 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:48.177 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_extra_field with id: 2025-12-25_04-15-48__91e3e545-7ffb-4d46-a410-a825312b32dc
2025-12-25 04:15:48.178 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:48.178 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:48.178 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:48.184 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:48.185 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-48__91e3e545-7ffb-4d46-a410-a825312b32dc__wakuorg_nwaku:latest.log
2025-12-25 04:15:48.185 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:48.185 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:48.186 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:48.186 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.239
2025-12-25 04:15:48.187 DEBUG [src.node.docker_mananger] Generated ports ['62341', '62342', '62343', '62344', '62345']
2025-12-25 04:15:48.187 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:48.187 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:48.187 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:48.187 DEBUG [src.node.docker_mananger] docker run -i -t -p 62341:62341 -p 62342:62342 -p 62343:62343 -p 62344:62344 -p 62345:62345 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=62343 --rest-port=62341 --tcp-port=62342 --discv5-udp-port=62344 --rest-address=0.0.0.0 --nat=extip:172.18.133.239 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=df2e8ba7ce712dace2e6adb052c740e2bf1640eab4e5cdeb7da5e83c8bd85bff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62345 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:48.374 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.239 waku b3c346cf39de1ac27c858f3048bb3515879ba8b3f346a74fb48d041d99f9e7f9
2025-12-25 04:15:48.405 DEBUG [src.node.docker_mananger] Container started with ID b3c346cf39de. Setting up logs at ./log/docker/node1_2025-12-25_04-15-48__91e3e545-7ffb-4d46-a410-a825312b32dc__wakuorg_nwaku:latest.log
2025-12-25 04:15:48.405 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62341
2025-12-25 04:15:48.406 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:48.451 ERROR [src.node.docker_mananger] Max retries reached for container f1a74be8e764. Exiting log stream.
2025-12-25 04:15:48.985 ERROR [src.node.docker_mananger] Max retries reached for container 75bb3bef2623. Exiting log stream.
2025-12-25 04:15:49.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62341/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.409 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"}]}'
2025-12-25 04:15:49.410 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:49.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62341/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.239/tcp/62342/p2p/16Uiu2HAmJVumhffHt3qVSrC9Ss3qHRQz4DxXFbYq7WHBKAnGLyRt","/ip4/172.18.133.239/tcp/62343/ws/p2p/16Uiu2HAmJVumhffHt3qVSrC9Ss3qHRQz4DxXFbYq7WHBKAnGLyRt"],"enrUri":"enr:-L24QPq9KlwkIwLFZgM2JWPwl6rsziBZNUqOwVLSjKhq6QhcWynhM1WqNQDu_nFo9QoWHzZe_N_Ac8gfjE9NAd_l2dMCgmlkgnY0gmlwhKwShe-KbXVsdGlhZGRyc5YACASsEoXvBvOGAAoErBKF7wbzh90DgnJzhQADAQAAiXNlY3AyNTZrMaEDVtK3d6Ts8q0cUol8XTOug-tdNTyzBuXEq_n7_7fcqsuDdGNwgvOGg3VkcILziIV3YWt1MgU"}'
2025-12-25 04:15:49.412 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:49.412 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:49.419 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:49.420 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-48__91e3e545-7ffb-4d46-a410-a825312b32dc__wakuorg_nwaku:latest.log
2025-12-25 04:15:49.420 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:49.420 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:49.421 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:49.421 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.194
2025-12-25 04:15:49.422 DEBUG [src.node.docker_mananger] Generated ports ['31737', '31738', '31739', '31740', '31741']
2025-12-25 04:15:49.422 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:49.422 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:49.422 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:49.422 DEBUG [src.node.docker_mananger] docker run -i -t -p 31737:31737 -p 31738:31738 -p 31739:31739 -p 31740:31740 -p 31741:31741 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=31739 --rest-port=31737 --tcp-port=31738 --discv5-udp-port=31740 --rest-address=0.0.0.0 --nat=extip:172.18.224.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf0c931fbf4e5a3a0eee481c3e6cd75263abd362fa9eeeabcc8a43eab9d3fdc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31741 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPq9KlwkIwLFZgM2JWPwl6rsziBZNUqOwVLSjKhq6QhcWynhM1WqNQDu_nFo9QoWHzZe_N_Ac8gfjE9NAd_l2dMCgmlkgnY0gmlwhKwShe-KbXVsdGlhZGRyc5YACASsEoXvBvOGAAoErBKF7wbzh90DgnJzhQADAQAAiXNlY3AyNTZrMaEDVtK3d6Ts8q0cUol8XTOug-tdNTyzBuXEq_n7_7fcqsuDdGNwgvOGg3VkcILziIV3YWt1MgU --filternode=/ip4/172.18.133.239/tcp/62342/p2p/16Uiu2HAmJVumhffHt3qVSrC9Ss3qHRQz4DxXFbYq7WHBKAnGLyRt
2025-12-25 04:15:49.608 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.194 waku 5bdc2468bdde3a29402c718ea925b780556fda634876025876fc8d5f8c253e86
2025-12-25 04:15:49.639 DEBUG [src.node.docker_mananger] Container started with ID 5bdc2468bdde. Setting up logs at ./log/docker/node2_2025-12-25_04-15-48__91e3e545-7ffb-4d46-a410-a825312b32dc__wakuorg_nwaku:latest.log
2025-12-25 04:15:49.639 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31737
2025-12-25 04:15:49.640 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:50.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31737/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.645 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"}]}'
2025-12-25 04:15:50.645 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:50.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31737/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.194/tcp/31738/p2p/16Uiu2HAmQBAEWKvLuVTbeSrHG3Krpna9wMRdPAG5DMhH1Sw7M58a","/ip4/172.18.224.194/tcp/31739/ws/p2p/16Uiu2HAmQBAEWKvLuVTbeSrHG3Krpna9wMRdPAG5DMhH1Sw7M58a"],"enrUri":"enr:-L24QG-iYKSSkKKgMRwtdhHP4f7xYV2fbDVmC17ic2C3bbh0ZjjAA9Lp4UsuIA367R_v1IJ5BFKQXjRAGnuEYlX2BrACgmlkgnY0gmlwhKwS4MKKbXVsdGlhZGRyc5YACASsEuDCBnv6AAoErBLgwgZ7-90DgnJzhQADAQAAiXNlY3AyNTZrMaEDqysnvtjmuWP9m-g9jz0z8uEVumBDl2f-KD-CQIqmi8eDdGNwgnv6g3VkcIJ7_IV3YWt1MgA"}'
2025-12-25 04:15:50.647 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:50.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31737/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.239/tcp/62342/p2p/16Uiu2HAmJVumhffHt3qVSrC9Ss3qHRQz4DxXFbYq7WHBKAnGLyRt"]'
2025-12-25 04:15:50.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:50.679 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:50.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62341/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:50.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:50.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31737/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "169e7a90-bc2a-4ebe-9247-c5a90d1639e8", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:50.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"169e7a90-bc2a-4ebe-9247-c5a90d1639e8","statusDesc":"OK"}'
2025-12-25 04:15:50.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31737/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"}'
2025-12-25 04:15:50.711 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:31737/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\\"))"}'
2025-12-25 04:15:50.714 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:50.714 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:50.715 DEBUG [src.node.waku_node] Stopping container with id b3c346cf39de
2025-12-25 04:15:51.257 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:51.258 DEBUG [src.node.waku_node] Stopping container with id 5bdc2468bdde
2025-12-25 04:15:51.801 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:51.802 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:51.807 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:51.812 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,100 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_store_with_unknown_content_topic with id: 2025-12-25_04-21-26__7be9d8b3-ea4a-41b6-8d5d-77df9355defa
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_2025-12-25_04-21-26__7be9d8b3-ea4a-41b6-8d5d-77df9355defa__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.84
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41664', '41665', '41666', '41667', '41668']
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 41664:41664 -p 41665:41665 -p 41666:41666 -p 41667:41667 -p 41668:41668 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=41666 --rest-port=41664 --tcp-port=41665 --discv5-udp-port=41667 --rest-address=0.0.0.0 --nat=extip:172.18.163.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=637ee23e2dc4b0e44c9352b8afbeb9edcbcd31fbedfb5cae997ebe3eab7ae72b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41668 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.163.84 waku 43a134a7e39392c83fde727608c90644fcd07658460b5c14fca2ddf3b8a3c32b
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 43a134a7e393. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-21-26__7be9d8b3-ea4a-41b6-8d5d-77df9355defa__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41664
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 bba8ee7f7d29. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 305a6e821102. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41664/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:41664/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.84/tcp/41665/p2p/16Uiu2HAkxjCTLXFnVZr1U3Rtzz54ANeoTKVDo1ruhicUZ8TqRqSH","/ip4/172.18.163.84/tcp/41666/ws/p2p/16Uiu2HAkxjCTLXFnVZr1U3Rtzz54ANeoTKVDo1ruhicUZ8TqRqSH"],"enrUri":"enr:-L24QEHCfZYEM22JHF_VrNI26XNhZ2DKD90CtH99PKi4OiGUBCw4aTp3GRurDcG3gsh7s6KamiIIyfValbv8riRpbWMCgmlkgnY0gmlwhKwSo1SKbXVsdGlhZGRyc5YACASsEqNUBqLBAAoErBKjVAaiwt0DgnJzhQADAQAAiXNlY3AyNTZrMaECMRBkgdnKYhHu9gFa7rQYDKcqDdPSOdFsImjFQivnPjqDdGNwgqLBg3VkcIKiw4V3YWt1MgM"}'
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_2025-12-25_04-21-26__7be9d8b3-ea4a-41b6-8d5d-77df9355defa__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.42.155
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54997', '54998', '54999', '55000', '55001']
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 54997:54997 -p 54998:54998 -p 54999:54999 -p 55000:55000 -p 55001:55001 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=54999 --rest-port=54997 --tcp-port=54998 --discv5-udp-port=55000 --rest-address=0.0.0.0 --nat=extip:172.18.42.155 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caa84ebe84bbdfb2cd24bf3e6ac2f376e668bf896ffa1cc3ece211055c83fc96 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55001 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEHCfZYEM22JHF_VrNI26XNhZ2DKD90CtH99PKi4OiGUBCw4aTp3GRurDcG3gsh7s6KamiIIyfValbv8riRpbWMCgmlkgnY0gmlwhKwSo1SKbXVsdGlhZGRyc5YACASsEqNUBqLBAAoErBKjVAaiwt0DgnJzhQADAQAAiXNlY3AyNTZrMaECMRBkgdnKYhHu9gFa7rQYDKcqDdPSOdFsImjFQivnPjqDdGNwgqLBg3VkcIKiw4V3YWt1MgM --storenode=/ip4/172.18.163.84/tcp/41665/p2p/16Uiu2HAkxjCTLXFnVZr1U3Rtzz54ANeoTKVDo1ruhicUZ8TqRqSH --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.42.155 waku ec9b1d0630d32fef740629ede4bc9e79e3b34f002d3aaffee865273b2c75267f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ec9b1d0630d3. Setting up logs at ./log/docker/store_node1_2025-12-25_04-21-26__7be9d8b3-ea4a-41b6-8d5d-77df9355defa__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54997
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:54997/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:54997/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.42.155/tcp/54998/p2p/16Uiu2HAkvoJQe2QCW4jHT7KwwKcQb9gBHBRFdX5MqyPBQX19D3Gq","/ip4/172.18.42.155/tcp/54999/ws/p2p/16Uiu2HAkvoJQe2QCW4jHT7KwwKcQb9gBHBRFdX5MqyPBQX19D3Gq"],"enrUri":"enr:-L24QI7TOjOLvJOeVD9h0-xWTm5H7NVGKKuZ2WYeWVzPPvdqMDrJvYqjOGRLAZfbMlbtZZA-29xlNrE3SiigpAl5Qm4CgmlkgnY0gmlwhKwSKpuKbXVsdGlhZGRyc5YACASsEiqbBtbWAAoErBIqmwbW190DgnJzhQADAQAAiXNlY3AyNTZrMaECFGYS2BgsS6795s47AZEgx6OjQSzZLGqYLSvp_JH8cz6DdGNwgtbWg3VkcILW2IV3YWt1MgM"}'
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:54997/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.84/tcp/41665/p2p/16Uiu2HAkxjCTLXFnVZr1U3Rtzz54ANeoTKVDo1ruhicUZ8TqRqSH"]'
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:41664/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:54997/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:41664/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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.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:41664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "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.2 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41664/store/v3/messages?contentTopics=test&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:54997/store/v3/messages?contentTopics=test&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 43a134a7e393
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ec9b1d0630d3
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,867 @@
2025-12-25 04:15:10.099 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:10.099 DEBUG [tests.conftest] Running test: test_2_lightpush_nodes_and_2_receiving_nodes with id: 2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93
2025-12-25 04:15:10.099 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:10.100 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:15:10.107 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:10.107 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:10.107 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:10.107 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:10.109 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:10.109 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.121
2025-12-25 04:15:10.109 DEBUG [src.node.docker_mananger] Generated ports ['65064', '65065', '65066', '65067', '65068']
2025-12-25 04:15:10.109 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:10.109 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:10.109 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:10.110 DEBUG [src.node.docker_mananger] docker run -i -t -p 65064:65064 -p 65065:65065 -p 65066:65066 -p 65067:65067 -p 65068:65068 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=65066 --rest-port=65064 --tcp-port=65065 --discv5-udp-port=65067 --rest-address=0.0.0.0 --nat=extip:172.18.141.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9caf0b3f3be5e7fd3ad09ffbbe04038cf4fd8cbbbd420767ddf3958ede75adb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65068 --metrics-logging=true --lightpush=true --relay=true
2025-12-25 04:15:10.291 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.121 waku 63e4ad81c1178e652ddeda19cd0537036d764846f06180044228be5e459ad62b
2025-12-25 04:15:10.322 DEBUG [src.node.docker_mananger] Container started with ID 63e4ad81c117. Setting up logs at ./log/docker/receiving_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:10.322 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65064
2025-12-25 04:15:10.322 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:10.351 ERROR [src.node.docker_mananger] Max retries reached for container b9ad097b6eaa. Exiting log stream.
2025-12-25 04:15:10.891 ERROR [src.node.docker_mananger] Max retries reached for container 87ee047214d4. Exiting log stream.
2025-12-25 04:15:11.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65064/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:11.327 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"}]}'
2025-12-25 04:15:11.327 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:11.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65064/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:11.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.121/tcp/65065/p2p/16Uiu2HAmSBkyj9kQjAFSLj7TuizjfKq8bV9QcaqCfnDtyP2DNAAU","/ip4/172.18.141.121/tcp/65066/ws/p2p/16Uiu2HAmSBkyj9kQjAFSLj7TuizjfKq8bV9QcaqCfnDtyP2DNAAU"],"enrUri":"enr:-L24QIkofYJFkekMk-upGYw_iYQKO59Mhp-QYukB-NDemoH5XQXAlPSac8TbetDsfZc2c10zvr4bqh5tB9fPkOXzHIECgmlkgnY0gmlwhKwSjXmKbXVsdGlhZGRyc5YACASsEo15Bv4pAAoErBKNeQb-Kt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyQnQzJoEPejdXC4rdKVswXVwg1GT3l7ed2j3abVW5JGDdGNwgv4pg3VkcIL-K4V3YWt1Mgk"}'
2025-12-25 04:15:11.330 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:11.337 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:11.337 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:11.337 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:11.337 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:11.339 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:11.339 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.85
2025-12-25 04:15:11.339 DEBUG [src.node.docker_mananger] Generated ports ['62570', '62571', '62572', '62573', '62574']
2025-12-25 04:15:11.339 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:11.339 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:11.339 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:11.339 DEBUG [src.node.docker_mananger] docker run -i -t -p 62570:62570 -p 62571:62571 -p 62572:62572 -p 62573:62573 -p 62574:62574 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=62572 --rest-port=62570 --tcp-port=62571 --discv5-udp-port=62573 --rest-address=0.0.0.0 --nat=extip:172.18.171.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab0b3a8a5fad9fd0a1bbb7c0b55a04eafbaaeaeb87e352366ba4cadd4ebd7fea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62574 --metrics-logging=true --lightpush=false --relay=true
2025-12-25 04:15:11.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.85 waku 47e9348ae24f1c31574f1fb4ff6244bf4fdc990abd9e99ecc968e2368e94cf67
2025-12-25 04:15:11.562 DEBUG [src.node.docker_mananger] Container started with ID 47e9348ae24f. Setting up logs at ./log/docker/receiving_node2_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:11.562 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62570
2025-12-25 04:15:11.563 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:12.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62570/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:12.567 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"}]}'
2025-12-25 04:15:12.567 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:12.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62570/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:12.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.85/tcp/62571/p2p/16Uiu2HAmSXQBThiBefry6JPmsG4vRuuj48oA8uZQfndmmfKGpGDV","/ip4/172.18.171.85/tcp/62572/ws/p2p/16Uiu2HAmSXQBThiBefry6JPmsG4vRuuj48oA8uZQfndmmfKGpGDV"],"enrUri":"enr:-L24QE_ql59iJv9RCz_N7rDBFOyzbDhaqfdYVtmvFGl69_YqOegER-cN_IWj28bnNvDFU1aXuOz9TaJBiFmVbvHN6d0CgmlkgnY0gmlwhKwSq1WKbXVsdGlhZGRyc5YACASsEqtVBvRrAAoErBKrVQb0bN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzhHqcCZlqM40D775HsdGLiEw4LrcZGfC6nnMKNQyIfiDdGNwgvRrg3VkcIL0bYV3YWt1MgE"}'
2025-12-25 04:15:12.570 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:12.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62570/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.121/tcp/65065/p2p/16Uiu2HAmSBkyj9kQjAFSLj7TuizjfKq8bV9QcaqCfnDtyP2DNAAU"]'
2025-12-25 04:15:12.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:12.611 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:12.611 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:12.611 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:12.612 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:12.613 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:12.613 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.255
2025-12-25 04:15:12.613 DEBUG [src.node.docker_mananger] Generated ports ['5083', '5084', '5085', '5086', '5087']
2025-12-25 04:15:12.614 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:12.614 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:12.614 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:12.614 DEBUG [src.node.docker_mananger] docker run -i -t -p 5083:5083 -p 5084:5084 -p 5085:5085 -p 5086:5086 -p 5087:5087 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=5085 --rest-port=5083 --tcp-port=5084 --discv5-udp-port=5086 --rest-address=0.0.0.0 --nat=extip:172.18.22.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ac55e596baeac85b51ccdafb4ded3e5b3a8be6dda53cfbcfc0c24581515bec4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5087 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIkofYJFkekMk-upGYw_iYQKO59Mhp-QYukB-NDemoH5XQXAlPSac8TbetDsfZc2c10zvr4bqh5tB9fPkOXzHIECgmlkgnY0gmlwhKwSjXmKbXVsdGlhZGRyc5YACASsEo15Bv4pAAoErBKNeQb-Kt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyQnQzJoEPejdXC4rdKVswXVwg1GT3l7ed2j3abVW5JGDdGNwgv4pg3VkcIL-K4V3YWt1Mgk --lightpushnode=/ip4/172.18.141.121/tcp/65065/p2p/16Uiu2HAmSBkyj9kQjAFSLj7TuizjfKq8bV9QcaqCfnDtyP2DNAAU --lightpush=true --relay=false
2025-12-25 04:15:12.808 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.255 waku 8ffcc917dcf105e5d8a7238d1f5126e0cb683c7ff90958e87b1f5a5f7f92aa11
2025-12-25 04:15:12.837 DEBUG [src.node.docker_mananger] Container started with ID 8ffcc917dcf1. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:12.838 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5083
2025-12-25 04:15:12.839 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:13.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:13.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.180 ERROR [src.node.docker_mananger] Max retries reached for container 8ffcc917dcf1. Exiting log stream.
2025-12-25 04:15:14.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:14.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:17.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:18.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:19.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:20.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:21.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:22.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:23.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:24.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:25.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:26.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:27.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:29.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:30.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:31.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:32.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5083/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:33.848 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=5083): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f856d09b2c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:15:33.948 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:33.948 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:33.950 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:33.950 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.195
2025-12-25 04:15:33.950 DEBUG [src.node.docker_mananger] Generated ports ['65181', '65182', '65183', '65184', '65185']
2025-12-25 04:15:33.951 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:33.951 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:33.951 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:33.951 DEBUG [src.node.docker_mananger] docker run -i -t -p 65181:65181 -p 65182:65182 -p 65183:65183 -p 65184:65184 -p 65185:65185 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=65183 --rest-port=65181 --tcp-port=65182 --discv5-udp-port=65184 --rest-address=0.0.0.0 --nat=extip:172.18.83.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=08cdfbc90bdb8ccfce1e4b78da16df5dbf878bbba751b1c29b2fdeb8532d216f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65185 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIkofYJFkekMk-upGYw_iYQKO59Mhp-QYukB-NDemoH5XQXAlPSac8TbetDsfZc2c10zvr4bqh5tB9fPkOXzHIECgmlkgnY0gmlwhKwSjXmKbXVsdGlhZGRyc5YACASsEo15Bv4pAAoErBKNeQb-Kt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyQnQzJoEPejdXC4rdKVswXVwg1GT3l7ed2j3abVW5JGDdGNwgv4pg3VkcIL-K4V3YWt1Mgk --lightpushnode=/ip4/172.18.141.121/tcp/65065/p2p/16Uiu2HAmSBkyj9kQjAFSLj7TuizjfKq8bV9QcaqCfnDtyP2DNAAU --lightpush=true --relay=false
2025-12-25 04:15:34.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.195 waku f3366b7ee7420a0b9a098c414e2f3ad0f1b74e2d13dc78369bfcd7b7f1938889
2025-12-25 04:15:34.168 DEBUG [src.node.docker_mananger] Container started with ID f3366b7ee742. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:34.169 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65181
2025-12-25 04:15:34.170 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:35.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.511 ERROR [src.node.docker_mananger] Max retries reached for container f3366b7ee742. Exiting log stream.
2025-12-25 04:15:35.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:35.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:36.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:37.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:38.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:39.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:40.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:41.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:42.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:43.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:44.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:45.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:46.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:47.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:48.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:49.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:50.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:51.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:52.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:53.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:54.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65181/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:55.188 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=65181): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f856d1433b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:15:55.288 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:55.289 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:55.290 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:55.290 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.181.82
2025-12-25 04:15:55.291 DEBUG [src.node.docker_mananger] Generated ports ['13235', '13236', '13237', '13238', '13239']
2025-12-25 04:15:55.291 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:55.291 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:55.291 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:55.291 DEBUG [src.node.docker_mananger] docker run -i -t -p 13235:13235 -p 13236:13236 -p 13237:13237 -p 13238:13238 -p 13239:13239 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=13237 --rest-port=13235 --tcp-port=13236 --discv5-udp-port=13238 --rest-address=0.0.0.0 --nat=extip:172.18.181.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aee94efb44589f632bd80c44daecfede82a2e10046c2398b407d99dcf80899b6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13239 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIkofYJFkekMk-upGYw_iYQKO59Mhp-QYukB-NDemoH5XQXAlPSac8TbetDsfZc2c10zvr4bqh5tB9fPkOXzHIECgmlkgnY0gmlwhKwSjXmKbXVsdGlhZGRyc5YACASsEo15Bv4pAAoErBKNeQb-Kt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyQnQzJoEPejdXC4rdKVswXVwg1GT3l7ed2j3abVW5JGDdGNwgv4pg3VkcIL-K4V3YWt1Mgk --lightpushnode=/ip4/172.18.141.121/tcp/65065/p2p/16Uiu2HAmSBkyj9kQjAFSLj7TuizjfKq8bV9QcaqCfnDtyP2DNAAU --lightpush=true --relay=false
2025-12-25 04:15:55.481 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.181.82 waku fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4
2025-12-25 04:15:55.513 DEBUG [src.node.docker_mananger] Container started with ID fbd93b323d5f. Setting up logs at ./log/docker/lightpush_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:15:55.514 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13235
2025-12-25 04:15:55.515 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:56.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.810 ERROR [src.node.docker_mananger] Max retries reached for container fbd93b323d5f. Exiting log stream.
2025-12-25 04:15:56.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:56.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:57.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:58.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:59.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:00.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:01.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:02.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:03.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:04.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:05.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:06.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:07.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:08.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:09.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:10.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:11.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:12.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:13.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:14.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:15.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13235/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:16:16.602 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=13235): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f856d09ba70>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-12-25 04:16:16.829 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:16:16.830 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:16:16.830 DEBUG [src.node.waku_node] Stopping container with id 63e4ad81c117
2025-12-25 04:16:17.351 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:17.351 DEBUG [src.node.waku_node] Stopping container with id 47e9348ae24f
2025-12-25 04:16:17.873 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:16:17.874 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:17.977 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.079 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.164 ERROR [src.node.docker_mananger] Max retries reached for container 63e4ad81c117. Exiting log stream.
2025-12-25 04:16:18.180 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.282 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.383 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.484 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.586 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.686 ERROR [src.node.docker_mananger] Max retries reached for container 47e9348ae24f. Exiting log stream.
2025-12-25 04:16:18.687 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.789 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.891 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:18.993 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.094 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.196 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.298 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.400 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.502 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.604 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.705 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.807 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:19.909 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.010 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.112 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.214 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.315 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.417 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.519 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.620 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.722 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.824 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:20.925 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.027 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.129 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.230 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.332 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.434 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.536 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.637 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.739 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.841 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:21.943 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.045 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.147 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.248 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.350 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.451 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.553 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.655 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.757 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.858 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.960 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:22.961 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4/stop: Not Found ("No such container: fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4")
2025-12-25 04:16:22.961 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.064 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.166 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.268 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.369 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.471 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.573 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.674 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.776 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.877 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:23.979 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.081 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.182 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.284 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.386 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.487 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.589 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.690 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.792 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.893 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:24.995 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.096 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.198 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.300 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.402 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.504 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.606 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.707 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.809 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:25.911 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.013 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.114 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.216 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.318 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.420 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.522 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.624 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.725 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.827 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:26.929 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.031 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.133 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.234 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.336 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.438 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.540 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.641 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.743 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.845 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:27.947 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.049 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.050 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4/stop: Not Found ("No such container: fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4")
2025-12-25 04:16:28.051 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.152 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.254 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.355 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.457 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.559 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.661 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.762 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.863 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:28.965 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.067 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.168 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.270 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.371 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.473 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.575 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.676 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.778 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.880 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:29.981 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.083 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.185 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.286 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.388 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.489 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.591 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.693 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.794 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.896 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:30.997 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.099 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.201 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.302 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.404 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.506 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.607 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.709 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.810 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:31.912 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.014 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.116 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.218 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.319 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.421 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.522 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.624 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.726 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.828 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:32.929 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:33.031 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:33.132 DEBUG [src.node.waku_node] Stopping container with id fbd93b323d5f
2025-12-25 04:16:33.134 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4/stop: Not Found ("No such container: fbd93b323d5f1b1218299f86f859a5f750ff632d56e6d8b3336958a74daa4ad4")
2025-12-25 04:16:33.135 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:16:33.158 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:33.183 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:33.183 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:33.183 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:33.184 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:16:33.184 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2025-12-25 04:16:33.184 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2025-12-25 04:16:33.185 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:16:33.185 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node2_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log
2025-12-25 04:16:33.186 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-25_04-15-10__4f618330-fe84-4ada-b821-2c3833e2df93__wakuorg_nwaku:latest.log

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_store_with_empty_and_valid_hash with id: 2025-12-25_04-37-05__e93f12b9-4ed2-486c-9f3b-fd7aeec64493
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_2025-12-25_04-37-05__e93f12b9-4ed2-486c-9f3b-fd7aeec64493__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.145.174
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3285', '3286', '3287', '3288', '3289']
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 3285:3285 -p 3286:3286 -p 3287:3287 -p 3288:3288 -p 3289:3289 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=3287 --rest-port=3285 --tcp-port=3286 --discv5-udp-port=3288 --rest-address=0.0.0.0 --nat=extip:172.18.145.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e240afcab09c5c9e307cd1f3cccda08daceecff51a36da0c3c476eef51a8aa8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3289 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.145.174 waku 5d43478bd445dddac43aece8e94a7c12d9c199e56d935406bc3d40665e92a72f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5d43478bd445. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-37-05__e93f12b9-4ed2-486c-9f3b-fd7aeec64493__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3285
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 7eea3ce864d9. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 25e454698af1. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3285/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:3285/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.145.174/tcp/3286/p2p/16Uiu2HAm2ZYM2ebSyzEdfRVpegphR3PhQHF1dyx2G5Yq1BZUggpX","/ip4/172.18.145.174/tcp/3287/ws/p2p/16Uiu2HAm2ZYM2ebSyzEdfRVpegphR3PhQHF1dyx2G5Yq1BZUggpX"],"enrUri":"enr:-L24QO8zR5NypZb7tKhNtohaa6y1XN-bsPLVKkacBEJxM7oGF8bpQ9gCGKLskEPnvRHIJXvoZGQRMO5IFBRwv_9odkECgmlkgnY0gmlwhKwSka6KbXVsdGlhZGRyc5YACASsEpGuBgzWAAoErBKRrgYM190DgnJzhQADAQAAiXNlY3AyNTZrMaECagXSxNlGPBf5RVyNISh-85EdQ3rvOBgHIYVcped36IiDdGNwggzWg3VkcIIM2IV3YWt1MgM"}'
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_2025-12-25_04-37-05__e93f12b9-4ed2-486c-9f3b-fd7aeec64493__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.158.130
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30477', '30478', '30479', '30480', '30481']
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 30477:30477 -p 30478:30478 -p 30479:30479 -p 30480:30480 -p 30481:30481 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=30479 --rest-port=30477 --tcp-port=30478 --discv5-udp-port=30480 --rest-address=0.0.0.0 --nat=extip:172.18.158.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3bdbb7fcf10af1613eb578451e28bf3dd44eecde0fadbada3e9a7715f1ffafe7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30481 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QO8zR5NypZb7tKhNtohaa6y1XN-bsPLVKkacBEJxM7oGF8bpQ9gCGKLskEPnvRHIJXvoZGQRMO5IFBRwv_9odkECgmlkgnY0gmlwhKwSka6KbXVsdGlhZGRyc5YACASsEpGuBgzWAAoErBKRrgYM190DgnJzhQADAQAAiXNlY3AyNTZrMaECagXSxNlGPBf5RVyNISh-85EdQ3rvOBgHIYVcped36IiDdGNwggzWg3VkcIIM2IV3YWt1MgM --storenode=/ip4/172.18.145.174/tcp/3286/p2p/16Uiu2HAm2ZYM2ebSyzEdfRVpegphR3PhQHF1dyx2G5Yq1BZUggpX --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.158.130 waku 0169103293b8444bd1087f24606f0d08b366e7a6b36322b08d56e6090bb4adc6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0169103293b8. Setting up logs at ./log/docker/store_node1_2025-12-25_04-37-05__e93f12b9-4ed2-486c-9f3b-fd7aeec64493__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30477
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:30477/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:30477/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.158.130/tcp/30478/p2p/16Uiu2HAmH1Uu1X4LFACveZQbK55SSDi5wNvcgphPYDJCri5734M8","/ip4/172.18.158.130/tcp/30479/ws/p2p/16Uiu2HAmH1Uu1X4LFACveZQbK55SSDi5wNvcgphPYDJCri5734M8"],"enrUri":"enr:-L24QG0vwCXMpDX-gg7aLvYKnU4_A7Z114ZAmuaIbICq3jGBIlNct93NcAA1lxs3RMVVVxWGnwsK3Wysev9kVa7grRkCgmlkgnY0gmlwhKwSnoKKbXVsdGlhZGRyc5YACASsEp6CBncOAAoErBKeggZ3D90DgnJzhQADAQAAiXNlY3AyNTZrMaEDQK6kV7U4tVKeQsLpXRGT6n9TihqzcUyos1z0szQ29OuDdGNwgncOg3VkcIJ3EIV3YWt1MgM"}'
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:30477/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.174/tcp/3286/p2p/16Uiu2HAm2ZYM2ebSyzEdfRVpegphR3PhQHF1dyx2G5Yq1BZUggpX"]'
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:3285/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:30477/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:3285/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:3285/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:3285/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:3285/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:3285/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xd5a833851d2f14721ddac17e40665c54814eaed60d46af0001f9b25ab327c668%2C&pageSize=50&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":"0xd5a833851d2f14721ddac17e40665c54814eaed60d46af0001f9b25ab327c668"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30477/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xd5a833851d2f14721ddac17e40665c54814eaed60d46af0001f9b25ab327c668%2C&pageSize=50&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":"0xd5a833851d2f14721ddac17e40665c54814eaed60d46af0001f9b25ab327c668"}]}'
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 5d43478bd445
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 0169103293b8
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 2025-12-25 04:21:58.171+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 2025-12-25 04:21:58.171+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2025-12-25 04:21:58.171+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 2025-12-25 04:21:58.171+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
INF 2025-12-25 04:21:58.171+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
INF 2025-12-25 04:21:58.171+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QJOBbtxvlm9jt1uBEIyLl-4TVdcJOV-B_f3jWpr9VUddZhx6XXi12t7IyX09mAQfWk-CwgwXiGrlvzGxbSBSQKwCgmlkgnY0gmlwhKwSMAWKbXVsdGlhZGRyc5YACASsEjAFBm5OAAoErBIwBQZuT90DgnJzhQADAQAAiXNlY3AyNTZrMaEC96r9kE-qrl07rcDEyH00b93xM_-_3Rxb70VJNituAfKDdGNwgm5Og3VkcIJuUIV3YWt1Mgk
NTC 2025-12-25 04:21:58.171+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:13507
INF 2025-12-25 04:21:58.171+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:13507/
INF 2025-12-25 04:21:58.172+00:00 Setting up storage tid=1 file=node_factory.nim:503
INF 2025-12-25 04:21:58.172+00:00 Initializing node tid=1 file=node_factory.nim:512
TRC 2025-12-25 04:21:58.174+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
TRC 2025-12-25 04:21:58.174+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
TRC 2025-12-25 04:21:58.174+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 2025-12-25 04:21:58.174+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
INF 2025-12-25 04:21:58.174+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.179.13/tcp/13508, /ip4/172.18.179.13/tcp/13509/ws]"
INF 2025-12-25 04:21:58.174+00:00 Mounting protocols tid=1 file=node_factory.nim:518
INF 2025-12-25 04:21:58.174+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
TRC 2025-12-25 04:21:58.174+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
INF 2025-12-25 04:21:58.174+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2025-12-25 04:21:58.174+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2025-12-25 04:21:58.174+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
INF 2025-12-25 04:21:58.174+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
INF 2025-12-25 04:21:58.174+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
INF 2025-12-25 04:21:58.174+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*gDTHV1, seqNo: 1766636518, addresses: [/ip4/172.18.179.13/tcp/13508, /ip4/172.18.179.13/tcp/13509/ws], mixKey: )"
TRC 2025-12-25 04:21:58.174+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2025-12-25 04:21:58.174+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
INF 2025-12-25 04:21:58.174+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2025-12-25 04:21:58.174+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2025-12-25 04:21:58.174+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
INF 2025-12-25 04:21:58.174+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
ERR 2025-12-25 04:21:58.174+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 2025-12-25 04:21:58.174+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 2025-12-25 04:21:58.174+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

View File

@ -0,0 +1,85 @@
2025-12-25 04:21:11.977 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:21:11.978 DEBUG [tests.conftest] Running test: test_store_invalid_ascending with id: 2025-12-25_04-21-11__48d1f8df-ac6f-4bdc-b808-9679ea70e841
2025-12-25 04:21:11.978 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:21:11.978 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:21:11.978 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:21:11.985 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:11.985 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-21-11__48d1f8df-ac6f-4bdc-b808-9679ea70e841__wakuorg_nwaku:latest.log
2025-12-25 04:21:11.985 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:21:11.985 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:21:11.986 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:21:11.987 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.24
2025-12-25 04:21:11.987 DEBUG [src.node.docker_mananger] Generated ports ['63640', '63641', '63642', '63643', '63644']
2025-12-25 04:21:11.987 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:21:11.987 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:21:11.987 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:21:11.987 DEBUG [src.node.docker_mananger] docker run -i -t -p 63640:63640 -p 63641:63641 -p 63642:63642 -p 63643:63643 -p 63644:63644 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=63642 --rest-port=63640 --tcp-port=63641 --discv5-udp-port=63643 --rest-address=0.0.0.0 --nat=extip:172.18.62.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fda9e4cca8dbcbbb6f1a228fb414bdaac2af480aedf376c9cdab50de70596d2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63644 --metrics-logging=true --store=true --relay=true
2025-12-25 04:21:12.169 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.24 waku 4122f23dc3542d99c32e5dac3551d32d0e30d184800b245fb2acbd4c711a469c
2025-12-25 04:21:12.201 DEBUG [src.node.docker_mananger] Container started with ID 4122f23dc354. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-21-11__48d1f8df-ac6f-4bdc-b808-9679ea70e841__wakuorg_nwaku:latest.log
2025-12-25 04:21:12.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63640
2025-12-25 04:21:12.203 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:21:12.238 ERROR [src.node.docker_mananger] Max retries reached for container 59a2b844c3ff. Exiting log stream.
2025-12-25 04:21:12.777 ERROR [src.node.docker_mananger] Max retries reached for container 0a53fe805495. Exiting log stream.
2025-12-25 04:21:13.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63640/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:13.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:21:13.207 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:13.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63640/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:13.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.24/tcp/63641/p2p/16Uiu2HAmJYkiNFKPdEHxwt6kpHfi5kkWnKAJmLMKBr5xcsbT1s1G","/ip4/172.18.62.24/tcp/63642/ws/p2p/16Uiu2HAmJYkiNFKPdEHxwt6kpHfi5kkWnKAJmLMKBr5xcsbT1s1G"],"enrUri":"enr:-L24QA-vRqyNjlnKFUozTxnVODHvZGWHcTRi68981LGTXoPDPVzWZ55ErfH9dt8Ip5d9XLyXCttjzFAImvEs96r2XxgCgmlkgnY0gmlwhKwSPhiKbXVsdGlhZGRyc5YACASsEj4YBviZAAoErBI-GAb4mt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDV403vpsHmOvIXzg1b0bfz79lXxFWDeN6tbJnN2Q_3veDdGNwgviZg3VkcIL4m4V3YWt1MgM"}'
2025-12-25 04:21:13.210 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:13.217 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:21:13.217 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-21-11__48d1f8df-ac6f-4bdc-b808-9679ea70e841__wakuorg_nwaku:latest.log
2025-12-25 04:21:13.217 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:21:13.217 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:21:13.219 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:21:13.219 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.165
2025-12-25 04:21:13.219 DEBUG [src.node.docker_mananger] Generated ports ['7744', '7745', '7746', '7747', '7748']
2025-12-25 04:21:13.219 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:21:13.219 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:21:13.220 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:21:13.220 DEBUG [src.node.docker_mananger] docker run -i -t -p 7744:7744 -p 7745:7745 -p 7746:7746 -p 7747:7747 -p 7748:7748 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=7746 --rest-port=7744 --tcp-port=7745 --discv5-udp-port=7747 --rest-address=0.0.0.0 --nat=extip:172.18.120.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aacc07efa8422e5ab73e5d1a9bf9e1f9dabfcfe37e7cb07da28c2fee7ac4df60 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7748 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA-vRqyNjlnKFUozTxnVODHvZGWHcTRi68981LGTXoPDPVzWZ55ErfH9dt8Ip5d9XLyXCttjzFAImvEs96r2XxgCgmlkgnY0gmlwhKwSPhiKbXVsdGlhZGRyc5YACASsEj4YBviZAAoErBI-GAb4mt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDV403vpsHmOvIXzg1b0bfz79lXxFWDeN6tbJnN2Q_3veDdGNwgviZg3VkcIL4m4V3YWt1MgM --storenode=/ip4/172.18.62.24/tcp/63641/p2p/16Uiu2HAmJYkiNFKPdEHxwt6kpHfi5kkWnKAJmLMKBr5xcsbT1s1G --store=true --relay=true
2025-12-25 04:21:13.403 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.165 waku 9261f06e633dbacf59690c17d3444a02c61673bd7a6c7c9d93bb13894d0ec551
2025-12-25 04:21:13.437 DEBUG [src.node.docker_mananger] Container started with ID 9261f06e633d. Setting up logs at ./log/docker/store_node1_2025-12-25_04-21-11__48d1f8df-ac6f-4bdc-b808-9679ea70e841__wakuorg_nwaku:latest.log
2025-12-25 04:21:13.438 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7744
2025-12-25 04:21:13.439 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:21:14.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7744/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:14.443 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"}]}'
2025-12-25 04:21:14.444 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:21:14.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7744/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:14.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.165/tcp/7745/p2p/16Uiu2HAmQyvwhMjy76QzQJBGLue1PrWYjqWMmJtd9isu4eQthUrj","/ip4/172.18.120.165/tcp/7746/ws/p2p/16Uiu2HAmQyvwhMjy76QzQJBGLue1PrWYjqWMmJtd9isu4eQthUrj"],"enrUri":"enr:-L24QGOpbN5DeEtOamkftd9Ow1_oTfrH3yTvrLCgLyrdTwB5HAwCy8SI1NT4wdVbvedV8MTBy1DNJLuw6kXF7ZoL3ZwCgmlkgnY0gmlwhKwSeKWKbXVsdGlhZGRyc5YACASsEnilBh5BAAoErBJ4pQYeQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtyZtKohiRlq-KFxqpFWJuyPiPjpruGa3T3JVCVx4wqCDdGNwgh5Bg3VkcIIeQ4V3YWt1MgM"}'
2025-12-25 04:21:14.447 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:21:14.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7744/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.62.24/tcp/63641/p2p/16Uiu2HAmJYkiNFKPdEHxwt6kpHfi5kkWnKAJmLMKBr5xcsbT1s1G"]'
2025-12-25 04:21:14.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:14.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63640/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:21:14.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:14.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7744/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:21:14.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:14.456 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:14.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63640/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)'}'
2025-12-25 04:21:14.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:14.462 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:21:14.663 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:14.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63640/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)'}'
2025-12-25 04:21:14.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:14.669 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:21:14.870 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:14.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63640/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)'}'
2025-12-25 04:21:14.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:14.875 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:21:15.076 DEBUG [src.steps.store] Relaying message
2025-12-25 04:21:15.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63640/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)'}'
2025-12-25 04:21:15.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:21:15.082 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:21:15.282 DEBUG [tests.store.test_sorting] requesting stored messages with invalid ascending =##
2025-12-25 04:21:15.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63640/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:15.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf8d742f534e21b4706bcaa81c80bd2a0ac6b5c282a579acf4d35c30a2e5e86c0"},{"messageHash":"0x3601b67645c10d142122d54d070116a50ae3adfe1dabf6a1b2f997a4261304e0"}],"paginationCursor":"0x3601b67645c10d142122d54d070116a50ae3adfe1dabf6a1b2f997a4261304e0"}'
2025-12-25 04:21:15.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7744/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:21:15.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf8d742f534e21b4706bcaa81c80bd2a0ac6b5c282a579acf4d35c30a2e5e86c0"},{"messageHash":"0x3601b67645c10d142122d54d070116a50ae3adfe1dabf6a1b2f997a4261304e0"}],"paginationCursor":"0x3601b67645c10d142122d54d070116a50ae3adfe1dabf6a1b2f997a4261304e0"}'
2025-12-25 04:21:15.291 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:21:15.292 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:21:15.292 DEBUG [src.node.waku_node] Stopping container with id 4122f23dc354
2025-12-25 04:21:15.849 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:21:15.849 DEBUG [src.node.waku_node] Stopping container with id 9261f06e633d
2025-12-25 04:21:16.380 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:21:16.380 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:21:16.388 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:21:16.393 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,114 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_from_pubsub_topics with id: 2025-12-25_04-17-04__52763f2a-4cae-4c15-b5f1-b3b8a8ca2d95
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_2025-12-25_04-17-04__52763f2a-4cae-4c15-b5f1-b3b8a8ca2d95__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.97.179
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11944', '11945', '11946', '11947', '11948']
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 11944:11944 -p 11945:11945 -p 11946:11946 -p 11947:11947 -p 11948:11948 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=11946 --rest-port=11944 --tcp-port=11945 --discv5-udp-port=11947 --rest-address=0.0.0.0 --nat=extip:172.18.97.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1dcb2a917dcfaf78ea4bfcb6f1ed58deca7a9dca90cf8ce3e5de1bd3bbdadfc2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11948 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.97.179 waku 791d5efd70a0f5f0f070d2f8ef46d4cbe0a8af78d39e5bc8a95a1c805617031b
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 791d5efd70a0. Setting up logs at ./log/docker/node1_2025-12-25_04-17-04__52763f2a-4cae-4c15-b5f1-b3b8a8ca2d95__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11944
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 98601e367576. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f1a2d912c4fe. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11944/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:11944/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.97.179/tcp/11945/p2p/16Uiu2HAmR4YEKFEEvaBnFtSxLK16foqYhv7pYvp595si7DaV9Eyy","/ip4/172.18.97.179/tcp/11946/ws/p2p/16Uiu2HAmR4YEKFEEvaBnFtSxLK16foqYhv7pYvp595si7DaV9Eyy"],"enrUri":"enr:-L24QDgpYUAz3iW2RxnddZz8oUl82tCktEMedNIyPLx09B8MYSISPBCfqiKHE-mwjL-MfHd-WjBe_SMYnrUQwAOfgGkCgmlkgnY0gmlwhKwSYbOKbXVsdGlhZGRyc5YACASsEmGzBi6pAAoErBJhswYuqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuFSl9UBKvVPDbo32QJjalua7VF3YZe--zKewTCF291yDdGNwgi6pg3VkcIIuq4V3YWt1MgU"}'
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_2025-12-25_04-17-04__52763f2a-4cae-4c15-b5f1-b3b8a8ca2d95__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.134.127
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40354', '40355', '40356', '40357', '40358']
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 40354:40354 -p 40355:40355 -p 40356:40356 -p 40357:40357 -p 40358:40358 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=40356 --rest-port=40354 --tcp-port=40355 --discv5-udp-port=40357 --rest-address=0.0.0.0 --nat=extip:172.18.134.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ad70bf1d348e72dbb9637deaa4eebd761aaaf860cee7226811d6ca08babe38cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40358 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDgpYUAz3iW2RxnddZz8oUl82tCktEMedNIyPLx09B8MYSISPBCfqiKHE-mwjL-MfHd-WjBe_SMYnrUQwAOfgGkCgmlkgnY0gmlwhKwSYbOKbXVsdGlhZGRyc5YACASsEmGzBi6pAAoErBJhswYuqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuFSl9UBKvVPDbo32QJjalua7VF3YZe--zKewTCF291yDdGNwgi6pg3VkcIIuq4V3YWt1MgU --filternode=/ip4/172.18.97.179/tcp/11945/p2p/16Uiu2HAmR4YEKFEEvaBnFtSxLK16foqYhv7pYvp595si7DaV9Eyy
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.127 waku ff0892648631a6134203151e379ed3a17585d509be6879a1211015d254441b0c
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ff0892648631. Setting up logs at ./log/docker/node2_2025-12-25_04-17-04__52763f2a-4cae-4c15-b5f1-b3b8a8ca2d95__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40354
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:40354/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:40354/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.134.127/tcp/40355/p2p/16Uiu2HAmKMD3Ae3e3k96jc8Fsa7dijKSdokjP4WfQCL1y5J9UzzS","/ip4/172.18.134.127/tcp/40356/ws/p2p/16Uiu2HAmKMD3Ae3e3k96jc8Fsa7dijKSdokjP4WfQCL1y5J9UzzS"],"enrUri":"enr:-L24QCBn2hNM29t7njC340tase1Rhm1q2NX3XcyBLjrPu5NlTAtMQQxdlnNph1R7mWI7zpnSkaDU_V1PIwqEclexwlgCgmlkgnY0gmlwhKwShn-KbXVsdGlhZGRyc5YACASsEoZ_Bp2jAAoErBKGfwadpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDY3OzI8SqYLDRDLdx9Pb2X4OBqpp7RxdOL3CDycwAK1-DdGNwgp2jg3VkcIKdpYV3YWt1MgA"}'
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:40354/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.179/tcp/11945/p2p/16Uiu2HAmR4YEKFEEvaBnFtSxLK16foqYhv7pYvp595si7DaV9Eyy"]'
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:11944/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:40354/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "053606f1-d49d-41f7-b624-89613fb17c79", "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":"053606f1-d49d-41f7-b624-89613fb17c79","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11944/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:40354/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2e54d076-3da4-455c-8ccc-03035ef8c29e", "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":"2e54d076-3da4-455c-8ccc-03035ef8c29e","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11944/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
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:40354/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "51538106-c380-4b2e-ba2d-34f020699873", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/9"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"51538106-c380-4b2e-ba2d-34f020699873","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11944/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:40354/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":1766636227174340792,"ephemeral":false}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11944/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/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:40354/filter/v2/messages/%2Ftest%2F2%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/2/waku-filter/proto","version":0,"timestamp":1766636227287640186,"ephemeral":false}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:40354/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:11944/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:40354/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:40354/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11944/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/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:40354/filter/v2/messages/%2Ftest%2F2%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/2/waku-filter/proto","version":0,"timestamp":1766636227516618161,"ephemeral":false}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:40354/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/9"}'
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:11944/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:40354/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:40354/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11944/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/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:40354/filter/v2/messages/%2Ftest%2F2%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:40354/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/2/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 791d5efd70a0
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id ff0892648631
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,127 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_subscribe_via_api_to_new_content_topics[content_topic_list1] with id: 2025-12-25_04-20-29__142bea5c-46f2-42b8-9e2a-560f1a17f5eb
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_2025-12-25_04-20-29__142bea5c-46f2-42b8-9e2a-560f1a17f5eb__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.137.52
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26258', '26259', '26260', '26261', '26262']
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 26258:26258 -p 26259:26259 -p 26260:26260 -p 26261:26261 -p 26262:26262 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=26260 --rest-port=26258 --tcp-port=26259 --discv5-udp-port=26261 --rest-address=0.0.0.0 --nat=extip:172.18.137.52 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ebdaa5cebc31bb3dacee77dc8faddf58d3b31e6fac418b78adc78ef1afbc98e2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26262 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.137.52 waku dcffb8a46200ff9951097419a0b4dc82fd385d58ecf1ba4cbb2a6d49f4cedf9a
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eb70690e38c5. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID dcffb8a46200. Setting up logs at ./log/docker/node1_2025-12-25_04-20-29__142bea5c-46f2-42b8-9e2a-560f1a17f5eb__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26258
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 1c77eed34ee9. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26258/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:26258/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.137.52/tcp/26259/p2p/16Uiu2HAmMwGVpAQhxgNjkPoWshjCEbXXCujsFmQwYLt4NgJ8BDyS","/ip4/172.18.137.52/tcp/26260/ws/p2p/16Uiu2HAmMwGVpAQhxgNjkPoWshjCEbXXCujsFmQwYLt4NgJ8BDyS"],"enrUri":"enr:-L24QOwD4u0pWM-QsD8ztOq85lob8CE4r3eXUSdGIR8fX2yMFI7yRtKMxQ3YKo1BBRKp4yv_EpDGojsTjdppRm7hZF0CgmlkgnY0gmlwhKwSiTSKbXVsdGlhZGRyc5YACASsEok0BmaTAAoErBKJNAZmlN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDieS7k0gTXaXaO_P-TPDlJa494_FIS2mTcoFJqMLJgFmDdGNwgmaTg3VkcIJmlYV3YWt1MgU"}'
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_2025-12-25_04-20-29__142bea5c-46f2-42b8-9e2a-560f1a17f5eb__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.234.90
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19532', '19533', '19534', '19535', '19536']
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 19532:19532 -p 19533:19533 -p 19534:19534 -p 19535:19535 -p 19536:19536 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=19534 --rest-port=19532 --tcp-port=19533 --discv5-udp-port=19535 --rest-address=0.0.0.0 --nat=extip:172.18.234.90 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=48b20f7cfeb43dd6cda27c21f3a563bfe4bbff51ee5b2a96ff9a25b3eed84cad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19536 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOwD4u0pWM-QsD8ztOq85lob8CE4r3eXUSdGIR8fX2yMFI7yRtKMxQ3YKo1BBRKp4yv_EpDGojsTjdppRm7hZF0CgmlkgnY0gmlwhKwSiTSKbXVsdGlhZGRyc5YACASsEok0BmaTAAoErBKJNAZmlN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDieS7k0gTXaXaO_P-TPDlJa494_FIS2mTcoFJqMLJgFmDdGNwgmaTg3VkcIJmlYV3YWt1MgU --content-topic=/myapp/1/latest/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.234.90 waku f0f8846b3d915110b11037c21b267d772c3872b987eb1900b63480c541433de5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID f0f8846b3d91. Setting up logs at ./log/docker/node2_2025-12-25_04-20-29__142bea5c-46f2-42b8-9e2a-560f1a17f5eb__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19532
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:19532/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:19532/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.234.90/tcp/19533/p2p/16Uiu2HAmDJKXSCrHrh1LyHUzyJsSLPaHz6bPWCiuCTL1zzhhnusM","/ip4/172.18.234.90/tcp/19534/ws/p2p/16Uiu2HAmDJKXSCrHrh1LyHUzyJsSLPaHz6bPWCiuCTL1zzhhnusM"],"enrUri":"enr:-L24QL4ZThH99Rxub53z5gzgmeUm9FvpDs4xLSj1iTmdVeKNfHSR4n87qLM7meoF4z6X285Szfbblkk0aNOyPwZYXY0CgmlkgnY0gmlwhKwS6lqKbXVsdGlhZGRyc5YACASsEupaBkxNAAoErBLqWgZMTt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDCZArzIeAUCdLK0anaoKoLs1QRh1tUPGNmXuSNzOIJACDdGNwgkxNg3VkcIJMT4V3YWt1MgE"}'
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:19532/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.52/tcp/26259/p2p/16Uiu2HAmMwGVpAQhxgNjkPoWshjCEbXXCujsFmQwYLt4NgJ8BDyS"]'
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:26258/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/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"]'
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:19532/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/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"]'
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:26258/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:26258/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":1766636431588992401,"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:19532/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":1766636431588992401,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26258/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:26258/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":1766636431703549904,"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:19532/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":1766636431703549904,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26258/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:26258/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":1766636431817408285,"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:19532/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":1766636431817408285,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26258/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:26258/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":1766636431929926859,"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:19532/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":1766636431929926859,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26258/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:26258/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":1766636432043441393,"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:19532/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":1766636432043441393,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26258/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:26258/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":1766636432157821181,"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:19532/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":1766636432157821181,"ephemeral":false,"proof":""}]'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26258/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:26258/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":1766636432271959550,"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:19532/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":1766636432271959550,"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 dcffb8a46200
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id f0f8846b3d91
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,64 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_relay_subscribe_with_empty_pubsub_topic_list with id: 2025-12-25_04-20-14__3fd5fed5-e20c-424a-9e66-99057fa5fac0
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_2025-12-25_04-20-14__3fd5fed5-e20c-424a-9e66-99057fa5fac0__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.78.153
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55233', '55234', '55235', '55236', '55237']
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 55233:55233 -p 55234:55234 -p 55235:55235 -p 55236:55236 -p 55237:55237 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=55235 --rest-port=55233 --tcp-port=55234 --discv5-udp-port=55236 --rest-address=0.0.0.0 --nat=extip:172.18.78.153 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c6d106eeef4d4983ced02d9afbaff4ba77a2e4b5800dbac709ffc80e5e2bb450 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55237 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.153 waku 557f9ec3355208867f218ce183f2d6efb1e23f85450c39dfedecb37e05eadbd4
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 557f9ec33552. Setting up logs at ./log/docker/node1_2025-12-25_04-20-14__3fd5fed5-e20c-424a-9e66-99057fa5fac0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55233
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 f5a5a5caf3d2. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d694ae322ab3. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55233/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:55233/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.78.153/tcp/55234/p2p/16Uiu2HAmJfbHDVcgWDb72s7YBzob3s4JKSCkqvsL3Xgwk1myhN6j","/ip4/172.18.78.153/tcp/55235/ws/p2p/16Uiu2HAmJfbHDVcgWDb72s7YBzob3s4JKSCkqvsL3Xgwk1myhN6j"],"enrUri":"enr:-L24QM09WqGSYxwaGuDdxYYgAp1h6CRycf4kn-gpsyOlbwInIID4qVOTffwdkm7UZ7bQ4wF8Jj6gt2-lKVhJTO9bY9gCgmlkgnY0gmlwhKwSTpmKbXVsdGlhZGRyc5YACASsEk6ZBtfCAAoErBJOmQbXw90DgnJzhQADAQAAiXNlY3AyNTZrMaEDWU2d5I83bexmHaiVimK7QzNBymtS-AnBVeLDq1j3pgCDdGNwgtfCg3VkcILXxIV3YWt1MgE"}'
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_2025-12-25_04-20-14__3fd5fed5-e20c-424a-9e66-99057fa5fac0__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.134.72
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45448', '45449', '45450', '45451', '45452']
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 45448:45448 -p 45449:45449 -p 45450:45450 -p 45451:45451 -p 45452:45452 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=45450 --rest-port=45448 --tcp-port=45449 --discv5-udp-port=45451 --rest-address=0.0.0.0 --nat=extip:172.18.134.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ee7502d3bfac75aeb8bb79b49edcf7cc66f3f9d4eb23998bb4b5fae708aa9bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45452 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QM09WqGSYxwaGuDdxYYgAp1h6CRycf4kn-gpsyOlbwInIID4qVOTffwdkm7UZ7bQ4wF8Jj6gt2-lKVhJTO9bY9gCgmlkgnY0gmlwhKwSTpmKbXVsdGlhZGRyc5YACASsEk6ZBtfCAAoErBJOmQbXw90DgnJzhQADAQAAiXNlY3AyNTZrMaEDWU2d5I83bexmHaiVimK7QzNBymtS-AnBVeLDq1j3pgCDdGNwgtfCg3VkcILXxIV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.72 waku 82291c72b84166380ae452f410c449a7131acf72bf71fb26127df0d186538505
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 82291c72b841. Setting up logs at ./log/docker/node2_2025-12-25_04-20-14__3fd5fed5-e20c-424a-9e66-99057fa5fac0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45448
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:45448/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:45448/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.134.72/tcp/45449/p2p/16Uiu2HAkwYKUhFVKPH9gFSMJsNX9fKuYg6BEuUtjpHmxsyEjnwxx","/ip4/172.18.134.72/tcp/45450/ws/p2p/16Uiu2HAkwYKUhFVKPH9gFSMJsNX9fKuYg6BEuUtjpHmxsyEjnwxx"],"enrUri":"enr:-L24QMnTcqC6Kml6JdHkXTM-EmgPaEd8Tsz6LZnie43OeR2VVecb3UgwmnTEeK3_eg7ZcuPQUAyrLtGdHv51XdGXZ6QCgmlkgnY0gmlwhKwShkiKbXVsdGlhZGRyc5YACASsEoZIBrGJAAoErBKGSAaxit0DgnJzhQADAQAAiXNlY3AyNTZrMaECH2tCF0LQBUKmGp9PM9YK4rNA562mNilVsdv52mRP-w2DdGNwgrGJg3VkcIKxi4V3YWt1MgE"}'
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:45448/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.153/tcp/55234/p2p/16Uiu2HAmJfbHDVcgWDb72s7YBzob3s4JKSCkqvsL3Xgwk1myhN6j"]'
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:55233/relay/v1/subscriptions" -H "Content-Type: application/json" -d '[]'
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:45448/relay/v1/subscriptions" -H "Content-Type: application/json" -d '[]'
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 557f9ec33552
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 82291c72b841
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: 2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e
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_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__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.31
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53209', '53210', '53211', '53212', '53213']
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 53209:53209 -p 53210:53210 -p 53211:53211 -p 53212:53212 -p 53213:53213 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=53211 --rest-port=53209 --tcp-port=53210 --discv5-udp-port=53212 --rest-address=0.0.0.0 --nat=extip:172.18.131.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f031121fb44b45fe7dffcecb33e8ecc29ee2138fccdeccfacdcc800c3de741b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53213 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.131.31 waku 05055782777c7c64f3d11ddb3c06d00ead281cd76a59ab35413976a7e1aff8fb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 05055782777c. Setting up logs at ./log/docker/node1_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53209
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 05efb77b645b. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 289ec465a0d7. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53209/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:53209/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.31/tcp/53210/p2p/16Uiu2HAkvKTEZvTjxRbywzsNYLVsx48fBit6cQPohwvL8L2taqJ8","/ip4/172.18.131.31/tcp/53211/ws/p2p/16Uiu2HAkvKTEZvTjxRbywzsNYLVsx48fBit6cQPohwvL8L2taqJ8"],"enrUri":"enr:-L24QGh3s2mVA0f8zfu1tSiqVjmWOgSDysnPT7VkZyUtwfQ6DNELZbw5UN5YPEA9pm1jLN2WqOWCDaV926EnhM3b7IcCgmlkgnY0gmlwhKwSgx-KbXVsdGlhZGRyc5YACASsEoMfBs_aAAoErBKDHwbP290DgnJzhQADAQAAiXNlY3AyNTZrMaECDUPKfGFVDW2cxxKFHQLTlth43AGganFuWvXnqNJU1tmDdGNwgs_ag3VkcILP3IV3YWt1MgE"}'
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_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__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.192
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59441', '59442', '59443', '59444', '59445']
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 59441:59441 -p 59442:59442 -p 59443:59443 -p 59444:59444 -p 59445:59445 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=59443 --rest-port=59441 --tcp-port=59442 --discv5-udp-port=59444 --rest-address=0.0.0.0 --nat=extip:172.18.70.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64f36ca1c1b5efe4b84bebd5e10c9d6a787a2beecd75fe686ce6b0b45f2af2be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59445 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGh3s2mVA0f8zfu1tSiqVjmWOgSDysnPT7VkZyUtwfQ6DNELZbw5UN5YPEA9pm1jLN2WqOWCDaV926EnhM3b7IcCgmlkgnY0gmlwhKwSgx-KbXVsdGlhZGRyc5YACASsEoMfBs_aAAoErBKDHwbP290DgnJzhQADAQAAiXNlY3AyNTZrMaECDUPKfGFVDW2cxxKFHQLTlth43AGganFuWvXnqNJU1tmDdGNwgs_ag3VkcILP3IV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.70.192 waku 6e42f9bfc2d7e04ede808eaadc6dfd2ee0861bc9e3d7cffedbf31ff0d9eb3000
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6e42f9bfc2d7. Setting up logs at ./log/docker/node2_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59441
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:59441/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:59441/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.192/tcp/59442/p2p/16Uiu2HAm7dwKrwgS8fRzif2RRcbHkVGAPfTDL2Tz5qjpDPa3BzjX","/ip4/172.18.70.192/tcp/59443/ws/p2p/16Uiu2HAm7dwKrwgS8fRzif2RRcbHkVGAPfTDL2Tz5qjpDPa3BzjX"],"enrUri":"enr:-L24QANOrjkyHVJQAp2bp9A6bBLdOiWbNj12Nn6taiRoKXglTULMCXFdyDQ6REplYCXblbxW1E1rwujwlovjuvD9ZZgCgmlkgnY0gmlwhKwSRsCKbXVsdGlhZGRyc5YACASsEkbABugyAAoErBJGwAboM90DgnJzhQADAQAAiXNlY3AyNTZrMaECtXCQiklO5RcS_Iycdo8ez5g2UirhAsRcw6o_T68AynaDdGNwgugyg3VkcILoNIV3YWt1MgE"}'
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:59441/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.31/tcp/53210/p2p/16Uiu2HAkvKTEZvTjxRbywzsNYLVsx48fBit6cQPohwvL8L2taqJ8"]'
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_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__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.253.33
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41929', '41930', '41931', '41932', '41933']
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 41929:41929 -p 41930:41930 -p 41931:41931 -p 41932:41932 -p 41933:41933 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=41931 --rest-port=41929 --tcp-port=41930 --discv5-udp-port=41932 --rest-address=0.0.0.0 --nat=extip:172.18.253.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba4d6cf909ebb7c7e97cf3e77dff6e03e5e052defaa8ce8dd363be11cac2cf23 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41933 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGh3s2mVA0f8zfu1tSiqVjmWOgSDysnPT7VkZyUtwfQ6DNELZbw5UN5YPEA9pm1jLN2WqOWCDaV926EnhM3b7IcCgmlkgnY0gmlwhKwSgx-KbXVsdGlhZGRyc5YACASsEoMfBs_aAAoErBKDHwbP290DgnJzhQADAQAAiXNlY3AyNTZrMaECDUPKfGFVDW2cxxKFHQLTlth43AGganFuWvXnqNJU1tmDdGNwgs_ag3VkcILP3IV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.253.33 waku a641de18e7d2d11b93484f32085e999873a7293f03a94d5658e20b64feb965e6
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a641de18e7d2. Setting up logs at ./log/docker/node3_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41929
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:41929/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:41929/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.253.33/tcp/41930/p2p/16Uiu2HAmN4ASKPLySjVcmwKYg3pxMjVM1Q3jHT6fxqgjKyAZKAho","/ip4/172.18.253.33/tcp/41931/ws/p2p/16Uiu2HAmN4ASKPLySjVcmwKYg3pxMjVM1Q3jHT6fxqgjKyAZKAho"],"enrUri":"enr:-L24QPRF13-mPghHseS62TPCZTFR2aWukkznLIuy-wjNtVYcWkqmbh4kXGBgTEt-D50q6ekHs7wcT4I6v7Gyg0FDZaACgmlkgnY0gmlwhKwS_SGKbXVsdGlhZGRyc5YACASsEv0hBqPKAAoErBL9IQajy90DgnJzhQADAQAAiXNlY3AyNTZrMaEDi6jyLRxXUbnhQSU6t6pamsp9pTR-_ZOY_tyhDyKnTfKDdGNwgqPKg3VkcIKjzIV3YWt1MgE"}'
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:41929/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.31/tcp/53210/p2p/16Uiu2HAkvKTEZvTjxRbywzsNYLVsx48fBit6cQPohwvL8L2taqJ8"]'
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_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__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.56
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18443', '18444', '18445', '18446', '18447']
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 18443:18443 -p 18444:18444 -p 18445:18445 -p 18446:18446 -p 18447:18447 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=18445 --rest-port=18443 --tcp-port=18444 --discv5-udp-port=18446 --rest-address=0.0.0.0 --nat=extip:172.18.191.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=95eca8eef50ae04c46a9aee76c9d0171fffe29a457591ebcecd7e2cdfcd6b9a9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18447 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGh3s2mVA0f8zfu1tSiqVjmWOgSDysnPT7VkZyUtwfQ6DNELZbw5UN5YPEA9pm1jLN2WqOWCDaV926EnhM3b7IcCgmlkgnY0gmlwhKwSgx-KbXVsdGlhZGRyc5YACASsEoMfBs_aAAoErBKDHwbP290DgnJzhQADAQAAiXNlY3AyNTZrMaECDUPKfGFVDW2cxxKFHQLTlth43AGganFuWvXnqNJU1tmDdGNwgs_ag3VkcILP3IV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.56 waku 59a99887219ebb28d688ccdc6ab7d847db66b003509bc8088eadbb7076eaf15f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 59a99887219e. Setting up logs at ./log/docker/node4_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18443
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:18443/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:18443/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.56/tcp/18444/p2p/16Uiu2HAmAihAhQM68i7P1yECNm8YnpCZz83jaLvUKaPHdj6d9X7q","/ip4/172.18.191.56/tcp/18445/ws/p2p/16Uiu2HAmAihAhQM68i7P1yECNm8YnpCZz83jaLvUKaPHdj6d9X7q"],"enrUri":"enr:-L24QPEdxvPZ-9dRrwEhIjQC6QlIkSBNJpoE9SV1lNmZPBxOZEqlK3Nx20h5Zz0ZUPeXB0MeWDn8AQ-2zmSJ8rp37BUCgmlkgnY0gmlwhKwSvziKbXVsdGlhZGRyc5YACASsEr84BkgMAAoErBK_OAZIDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4zuFWzw3sjxWuoke4aK-YY7jRiaRD9ZGNyt66VF1j-SDdGNwgkgMg3VkcIJIDoV3YWt1MgE"}'
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:18443/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.31/tcp/53210/p2p/16Uiu2HAkvKTEZvTjxRbywzsNYLVsx48fBit6cQPohwvL8L2taqJ8"]'
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_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__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.88.151
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30408', '30409', '30410', '30411', '30412']
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 30408:30408 -p 30409:30409 -p 30410:30410 -p 30411:30411 -p 30412:30412 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=30410 --rest-port=30408 --tcp-port=30409 --discv5-udp-port=30411 --rest-address=0.0.0.0 --nat=extip:172.18.88.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6c3beb09bd5aaafcf75e537acd0bbeaa4c4faa1856cdbaf7f342fbc92fa6cb3d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30412 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGh3s2mVA0f8zfu1tSiqVjmWOgSDysnPT7VkZyUtwfQ6DNELZbw5UN5YPEA9pm1jLN2WqOWCDaV926EnhM3b7IcCgmlkgnY0gmlwhKwSgx-KbXVsdGlhZGRyc5YACASsEoMfBs_aAAoErBKDHwbP290DgnJzhQADAQAAiXNlY3AyNTZrMaECDUPKfGFVDW2cxxKFHQLTlth43AGganFuWvXnqNJU1tmDdGNwgs_ag3VkcILP3IV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.88.151 waku a0b27ecd90466c29aab985d999ccbe2ca16e14baa206b1927d914835d7be9937
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID a0b27ecd9046. Setting up logs at ./log/docker/node5_2025-12-25_04-27-48__f88548a6-7da2-428d-9b55-e99dc4125a1e__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30408
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:30408/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:30408/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.88.151/tcp/30409/p2p/16Uiu2HAm95g1reJMYqELfnrkp2ayoYP2fhjk5MxwNgnavChJp3sn","/ip4/172.18.88.151/tcp/30410/ws/p2p/16Uiu2HAm95g1reJMYqELfnrkp2ayoYP2fhjk5MxwNgnavChJp3sn"],"enrUri":"enr:-L24QG9qGiirdoAn43l-la1VXEfMzJjpfQXLl0oKvCXj_YfKXfhzLULJ_7LX7U1PKzCRHvgSZEHAfa7Xn25Kqf7lO0oCgmlkgnY0gmlwhKwSWJeKbXVsdGlhZGRyc5YACASsEliXBnbJAAoErBJYlwZ2yt0DgnJzhQADAQAAiXNlY3AyNTZrMaECyuQKf5qC7qgSSKBRnSJnovCHQdFbnif52FJoB4fgGnGDdGNwgnbJg3VkcIJ2y4V3YWt1MgE"}'
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:30408/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.31/tcp/53210/p2p/16Uiu2HAkvKTEZvTjxRbywzsNYLVsx48fBit6cQPohwvL8L2taqJ8"]'
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:53209/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:59441/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:41929/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:18443/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:30408/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:53209/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:53209/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":1766636874307077888,"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:59441/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":1766636874307077888,"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:41929/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":1766636874307077888,"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:18443/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":1766636874307077888,"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:30408/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":1766636874307077888,"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:53209/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:53209/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":1766636874441952019,"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:59441/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":1766636874441952019,"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:41929/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":1766636874441952019,"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:18443/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":1766636874441952019,"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:30408/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":1766636874441952019,"ephemeral":false,"proof":""}]'
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 6e42f9bfc2d7
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:53209/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:41929/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":1766636875123276800,"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:18443/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":1766636875123276800,"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:30408/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":1766636875123276800,"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 05055782777c
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id a641de18e7d2
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6e42f9bfc2d7. 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 59a99887219e
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 05055782777c. 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 a0b27ecd9046
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a641de18e7d2. 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,73 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_2_nodes_different_content_topic_different_shard with id: 2025-12-25_04-23-37__979dc154-80ed-4077-842a-ec61b457f36c
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_2025-12-25_04-23-37__979dc154-80ed-4077-842a-ec61b457f36c__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.213
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51545', '51546', '51547', '51548', '51549']
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 51545:51545 -p 51546:51546 -p 51547:51547 -p 51548:51548 -p 51549:51549 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=51547 --rest-port=51545 --tcp-port=51546 --discv5-udp-port=51548 --rest-address=0.0.0.0 --nat=extip:172.18.242.213 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d4192f0facb991ecfcded78f733714ced7bedfbdd2af96b60f36582c0dededac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51549 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.242.213 waku 5fab35bb5a9caa9df4b72dc2f3caeb693eb82e582b08ad1b7e40828f51a707ce
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5fab35bb5a9c. Setting up logs at ./log/docker/node1_2025-12-25_04-23-37__979dc154-80ed-4077-842a-ec61b457f36c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51545
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 208ffaa5534e. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a36e3241f05e. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51545/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:51545/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.213/tcp/51546/p2p/16Uiu2HAm8NeDP3Nw6BgKfNY2d9gAaPDfEQno6CgJZtqND5b5eue3","/ip4/172.18.242.213/tcp/51547/ws/p2p/16Uiu2HAm8NeDP3Nw6BgKfNY2d9gAaPDfEQno6CgJZtqND5b5eue3"],"enrUri":"enr:-L24QJOtAFGuuZ3ajdKavpBNNP6YZSqXjeWtUOgFZ-2xsgoWSIi2wzuAWKbz9N148DW4PbckNhWLOVvtykSTSaF7S0YCgmlkgnY0gmlwhKwS8tWKbXVsdGlhZGRyc5YACASsEvLVBslaAAoErBLy1QbJW90DgnJzhQACAQAAiXNlY3AyNTZrMaECwGEw61124qfHI_kLZhyh440MvL0KfEP71bVsRoBetvyDdGNwgslag3VkcILJXIV3YWt1MgU"}'
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_2025-12-25_04-23-37__979dc154-80ed-4077-842a-ec61b457f36c__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.121.56
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30874', '30875', '30876', '30877', '30878']
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 30874:30874 -p 30875:30875 -p 30876:30876 -p 30877:30877 -p 30878:30878 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=30876 --rest-port=30874 --tcp-port=30875 --discv5-udp-port=30877 --rest-address=0.0.0.0 --nat=extip:172.18.121.56 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ba5bfdafeadfcda210a5c9b6bbc5d3ceaa65f7f33ebdfebe4797f0feab16a9c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30878 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJOtAFGuuZ3ajdKavpBNNP6YZSqXjeWtUOgFZ-2xsgoWSIi2wzuAWKbz9N148DW4PbckNhWLOVvtykSTSaF7S0YCgmlkgnY0gmlwhKwS8tWKbXVsdGlhZGRyc5YACASsEvLVBslaAAoErBLy1QbJW90DgnJzhQACAQAAiXNlY3AyNTZrMaECwGEw61124qfHI_kLZhyh440MvL0KfEP71bVsRoBetvyDdGNwgslag3VkcILJXIV3YWt1MgU --content-topic=/waku/2/content/test.js
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.121.56 waku 16d911ca8b84f7abbf0c8c2769d9337580effbcf6191c12b3011b88be06daa17
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 16d911ca8b84. Setting up logs at ./log/docker/node2_2025-12-25_04-23-37__979dc154-80ed-4077-842a-ec61b457f36c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30874
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:30874/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:30874/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.121.56/tcp/30875/p2p/16Uiu2HAm7rMnHybTsNENxAQvhXZTTQho7RBGQgvNMLxzQhM8mNFX","/ip4/172.18.121.56/tcp/30876/ws/p2p/16Uiu2HAm7rMnHybTsNENxAQvhXZTTQho7RBGQgvNMLxzQhM8mNFX"],"enrUri":"enr:-L24QIvvqKPzW-6wIjvBtHwsBe79A3vWGx5ERk6WBTbCT53fRAdTmBMgK8HwYNoyPUjYj4qLypnqgDXvdOUjvza_MMECgmlkgnY0gmlwhKwSeTiKbXVsdGlhZGRyc5YACASsEnk4BnibAAoErBJ5OAZ4nN0DgnJzhQACAQAAiXNlY3AyNTZrMaECuJ8vvZeIzovF0zaTBgYzoXSX6suzs8Um83RSUcFBWI6DdGNwgnibg3VkcIJ4nYV3YWt1MgE"}'
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:30874/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.213/tcp/51546/p2p/16Uiu2HAm8NeDP3Nw6BgKfNY2d9gAaPDfEQno6CgJZtqND5b5eue3"]'
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:51545/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:30874/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:51545/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:51545/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":1766636619790817534,"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:30874/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":1766636619790817534,"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 5fab35bb5a9c
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 16d911ca8b84
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,112 @@
2025-12-25 04:34:04.811 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:34:04.812 DEBUG [tests.conftest] Running test: test_cursor_near_end with id: 2025-12-25_04-34-04__890747d4-3499-47ac-a09a-ffd27bf88082
2025-12-25 04:34:04.813 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:34:04.814 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:34:04.814 DEBUG [src.steps.store] Running fixture setup: node_setup
2025-12-25 04:34:04.823 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:34:04.824 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-25_04-34-04__890747d4-3499-47ac-a09a-ffd27bf88082__wakuorg_nwaku:latest.log
2025-12-25 04:34:04.824 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:34:04.825 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:34:04.826 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:34:04.827 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.2
2025-12-25 04:34:04.827 DEBUG [src.node.docker_mananger] Generated ports ['13505', '13506', '13507', '13508', '13509']
2025-12-25 04:34:04.827 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:34:04.827 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:34:04.828 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:34:04.828 DEBUG [src.node.docker_mananger] docker run -i -t -p 13505:13505 -p 13506:13506 -p 13507:13507 -p 13508:13508 -p 13509:13509 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=13507 --rest-port=13505 --tcp-port=13506 --discv5-udp-port=13508 --rest-address=0.0.0.0 --nat=extip:172.18.85.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2b5f4c3cf6ce9da1aa4dc4b0ad7758479238b8f81bcbff27cdda3d1f9bd70a4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13509 --metrics-logging=true --store=true --relay=true
2025-12-25 04:34:05.011 ERROR [src.node.docker_mananger] Max retries reached for container cfe697fc5735. Exiting log stream.
2025-12-25 04:34:05.025 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.2 waku f7c5c3c4bb45bf674a2181aab274fe214756916298a825b008077bdc1a0dee66
2025-12-25 04:34:05.056 DEBUG [src.node.docker_mananger] Container started with ID f7c5c3c4bb45. Setting up logs at ./log/docker/publishing_node1_2025-12-25_04-34-04__890747d4-3499-47ac-a09a-ffd27bf88082__wakuorg_nwaku:latest.log
2025-12-25 04:34:05.057 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13505
2025-12-25 04:34:05.059 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:34:05.684 ERROR [src.node.docker_mananger] Max retries reached for container d22bbe9f08f0. Exiting log stream.
2025-12-25 04:34:06.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13505/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:06.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:34:06.063 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:34:06.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13505/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:06.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.2/tcp/13506/p2p/16Uiu2HAkv9vCJir6oG47o9iveLeot6T38x6fzWmA9evUobDJt245","/ip4/172.18.85.2/tcp/13507/ws/p2p/16Uiu2HAkv9vCJir6oG47o9iveLeot6T38x6fzWmA9evUobDJt245"],"enrUri":"enr:-L24QDRSBUzzlTMxlvS55C3YSU-9JE-rDgqMO_OS2dSa6phsW-EQTOZfubYpQe7jKIGLuo_lMUYYm4c9WN1g-1s_lfoCgmlkgnY0gmlwhKwSVQKKbXVsdGlhZGRyc5YACASsElUCBjTCAAoErBJVAgY0w90DgnJzhQADAQAAiXNlY3AyNTZrMaECCtJ3v6ZzDAM6b82X6_gsZpZgYK98Nv-04-mebjEond6DdGNwgjTCg3VkcII0xIV3YWt1MgM"}'
2025-12-25 04:34:06.066 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:34:06.072 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:34:06.073 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-25_04-34-04__890747d4-3499-47ac-a09a-ffd27bf88082__wakuorg_nwaku:latest.log
2025-12-25 04:34:06.073 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:34:06.073 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:34:06.074 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:34:06.074 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.209
2025-12-25 04:34:06.074 DEBUG [src.node.docker_mananger] Generated ports ['22328', '22329', '22330', '22331', '22332']
2025-12-25 04:34:06.075 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:34:06.075 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:34:06.075 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:34:06.075 DEBUG [src.node.docker_mananger] docker run -i -t -p 22328:22328 -p 22329:22329 -p 22330:22330 -p 22331:22331 -p 22332:22332 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=22330 --rest-port=22328 --tcp-port=22329 --discv5-udp-port=22331 --rest-address=0.0.0.0 --nat=extip:172.18.224.209 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dda94c2eefbf82fd9897ea27d1e5f9ec4b4eb10ee35f8fdd7a3fa0b93bc2f6d3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22332 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDRSBUzzlTMxlvS55C3YSU-9JE-rDgqMO_OS2dSa6phsW-EQTOZfubYpQe7jKIGLuo_lMUYYm4c9WN1g-1s_lfoCgmlkgnY0gmlwhKwSVQKKbXVsdGlhZGRyc5YACASsElUCBjTCAAoErBJVAgY0w90DgnJzhQADAQAAiXNlY3AyNTZrMaECCtJ3v6ZzDAM6b82X6_gsZpZgYK98Nv-04-mebjEond6DdGNwgjTCg3VkcII0xIV3YWt1MgM --storenode=/ip4/172.18.85.2/tcp/13506/p2p/16Uiu2HAkv9vCJir6oG47o9iveLeot6T38x6fzWmA9evUobDJt245 --store=true --relay=true
2025-12-25 04:34:06.265 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.209 waku 092633615dfd7a8b8fe99290a42049f017b5e900292db12cabdd6621750f9c7d
2025-12-25 04:34:06.297 DEBUG [src.node.docker_mananger] Container started with ID 092633615dfd. Setting up logs at ./log/docker/store_node1_2025-12-25_04-34-04__890747d4-3499-47ac-a09a-ffd27bf88082__wakuorg_nwaku:latest.log
2025-12-25 04:34:06.297 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22328
2025-12-25 04:34:06.297 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:34:07.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22328/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:07.301 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"}]}'
2025-12-25 04:34:07.302 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:34:07.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22328/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:07.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.209/tcp/22329/p2p/16Uiu2HAmH6gVF9MVAgmzbnXgBWaYVg8G3rrdNBV5Pdy7wUYPaHzJ","/ip4/172.18.224.209/tcp/22330/ws/p2p/16Uiu2HAmH6gVF9MVAgmzbnXgBWaYVg8G3rrdNBV5Pdy7wUYPaHzJ"],"enrUri":"enr:-L24QCSW5x5rDA8-1zYTzHhJzj4lTsrBYmPG0cQ2nM-ITVAnBVfnBdY1KktIDjo8In4NH5yuYSE3r3n1WTNAtYJWcIYCgmlkgnY0gmlwhKwS4NGKbXVsdGlhZGRyc5YACASsEuDRBlc5AAoErBLg0QZXOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQgOmsg9VQTSzQyt0yWAjJJJjH9gTAtthBQWahei5MeODdGNwglc5g3VkcIJXO4V3YWt1MgM"}'
2025-12-25 04:34:07.304 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:34:07.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22328/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.2/tcp/13506/p2p/16Uiu2HAkv9vCJir6oG47o9iveLeot6T38x6fzWmA9evUobDJt245"]'
2025-12-25 04:34:07.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:34:07.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22328/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-25 04:34:07.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.313 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:07.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:07.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.319 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:07.519 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:07.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:07.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.526 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:07.726 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:07.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:07.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.731 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:07.932 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:07.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:07.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:07.939 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:08.139 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:08.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:08.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:08.146 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:08.346 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:08.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:08.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:08.352 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:08.553 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:08.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:08.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:08.559 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:08.759 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:08.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:08.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:08.765 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:08.966 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:08.967 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:08.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:08.973 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:09.173 DEBUG [src.steps.store] Relaying message
2025-12-25 04:34:09.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13505/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)'}'
2025-12-25 04:34:09.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:34:09.180 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:34:09.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13505/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:09.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa3405e0b2e157000082fe1ccb2eabc031e2c274a6d62b14126c32009edcd0c63"},{"messageHash":"0x88a80ad3dea99f671c536da3c34b04db36d42c2d7928a3ffc3d697cdf040c717"},{"messageHash":"0x1255024c0c5faa751e46bedb20f60091d2546060830b9a62cd043f3125dd8339"},{"messageHash":"0x599e221e3ad829967ffa7ba5ed50214acd40359116cbdb91c5278a9956753f98"},{"messageHash":"0xf54251c7870afc74777be63165c9fbdeb4823757a646f56168e8eecf72f488c3"}],"paginationCursor":"0xf54251c7870afc74777be63165c9fbdeb4823757a646f56168e8eecf72f488c3"}'
2025-12-25 04:34:09.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13505/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf54251c7870afc74777be63165c9fbdeb4823757a646f56168e8eecf72f488c3&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:09.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4c8875cf534fbdb1ce66f46134987db60e86f7af1204db5d9f97769896211f16"},{"messageHash":"0xc714ce29baa2a9a3bfb90a31521e92e025c6cc1d653f3797781a5120bf6c9d8f"},{"messageHash":"0x67d9c27f3837791cf23f6bc0b2a55bee76266588f94fe2fa87e2137d9758d810"},{"messageHash":"0xe2a7c2af7b5347efb6a7f8c6aeac2877fd2e161ed70a296cfd1422f0f4ebfd9e"},{"messageHash":"0xb069a4c3f75a18901191466923f3325091cea0775c89c2288066d9a032999287"}]}'
2025-12-25 04:34:09.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22328/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:09.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa3405e0b2e157000082fe1ccb2eabc031e2c274a6d62b14126c32009edcd0c63"},{"messageHash":"0x88a80ad3dea99f671c536da3c34b04db36d42c2d7928a3ffc3d697cdf040c717"},{"messageHash":"0x1255024c0c5faa751e46bedb20f60091d2546060830b9a62cd043f3125dd8339"},{"messageHash":"0x599e221e3ad829967ffa7ba5ed50214acd40359116cbdb91c5278a9956753f98"},{"messageHash":"0xf54251c7870afc74777be63165c9fbdeb4823757a646f56168e8eecf72f488c3"}],"paginationCursor":"0xf54251c7870afc74777be63165c9fbdeb4823757a646f56168e8eecf72f488c3"}'
2025-12-25 04:34:09.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22328/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xf54251c7870afc74777be63165c9fbdeb4823757a646f56168e8eecf72f488c3&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:34:09.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4c8875cf534fbdb1ce66f46134987db60e86f7af1204db5d9f97769896211f16"},{"messageHash":"0xc714ce29baa2a9a3bfb90a31521e92e025c6cc1d653f3797781a5120bf6c9d8f"},{"messageHash":"0x67d9c27f3837791cf23f6bc0b2a55bee76266588f94fe2fa87e2137d9758d810"},{"messageHash":"0xe2a7c2af7b5347efb6a7f8c6aeac2877fd2e161ed70a296cfd1422f0f4ebfd9e"},{"messageHash":"0xb069a4c3f75a18901191466923f3325091cea0775c89c2288066d9a032999287"}]}'
2025-12-25 04:34:09.395 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:34:09.396 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:34:09.396 DEBUG [src.node.waku_node] Stopping container with id f7c5c3c4bb45
2025-12-25 04:34:09.942 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:34:09.942 DEBUG [src.node.waku_node] Stopping container with id 092633615dfd
2025-12-25 04:34:10.462 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:34:10.464 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:34:10.472 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:34:10.479 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,99 @@
2025-12-25 04:14:50.934 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:14:50.935 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43
2025-12-25 04:14:50.935 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:14:50.935 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:14:50.936 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-25 04:14:50.946 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:14:50.947 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
2025-12-25 04:14:50.955 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:14:50.955 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
2025-12-25 04:14:50.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:14:50.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
2025-12-25 04:14:50.963 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:14:50.963 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:14:50.964 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:14:50.964 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:14:51.015 DEBUG [src.node.docker_mananger] Network waku created
2025-12-25 04:14:51.016 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.80
2025-12-25 04:14:51.016 DEBUG [src.node.docker_mananger] Generated ports ['62536', '62537', '62538', '62539', '62540']
2025-12-25 04:14:51.016 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:14:51.016 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:14:51.016 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:14:51.017 DEBUG [src.node.docker_mananger] docker run -i -t -p 62536:62536 -p 62537:62537 -p 62538:62538 -p 62539:62539 -p 62540:62540 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=62538 --rest-port=62536 --tcp-port=62537 --discv5-udp-port=62539 --rest-address=0.0.0.0 --nat=extip:172.18.223.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a366c470bef95dc8f13fb1c8a0ceae5b45553cacaadd480c8ca4732640b25cf1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62540 --metrics-logging=true --lightpush=true
2025-12-25 04:14:53.601 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.80 waku c3f1fc42b6965704bc932e85e5e022213ec4d4f536070f02b7eccb1514772b12
2025-12-25 04:14:53.629 DEBUG [src.node.docker_mananger] Container started with ID c3f1fc42b696. Setting up logs at ./log/docker/node1_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
2025-12-25 04:14:53.631 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62536
2025-12-25 04:14:53.631 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:14:54.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62536/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:54.635 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"}]}'
2025-12-25 04:14:54.635 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:14:54.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62536/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:54.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.80/tcp/62537/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY","/ip4/172.18.223.80/tcp/62538/ws/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY"],"enrUri":"enr:-L24QIdBt4Goen2UrPW_fcDmp6Sq7RD1MUT00gRiualcd1BiN8-Qr0fdcGp4y7L1N_cSRm8m3yJ6kbp3dhVBthcah5QCgmlkgnY0gmlwhKwS31CKbXVsdGlhZGRyc5YACASsEt9QBvRJAAoErBLfUAb0St0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQITwCSBNC6YaVUnIJa5LhX8twmg6eGRmdfibupH33WODdGNwgvRJg3VkcIL0S4V3YWt1Mgk"}'
2025-12-25 04:14:54.638 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:14:54.638 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:14:54.639 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:14:54.640 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:14:54.640 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.174
2025-12-25 04:14:54.640 DEBUG [src.node.docker_mananger] Generated ports ['58168', '58169', '58170', '58171', '58172']
2025-12-25 04:14:54.641 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:14:54.641 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:14:54.641 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:14:54.641 DEBUG [src.node.docker_mananger] docker run -i -t -p 58168:58168 -p 58169:58169 -p 58170:58170 -p 58171:58171 -p 58172:58172 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=58170 --rest-port=58168 --tcp-port=58169 --discv5-udp-port=58171 --rest-address=0.0.0.0 --nat=extip:172.18.228.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d42eacba1cf67b77a8d0cdeadc00ff147f7edbcc328f044b7f9a7ad746f50be8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58172 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QIdBt4Goen2UrPW_fcDmp6Sq7RD1MUT00gRiualcd1BiN8-Qr0fdcGp4y7L1N_cSRm8m3yJ6kbp3dhVBthcah5QCgmlkgnY0gmlwhKwS31CKbXVsdGlhZGRyc5YACASsEt9QBvRJAAoErBLfUAb0St0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQITwCSBNC6YaVUnIJa5LhX8twmg6eGRmdfibupH33WODdGNwgvRJg3VkcIL0S4V3YWt1Mgk --lightpushnode=/ip4/172.18.223.80/tcp/62537/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY
2025-12-25 04:14:54.837 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.174 waku 4992e346aed2413c80257fd0f42f01e0244af6e516a0e17121832a2d09516e78
2025-12-25 04:14:54.869 DEBUG [src.node.docker_mananger] Container started with ID 4992e346aed2. Setting up logs at ./log/docker/node2_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
2025-12-25 04:14:54.870 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58168
2025-12-25 04:14:54.871 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:14:55.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58168/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:55.876 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"}]}'
2025-12-25 04:14:55.877 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:14:55.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58168/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:55.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.174/tcp/58169/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y","/ip4/172.18.228.174/tcp/58170/ws/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y"],"enrUri":"enr:-L24QBuiF-iicrW2ZUd8RzmGvd0jB6akkc-CF33t_Ui5YjWgK9gIcxl2zxNCc4Fqs9WgThkFH75ijj9EpiGX-B02NLUCgmlkgnY0gmlwhKwS5K6KbXVsdGlhZGRyc5YACASsEuSuBuM5AAoErBLkrgbjOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtHCK0o-xFI4x38oWrMXzYd0G3yAiM98jEBJEqCCxbeuDdGNwguM5g3VkcILjO4V3YWt1Mgs"}'
2025-12-25 04:14:55.881 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:14:55.881 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:14:55.881 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:14:55.883 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:14:55.883 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.37
2025-12-25 04:14:55.883 DEBUG [src.node.docker_mananger] Generated ports ['33229', '33230', '33231', '33232', '33233']
2025-12-25 04:14:55.884 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:14:55.884 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:14:55.884 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:14:55.884 DEBUG [src.node.docker_mananger] docker run -i -t -p 33229:33229 -p 33230:33230 -p 33231:33231 -p 33232:33232 -p 33233:33233 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=33231 --rest-port=33229 --tcp-port=33230 --discv5-udp-port=33232 --rest-address=0.0.0.0 --nat=extip:172.18.224.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c03ccaf1a6c7f258d427ebec3b631cfa8eac3fb5efeeb87abdda6af80af09cda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33233 --metrics-logging=true --relay=false --storenode=/ip4/172.18.228.174/tcp/58169/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y --discv5-bootstrap-node=enr:-L24QBuiF-iicrW2ZUd8RzmGvd0jB6akkc-CF33t_Ui5YjWgK9gIcxl2zxNCc4Fqs9WgThkFH75ijj9EpiGX-B02NLUCgmlkgnY0gmlwhKwS5K6KbXVsdGlhZGRyc5YACASsEuSuBuM5AAoErBLkrgbjOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtHCK0o-xFI4x38oWrMXzYd0G3yAiM98jEBJEqCCxbeuDdGNwguM5g3VkcILjO4V3YWt1Mgs
2025-12-25 04:14:56.083 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.37 waku 1d16b1efe412c9ba82e29df61e809ecec1cfd31d8c693d9a152d4c814cb1169f
2025-12-25 04:14:56.113 DEBUG [src.node.docker_mananger] Container started with ID 1d16b1efe412. Setting up logs at ./log/docker/node3_2025-12-25_04-14-50__d0e4190f-1e62-4c41-b43f-ba35629cdf43__wakuorg_nwaku:latest.log
2025-12-25 04:14:56.114 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33229
2025-12-25 04:14:56.114 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:14:57.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33229/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:57.120 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":"READY"},{"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"}]}'
2025-12-25 04:14:57.120 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:14:57.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33229/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:57.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.37/tcp/33230/p2p/16Uiu2HAmAqGatUd7GG4sqZu9NttvwEDr5xBkoqmNnr2B4Lodzj81","/ip4/172.18.224.37/tcp/33231/ws/p2p/16Uiu2HAmAqGatUd7GG4sqZu9NttvwEDr5xBkoqmNnr2B4Lodzj81"],"enrUri":"enr:-L24QHmasf61HnOncq90rvKdXh94dizSTafvtuYEmmzOF6qPM1La7fJSLB-KzFhX2kgLzGuGnQTevbi477Mn8gvO_XICgmlkgnY0gmlwhKwS4CWKbXVsdGlhZGRyc5YACASsEuAlBoHOAAoErBLgJQaBz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC5OrKZIPXz3GGv4y8yVbyZAp5InshFDngeJKo6dEPq6aDdGNwgoHOg3VkcIKB0IV3YWt1MgA"}'
2025-12-25 04:14:57.124 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:14:57.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62536/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:14:57.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:14:57.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58168/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:14:57.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:14:57.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62536/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:57.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.228.174/tcp/55976/p2p/16Uiu2HAmQoMGZngNJkMHAN8GiRNcRqXuk5GVTinzgRy6KGZ92J1Y","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/store-query/3.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-124-g96196a","origin":"UnknownOrigin"}]'
2025-12-25 04:14:57.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58168/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:14:57.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.223.80/tcp/62537/p2p/16Uiu2HAmGzr1mNZQSLSjmyvgd6qFF3kV4s3MxXdpBkiUVxyBMyTY","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-124-g96196a","origin":"Discv5"}]'
2025-12-25 04:14:57.140 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-25 04:15:27.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62536/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": 1766636127141591876}}'
2025-12-25 04:15:27.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:27.152 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:28.153 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-25 04:15:28.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33229/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:28.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f22e0259588fd36d08fb","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x367b212d60efafd2b3a73e2d70ec86c46acaa20f18f62c258dc215b9a1c715fe"}]}'
2025-12-25 04:15:28.192 DEBUG [src.steps.store] messages length is 1
2025-12-25 04:15:28.194 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:28.195 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:28.196 DEBUG [src.node.waku_node] Stopping container with id c3f1fc42b696
2025-12-25 04:15:28.763 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:28.764 DEBUG [src.node.waku_node] Stopping container with id 4992e346aed2
2025-12-25 04:15:29.306 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:29.307 DEBUG [src.node.waku_node] Stopping container with id 1d16b1efe412
2025-12-25 04:15:29.578 ERROR [src.node.docker_mananger] Max retries reached for container c3f1fc42b696. Exiting log stream.
2025-12-25 04:15:29.853 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:29.856 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:29.873 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:29.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:29.896 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,68 @@
2025-12-25 04:15:14.448 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:15:14.449 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_with_extra_field with id: 2025-12-25_04-15-14__1057661e-f335-4e83-9424-98f4bb38d552
2025-12-25 04:15:14.449 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:15:14.450 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-25 04:15:14.450 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
2025-12-25 04:15:14.458 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:14.458 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-15-14__1057661e-f335-4e83-9424-98f4bb38d552__wakuorg_nwaku:latest.log
2025-12-25 04:15:14.459 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:14.459 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:14.461 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:14.461 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.21
2025-12-25 04:15:14.461 DEBUG [src.node.docker_mananger] Generated ports ['10341', '10342', '10343', '10344', '10345']
2025-12-25 04:15:14.461 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:14.461 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:14.462 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:14.462 DEBUG [src.node.docker_mananger] docker run -i -t -p 10341:10341 -p 10342:10342 -p 10343:10343 -p 10344:10344 -p 10345:10345 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=10343 --rest-port=10341 --tcp-port=10342 --discv5-udp-port=10344 --rest-address=0.0.0.0 --nat=extip:172.18.67.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1f4bdd7fdaae2de9c6ade02de9b64eb4f8de0be0a8ff6dd0c420278c85b9d620 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10345 --metrics-logging=true --relay=true --filter=true
2025-12-25 04:15:14.662 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.21 waku 8e4a41bbf2c0243f7284957b8cf792731b3e6695c9744e8eec6b74179a02bb73
2025-12-25 04:15:14.686 ERROR [src.node.docker_mananger] Max retries reached for container f2a8f0078b52. Exiting log stream.
2025-12-25 04:15:14.697 DEBUG [src.node.docker_mananger] Container started with ID 8e4a41bbf2c0. Setting up logs at ./log/docker/node1_2025-12-25_04-15-14__1057661e-f335-4e83-9424-98f4bb38d552__wakuorg_nwaku:latest.log
2025-12-25 04:15:14.699 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10341
2025-12-25 04:15:14.699 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:15.257 ERROR [src.node.docker_mananger] Max retries reached for container 740d61a9220d. Exiting log stream.
2025-12-25 04:15:15.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10341/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.703 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"}]}'
2025-12-25 04:15:15.703 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:15.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10341/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:15.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.21/tcp/10342/p2p/16Uiu2HAmVc54xWbndFa1H94hDNieivjJ5FULigpfsUUmmGHo69co","/ip4/172.18.67.21/tcp/10343/ws/p2p/16Uiu2HAmVc54xWbndFa1H94hDNieivjJ5FULigpfsUUmmGHo69co"],"enrUri":"enr:-L24QPMJOgGAhV0Kr9k1c0ZdOmOOolyh1CnPIH0pctP0tmiScI2PXeCXXA2ocRxiv3NNVO6Xni3r47NIfDL-62FIJZQCgmlkgnY0gmlwhKwSQxWKbXVsdGlhZGRyc5YACASsEkMVBihmAAoErBJDFQYoZ90DgnJzhQADAQAAiXNlY3AyNTZrMaED-9dFPB2s5fc00otcT85ed5G5ahy0a89aKrj-rxIz-KSDdGNwgihmg3VkcIIoaIV3YWt1MgU"}'
2025-12-25 04:15:15.706 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:15.707 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
2025-12-25 04:15:15.714 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:15:15.714 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-15-14__1057661e-f335-4e83-9424-98f4bb38d552__wakuorg_nwaku:latest.log
2025-12-25 04:15:15.715 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:15:15.715 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:15:15.716 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:15:15.716 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.85
2025-12-25 04:15:15.717 DEBUG [src.node.docker_mananger] Generated ports ['25187', '25188', '25189', '25190', '25191']
2025-12-25 04:15:15.717 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:15:15.717 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:15:15.717 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:15:15.717 DEBUG [src.node.docker_mananger] docker run -i -t -p 25187:25187 -p 25188:25188 -p 25189:25189 -p 25190:25190 -p 25191:25191 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=25189 --rest-port=25187 --tcp-port=25188 --discv5-udp-port=25190 --rest-address=0.0.0.0 --nat=extip:172.18.162.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=feacbd34de7fbeebe1d28e79afa4bccfb26b9fd1ed35c73fc95fb2aa1af738dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25191 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPMJOgGAhV0Kr9k1c0ZdOmOOolyh1CnPIH0pctP0tmiScI2PXeCXXA2ocRxiv3NNVO6Xni3r47NIfDL-62FIJZQCgmlkgnY0gmlwhKwSQxWKbXVsdGlhZGRyc5YACASsEkMVBihmAAoErBJDFQYoZ90DgnJzhQADAQAAiXNlY3AyNTZrMaED-9dFPB2s5fc00otcT85ed5G5ahy0a89aKrj-rxIz-KSDdGNwgihmg3VkcIIoaIV3YWt1MgU --filternode=/ip4/172.18.67.21/tcp/10342/p2p/16Uiu2HAmVc54xWbndFa1H94hDNieivjJ5FULigpfsUUmmGHo69co
2025-12-25 04:15:15.912 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.85 waku 0df0c5db781797047147b8627fefd876263f9b261688fd896629aa6dc308a4e3
2025-12-25 04:15:15.944 DEBUG [src.node.docker_mananger] Container started with ID 0df0c5db7817. Setting up logs at ./log/docker/node2_2025-12-25_04-15-14__1057661e-f335-4e83-9424-98f4bb38d552__wakuorg_nwaku:latest.log
2025-12-25 04:15:15.945 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25187
2025-12-25 04:15:15.945 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:15:16.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25187/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.949 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"}]}'
2025-12-25 04:15:16.950 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:15:16.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25187/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:15:16.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.85/tcp/25188/p2p/16Uiu2HAmCqwiHjAbdCnBiu4uUiMmgMcYKtbwyZz9UZp1Tznw1TdJ","/ip4/172.18.162.85/tcp/25189/ws/p2p/16Uiu2HAmCqwiHjAbdCnBiu4uUiMmgMcYKtbwyZz9UZp1Tznw1TdJ"],"enrUri":"enr:-L24QFCQJ7Sl9x4CU3RoUaSf4E8NjyvnaBPq1E3vT_Yjbqt_KgoFg48fRpLDNt7OHPp6Naxp57LjVjZcMowHbEGXV1YCgmlkgnY0gmlwhKwSolWKbXVsdGlhZGRyc5YACASsEqJVBmJkAAoErBKiVQZiZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAs5n-q0dgKqX8S-iZlMQMhGlEzb-FIKzGsawJk8lX6GDdGNwgmJkg3VkcIJiZoV3YWt1MgA"}'
2025-12-25 04:15:16.953 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:15:16.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25187/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.21/tcp/10342/p2p/16Uiu2HAmVc54xWbndFa1H94hDNieivjJ5FULigpfsUUmmGHo69co"]'
2025-12-25 04:15:16.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:16.984 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
2025-12-25 04:15:16.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10341/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-25 04:15:16.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:15:17.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25187/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f27e5dc0-bd92-4ce6-bcbc-2d562a22843e", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
2025-12-25 04:15:17.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f27e5dc0-bd92-4ce6-bcbc-2d562a22843e","statusDesc":"OK"}'
2025-12-25 04:15:17.019 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:25187/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": 1, "extraField": "extraValue"}'
2025-12-25 04:15:17.022 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:25187/filter/v2/subscriptions/all. 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\\"))"}'
2025-12-25 04:15:17.025 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:15:17.026 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:15:17.027 DEBUG [src.node.waku_node] Stopping container with id 8e4a41bbf2c0
2025-12-25 04:15:17.592 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:17.592 DEBUG [src.node.waku_node] Stopping container with id 0df0c5db7817
2025-12-25 04:15:18.165 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:15:18.166 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:15:18.172 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:15:18.177 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

View File

@ -0,0 +1,75 @@
2025-12-25 04:50:21.503 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:50:21.505 DEBUG [tests.conftest] Running test: test_relay_subscribe_with_invalid_pubsub_topic_format with id: 2025-12-25_04-50-21__50a07ea3-f19a-438d-a554-728cb90922d5
2025-12-25 04:50:21.506 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:50:21.506 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-25 04:50:21.507 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
2025-12-25 04:50:21.516 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:50:21.516 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-50-21__50a07ea3-f19a-438d-a554-728cb90922d5__wakuorg_nwaku:latest.log
2025-12-25 04:50:21.517 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:50:21.517 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:50:21.520 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:50:21.520 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.247
2025-12-25 04:50:21.520 DEBUG [src.node.docker_mananger] Generated ports ['15920', '15921', '15922', '15923', '15924']
2025-12-25 04:50:21.521 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:50:21.521 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:50:21.521 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:50:21.521 DEBUG [src.node.docker_mananger] docker run -i -t -p 15920:15920 -p 15921:15921 -p 15922:15922 -p 15923:15923 -p 15924:15924 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=15922 --rest-port=15920 --tcp-port=15921 --discv5-udp-port=15923 --rest-address=0.0.0.0 --nat=extip:172.18.62.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcdba2a545a7a5188aea647b5c739c1897ae2e64cbfddd947fb7aaaf9fc94aef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15924 --metrics-logging=true --relay=true
2025-12-25 04:50:21.728 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.247 waku b0fd3bc80c36caa33ee55a1e775cb167f4f9caf4df951ae7de1d98c0b05ee214
2025-12-25 04:50:21.758 ERROR [src.node.docker_mananger] Max retries reached for container 07b1e17ec732. Exiting log stream.
2025-12-25 04:50:21.761 DEBUG [src.node.docker_mananger] Container started with ID b0fd3bc80c36. Setting up logs at ./log/docker/node1_2025-12-25_04-50-21__50a07ea3-f19a-438d-a554-728cb90922d5__wakuorg_nwaku:latest.log
2025-12-25 04:50:21.761 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15920
2025-12-25 04:50:21.762 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:50:22.370 ERROR [src.node.docker_mananger] Max retries reached for container d51dd3178415. Exiting log stream.
2025-12-25 04:50:22.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15920/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:22.766 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"}]}'
2025-12-25 04:50:22.767 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:50:22.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15920/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:22.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.247/tcp/15921/p2p/16Uiu2HAmTf2iFJEE8W3sHP7bnUuHac9nLAj9CLZoYfFop6G2c7aN","/ip4/172.18.62.247/tcp/15922/ws/p2p/16Uiu2HAmTf2iFJEE8W3sHP7bnUuHac9nLAj9CLZoYfFop6G2c7aN"],"enrUri":"enr:-L24QB-fgE-EaPXMyJW8YVSTI7e8ToMsZyZ5a2fjs5BN35CnBEOtl_IKEDKIFz69IIiA1YirNQiL6E4IXq1iuZoi1b4CgmlkgnY0gmlwhKwSPveKbXVsdGlhZGRyc5YACASsEj73Bj4xAAoErBI-9wY-Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3uH5Tz_HoQqPCFS2RiCLXfngMJkWRnl2pkFluGCuUg-DdGNwgj4xg3VkcII-M4V3YWt1MgE"}'
2025-12-25 04:50:22.770 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:50:22.777 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:50:22.777 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-50-21__50a07ea3-f19a-438d-a554-728cb90922d5__wakuorg_nwaku:latest.log
2025-12-25 04:50:22.777 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:50:22.777 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:50:22.779 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:50:22.779 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.187.249
2025-12-25 04:50:22.779 DEBUG [src.node.docker_mananger] Generated ports ['7764', '7765', '7766', '7767', '7768']
2025-12-25 04:50:22.779 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:50:22.779 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:50:22.779 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:50:22.779 DEBUG [src.node.docker_mananger] docker run -i -t -p 7764:7764 -p 7765:7765 -p 7766:7766 -p 7767:7767 -p 7768:7768 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=7766 --rest-port=7764 --tcp-port=7765 --discv5-udp-port=7767 --rest-address=0.0.0.0 --nat=extip:172.18.187.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9cfb4cefbd43aee6bffa5b60deae607a069eb93ef3bac7f04ea0eab8f0ee2fd9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7768 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB-fgE-EaPXMyJW8YVSTI7e8ToMsZyZ5a2fjs5BN35CnBEOtl_IKEDKIFz69IIiA1YirNQiL6E4IXq1iuZoi1b4CgmlkgnY0gmlwhKwSPveKbXVsdGlhZGRyc5YACASsEj73Bj4xAAoErBI-9wY-Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3uH5Tz_HoQqPCFS2RiCLXfngMJkWRnl2pkFluGCuUg-DdGNwgj4xg3VkcII-M4V3YWt1MgE
2025-12-25 04:50:22.992 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.187.249 waku 965f4cd8e98a3631dc2320eb3e98a71fff43b3aa437fe83662c76aadb0e978e8
2025-12-25 04:50:23.024 DEBUG [src.node.docker_mananger] Container started with ID 965f4cd8e98a. Setting up logs at ./log/docker/node2_2025-12-25_04-50-21__50a07ea3-f19a-438d-a554-728cb90922d5__wakuorg_nwaku:latest.log
2025-12-25 04:50:23.025 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7764
2025-12-25 04:50:23.025 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:50:24.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7764/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:24.036 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"}]}'
2025-12-25 04:50:24.037 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:50:24.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7764/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:50:24.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.249/tcp/7765/p2p/16Uiu2HAmHtd9pfm3fnkwbHMHp44FX5sMxrqA54MtVnvQhRnHcKL3","/ip4/172.18.187.249/tcp/7766/ws/p2p/16Uiu2HAmHtd9pfm3fnkwbHMHp44FX5sMxrqA54MtVnvQhRnHcKL3"],"enrUri":"enr:-L24QArB0QPJTMI1eVVjCqnQFBz6C-W432SvGqB_IWqX3FtWY2cA9aXEGh7Guk4j7GysYcwm89NdgUNb66c9w2i-VcoCgmlkgnY0gmlwhKwSu_mKbXVsdGlhZGRyc5YACASsErv5Bh5VAAoErBK7-QYeVt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTciY_l_sgUju94bA7MhP74hAlZVtbB5d4jfJlJcO-XCDdGNwgh5Vg3VkcIIeV4V3YWt1MgE"}'
2025-12-25 04:50:24.046 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:50:24.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7764/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.62.247/tcp/15921/p2p/16Uiu2HAmTf2iFJEE8W3sHP7bnUuHac9nLAj9CLZoYfFop6G2c7aN"]'
2025-12-25 04:50:24.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:50:24.050 DEBUG [tests.relay.test_subscribe] Running test with payload /test/2/rs/0/1
2025-12-25 04:50:24.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15920/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/test/2/rs/0/1"'
2025-12-25 04:50:24.053 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15920/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2025-12-25 04:50:24.053 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/3/rs/0/1
2025-12-25 04:50:24.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15920/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/3/rs/0/1"'
2025-12-25 04:50:24.056 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15920/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2025-12-25 04:50:24.057 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/test/0/1
2025-12-25 04:50:24.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15920/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/test/0/1"'
2025-12-25 04:50:24.059 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15920/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2025-12-25 04:50:24.060 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/rs/3/b
2025-12-25 04:50:24.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15920/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/3/b"'
2025-12-25 04:50:24.063 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15920/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2025-12-25 04:50:24.063 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/rs/0
2025-12-25 04:50:24.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15920/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/0"'
2025-12-25 04:50:24.066 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15920/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
2025-12-25 04:50:24.068 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:50:24.069 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:50:24.069 DEBUG [src.node.waku_node] Stopping container with id b0fd3bc80c36
2025-12-25 04:50:24.592 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:50:24.593 DEBUG [src.node.waku_node] Stopping container with id 965f4cd8e98a
2025-12-25 04:50:25.129 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:50:25.132 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:50:25.136 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:50:25.140 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,208 @@
2025-12-25 04:32:00.583 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-25 04:32:00.584 DEBUG [tests.conftest] Running test: test_node_without_sync_or_relay_stays_empty with id: 2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733
2025-12-25 04:32:00.584 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-25 04:32:00.593 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:32:00.594 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733__wakuorg_nwaku:latest.log
2025-12-25 04:32:00.603 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:32:00.603 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733__wakuorg_nwaku:latest.log
2025-12-25 04:32:00.611 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-25 04:32:00.611 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733__wakuorg_nwaku:latest.log
2025-12-25 04:32:00.611 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-25 04:32:00.613 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:00.614 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:00.618 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:00.618 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.57.174
2025-12-25 04:32:00.619 DEBUG [src.node.docker_mananger] Generated ports ['36165', '36166', '36167', '36168', '36169']
2025-12-25 04:32:00.619 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:00.619 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:00.620 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:00.620 DEBUG [src.node.docker_mananger] docker run -i -t -p 36165:36165 -p 36166:36166 -p 36167:36167 -p 36168:36168 -p 36169:36169 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=36167 --rest-port=36165 --tcp-port=36166 --discv5-udp-port=36168 --rest-address=0.0.0.0 --nat=extip:172.18.57.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed0a83a07edf05ba3ff679efece22e233e97b7f5fe4d69d5d943afbdae86b86a --store-sync=true --store=true --store-sync-range=300 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36169 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
2025-12-25 04:32:00.812 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.57.174 waku 3ea86c540ec44f8c863f999ebd961d35ad1ed342af8f3ec99e7aa843447e3ead
2025-12-25 04:32:00.822 ERROR [src.node.docker_mananger] Max retries reached for container 94ac46ecb91d. Exiting log stream.
2025-12-25 04:32:00.851 DEBUG [src.node.docker_mananger] Container started with ID 3ea86c540ec4. Setting up logs at ./log/docker/node1_2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733__wakuorg_nwaku:latest.log
2025-12-25 04:32:00.853 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36165
2025-12-25 04:32:00.853 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:01.442 ERROR [src.node.docker_mananger] Max retries reached for container d66836dbc7cf. Exiting log stream.
2025-12-25 04:32:01.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36165/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:01.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:32:01.857 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:32:01.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36165/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:01.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.174/tcp/36166/p2p/16Uiu2HAmGTwDWzRthJrzxaxbb8B8UmAtgJSX5ADULaWGSBA9JA1f","/ip4/172.18.57.174/tcp/36167/ws/p2p/16Uiu2HAmGTwDWzRthJrzxaxbb8B8UmAtgJSX5ADULaWGSBA9JA1f"],"enrUri":"enr:-L24QBfRaFGTxTcS-9HmNWfwe5EHCkxofenHKWezuzUgb6ZgYZfEoRuQZNLDcOBE3l7QHE3SHYP9kuzScdFKIbM0vz4CgmlkgnY0gmlwhKwSOa6KbXVsdGlhZGRyc5YACASsEjmuBo1GAAoErBI5rgaNR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDOJnQr68LzrMpbRuwFFOBLyVeIQ_wItPClddvC4XJUDKDdGNwgo1Gg3VkcIKNSIV3YWt1MhM"}'
2025-12-25 04:32:01.860 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:32:01.860 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:01.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:01.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:01.875 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:02.086 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:02.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:02.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:02.091 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:02.301 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:02.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:02.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:02.306 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:02.517 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:02.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:02.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:02.521 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:02.732 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:02.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:02.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:02.736 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:02.947 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:02.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:02.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:02.951 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:03.162 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:03.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:03.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:03.167 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:03.377 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:03.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:03.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:03.382 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:03.592 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:03.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:03.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:03.597 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:03.808 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:03.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:03.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:03.812 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:04.023 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:04.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:04.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:04.028 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:04.239 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:04.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:04.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:04.243 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:04.454 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:04.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:04.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:04.459 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:04.669 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:04.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:04.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:04.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:04.885 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:04.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:04.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:04.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:05.100 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:05.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:05.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:05.104 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:05.315 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:05.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:05.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:05.319 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:05.530 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:05.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:05.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:05.535 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:05.745 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:05.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:05.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:05.750 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:05.961 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:05.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:05.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:05.965 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:06.176 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:06.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:06.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:06.180 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:06.391 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:06.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:06.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:06.396 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:06.606 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:06.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:06.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:06.611 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:06.822 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:06.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:06.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:06.826 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:07.036 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:07.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:07.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:07.040 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:07.251 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:07.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:07.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:07.256 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:07.466 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:07.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:07.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:07.471 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:07.681 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:07.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:07.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:07.686 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:07.896 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:07.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:07.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:07.901 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:08.112 DEBUG [src.steps.store] Relaying message
2025-12-25 04:32:08.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-25 04:32:08.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:08.116 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-25 04:32:08.327 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:08.327 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:08.329 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:08.329 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.119
2025-12-25 04:32:08.329 DEBUG [src.node.docker_mananger] Generated ports ['19067', '19068', '19069', '19070', '19071']
2025-12-25 04:32:08.329 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:08.329 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:08.329 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:08.330 DEBUG [src.node.docker_mananger] docker run -i -t -p 19067:19067 -p 19068:19068 -p 19069:19069 -p 19070:19070 -p 19071:19071 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=19069 --rest-port=19067 --tcp-port=19068 --discv5-udp-port=19070 --rest-address=0.0.0.0 --nat=extip:172.18.2.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=35fefd4ca0a0ec7ba68ef40eab5ec4975db606fc403b23bfd5dbf13e8c0e2d7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19071 --metrics-logging=true --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QBfRaFGTxTcS-9HmNWfwe5EHCkxofenHKWezuzUgb6ZgYZfEoRuQZNLDcOBE3l7QHE3SHYP9kuzScdFKIbM0vz4CgmlkgnY0gmlwhKwSOa6KbXVsdGlhZGRyc5YACASsEjmuBo1GAAoErBI5rgaNR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDOJnQr68LzrMpbRuwFFOBLyVeIQ_wItPClddvC4XJUDKDdGNwgo1Gg3VkcIKNSIV3YWt1MhM
2025-12-25 04:32:08.518 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.119 waku 69612b26a3e66e50c65c0cf216912cc9ef17b367fbd66459de7ef2677d9bc3a4
2025-12-25 04:32:08.547 DEBUG [src.node.docker_mananger] Container started with ID 69612b26a3e6. Setting up logs at ./log/docker/node2_2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733__wakuorg_nwaku:latest.log
2025-12-25 04:32:08.548 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19067
2025-12-25 04:32:08.548 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:09.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19067/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.553 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":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-25 04:32:09.553 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:32:09.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19067/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:09.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.119/tcp/19068/p2p/16Uiu2HAkzfJVRmDRwQhN4ZHT8kh5YjAb5QzEazVoKx9A42zrVjne","/ip4/172.18.2.119/tcp/19069/ws/p2p/16Uiu2HAkzfJVRmDRwQhN4ZHT8kh5YjAb5QzEazVoKx9A42zrVjne"],"enrUri":"enr:-L24QL2RSDvKs-2iFcy9ggFZO_fJQiHq96RrditG83ElLKysbVk29YlIUWfWcMJBj_jsj5O7u8CXfCy8vHIUMNWK-AICgmlkgnY0gmlwhKwSAneKbXVsdGlhZGRyc5YACASsEgJ3Bkp8AAoErBICdwZKfd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTchEqHio8RcDFkgRX-sKb9JyGl3UKTlvID5xyLK6ag-DdGNwgkp8g3VkcIJKfoV3YWt1MgA"}'
2025-12-25 04:32:09.556 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:32:09.556 DEBUG [src.node.waku_node] Starting Node...
2025-12-25 04:32:09.556 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-25 04:32:09.557 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-25 04:32:09.558 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.113
2025-12-25 04:32:09.558 DEBUG [src.node.docker_mananger] Generated ports ['38283', '38284', '38285', '38286', '38287']
2025-12-25 04:32:09.558 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-25 04:32:09.558 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-25 04:32:09.558 DEBUG [src.node.waku_node] Using volumes []
2025-12-25 04:32:09.558 DEBUG [src.node.docker_mananger] docker run -i -t -p 38283:38283 -p 38284:38284 -p 38285:38285 -p 38286:38286 -p 38287:38287 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=38285 --rest-port=38283 --tcp-port=38284 --discv5-udp-port=38286 --rest-address=0.0.0.0 --nat=extip:172.18.94.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdabfbdd73f4ad2f9fbf543d68f3c12ed40e7e299cb0f670bdb5cb3ec958052a --store-sync=true --store=true --store-sync-range=300 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38287 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QBfRaFGTxTcS-9HmNWfwe5EHCkxofenHKWezuzUgb6ZgYZfEoRuQZNLDcOBE3l7QHE3SHYP9kuzScdFKIbM0vz4CgmlkgnY0gmlwhKwSOa6KbXVsdGlhZGRyc5YACASsEjmuBo1GAAoErBI5rgaNR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDOJnQr68LzrMpbRuwFFOBLyVeIQ_wItPClddvC4XJUDKDdGNwgo1Gg3VkcIKNSIV3YWt1MhM
2025-12-25 04:32:09.741 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.113 waku f194a0f666f09698d4d77313cb069fc5f21854a9c1396349c9761c776f3603b7
2025-12-25 04:32:09.769 DEBUG [src.node.docker_mananger] Container started with ID f194a0f666f0. Setting up logs at ./log/docker/node3_2025-12-25_04-32-00__e44b14bc-de5f-42b3-9871-bcb8a14df733__wakuorg_nwaku:latest.log
2025-12-25 04:32:09.769 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38283
2025-12-25 04:32:09.769 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-25 04:32:10.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38283/health" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.775 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"}]}'
2025-12-25 04:32:10.775 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-25 04:32:10.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38283/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:10.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.113/tcp/38284/p2p/16Uiu2HAkvsYybyBWpUdG4hunsncNk82H2QjEm7tJEbrcZXKx7g5b","/ip4/172.18.94.113/tcp/38285/ws/p2p/16Uiu2HAkvsYybyBWpUdG4hunsncNk82H2QjEm7tJEbrcZXKx7g5b"],"enrUri":"enr:-L24QCMbF6OZa12supsvtDBwMtJ_7B_CEJN3PJEbBdRk-R8zCtpWwQU8LQUXwmfLMCfKPzjeiNEimt2s9yqAx3kcEvgCgmlkgnY0gmlwhKwSXnGKbXVsdGlhZGRyc5YACASsEl5xBpWMAAoErBJecQaVjd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFXzejN_p0Xy5iH_D1cjZozBeLuBHpCpYcKcD15KcOqaDdGNwgpWMg3VkcIKVjoV3YWt1MhI"}'
2025-12-25 04:32:10.777 INFO [src.node.waku_node] REST service is ready !!
2025-12-25 04:32:10.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38283/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.57.174/tcp/36166/p2p/16Uiu2HAmGTwDWzRthJrzxaxbb8B8UmAtgJSX5ADULaWGSBA9JA1f"]'
2025-12-25 04:32:10.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-25 04:32:28.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38283/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2025-12-25 04:32:28.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x63421951443970ed5262af2ed9bc4bf37ffde03e6ec351abaf55ffede301b93f"},{"messageHash":"0xba6eca66bc46c3afc49236ce88cd009ec07f6da60c3e0b61dc7bedfb601ac9a0"},{"messageHash":"0x4ba093bc51756167600984b6b119ebcee777bd912d1f6ea1fe5e8b32f41c0593"},{"messageHash":"0xe08aa5c4a5acc710b5ae5042e36f5c01045d49c04a29e0ebb321da0d812e18fc"},{"messageHash":"0xfab7abb1d6e60ea1b556271ecb8bc6cd975c40352e76b70f2072781fad4b32c7"},{"messageHash":"0x69e749dc30b70cceb4c542685c942a38481007911679f925ddfd1e4a3f864812"},{"messageHash":"0x2b34fc51ed30a62b0033182f4966bfe6130f94801324f60b3ca31cfb7bfb7e55"},{"messageHash":"0xcf86136b94f011e18eff2fb733a946dce0024477a015d484a3df72ad4ccace63"},{"messageHash":"0x9a7cbe25476f8188d58b2cc89cf766b05270e177539e209107a8b15eb669aaf5"},{"messageHash":"0x4c8ec50afdadccb111e7a5369440ab62bc9f9ffe67789251a11fd4ffe9b4ea8a"},{"messageHash":"0x77bf14eef47343920ce82a99a39dc2fd615971bbd28c267b2e060ae624bee6ef"},{"messageHash":"0xb5d5ab1cd6d711c206b6597c0e7b9ae51606e2720e1c65be4f6915814d3e56d2"},{"messageHash":"0xc73e93eb6ec4bc29df0efefdcfde992177fb2fdeb5490fc5c6dbb422cc520143"},{"messageHash":"0xc7291d7b7f935a677ef88ef96e8a0f1c6c149bccf4d4ea9a59eb49a5aa2e9283"},{"messageHash":"0x6b6b6da5fe6955c1747534432bdee43f7f79170359ae469ae48c3701bf67fac0"},{"messageHash":"0x899befd2723053a8d9df1cdc2b2e395b95f9de47d37429eb3ce567cb0bbd5428"},{"messageHash":"0x20b313c92b5a29d495f5b6bad9d581d23e1b5fb7cba973b23d73107af18f6ab8"},{"messageHash":"0xf1a0a67f9603fec7c83a95679a12f8523877d46814a299364d60a8609985cf71"},{"messageHash":"0x9108d48178ae6343b95171e61b2a6e49dbf30de57d68a67e9b75a6adec2ab626"},{"messageHash":"0x8f6b83f48094b80d5bf94b6843864e2f37ca0929eb32324fb3a61428a8bbb4e4"},{"messageHash":"0x5d2daab1fe6daf26a2c976598b0d823a4aa81f12d31d06f44f33eef36dc442ff"},{"messageHash":"0x9e08e4ac5dfbbe37894b42928999ebeefc2692137ad289a917d2d6c8eecdcb25"},{"messageHash":"0x73272ad2a90035fc955f6e35ab52a69e9984875a513b3cd038dc14db92783bf1"},{"messageHash":"0xd6fe598d00dd958f86c497d52bbae42e0612492db4ddaddd66a71cbf49d4899c"},{"messageHash":"0x08f433fed42df0b194a4382e89bd7b94fb965d2d145fcd3fe01c35190093de34"},{"messageHash":"0xd9aa528b59e647765eb9ce0859f6197eb857fa56bac95e972f69af9085001994"},{"messageHash":"0xd1b3359597fdc811b620c89b7870b278870d8c9c9bc7096d3a3f1c629d0fd8f2"},{"messageHash":"0x8a3df3bc587746f19a33a0725fa6002e464de6cdff7f811d422da7ba03312c0b"},{"messageHash":"0x28a62553349f87f7d5319fa302503f0a734703a1558963633abeef592f12b292"},{"messageHash":"0x5b8345ef3980d0a2fb4824bdac845b37aba9c030b369241cf4a5c9ce97e840a3"}]}'
2025-12-25 04:32:28.815 DEBUG [tests.store_sync.test_store_sync] Node3 store has 30 messages expected 30
2025-12-25 04:32:28.816 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-25 04:32:28.818 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-25 04:32:28.818 DEBUG [src.node.waku_node] Stopping container with id 3ea86c540ec4
2025-12-25 04:32:29.367 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:32:29.368 DEBUG [src.node.waku_node] Stopping container with id 69612b26a3e6
2025-12-25 04:32:29.924 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:32:29.926 DEBUG [src.node.waku_node] Stopping container with id f194a0f666f0
2025-12-25 04:32:30.181 ERROR [src.node.docker_mananger] Max retries reached for container 3ea86c540ec4. Exiting log stream.
2025-12-25 04:32:30.737 ERROR [src.node.docker_mananger] Max retries reached for container 69612b26a3e6. Exiting log stream.
2025-12-25 04:32:40.478 DEBUG [src.node.waku_node] Container stopped.
2025-12-25 04:32:40.480 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-25 04:32:40.498 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:32:40.499 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-25 04:32:40.511 DEBUG [src.node.docker_mananger] No errors found in the waku logs.

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