mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-10 09:53:12 +00:00
863 lines
126 KiB
Plaintext
863 lines
126 KiB
Plaintext
2025-12-13 04:10:44.079 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-13 04:10:44.080 DEBUG [tests.conftest] Running test: test_light_push_with_with_large_meta with id: 2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53
|
|
2025-12-13 04:10:44.080 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-13 04:10:44.080 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-13 04:10:44.087 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:10:44.088 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:10:44.088 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:10:44.088 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:10:44.089 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:10:44.089 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.10
|
|
2025-12-13 04:10:44.090 DEBUG [src.node.docker_mananger] Generated ports ['30913', '30914', '30915', '30916', '30917']
|
|
2025-12-13 04:10:44.090 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:10:44.090 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:10:44.090 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:10:44.090 DEBUG [src.node.docker_mananger] docker run -i -t -p 30913:30913 -p 30914:30914 -p 30915:30915 -p 30916:30916 -p 30917:30917 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30915 --rest-port=30913 --tcp-port=30914 --discv5-udp-port=30916 --rest-address=0.0.0.0 --nat=extip:172.18.111.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=319d49af080adedb9cbdebcad83cbf7d4b1186ed4cdf6457bab0bcaf445064e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30917 --metrics-logging=true --lightpush=true --relay=true
|
|
2025-12-13 04:10:44.295 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.10 waku 0295f4bdeb7d848a161d95bb5cf38ed304a8dc45572ec286d7671f29689d1b6d
|
|
2025-12-13 04:10:44.332 DEBUG [src.node.docker_mananger] Container started with ID 0295f4bdeb7d. Setting up logs at ./log/docker/receiving_node1_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:10:44.332 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30913
|
|
2025-12-13 04:10:44.332 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:10:45.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30913/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:45.336 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-13 04:10:45.336 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-13 04:10:45.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30913/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:45.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.10/tcp/30914/p2p/16Uiu2HAm71iVxoUE32nhqpd43P6moptZY7DAQBngqXrLZVEmzuhf","/ip4/172.18.111.10/tcp/30915/ws/p2p/16Uiu2HAm71iVxoUE32nhqpd43P6moptZY7DAQBngqXrLZVEmzuhf"],"enrUri":"enr:-L24QJu1AuA1P1qUKHgbhjbzZgkf9VquXPbs6sa2jjQZ9azqYqQ0rXzZHn0Au4kZ60qAl4rv377Aua77GnZlM0ul82UCgmlkgnY0gmlwhKwSbwqKbXVsdGlhZGRyc5YACASsEm8KBnjCAAoErBJvCgZ4w90DgnJzhQADAQAAiXNlY3AyNTZrMaECrCknO7CpCVH15ySYtAAp18CQabCLc8vfnkLwgyYo806DdGNwgnjCg3VkcIJ4xIV3YWt1Mgk"}'
|
|
2025-12-13 04:10:45.339 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-13 04:10:45.345 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:10:45.346 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:10:45.346 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:10:45.346 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:10:45.348 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:10:45.348 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.202.140
|
|
2025-12-13 04:10:45.348 DEBUG [src.node.docker_mananger] Generated ports ['15877', '15878', '15879', '15880', '15881']
|
|
2025-12-13 04:10:45.348 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:10:45.348 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:10:45.348 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:10:45.349 DEBUG [src.node.docker_mananger] docker run -i -t -p 15877:15877 -p 15878:15878 -p 15879:15879 -p 15880:15880 -p 15881:15881 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15879 --rest-port=15877 --tcp-port=15878 --discv5-udp-port=15880 --rest-address=0.0.0.0 --nat=extip:172.18.202.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b4955b4ba3d74cf22a2949e3a6fe01fdddddb2c7ae347cee7b58cabdba81cc3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15881 --metrics-logging=true --lightpush=false --relay=true
|
|
2025-12-13 04:10:45.541 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.202.140 waku e930ba0c6269d119acfdc6e40ac23bbb2d5df625add8d4f5d392d92d6d8d7191
|
|
2025-12-13 04:10:45.579 DEBUG [src.node.docker_mananger] Container started with ID e930ba0c6269. Setting up logs at ./log/docker/receiving_node2_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:10:45.579 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15877
|
|
2025-12-13 04:10:45.579 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:10:46.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15877/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:46.583 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-13 04:10:46.583 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-13 04:10:46.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15877/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:46.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.202.140/tcp/15878/p2p/16Uiu2HAm8sBUn6EB7mTr7vYLKLjtMVfynfEVDULYgtDebas2uEmF","/ip4/172.18.202.140/tcp/15879/ws/p2p/16Uiu2HAm8sBUn6EB7mTr7vYLKLjtMVfynfEVDULYgtDebas2uEmF"],"enrUri":"enr:-L24QNxUnWJlHcLX58ctj3jVLZxq92_j7ymWHEdVwL3XzHpWWcinUYz4mnnbsHkzKUOs3iMuXGqVcYU0QQeo6R1PIEkCgmlkgnY0gmlwhKwSyoyKbXVsdGlhZGRyc5YACASsEsqMBj4GAAoErBLKjAY-B90DgnJzhQADAQAAiXNlY3AyNTZrMaECx7DORC25gO9vs3fwtQ_aJ08a7WhE71ECPB3fVcjUj4qDdGNwgj4Gg3VkcII-CIV3YWt1MgE"}'
|
|
2025-12-13 04:10:46.586 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-13 04:10:46.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15877/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.10/tcp/30914/p2p/16Uiu2HAm71iVxoUE32nhqpd43P6moptZY7DAQBngqXrLZVEmzuhf"]'
|
|
2025-12-13 04:10:46.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:10:46.629 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:10:46.630 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:10:46.630 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:10:46.630 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:10:46.634 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:10:46.634 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.165
|
|
2025-12-13 04:10:46.634 DEBUG [src.node.docker_mananger] Generated ports ['26012', '26013', '26014', '26015', '26016']
|
|
2025-12-13 04:10:46.634 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:10:46.635 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:10:46.635 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:10:46.635 DEBUG [src.node.docker_mananger] docker run -i -t -p 26012:26012 -p 26013:26013 -p 26014:26014 -p 26015:26015 -p 26016:26016 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26014 --rest-port=26012 --tcp-port=26013 --discv5-udp-port=26015 --rest-address=0.0.0.0 --nat=extip:172.18.101.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9dc3129aecd0e7d0ae100f7ead09a6ac3caca5aa6bfe30f174b2f754abd7fd7f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26016 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJu1AuA1P1qUKHgbhjbzZgkf9VquXPbs6sa2jjQZ9azqYqQ0rXzZHn0Au4kZ60qAl4rv377Aua77GnZlM0ul82UCgmlkgnY0gmlwhKwSbwqKbXVsdGlhZGRyc5YACASsEm8KBnjCAAoErBJvCgZ4w90DgnJzhQADAQAAiXNlY3AyNTZrMaECrCknO7CpCVH15ySYtAAp18CQabCLc8vfnkLwgyYo806DdGNwgnjCg3VkcIJ4xIV3YWt1Mgk --lightpushnode=/ip4/172.18.111.10/tcp/30914/p2p/16Uiu2HAm71iVxoUE32nhqpd43P6moptZY7DAQBngqXrLZVEmzuhf --lightpush=true --relay=false
|
|
2025-12-13 04:10:46.828 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.165 waku bf3b4afca29bb8ca0221bf1bfa3823d987095a5ead43e0596f5515fdc5f27384
|
|
2025-12-13 04:10:46.860 DEBUG [src.node.docker_mananger] Container started with ID bf3b4afca29b. Setting up logs at ./log/docker/lightpush_node1_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:10:46.861 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26012
|
|
2025-12-13 04:10:46.861 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:10:47.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:47.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.252 ERROR [src.node.docker_mananger] Max retries reached for container bf3b4afca29b. Exiting log stream.
|
|
2025-12-13 04:10:48.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:48.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:49.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:50.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:51.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:52.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:53.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:54.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:55.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:56.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:57.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:58.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:10:59.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:00.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:01.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:02.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:03.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:04.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:05.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:06.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26012/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:07.956 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=26012): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f039a5856a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|
2025-12-13 04:11:08.056 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:11:08.056 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:11:08.058 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:11:08.058 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.248.252
|
|
2025-12-13 04:11:08.058 DEBUG [src.node.docker_mananger] Generated ports ['54352', '54353', '54354', '54355', '54356']
|
|
2025-12-13 04:11:08.058 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:11:08.058 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:11:08.058 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:11:08.059 DEBUG [src.node.docker_mananger] docker run -i -t -p 54352:54352 -p 54353:54353 -p 54354:54354 -p 54355:54355 -p 54356:54356 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54354 --rest-port=54352 --tcp-port=54353 --discv5-udp-port=54355 --rest-address=0.0.0.0 --nat=extip:172.18.248.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6296a56b4ddfefdaf4c89756f2888ca97c70bbc489beaf131bd82b30af2cacc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54356 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJu1AuA1P1qUKHgbhjbzZgkf9VquXPbs6sa2jjQZ9azqYqQ0rXzZHn0Au4kZ60qAl4rv377Aua77GnZlM0ul82UCgmlkgnY0gmlwhKwSbwqKbXVsdGlhZGRyc5YACASsEm8KBnjCAAoErBJvCgZ4w90DgnJzhQADAQAAiXNlY3AyNTZrMaECrCknO7CpCVH15ySYtAAp18CQabCLc8vfnkLwgyYo806DdGNwgnjCg3VkcIJ4xIV3YWt1Mgk --lightpushnode=/ip4/172.18.111.10/tcp/30914/p2p/16Uiu2HAm71iVxoUE32nhqpd43P6moptZY7DAQBngqXrLZVEmzuhf --lightpush=true --relay=false
|
|
2025-12-13 04:11:08.244 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.248.252 waku 5ff746f038234d46528d4d38710597a452b812304f95f065f36fed47c4cb2d32
|
|
2025-12-13 04:11:08.274 DEBUG [src.node.docker_mananger] Container started with ID 5ff746f03823. Setting up logs at ./log/docker/lightpush_node1_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:11:08.276 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54352
|
|
2025-12-13 04:11:08.276 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:11:09.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.631 ERROR [src.node.docker_mananger] Max retries reached for container 5ff746f03823. Exiting log stream.
|
|
2025-12-13 04:11:09.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:09.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:10.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:11.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:12.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:13.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:14.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:15.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:16.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:17.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:18.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:19.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:20.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:21.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:22.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:23.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:24.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:25.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:26.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:27.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:28.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:29.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:29.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:29.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:29.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54352/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:29.371 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=54352): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f039a916630>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|
2025-12-13 04:11:29.471 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:11:29.472 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:11:29.473 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:11:29.474 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.227.213
|
|
2025-12-13 04:11:29.474 DEBUG [src.node.docker_mananger] Generated ports ['43766', '43767', '43768', '43769', '43770']
|
|
2025-12-13 04:11:29.474 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:11:29.474 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:11:29.474 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:11:29.474 DEBUG [src.node.docker_mananger] docker run -i -t -p 43766:43766 -p 43767:43767 -p 43768:43768 -p 43769:43769 -p 43770:43770 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43768 --rest-port=43766 --tcp-port=43767 --discv5-udp-port=43769 --rest-address=0.0.0.0 --nat=extip:172.18.227.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=673671fa7d224138c1cb7cf0b1fc97cde74fcdbbcb43e9f51e5fa92fbb7461df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43770 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJu1AuA1P1qUKHgbhjbzZgkf9VquXPbs6sa2jjQZ9azqYqQ0rXzZHn0Au4kZ60qAl4rv377Aua77GnZlM0ul82UCgmlkgnY0gmlwhKwSbwqKbXVsdGlhZGRyc5YACASsEm8KBnjCAAoErBJvCgZ4w90DgnJzhQADAQAAiXNlY3AyNTZrMaECrCknO7CpCVH15ySYtAAp18CQabCLc8vfnkLwgyYo806DdGNwgnjCg3VkcIJ4xIV3YWt1Mgk --lightpushnode=/ip4/172.18.111.10/tcp/30914/p2p/16Uiu2HAm71iVxoUE32nhqpd43P6moptZY7DAQBngqXrLZVEmzuhf --lightpush=true --relay=false
|
|
2025-12-13 04:11:29.658 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.227.213 waku 150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef
|
|
2025-12-13 04:11:29.687 DEBUG [src.node.docker_mananger] Container started with ID 150b452b3160. Setting up logs at ./log/docker/lightpush_node1_2025-12-13_04-10-44__9fcd454e-aabf-44d2-9262-fa1c4e352b53__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:11:29.689 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43766
|
|
2025-12-13 04:11:29.689 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:11:30.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:30.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:30.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:30.977 ERROR [src.node.docker_mananger] Max retries reached for container 150b452b3160. Exiting log stream.
|
|
2025-12-13 04:11:30.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:31.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:32.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:33.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:34.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:35.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:36.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:37.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:38.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:39.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:40.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:41.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:42.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:43.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:44.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:45.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:46.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:47.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:48.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:49.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43766/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:11:50.785 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=43766): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f039a948ce0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|
2025-12-13 04:11:50.983 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-13 04:11:50.984 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-13 04:11:50.984 DEBUG [src.node.waku_node] Stopping container with id 0295f4bdeb7d
|
|
2025-12-13 04:11:51.510 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-13 04:11:51.510 DEBUG [src.node.waku_node] Stopping container with id e930ba0c6269
|
|
2025-12-13 04:11:52.017 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-13 04:11:52.018 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.121 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.222 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.322 ERROR [src.node.docker_mananger] Max retries reached for container 0295f4bdeb7d. Exiting log stream.
|
|
2025-12-13 04:11:52.324 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.425 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.527 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.629 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.730 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.831 ERROR [src.node.docker_mananger] Max retries reached for container e930ba0c6269. Exiting log stream.
|
|
2025-12-13 04:11:52.831 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:52.933 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.034 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.136 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.238 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.340 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.441 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.543 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.645 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.747 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.849 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:53.951 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.053 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.155 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.257 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.359 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.460 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.562 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.664 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.766 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.868 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:54.970 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.072 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.174 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.276 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.377 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.479 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.581 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.683 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.785 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.887 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:55.989 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.091 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.193 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.295 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.396 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.498 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.600 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.702 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.804 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:56.906 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.008 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.110 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.111 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef/stop: Not Found ("No such container: 150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef")
|
|
2025-12-13 04:11:57.111 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.213 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.315 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.417 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.519 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.620 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.722 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.824 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:57.926 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.028 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.130 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.232 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.333 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.435 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.537 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.639 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.740 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.842 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:58.944 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.046 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.148 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.250 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.352 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.453 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.555 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.657 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.759 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.861 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:11:59.963 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.065 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.167 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.269 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.372 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.474 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.576 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.678 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.780 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.882 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:00.984 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.086 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.187 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.289 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.391 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.493 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.595 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.697 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.799 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:01.901 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.002 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.104 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.206 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.208 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef/stop: Not Found ("No such container: 150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef")
|
|
2025-12-13 04:12:02.208 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.309 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.411 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.513 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.615 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.717 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.819 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:02.920 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.022 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.124 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.226 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.328 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.430 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.531 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.633 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.735 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.837 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:03.939 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.041 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.143 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.245 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.346 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.448 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.550 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.652 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.753 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.855 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:04.957 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.059 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.161 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.263 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.365 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.466 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.568 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.670 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.772 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.874 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:05.976 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.078 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.180 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.281 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.383 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.485 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.587 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.689 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.791 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.893 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:06.995 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:07.096 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:07.198 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:07.300 DEBUG [src.node.waku_node] Stopping container with id 150b452b3160
|
|
2025-12-13 04:12:07.302 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef/stop: Not Found ("No such container: 150b452b3160498ed5758ca9277f29c18f7e7343603b4a50e6ea674761ce26ef")
|
|
2025-12-13 04:12:07.303 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-13 04:12:07.327 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-13 04:12:07.350 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-13 04:12:07.351 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-13 04:12:07.351 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-13 04:12:07.352 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|